fix
This commit is contained in:
@@ -22,6 +22,8 @@ services:
|
||||
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'
|
||||
command:
|
||||
- --tomox
|
||||
- --tomox.datadir=/data/tomox
|
||||
- --gcmode=archive
|
||||
- --syncmode=full
|
||||
- --rpcapi=eth,debug,net,db,admin,web3
|
||||
|
||||
@@ -22,6 +22,8 @@ services:
|
||||
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'
|
||||
command:
|
||||
- --tomox
|
||||
- --tomox.datadir=/data/tomox
|
||||
- --gcmode=full
|
||||
- --syncmode=full
|
||||
- --rpcapi=eth,debug,net,db,admin,web3
|
||||
|
||||
@@ -22,6 +22,8 @@ services:
|
||||
P2P_PORT: 10689
|
||||
|
||||
command:
|
||||
- --tomox
|
||||
- --tomox.datadir=/data/tomox
|
||||
- --gcmode=archive
|
||||
- --syncmode=full
|
||||
- --rpcapi=eth,debug,net,db,admin,web3
|
||||
|
||||
@@ -22,6 +22,8 @@ services:
|
||||
P2P_PORT: 10254
|
||||
|
||||
command:
|
||||
- --tomox
|
||||
- --tomox.datadir=/data/tomox
|
||||
- --gcmode=full
|
||||
- --syncmode=full
|
||||
- --rpcapi=eth,debug,net,db,admin,web3
|
||||
|
||||
Reference in New Issue
Block a user