fix
This commit is contained in:
@@ -45,4 +45,4 @@ StaticNodes = [
|
||||
"enode://dbcc5ec23bdf89243688321e8cfa8d80e17edce093206bcc6df998d8148385767cae3058a1c1e20c93c3b8e07962bc7a321deab0aa46c106283f1220f12c220a@3.209.122.123:30311",
|
||||
"enode://665cf77ca26a8421cfe61a52ac312958308d4912e78ce8e0f61d6902e4494d4cc38f9b0dd1b23a427a7a5734e27e5d9729231426b06bb9c73b56a142f83f6b68@52.72.123.113:30311"
|
||||
]
|
||||
ListenAddr = ":17474"
|
||||
|
||||
|
||||
@@ -26,19 +26,6 @@ services:
|
||||
- --gcmode=full
|
||||
- --rpc.gascap=600000000
|
||||
- --nat=extip:${IP}
|
||||
- --miner.gasprice=1000000000
|
||||
- --txpool.nolocals
|
||||
- --txpool.journal=transactions.rlp
|
||||
- --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
|
||||
- --ipcpath=geth.ipc
|
||||
- --http
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.port=8545
|
||||
|
||||
@@ -15,30 +15,17 @@ services:
|
||||
volumes:
|
||||
- bsc-mainnet-bsc-pruned-pebble-path:/bsc/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- ./bsc/config:/config
|
||||
entrypoint: [ "geth" ]
|
||||
command:
|
||||
- --mainnet
|
||||
|
||||
- --config=/config/config.toml
|
||||
- --db.engine=pebble
|
||||
- --state.scheme=path
|
||||
- --syncmode=snap
|
||||
- --gcmode=full
|
||||
- --rpc.gascap=600000000
|
||||
- --nat=extip:${IP}
|
||||
- --miner.gasprice=1000000000
|
||||
- --txpool.nolocals
|
||||
- --txpool.journal=transactions.rlp
|
||||
- --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
|
||||
- --ipcpath=geth.ipc
|
||||
- --http
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.port=8545
|
||||
|
||||
Reference in New Issue
Block a user