Saturday, October 5, 2024

Loading pockets produces “final pockets synchronisation goes past pruned information” after just a few days on a pruned bitcoin core node

How do I run a pruned Bitcoin Core node on linux indefinitely with out operating into this pockets error? I do know it is potential from the Bitcoin Core app on Home windows however I am unsure methods to obtain it on linux.

Like the next query, I’m operating into “final pockets synchronisation goes past pruned information” each few days on a linux Bitcoin Core pruned node

Pockets loading failed: Prune: final pockets synchronisation goes past pruned information. You must -reindex

bitcoin.conf:

prune=550
hear=1
maxconnections=10
blocksonly=1
maxmempool=5
dbcache=4
debug=prune

It is potential I kill‘d it improperly and it is also potential it had an unclean shutdown from an oom kill.

Nonetheless, I might suppose one thing as essential as a pockets would have a smart restoration mode that did not contain downloading the entire blockchain if you actually simply perhaps want the few most up-to-date gigabytes.

I attempted reindexing, because the error urged, and it wiped all my blockchain information and began downloading every part from 2009.

Fortunately I had made a backup of the blockchain information and I knew I may get a replica from across the pockets creation time from github blockchain downloads.

As urged on the net, the “rescan” (now rescanblockchain) is meant for use on this scenario however when attempting it would not let me specify a blockheight earlier then the information I had (“Cannot rescan past pruned information. Use RPC name getblockchaininfo to find out your pruned peak.”) The entire level as a consumer is to exit on the blockchain and obtain solely what’s wanted to convey my pockets updated so this error appears to defeat the aim of my scenario.

To sum up, primarily based on my expertise with the Bitcoin Core Home windows app, I do know it is potential to run a pruned node indefinitely however I am not clear how that is achieved with the linux model.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles