You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
--prune.mode=minimal keep latest 100000 block and state(EIP-4444). --prune.mode=full keep all blocks and latest 100000 block state --prune.mode=archive the default sync mode
Experiment Fast-Node
This will sync without calculate merkle root. Save 350GB in Bsc and have better performance.
## Remove commitment
./erigon seg rm-state --domain=commitment --datadir=./data
rm -rf datadir/chaindata
## Restart with env flag
ERIGON_DISCARD_COMMITMENT=true
Latest State (2025.01.17)
System Requirements
Bsc Archive: RAM > 32GB, Disk > 5TB.
Chapel Archive: RAM > 16GB, Disk > 500GB.
Speed will benefit from bigger RAM and better CPU frequencies.
Start Command
Keep All Blobs (default is false).
--bsc.blobSidecars.no-pruning=trueSync Mode
--prune.mode=minimalkeep latest100000block and state(EIP-4444).--prune.mode=fullkeep all blocks and latest100000block state--prune.mode=archivethe default sync modeExperiment Fast-Node
This will sync without calculate merkle root. Save 350GB in Bsc and have better performance.