Author

Topic: why sync not continue after 81% (446128 blocks height) #598 (Read 259 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
update:
I restart daemon and sync was start...
but in error log i see: [2018-09-25T08:51:07.545Z] error: RPCError: Bitcoin JSON-RPC: Work queue depth exceeded
That error is unrelated.

Can you post your full debug.log file?

Can you post the output of
Code:
bitcoin-cli getnetworkinfo
newbie
Activity: 15
Merit: 0
Could be that your CPU is very slow.
Bitcoin Core, for example, has hard coded hash value of a block at certain height that it assumes is valid, so it doesn't need to verify the transactions up to that point. This value changes with each version.

You might have just hit that limit and your CPU is clogging up now, since it started to verify it.
That could be the case with some really old or weak CPUs, so check your CPU performance with a Task Manager.
I bought a new server with powerful hardware and again the synchronization stopped at 81 percent (448195)
why??

update:
I restart daemon and sync was start...
but in error log i see: [2018-09-25T08:51:07.545Z] error: RPCError: Bitcoin JSON-RPC: Work queue depth exceeded
sr. member
Activity: 490
Merit: 389
Do not trust the government
Could be that your CPU is very slow.
Bitcoin Core, for example, has hard coded hash value of a block at certain height that it assumes is valid, so it doesn't need to verify the transactions up to that point. This value changes with each version.

You might have just hit that limit and your CPU is clogging up now, since it started to verify it.
That could be the case with some really old or weak CPUs, so check your CPU performance with a Task Manager.
legendary
Activity: 1372
Merit: 1252
I have never used the Bitcore client but apparently it's based on Bitcoin Core and uses bitcoind.. if it is a fork then the folders should be the same.

You can try to find a folder called "chainstate". Close the client, delete that folder and open the bitcore client again and wait for a while. If it's still stuck then you could try some cvars but first try that. Also make sure 8333 port is opened on your firewall and router.
newbie
Activity: 15
Merit: 0
Why my insight not work after 81%? I'm not have any errors!
I use bitcored.
my debug.log:
https://pastebin.com/wuHERc8D
my bitcoin.conf:
Code:
server=1
whitelist=127.0.0.1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
zmqpubrawtx=tcp://127.0.0.1:28332
zmqpubhashblock=tcp://127.0.0.1:28332
rpcallowip=127.0.0.1
rpcuser=bitcoin
rpcbind=127.0.0.1
rpcpassword=***
uacomment=bitcore
rpcport=9322
and free 700 GB HDD RAID
Jump to: