-
bevanoff
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:
monero-project/monero-gui #3319
-
bevanoff
Any review/criticism would be appreciated :)
-
nassaul
hello
-
nassaul
how gui can start instanty with --add-exclusive-node 1.1.1.1
-
tobtoht
what are you trying to do? 1.1.1.1 is a dns resolver, not a monero node
-
nassaul
1.1.1.1 is example
-
nassaul
ip can be anything
-
nassaul
i want instantly to connect to my node that has specific ip
-
tobtoht
set your wallet to advanced mode
-
tobtoht
then go into settings -> node
-
tobtoht
select remote node, and enter the IP address and port of your node
-
nassaul
that is after opening
-
nassaul
i want when u open to do this
-
nassaul
i insert --add-exclusive-node to monerod on DaemonManager.cpp but didnt work
-
nassaul
anyone on how to insert --add-exclusive-node in this line
-
nassaul
m_monerod = QApplication::applicationDirPath() + "/monerod";
-
nassaul
bevanoff very interesting your work
-
nassaul
very crucial for monero
-
bevanoff[m]
Thank you! :)
-
dEBRUYNE
nassaul: You should be able to add it to the daemon startup flags box on the Settings page
-
dEBRUYNE
Or do you mean actually adding it to the code?
-
nassaul
to the code so my mother wont need anything to add because she cant!
-
nassaul
not so much help here
-
nassaul
i found anyway
-
nassaul
thnx for your support
-
bevanoff[m]
nassul: you mind sharing? I've never realluy played with the daemon manager so im just curious
-
nassaul
arguments << "--check-updates" << "disabled";
-
nassaul
DaemonManager.cpp
-
nassaul
u can add anything
-
bevanoff[m]
ah fun
-
charuto
does anyone here know about how much time does it take to get the auto update pop-up?
-
charuto
ive waited like half an hour after launching the outdated wallet and it still hasnt appeared
-
moneromooo
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.
-
moneromooo
Also, if you built it yourself, it might not, depends if the source package is included in the DNS records, it might not be.
-
charuto
maybe the blockchain needs to be synchronized?
-
charuto
i was able to do it before, but now it's simply not appearing
-
selsta
charuto: which OS?
-
selsta
are you using Tor?
-
charuto
linux-based
-
charuto
i am not
-
charuto
i also gave up waiting for the pop-up and updated manually
-
selsta
it should show up in less than a minute
-
selsta
are there any error if you start the gui from terminal?
-
selsta
it will write why it fails