04:59:16 Hey guys so a couple weeks ago I mentioned that I was working on multisig for the GUI and I've actually got a presentable work for the 2/2 scheme I PR'd here: https://github.com/monero-project/monero-gui/pull/3319 04:59:31 Any review/criticism would be appreciated :) 16:23:11 hello 16:24:05 how gui can start instanty with --add-exclusive-node 1.1.1.1 16:24:57 what are you trying to do? 1.1.1.1 is a dns resolver, not a monero node 16:25:20 1.1.1.1 is example 16:25:28 ip can be anything 16:25:48 i want instantly to connect to my node that has specific ip 16:26:38 set your wallet to advanced mode 16:26:44 then go into settings -> node 16:26:55 select remote node, and enter the IP address and port of your node 16:38:31 that is after opening 16:38:43 i want when u open to do this 16:40:26 i insert --add-exclusive-node to monerod on DaemonManager.cpp  but didnt work 17:01:14 anyone on how to insert  --add-exclusive-node  in this line 17:01:16 m_monerod = QApplication::applicationDirPath() + "/monerod"; 17:05:52  bevanoff very interesting your work 17:05:59 very crucial for monero 17:06:47 Thank you! :) 17:12:12 nassaul: You should be able to add it to the daemon startup flags box on the Settings page 17:12:17 Or do you mean actually adding it to the code? 17:12:45 to the code so my mother wont need anything to add because she cant! 17:22:35 not so much help here 17:34:00 i found anyway 17:34:06 thnx for your support 17:35:03 nassul: you mind sharing? I've never realluy played with the daemon manager so im just curious 17:38:29 arguments << "--check-updates" << "disabled"; 17:38:53 DaemonManager.cpp 17:39:02 u can add anything 17:39:18 ah fun 19:30:51 does anyone here know about how much time does it take to get the auto update pop-up? 19:31:04 ive waited like half an hour after launching the outdated wallet and it still hasnt appeared 19:41:18 IIRC it was shortly after starting, but it'd not do so if your DNS setup is wonky, including if you can't resolve with DNSSEC. 19:42:13 Also, if you built it yourself, it might not, depends if the source package is included in the DNS records, it might not be. 20:11:17 maybe the blockchain needs to be synchronized? 20:17:21 i was able to do it before, but now it's simply not appearing 21:05:10 charuto: which OS? 21:05:17 are you using Tor? 21:05:40 linux-based 21:05:42 i am not 21:06:04 i also gave up waiting for the pop-up and updated manually 21:06:15 it should show up in less than a minute 21:06:32 are there any error if you start the gui from terminal? 21:06:45 it will write why it fails