-
thunderosa_
Hi guys, I was contacted by WhiteBIT about their listing XMR next week and wanted to just check here first to make sure everything is legit.
-
dEBRUYNE
Not sure if -dev is the appropriate channel for that thunderosa_
-
moneromooo
I assume wrong channel and they switched after realizing :)
-
dEBRUYNE
Ah yeah probably, my bad
-
thunderosa_
ah sorry, Brandon suggested I check here to make sure there's actually an implementation happening and I'd like to confirm that it's an unpaid listing. WhiteBIT reached out about promo and I'm just doing a little due diligence.
-
thunderosa_
Is there a better channel for those sorts of questions? I've also put feelers out on #monero-community
-
moneromooo
I don't remember anyone mentioning they're coding anything for them. Doesn't mean nobody is though.
-
wizardsmoke
moneromooo: is there a way to attach to the daemon when its running in the background under a system user?
-
moneromooo
If it's background due to --detach, no (unless you write custom code to play with ptys I guess). If it's the background due to bg, fg.
-
moneromooo
Might have to press enter once after fg to unconfuse readline.
-
wizardsmoke
its the former (--detach). Just trying to figure how I might change daemon settings on the fly (without restart). I can watch the log file for output from the looks of it.
-
moneromooo
You can change run console commands from another temp daemon like this: ./monerod status
-
moneromooo
"status" will be run by the detached daemon via RPC.
-
wizardsmoke
I see, so monerod will recognize the daemon and issue RPC calls to it rather than beginning a new instance?
-
moneromooo
Yes.
-
rating89us
hi
-
rating89us
I'm getting an error while compiling GUI 15.0.5
-
rating89us
In file included from ../src/qt/updater.h:33:0, from ../src/main/main.cpp:67:../src/openpgp/openpgp.h:33:10: fatal error: gcrypt.h: No such file or directory #include <gcrypt.h> ^~~~~~~~~~compilation terminated.
-
rating89us
do you know what can it be
-
selsta
you have to install libgcrypt20-dev on Linux
-
selsta
mingw-w64-x86_64-libgcrypt on Windows
-
rating89us
im using linux
-
rating89us
ok
-
rating89us
i see now that it is in QT instructions
-
rating89us
but I didnt install qt again because I thought it was already installed in my ubuntu
-
selsta
we have a new dependency
-
rating89us
do you think that doing a sudo apt install libgcrypt20-dev is enough
-
selsta
yep
-
rating89us
it worked
-
rating89us
i built from master 0.15.0.5
-
rating89us
but when I open the GUI I get a popup saying that there is a new version 0.15.0.1. I guess it wasn't supposed to appear
-
selsta
that will be fixed before release