Bitcoin Forum
May 10, 2024, 09:36:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: why sync not continue after 81% (446128 blocks height) #598  (Read 226 times)
locker007 (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
September 13, 2018, 04:58:41 PM
Last edit: September 14, 2018, 01:46:31 PM by locker007
 #1

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
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
cellard
Legendary
*
Offline Offline

Activity: 1372
Merit: 1252


View Profile
September 14, 2018, 01:40:58 AM
 #2

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.
aleksej996
Sr. Member
****
Offline Offline

Activity: 490
Merit: 389


Do not trust the government


View Profile
September 16, 2018, 12:46:30 PM
 #3

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.
locker007 (OP)
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
September 25, 2018, 09:00:32 AM
 #4

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
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
September 25, 2018, 03:15:09 PM
 #5

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

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!