Tuesday, October 1, 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 doable from the Bitcoin Core app on Home windows however I am undecided how one can 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 should -reindex

bitcoin.conf:

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

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

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

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

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

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

To sum up, based mostly on my expertise with the Bitcoin Core Home windows app, I do know it is doable 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