fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# use at your own risk
|
||||
|
||||
services:
|
||||
@@ -26,22 +27,20 @@ services:
|
||||
volumes:
|
||||
- ${RONIN_MAINNET_RONIN_ARCHIVE_LEVELDB_HASH_DATA:-ronin-mainnet-ronin-archive-leveldb-hash}:/ronin
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
environment:
|
||||
- DB_ENGINE=
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
- NETWORK_ID=2020
|
||||
- NETWORK_PORT=10276
|
||||
- DB_ENGINE=
|
||||
- STATE_SCHEME=
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
command:
|
||||
- --port=10276
|
||||
- --http.api admin,eth,net,web3,consortium,txpool,debug
|
||||
- --discovery.dns enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@pos.roninchain.com
|
||||
- --txpool.pricelimit 20000000000
|
||||
- --txpool.nolocals
|
||||
- --nat=extip:${IP}
|
||||
- --gcmode=archive
|
||||
|
||||
- --http.api admin,eth,net,web3,consortium,txpool,debug
|
||||
- --nat=extip:${IP}
|
||||
- --port=10276
|
||||
- --txpool.nolocals
|
||||
- --txpool.pricelimit 20000000000
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -72,4 +71,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,22 +27,20 @@ services:
|
||||
volumes:
|
||||
- ${RONIN_MAINNET_RONIN_PRUNED_PEBBLE_HASH_DATA:-ronin-mainnet-ronin-pruned-pebble-hash}:/ronin
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
environment:
|
||||
- DB_ENGINE=
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
- NETWORK_ID=2020
|
||||
- NETWORK_PORT=10276
|
||||
- DB_ENGINE=
|
||||
- STATE_SCHEME=
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
command:
|
||||
- --port=10276
|
||||
- --http.api admin,eth,net,web3,consortium,txpool,debug
|
||||
- --discovery.dns enrtree://AKUEZKN7PSKVNR65FZDHECMKOJQSGPARGTPPBI7WS2VUL4EGR6XPC@pos.roninchain.com
|
||||
- --txpool.pricelimit 20000000000
|
||||
- --txpool.nolocals
|
||||
- --nat=extip:${IP}
|
||||
- --gcmode=full
|
||||
|
||||
- --http.api admin,eth,net,web3,consortium,txpool,debug
|
||||
- --nat=extip:${IP}
|
||||
- --port=10276
|
||||
- --txpool.nolocals
|
||||
- --txpool.pricelimit 20000000000
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -72,4 +71,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,22 +27,20 @@ services:
|
||||
volumes:
|
||||
- ${RONIN_SAIGON_RONIN_ARCHIVE_LEVELDB_HASH_DATA:-ronin-saigon-ronin-archive-leveldb-hash}:/ronin
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
environment:
|
||||
- DB_ENGINE=
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
- NETWORK_ID=2021
|
||||
- NETWORK_PORT=10493
|
||||
- DB_ENGINE=
|
||||
- STATE_SCHEME=
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
command:
|
||||
- --port=10493
|
||||
- --http.api admin,eth,net,web3,consortium,txpool,debug
|
||||
- --discovery.dns enrtree://AJCNIAXQIPO55NW3QE2NUBBDMPYZDOQUCAEUS65NHQFMUUFES5KOW@saigon.nodes.roninchain.com
|
||||
- --txpool.pricelimit 20000000000
|
||||
- --txpool.nolocals
|
||||
- --nat=extip:${IP}
|
||||
- --gcmode=archive
|
||||
|
||||
- --http.api admin,eth,net,web3,consortium,txpool,debug
|
||||
- --nat=extip:${IP}
|
||||
- --port=10493
|
||||
- --txpool.nolocals
|
||||
- --txpool.pricelimit 20000000000
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -72,4 +71,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,22 +27,20 @@ services:
|
||||
volumes:
|
||||
- ${RONIN_SAIGON_RONIN_PRUNED_PEBBLE_HASH_DATA:-ronin-saigon-ronin-pruned-pebble-hash}:/ronin
|
||||
- /slowdisk:/slowdisk
|
||||
|
||||
environment:
|
||||
- DB_ENGINE=
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
- NETWORK_ID=2021
|
||||
- NETWORK_PORT=10493
|
||||
- DB_ENGINE=
|
||||
- STATE_SCHEME=
|
||||
- ETHSTATS_ENDPOINT=d${DOMAIN}:WSyDMrhRBe111@ronin-stats-ws.roninchain.com:443
|
||||
command:
|
||||
- --port=10493
|
||||
- --http.api admin,eth,net,web3,consortium,txpool,debug
|
||||
- --discovery.dns enrtree://AJCNIAXQIPO55NW3QE2NUBBDMPYZDOQUCAEUS65NHQFMUUFES5KOW@saigon.nodes.roninchain.com
|
||||
- --txpool.pricelimit 20000000000
|
||||
- --txpool.nolocals
|
||||
- --nat=extip:${IP}
|
||||
- --gcmode=full
|
||||
|
||||
- --http.api admin,eth,net,web3,consortium,txpool,debug
|
||||
- --nat=extip:${IP}
|
||||
- --port=10493
|
||||
- --txpool.nolocals
|
||||
- --txpool.pricelimit 20000000000
|
||||
networks:
|
||||
- chains
|
||||
restart: unless-stopped
|
||||
@@ -72,4 +71,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