This commit is contained in:
squidbear
2025-03-27 10:30:04 +01:00
parent 9b0f1dfc77
commit ce86a91f21
2 changed files with 83 additions and 83 deletions

View File

@@ -16,47 +16,47 @@ services:
- bsc-mainnet-bsc-pruned-pebble-path:/root/.ethereum
- /slowdisk:/slowdisk
entrypoint: [ "geth" ]
command: >
--networkid=56
--db.engine=pebble
--state.scheme=path
--syncmode=snap
--gcmode=full
--rpc.gascap=600000000
--nat=extip:${IP}
--lightpeers=100
--trie.timeout=150000000000
--miner.gasceil=140000000
--miner.gasprice=1000000000
--miner.recommit=10000000000
--txpool.nolocals
--txpool.journal=transactions.rlp
--txpool.rejournal=3600000000000
--txpool.pricelimit=1000000000
--txpool.pricebump=10
--txpool.accountslots=200
--txpool.globalslots=8000
--txpool.accountqueue=200
--txpool.globalqueue=4000
--gpo.blocks=20
--history.transactions=0
--gpo.percentile=60
--gpo.oraclethreshold=1000
--ipcpath=geth.ipc
--http
--http.addr=0.0.0.0
--http.port=8545
--http.vhosts=*
--http.api=eth,net,web3,txpool,parlia,debug,admin
--ws
--ws.addr=0.0.0.0
--ws.port=8545
--ws.origins'*
--ws.api=net,web3,eth,debug
--maxpeers=200
--nodiscover=false
--listenaddr=:10037
--emitcheckpoints
command:
- --networkid=56
- --db.engine=pebble
- --state.scheme=path
- --syncmode=snap
- --gcmode=full
- --rpc.gascap=600000000
- --nat=extip:${IP}
- --lightpeers=100
- --trie.timeout=150000000000
- --miner.gasceil=140000000
- --miner.gasprice=1000000000
- --miner.recommit=10000000000
- --txpool.nolocals
- --txpool.journal=transactions.rlp
- --txpool.rejournal=3600000000000
- --txpool.pricelimit=1000000000
- --txpool.pricebump=10
- --txpool.accountslots=200
- --txpool.globalslots=8000
- --txpool.accountqueue=200
- --txpool.globalqueue=4000
- --gpo.blocks=20
- --history.transactions=0
- --gpo.percentile=60
- --gpo.oraclethreshold=1000
- --ipcpath=geth.ipc
- --http
- --http.addr=0.0.0.0
- --http.port=8545
- --http.vhosts=*
- --http.api=eth,net,web3,txpool,parlia,debug,admin
- --ws
- --ws.addr=0.0.0.0
- --ws.port=8545
- --ws.origins'*
- --ws.api=net,web3,eth,debug
- --maxpeers=200
- --nodiscover=false
- --listenaddr=:10037
- --emitcheckpoints
restart: unless-stopped
stop_grace_period: 3m