fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user