forked from erigontech/erigon
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Latest State (2025.01.17)
| archive | full | minimal | |
|---|---|---|---|
| Bsc | 7.5T | 2.2T | 400G |
| Chapel | 600G | * | * |
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
./erigon --datadir=./data --chain=bsc(chapel) --bodies.cache=4294967296 --experiment.persist.receipts.v2 --port=30303 --http.port=8545 --authrpc.port=8551 --torrent.port=42069 --private.api.addr=127.0.0.1:9090 --http --ws --torrent.download.rate=1g --torrent.download.slots=400 --http.api=eth,debug,net,trace,web3,erigon,bsc,admin
Keep All Blobs (default is false).
--bsc.blobSidecars.no-pruning=true
Sync Mode
--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
Gudini00
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation