new params

This commit is contained in:
Para Dox
2025-05-13 12:58:24 +07:00
parent 1b489f5a94
commit 648db38954
12 changed files with 28 additions and 12 deletions

View File

@@ -54,18 +54,20 @@ services:
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-us.garfield-testnet.zircuit.com?token=drpcV4hDaEwatB9G3zgk8gBkaH5s4TVMGeuUvlBIiVTD
- GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data
- --db.engine=leveldb
- --gcmode=archive
- --maxpeers=50
- --network=garfield
- --nodiscover
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash
- --syncmode=full
- --zktrie-block=4
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,debug,admin,txpool,engine

View File

@@ -54,18 +54,20 @@ services:
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-us.garfield-testnet.zircuit.com?token=drpcV4hDaEwatB9G3zgk8gBkaH5s4TVMGeuUvlBIiVTD
- GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data
- --db.engine=pebble
- --gcmode=archive
- --maxpeers=50
- --network=garfield
- --nodiscover
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash
- --syncmode=full
- --zktrie-block=4
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,debug,admin,txpool,engine

View File

@@ -54,18 +54,20 @@ services:
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-us.garfield-testnet.zircuit.com?token=drpcV4hDaEwatB9G3zgk8gBkaH5s4TVMGeuUvlBIiVTD
- GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data
- --db.engine=pebble
- --gcmode=full
- --maxpeers=50
- --network=garfield
- --nodiscover
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash
- --syncmode=full
- --zktrie-block=4
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,debug,admin,txpool,engine

View File

@@ -54,18 +54,20 @@ services:
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-us.garfield-testnet.zircuit.com?token=drpcV4hDaEwatB9G3zgk8gBkaH5s4TVMGeuUvlBIiVTD
- GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data
- --db.engine=pebble
- --gcmode=full
- --maxpeers=50
- --network=garfield
- --nodiscover
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=path
- --syncmode=full
- --zktrie-block=4
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,debug,admin,txpool,engine

View File

@@ -55,7 +55,7 @@ services:
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-eu.mainnet.zircuit.com/?token=drpcvATEn3gsYCLyLw7ztFLCBwQNoDJr2QjpcsNNkksu
- GETH_TXPOOL_GLOBALQUEUE=1024
- ZIRCUIT_NETWORK=mainnet
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data

View File

@@ -55,7 +55,7 @@ services:
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-eu.mainnet.zircuit.com/?token=drpcvATEn3gsYCLyLw7ztFLCBwQNoDJr2QjpcsNNkksu
- GETH_TXPOOL_GLOBALQUEUE=1024
- ZIRCUIT_NETWORK=mainnet
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data

View File

@@ -55,7 +55,7 @@ services:
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-eu.mainnet.zircuit.com/?token=drpcvATEn3gsYCLyLw7ztFLCBwQNoDJr2QjpcsNNkksu
- GETH_TXPOOL_GLOBALQUEUE=1024
- ZIRCUIT_NETWORK=mainnet
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data

View File

@@ -55,7 +55,7 @@ services:
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-eu.mainnet.zircuit.com/?token=drpcvATEn3gsYCLyLw7ztFLCBwQNoDJr2QjpcsNNkksu
- GETH_TXPOOL_GLOBALQUEUE=1024
- ZIRCUIT_NETWORK=mainnet
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data

View File

@@ -54,18 +54,20 @@ services:
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-us.testnet.zircuit.com/?token=Drpc6dqvgakKRmtx4EVJxA89AxCk7wxB4dZAdDrgk
- GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data
- --db.engine=leveldb
- --gcmode=archive
- --maxpeers=50
- --network=testnet
- --nodiscover
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash
- --syncmode=full
- --zktrie-block=4
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,debug,admin,txpool,engine

View File

@@ -54,18 +54,20 @@ services:
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-us.testnet.zircuit.com/?token=Drpc6dqvgakKRmtx4EVJxA89AxCk7wxB4dZAdDrgk
- GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data
- --db.engine=pebble
- --gcmode=archive
- --maxpeers=50
- --network=testnet
- --nodiscover
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash
- --syncmode=full
- --zktrie-block=4
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,debug,admin,txpool,engine

View File

@@ -54,18 +54,20 @@ services:
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-us.testnet.zircuit.com/?token=Drpc6dqvgakKRmtx4EVJxA89AxCk7wxB4dZAdDrgk
- GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data
- --db.engine=pebble
- --gcmode=full
- --maxpeers=50
- --network=testnet
- --nodiscover
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=hash
- --syncmode=full
- --zktrie-block=4
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,debug,admin,txpool,engine

View File

@@ -54,18 +54,20 @@ services:
- GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
- GETH_ROLLUP_SEQUENCERHTTP=https://proxyd-ingress-us.testnet.zircuit.com/?token=Drpc6dqvgakKRmtx4EVJxA89AxCk7wxB4dZAdDrgk
- GETH_TXPOOL_GLOBALQUEUE=1024
entrypoint: /bin/sh -c '[ ! -d /data/geth ] && geth init --datadir /data /config/genesis.json; exec geth "$@"' --
entrypoint: /bin/sh -c 'exec geth "$@"' --
command:
- --circuit-capacity-check=false
- --datadir=/data
- --db.engine=pebble
- --gcmode=full
- --maxpeers=50
- --network=testnet
- --nodiscover
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --state.scheme=path
- --syncmode=full
- --zktrie-block=4
- --http
- --http.addr=0.0.0.0
- --http.api=eth,net,web3,debug,admin,txpool,engine