Help Council. The wallet under Windows is not synchronized. What to do?
To add nodes, you can go to the explorer webpage and click on network tab at the top, it will tell you the active nodes. (
https://explorer.cryptorescue.org/network). There is also the first post of this thread that have nodes listed...
Next you want to add a couple of thoses nodes(3 to 5 or more, to your liking), theres 2 ways:
1st option, through the wallet-qt, go to the help/debug window, then console, add each ip address manualy with that command: addnode "000.000.00.000" add
if it writes null, it means it worked, it should now begin to sync.
2nd option is to add some of the nodes ip addresses in the config file which is located in the folder user/appdata/local/roaming
find and edit or create a .conf file and enter some of those nodes in that manner:
addnode=000.000.00.000:port
save the file, start the wallet and you should sync in a couple of minutes. hope it helps