This commit is contained in:
squidbear
2025-03-31 08:42:16 +02:00
parent 95c74c917d
commit 04f23897b4
4 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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