Post
Topic
Board Announcements (Altcoins)
Re: [ANN][NYAN] NyanCoin - ★★★THE FIRST OFFICIALLY LICENCED CRYPTOCURRENCY!★★★
by
overseerio
on 27/01/2014, 21:20:24 UTC
Is it me or is the wallet not syncing ??

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?

Code:
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

Code:
-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

Code:
./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 ?

I'm literally just running it from the Terminal at this point :<

On Windows you can make a shortcut to the .exe, right click and add the -addnode arguments there directly.

I also had to delete the blkindex.dat and blk0001.dat files to get it working 100% (BACKUP YOUR WALLET BEFORE DOING THIS)