This commit is contained in:
Para Dox
2025-04-12 12:57:50 +07:00
parent b3c69ea511
commit c241595dfd
206 changed files with 4708 additions and 5973 deletions

View File

@@ -1,3 +1,4 @@
---
# use at your own risk
services:
@@ -32,31 +33,25 @@ services:
volumes:
- ${FANTOM_MAINNET_SONIC_ARCHIVE_DATA:-fantom-mainnet-sonic-archive}:/var/sonic
- /slowdisk:/slowdisk
environment:
- GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g
- CACHE_GB=${SONIC_CACHE_GB:-28}
- GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g
command:
- --datadir=/var/sonic
- --port=10335
- --nat=extip:${IP}
- --db.engine=
- --gcmode=archive
- --http
- --http.port=8545
- --ws
- --ws.port=8545
- --http.addr=0.0.0.0
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc
- --http.port=8545
- --nat=extip:${IP}
- --port=10335
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --db.engine=
- --state.scheme=
- --syncmode=full
- --gcmode=archive
- --ws
- --ws.port=8545
networks:
- chains
restart: unless-stopped
@@ -87,4 +82,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
...

View File

@@ -1,3 +1,4 @@
---
# use at your own risk
services:
@@ -32,31 +33,25 @@ services:
volumes:
- ${FANTOM_TESTNET_SONIC_ARCHIVE_DATA:-fantom-testnet-sonic-archive}:/var/sonic
- /slowdisk:/slowdisk
environment:
- GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g
- CACHE_GB=${SONIC_CACHE_GB:-28}
- GENESIS=https://download.fantom.network/opera/testnet/testnet-26650-rpc.g
command:
- --datadir=/var/sonic
- --port=10652
- --nat=extip:${IP}
- --db.engine=
- --gcmode=archive
- --http
- --http.port=8545
- --ws
- --ws.port=8545
- --http.addr=0.0.0.0
- --http.api=admin,debug,web3,eth,dag,txpool,personal,abft,net,trace,ftm,sfc
- --http.port=8545
- --nat=extip:${IP}
- --port=10652
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --db.engine=
- --state.scheme=
- --syncmode=full
- --gcmode=archive
- --ws
- --ws.port=8545
networks:
- chains
restart: unless-stopped
@@ -87,4 +82,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
...