13:31:59 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. 14:59:48 Not sure if -dev is the appropriate channel for that thunderosa_ 15:08:03 I assume wrong channel and they switched after realizing :) 15:08:30 Ah yeah probably, my bad 18:08:47 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. 18:09:29 Is there a better channel for those sorts of questions? I've also put feelers out on #monero-community 18:12:51 I don't remember anyone mentioning they're coding anything for them. Doesn't mean nobody is though. 18:15:13 moneromooo: is there a way to attach to the daemon when its running in the background under a system user? 18:16:08 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. 18:16:27 Might have to press enter once after fg to unconfuse readline. 18:17:39 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. 18:18:52 You can change run console commands from another temp daemon like this: ./monerod status 18:19:05 "status" will be run by the detached daemon via RPC. 18:19:51 I see, so monerod will recognize the daemon and issue RPC calls to it rather than beginning a new instance? 18:20:09 Yes. 18:54:16 hi 18:54:56 I'm getting an error while compiling GUI 15.0.5 18:55:06 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 ^~~~~~~~~~compilation terminated. 18:55:17 do you know what can it be 18:55:36 you have to install libgcrypt20-dev on Linux 18:55:49 mingw-w64-x86_64-libgcrypt on Windows 18:56:06 im using linux 18:56:07 ok 18:56:13 i see now that it is in QT instructions 18:56:28 but I didnt install qt again because I thought it was already installed in my ubuntu 18:56:47 we have a new dependency 18:57:20 do you think that doing a sudo apt install libgcrypt20-dev is enough 18:57:27 yep 19:12:51 it worked 19:13:33 i built from master 0.15.0.5 19:14:01 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 19:24:05 that will be fixed before release