-
matrix9950[m]
Hi guys
-
sethsimmons
matrix9950: hi 👋
-
matrix9950[m]
Thank you
-
drjingle[m]
Does this thing work?
-
monerod[m]
what thing?
-
drjingle[m]
The chat, it's very empty, despite the other bridges having thorough history. Are you on IRC or matrix?
-
monerod[m]
it works and is active. Im on matrix
-
fluffypony
drjingle[m]: there's no bridge to Telegram, so if it's too quiet for you here then you should try either of the Monero Telegram groups
-
endor00[m]
<fluffypony "drjingle: there's no bridge to T"> Speaking of which, why not add it? There is a Telegram-Matrix bridges already, it just requires setup
-
fluffypony
endor00[m]: we had one for ages
-
fluffypony
it was terrible
-
fluffypony
so much spam
-
endor00[m]
Running our own instead of using t2bot.io would be preferable though
-
fluffypony
I think the current SNR here is pretty high
-
fluffypony
low I mean
-
fluffypony
so it's useful for people that want casual chat, but with a lower SNR than Telegram
-
endor00[m]
Ah, yes, spam
-
asymptotically
telescam
-
endor00[m]
The spam in the Monero Mining group is not too bad, but I'm guessing it's also because it's a less popular/important group
-
dsc_
Suppose it's not only the spam, also the quality of chats
-
ErCiccione[m]
^
-
dsc_
I like IRC because it has a higher barrier of entry
-
ErCiccione[m]
The quality of the conversations on telegram is always very low in my experience
-
endor00[m]
Nobody likes an eternal september
-
endor00[m]
But I guess it's a price to pay for broad community outreach
-
dsc_
endor00[m]: There are many popular open-source projects on freenode that don't integrate telegram directly into their chatroom
-
dsc_
and they do fine in terms of outreach :P
-
ErCiccione[m]
Ywah, we don't need to have all monero chats in existence relayed on one IRC channel
-
ErCiccione[m]
ywah?
-
Mochi103
Barrier to entry isn't too high though dsc_, somehow I was able to get in here.
-
moneromooo
That's because if it's too high, you can just duck to go below it.
-
Mochi103
oooooh! That must've been what happened moneromooo.
-
asymptotically
going under the bar must be using a telescam/discourse bridge
-
Nizumzen
is there a list of public monero nodes that I can use with the monero-wallet-cli program? I'd rather not sync the whole block chain to my computer at the moment
-
Nizumzen
but I can if it is required
-
kayront
-
ErCiccione[m]
Nizumzen: There is an autodiscovery option in the wallet which will automatically look for a remote node for you. I don't recall the commnad now
-
Nizumzen
ah thank you both - I'll read the help section and see if I can find the command otherwise I'll use that website
-
moneromooo
print_pl publicrpc
-
moneromooo
(in monerod)
-
sunwind
best place to convert my XMR to BTC?
-
Mochi103
sunwind, depends
-
sunwind
is xmr.to good?
-
Mochi103
yeah
-
Mochi103
very good
-
Mochi103
I'm not even being paid to say that.
-
ndorf
xmr.to is awesome, not just good
-
sunwind
on create order, I put the address I want my BTC to go to, and then the lower field has an amount to put in - do I change that to XMR and put how much XMR I want converted to BTC?
-
moneromooo
xmr.to is the best thing since sliced awe.
-
sunwind
just wanna get it right, I think that's right but wanna be sure
-
Mochi103
sunwind, yes
-
sunwind
thank you
-
takel
hello
-
takel
does anyone know how to insert api level on dockerfile other than "env android_api 21"
-
takel
-
dsc_
takel: CMAKE_SYSTEM_VERSION is the version of the operating system for which CMake is to build.
-
dsc_
try -DCMAKE_SYSTEM_VERSION=21 or -DCMAKE_ANDROID_API=21
-
takel
-DCMAKE_ANDROID_API=21 not found
-
dsc_
takel: It's a CMake definition, you ought to pass it to CMake like: cmake -Dbla=ON -DCMAKE_ANDROID_API=21
-
takel
ok i inserted on makefile
-
takel
-
dsc_