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_OPERA_ARCHIVE_TRACE_DATA:-fantom-mainnet-opera-archive-trace}:/datadir
- /slowdisk:/slowdisk
environment:
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-5577-full-mpt.g
command:
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --port=10897
- --nat=extip:${IP}
- --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
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --db.migration.mode reformat
- --db.preset pbl-1
- --http
- --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=10897
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode full
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
- --tracenode
- --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,30 +33,24 @@ services:
volumes:
- ${FANTOM_MAINNET_OPERA_ARCHIVE_DATA:-fantom-mainnet-opera-archive}:/datadir
- /slowdisk:/slowdisk
environment:
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-5577-full-mpt.g
command:
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_CACHE_MB:-16000}
- --datadir=/datadir
- --port=10897
- --nat=extip:${IP}
- --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
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --db.migration.mode reformat
- --db.preset pbl-1
- --http
- --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=10897
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode full
- --cache=${FANTOM_MAINNET_OPERA_ARCHIVE_CACHE_MB:-16000}
- --ws
- --ws.port=8545
networks:
- chains
restart: unless-stopped
@@ -86,4 +81,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_MAINNET_OPERA_PRUNED_TRACE_DATA:-fantom-mainnet-opera-pruned-trace}:/datadir
- /slowdisk:/slowdisk
environment:
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-109331-no-history.g
command:
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --port=10897
- --nat=extip:${IP}
- --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
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --db.migration.mode reformat
- --db.preset pbl-1
- --http
- --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=10897
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode snap
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
- --tracenode
- --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,30 +33,24 @@ services:
volumes:
- ${FANTOM_MAINNET_OPERA_PRUNED_DATA:-fantom-mainnet-opera-pruned}:/datadir
- /slowdisk:/slowdisk
environment:
- GENESIS=https://download.fantom.network/opera/mainnet/mainnet-109331-no-history.g
command:
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_CACHE_MB:-16000}
- --datadir=/datadir
- --port=10897
- --nat=extip:${IP}
- --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
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --db.migration.mode reformat
- --db.preset pbl-1
- --http
- --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=10897
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode snap
- --cache=${FANTOM_MAINNET_OPERA_PRUNED_CACHE_MB:-16000}
- --ws
- --ws.port=8545
networks:
- chains
restart: unless-stopped
@@ -86,4 +81,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_OPERA_ARCHIVE_TRACE_DATA:-fantom-testnet-opera-archive-trace}:/datadir
- /slowdisk:/slowdisk
environment:
- GENESIS=https://download.fantom.network/opera/testnet/testnet-2458-full-mpt.g
command:
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --port=10196
- --nat=extip:${IP}
- --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
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --db.migration.mode reformat
- --db.preset pbl-1
- --http
- --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=10196
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode full
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_TRACE_CACHE_MB:-16000}
- --tracenode
- --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,30 +33,24 @@ services:
volumes:
- ${FANTOM_TESTNET_OPERA_ARCHIVE_DATA:-fantom-testnet-opera-archive}:/datadir
- /slowdisk:/slowdisk
environment:
- GENESIS=https://download.fantom.network/opera/testnet/testnet-2458-full-mpt.g
command:
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_CACHE_MB:-16000}
- --datadir=/datadir
- --port=10196
- --nat=extip:${IP}
- --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
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --db.migration.mode reformat
- --db.preset pbl-1
- --http
- --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=10196
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode full
- --cache=${FANTOM_TESTNET_OPERA_ARCHIVE_CACHE_MB:-16000}
- --ws
- --ws.port=8545
networks:
- chains
restart: unless-stopped
@@ -86,4 +81,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_OPERA_PRUNED_TRACE_DATA:-fantom-testnet-opera-pruned-trace}:/datadir
- /slowdisk:/slowdisk
environment:
- GENESIS=https://download.fantom.network/opera/testnet/testnet-6226-no-history.g
command:
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
- --datadir=/datadir
- --port=10196
- --nat=extip:${IP}
- --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
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --db.migration.mode reformat
- --db.preset pbl-1
- --http
- --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=10196
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode snap
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_TRACE_CACHE_MB:-16000}
- --tracenode
- --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,30 +33,24 @@ services:
volumes:
- ${FANTOM_TESTNET_OPERA_PRUNED_DATA:-fantom-testnet-opera-pruned}:/datadir
- /slowdisk:/slowdisk
environment:
- GENESIS=https://download.fantom.network/opera/testnet/testnet-6226-no-history.g
command:
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_CACHE_MB:-16000}
- --datadir=/datadir
- --port=10196
- --nat=extip:${IP}
- --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
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --db.migration.mode reformat
- --db.preset pbl-1
- --http
- --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=10196
- --rpc.gascap=600000000
- --rpc.txfeecap=0
- --syncmode snap
- --cache=${FANTOM_TESTNET_OPERA_PRUNED_CACHE_MB:-16000}
- --ws
- --ws.port=8545
networks:
- chains
restart: unless-stopped
@@ -86,4 +81,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_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
...