We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bsc Archive node: RAM >= 32GB, Disk >= 10TB. Chapel Archive node: RAM >= 16GB, Disk >= 1.2TB.
Chaindata && parlia: https://github.com/bnb-chain/bsc-snapshots?tab=readme-ov-file#source-3-erigon-archive-node8tb
##Bsc ./erigon --bodies.cache=214748364800 --batchSize=4096M --txpool.disable --metrics.addr=0.0.0.0 --log.console.verbosity=eror --log.dir.verbosity=dbug --http --ws --http.api=web3,net,eth,debug,trace,txpool,admin --http.addr=0.0.0.0 --db.pagesize=16k --datadir ${workspace}/data --private.api.addr=localhost:9090 --chain=bsc --metrics --log.dir.path ${workspace}/log >> ${workspace}/log/node.log 2>&1 ##Chapel ./erigon --metrics.addr=0.0.0.0 --txpool.disable --log.console.verbosity=eror --log.dir.verbosity=4 --http --ws --http.api=admin,web3,bsc,net,eth,debug,trace,txpool --http.addr=0.0.0.0 --db.size.limit=7TB --datadir ${workspace}/data --private.api.addr=localhost:9090 --chain=chapel --metrics --log.dir.path ${workspace}/log >> ${workspace}/log/node.log 2>&1
If you can't connect good peers, set --maxpeers=10
--maxpeers=10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System Requirements
Bsc Archive node: RAM >= 32GB, Disk >= 10TB.
Chapel Archive node: RAM >= 16GB, Disk >= 1.2TB.
Snapshots
Chaindata && parlia: https://github.com/bnb-chain/bsc-snapshots?tab=readme-ov-file#source-3-erigon-archive-node8tb
Start Command
If you can't connect good peers, set
--maxpeers=10
The text was updated successfully, but these errors were encountered: