fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -26,33 +27,25 @@ services:
|
||||
- 10384:10384/udp
|
||||
volumes:
|
||||
- ${CORE_BUFFALO_CORE_PRUNED_PEBBLE_PATH_DATA:-core-buffalo-core-pruned-pebble-path}:/core/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//buffalo:/config
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
command:
|
||||
- --config=/config/config.toml
|
||||
- --datadir=/core/.ethereum
|
||||
- --port=10384
|
||||
- --nat=extip:${IP}
|
||||
- --db.engine=
|
||||
- --gcmode=full
|
||||
- --http
|
||||
- --http.port=8545
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
||||
|
||||
- --http.port=8545
|
||||
- --nat=extip:${IP}
|
||||
- --port=10384
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
|
||||
- --db.engine=
|
||||
- --state.scheme=
|
||||
- --syncmode=snap
|
||||
- --gcmode=full
|
||||
|
||||
- --config=/config/config.toml
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -83,4 +76,5 @@ x-upstreams:
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -26,33 +27,25 @@ services:
|
||||
- 10169:10169/udp
|
||||
volumes:
|
||||
- ${CORE_MAINNET_CORE_ARCHIVE_LEVELDB_HASH_DATA:-core-mainnet-core-archive-leveldb-hash}:/core/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//mainnet:/config
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
command:
|
||||
- --config=/config/config.toml
|
||||
- --datadir=/core/.ethereum
|
||||
- --port=10169
|
||||
- --nat=extip:${IP}
|
||||
- --db.engine=
|
||||
- --gcmode=archive
|
||||
- --http
|
||||
- --http.port=8545
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
||||
|
||||
- --http.port=8545
|
||||
- --nat=extip:${IP}
|
||||
- --port=10169
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
|
||||
- --db.engine=
|
||||
- --state.scheme=
|
||||
- --syncmode=full
|
||||
- --gcmode=archive
|
||||
|
||||
- --config=/config/config.toml
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -83,4 +76,5 @@ x-upstreams:
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -26,33 +27,25 @@ services:
|
||||
- 10169:10169/udp
|
||||
volumes:
|
||||
- ${CORE_MAINNET_CORE_PRUNED_LEVELDB_HASH_DATA:-core-mainnet-core-pruned-leveldb-hash}:/core/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//mainnet:/config
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
command:
|
||||
- --config=/config/config.toml
|
||||
- --datadir=/core/.ethereum
|
||||
- --port=10169
|
||||
- --nat=extip:${IP}
|
||||
- --db.engine=
|
||||
- --gcmode=full
|
||||
- --http
|
||||
- --http.port=8545
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
||||
|
||||
- --http.port=8545
|
||||
- --nat=extip:${IP}
|
||||
- --port=10169
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
|
||||
- --db.engine=
|
||||
- --state.scheme=
|
||||
- --syncmode=snap
|
||||
- --gcmode=full
|
||||
|
||||
- --config=/config/config.toml
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -83,4 +76,5 @@ x-upstreams:
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
...
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -26,33 +27,25 @@ services:
|
||||
- 10478:10478/udp
|
||||
volumes:
|
||||
- ${CORE_PIGEON_CORE_PRUNED_PEBBLE_PATH_DATA:-core-pigeon-core-pruned-pebble-path}:/core/.ethereum
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
- .//pigeon:/config
|
||||
|
||||
- /slowdisk:/slowdisk
|
||||
command:
|
||||
- --config=/config/config.toml
|
||||
- --datadir=/core/.ethereum
|
||||
- --port=10478
|
||||
- --nat=extip:${IP}
|
||||
- --db.engine=
|
||||
- --gcmode=full
|
||||
- --http
|
||||
- --http.port=8545
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
|
||||
- --http.addr=0.0.0.0
|
||||
- --http.api=eth,net,web3,txpool,debug,admin,satoshi
|
||||
|
||||
- --http.port=8545
|
||||
- --nat=extip:${IP}
|
||||
- --port=10478
|
||||
- --rpc.gascap=600000000
|
||||
- --rpc.txfeecap=0
|
||||
|
||||
- --db.engine=
|
||||
- --state.scheme=
|
||||
- --syncmode=snap
|
||||
- --gcmode=full
|
||||
|
||||
- --config=/config/config.toml
|
||||
|
||||
- --ws
|
||||
- --ws.port=8545
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -83,4 +76,5 @@ x-upstreams:
|
||||
methods:
|
||||
disabled:
|
||||
enabled:
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
- name: txpool_content # TODO: should be disabled for rollup nodes
|
||||
...
|
||||
Reference in New Issue
Block a user