Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 1.97 KB

prune.md

File metadata and controls

41 lines (19 loc) · 1.97 KB

dappnode ==> Packages ==> Sepolia Geth ==> Config, Save the ENV VALUE of EXTRA_OPTIONS

image

dappnode ==> Packages ==> Sepolia Geth ==> We write --snapshot=false in the EXTRA_OPTIONS section in Config and click update. After 288 blocks have passed.

Now what we're going to do is wait for 288 blocks to pass like this...

image

dappnode ==> Packages ==> Sepolia Geth ==> We write snapshot prune-state in the EXTRA_OPTIONS section in Config and click update. We are waiting for the pruning process to be done

image

Writing state bloom to disk name=/sepolia/geth/statebloom.0x409490d515d3f315bea34e05f1e0fe522c56ea44a849fffff38b1cf9d27c2e9f.bf.gz

It already says how many minutes are left on the far right where it says eta, wait for this process to complete.

dappnode ==> Packages ==> Sepolia Geth ==> Remove in Info and delete the whole file.

image

dappnode ==> Packages ==> Sepolia Geth ==> In the EXTRA_OPTIONS section in Config we write

--syncmode=snap --datadir=statebloom.0x409490d515d3f315bea34e05f1e0fe522c56ea44a849fffff38b1cf9d27c2e9f.bf.gz and click update. image

dappnode ==> Expect Sepolia Geth sync on Dashboard

image

image

We are waiting for it to sync. This is the pruning process.

Now restart PowerArgent and everything should be back to normal