gcash / bchd

An alternative full node bitcoin cash implementation written in Go (golang)
ISC License
280 stars 101 forks source link

Syncing new node stuck on block 792781 #531

Closed Hellgin closed 1 year ago

Hellgin commented 1 year ago

I am trying to set up a node with transaction and address indexes, It just stops syncing at block 792781 (took about 2 weeks to get to this point)

here is the response i get from getblockchaininfo

{"result":{"difficulty":185869741756.691650390625,"headers":792781,"bip9_softforks":{"dummy":{"startTime":1199145601,"bit":28,"timeout":1230767999,"status":"failed","since":0},"csv":{"startTime":1462060800,"bit":0,"timeout":1493596800,"status":"active","since":0}},"chain":"mainnet","mediantime":1684173299,"verificationprogress":1,"blocks":792781,"pruned":false,"softforks":[{"reject":{"status":true},"id":"bip34","version":2},{"reject":{"status":true},"id":"bip66","version":3},{"reject":{"status":true},"id":"bip65","version":4}],"syncheight":792781,"bestblockhash":"0000000000000000026f6d812939fa5139ba773bdd388ab21637767df8adf6bc"},"id":"test","jsonrpc":"1.0","error":null}

i can successfully query any transaction in blocks before 792781 and it otherwise looks to be working and i see no errors in the log.

I did try and restart the process already, I deleted the data and waited another 2 weeks for it to get to this point but exactly the same thing happened again.

Hellgin commented 1 year ago

I see this is due to BCHD not yet supporting the latest bitcoin cash upgrade.