The node the wallet came with is down. Anyone know how to add nodes to the QT?
Do you mean how to add nodes when you are in the QT?
addnode 11.222.333.44 add
That is what it has been like in all the QTs I've done it through.
Okay, got it working -- just launch the QT with the command line parameters
-addnode=5.254.101.106 -addnode=174.36.198.160 -addnode=69.159.142.71 -addnode=100.1.82.147
In Mac this means you open Terminal and run
./Applications/Nyancoin-Qt.app/Contents/Nyancoin-Qt -addnode=5.254.101.106 -addnode=174.36.198.160 -addnode=69.159.142.71 -addnode=100.1.82.147 &
Do you need to meka custom bat file and add that on ?