Post
Topic
Board Announcements (Altcoins)
Re: [ANN ][SCORE][POW][Scrypt]
by
LegacyOfAll
on 25/09/2017, 16:35:28 UTC
For my wallet there are no connections and no block source available. #disgruntled

You must put this in your scorecoin.conf file since there is no DNS seeder implemented just yet.

Code:
addnode=178.238.226.136:10809

Then you will connect to the rest of the peers on the network and your wallet will sync just fine.


Ok, thanks! That and only that?
I've had this issue with more wallets but been able to solve it.
Then I had to have a whole lot more.
For ex:

rpcuser=x
rpcpassword=XXX
rpcallowip=127.0.0.1
rpcport=8108
server=1
gen=0
addnode=203.20.114.252:4588
addnode=198.27.82.134:4588
addnode=104.255.67.131:4588
addnode=51.255.6.35:4588
addnode=46.254.11.158:4588
addnode=98.115.147.74:4588
addnode=157.161.128.58:4588
addnode=71.207.13.6:4588

Yes just like that except for now you only need one to get started:

Code:
addnode=178.238.226.136:10809


Created a scorecoin.config with only addnode=178.238.226.136:10809 in it in the same folder as my QT.
No luck.