Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SHA]SHACoin2 - Dead Revival - Virtual & Physical Coin - Faucet
by
zidansz
on 27/02/2016, 12:57:54 UTC
as i write here

i use this bat file to download chain

Code:
:begin
start /low C:\SHACoin\SHACoin-qt.exe -min
ping 127.0.0.1 -n 60
taskkill -t -f -im SHACoi*
ping 127.0.0.1 -n 20
goto begin

problem to load more 500 block - download stoped after get new 500 or 512 block

this bat file help get all chain from first block

coin have problem with download blockchain.

for example now run command getpeerinfo i can see one peer without full blockchain

"addr" : "188.134.72.213:19464",
"services" : "00000001",
"lastsend" : 1456577462,
"lastrecv" : 1456577462,
"conntime" : 1456577375,
"version" : 60022,
"subver" : "/SHACoin:2.0.0.1/",
"inbound" : true,
"startingheight" : 464083,
"banscore" : 0

and i see more peer who can`t download blockchain above

we must do some with this