diff --git a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml index 3f7e9c10..a000dbe8 100644 --- a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml @@ -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 diff --git a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml index 40298a31..ab501039 100644 --- a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml @@ -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 diff --git a/viction/node/viction-testnet-node-archive-leveldb-hash.yml b/viction/node/viction-testnet-node-archive-leveldb-hash.yml index 58ab997e..6169a960 100644 --- a/viction/node/viction-testnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-archive-leveldb-hash.yml @@ -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 diff --git a/viction/node/viction-testnet-node-pruned-leveldb-hash.yml b/viction/node/viction-testnet-node-pruned-leveldb-hash.yml index 31962f6b..a576962a 100644 --- a/viction/node/viction-testnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-pruned-leveldb-hash.yml @@ -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