Post
Topic
Board Announcements (Altcoins)
Re: STAR COIN [STR] - The coin with bonus STAR blocks
by
wizzardTim
on 21/07/2013, 21:06:04 UTC
Wallet is not synchronized.

Did you add the nodes to your starcoin.conf file?
listen=1
daemon=1
server=1
rpcuser=****
rpcpassword=*********
rpcallowip=127.0.0.1
rpcport=18217
addnode=63.141.237.82
addnode=173.172.193.128
addnode=24.255.59.102
addnode=86.214.142.153
addnode=121.73.160.84
what's wrong?

Hi, first stop the daemon
Code:
starcoind stop
then go to the folder where you have the .conf file, and look for a peers.dat file.
Delete ONLY the peers.dat file , BE CAREFUL NOT TO DELETE THE WALLET!!!.
Add these nodes only (they are currently working for me)
        addnode=70.98.114.229
        addnode=54.212.51.236
        addnode=64.120.17.150
        addnode=37.229.117.57
        addnode=188.81.215.232
        addnode=68.103.6.158
        addnode=24.6.21.198
        addnode=192.241.216.26

then start the daemon again
Code:
starcoind
And you should be going... Wink
You can check like this :
Code:
starcoind getinfo

GENIUS!!!! worked man Thank you ;-) I tip my internet tinfoil hat to you good sir.

It worked!! Thank you. But shouldn't the wallet work without any modification?