• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Blockchain stuck at 207991 block

CODERsp

Active member
I reindexed blocks, upgraded wallet, restarted client, no results. Difficulty: 0.00919712.

P.S. No errors.
 
hmm, very strange. Anything in the logs?
Can you give us the last 100 lines of your debug.log ("tail debug.log -n 100")? Please post it on pastebin.
 
So just to clarify, your steps for reindex are:

./darkcoind stop
rm peers.dat from the data folder
./darkcoind --reindex

Correct?
 
Hm, blockcount changed to 207895)

P.S. And back to 207991
Then the reconverge with the spork is working network wide. There were explorers stuck on block 218963 that have since caught up and are on track again.
 
Is it possible to reindex from a certain block? If not I think this could be a useful feature. Instead of reindexing the whole chain just do the last 1k blocks or something. Or would this cause issues?
 
So what I need to do? :)
As workaround try some addnodes and download the blockchain from these

Code:
addnode=84.201.37.188
addnode=93.127.226.228
addnode=93.127.247.50
addnode=93.127.247.88
addnode=104.153.209.143
addnode=104.156.244.221
addnode=107.170.196.35
addnode=108.61.170.161
addnode=108.61.209.50
addnode=108.61.242.80
addnode=151.80.5.192
addnode=162.220.13.194
addnode=178.62.11.208
addnode=178.62.129.181
addnode=185.77.129.140
addnode=204.152.219.139
addnode=211.99.224.171
addnode=216.189.150.236
addnode=23.226.128.184
addnode=37.59.19.89
addnode=41.223.52.13
addnode=50.168.230.216
addnode=54.77.168.55
addnode=54.173.91.202
addnode=82.211.21.10
 
As workaround try some addnodes and download the blockchain from these

Code:
addnode=84.201.37.188
addnode=93.127.226.228
addnode=93.127.247.50
addnode=93.127.247.88
addnode=104.153.209.143
addnode=104.156.244.221
addnode=107.170.196.35
addnode=108.61.170.161
addnode=108.61.209.50
addnode=108.61.242.80
addnode=151.80.5.192
addnode=162.220.13.194
addnode=178.62.11.208
addnode=178.62.129.181
addnode=185.77.129.140
addnode=204.152.219.139
addnode=211.99.224.171
addnode=216.189.150.236
addnode=23.226.128.184
addnode=37.59.19.89
addnode=41.223.52.13
addnode=50.168.230.216
addnode=54.77.168.55
addnode=54.173.91.202
addnode=82.211.21.10

Same here
 
Back
Top