This commit is contained in:
squidbear
2025-03-31 08:48:12 +02:00
parent fd6991a6ab
commit d69d91e46f
4 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ services:
SNAPSHOT_CMD: 'mkdir -p /tomochain/data/tomo/chaindata; wget -c https://snapshot.viction.xyz/archive-node/CHAIN_DATA.tar.zst -O - | tar zstd xvf -C /tomochain/data/tomo/chaindata; mkdir -p /tomochain/data/tomox; wget -c https://snapshot.viction.xyz/archive-node/TOMOX_DATA.tar.zst -O - | tar zstd xvf -C /tomochain/data/tomox'
command:
- --tomox
- --tomox.datadir=data/tomox
- --gcmode=archive
- --syncmode=full
- --rpcapi=eth,debug,net,db,admin,web3

View File

@@ -23,6 +23,7 @@ services:
SNAPSHOT_CMD: 'mkdir -p /tomochain/data/tomo/chaindata; wget -c https://snapshot.viction.xyz/CHAIN_DATA.tar.zst -O - | tar zstd xvf -C /tomochain/data/tomo/chaindata; mkdir -p /tomochain/data/tomox; wget -c https://snapshot.viction.xyz/TOMOX_DATA.tar.zst -O - | tar zstd xvf -C /tomochain/data/tomox'
command:
- --tomox
- --tomox.datadir=data/tomox
- --gcmode=full
- --syncmode=full
- --rpcapi=eth,debug,net,db,admin,web3

View File

@@ -23,6 +23,7 @@ services:
command:
- --tomox
- --tomox.datadir=data/tomox
- --gcmode=archive
- --syncmode=full
- --rpcapi=eth,debug,net,db,admin,web3

View File

@@ -23,6 +23,7 @@ services:
command:
- --tomox
- --tomox.datadir=data/tomox
- --gcmode=full
- --syncmode=full
- --rpcapi=eth,debug,net,db,admin,web3