From d69d91e46f6b29f148a8911cf8c30be7785c92e8 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:48:12 +0200 Subject: [PATCH] fix --- viction/node/viction-mainnet-node-archive-leveldb-hash.yml | 1 + viction/node/viction-mainnet-node-pruned-leveldb-hash.yml | 1 + viction/node/viction-testnet-node-archive-leveldb-hash.yml | 1 + viction/node/viction-testnet-node-pruned-leveldb-hash.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml index 799227fe..7848aaf0 100644 --- a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml @@ -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 diff --git a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml index 89756e09..3397e24e 100644 --- a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml @@ -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 diff --git a/viction/node/viction-testnet-node-archive-leveldb-hash.yml b/viction/node/viction-testnet-node-archive-leveldb-hash.yml index 21eb3d7d..79789347 100644 --- a/viction/node/viction-testnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-archive-leveldb-hash.yml @@ -23,6 +23,7 @@ services: 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 e187be52..c9fc592b 100644 --- a/viction/node/viction-testnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-pruned-leveldb-hash.yml @@ -23,6 +23,7 @@ services: command: - --tomox + - --tomox.datadir=data/tomox - --gcmode=full - --syncmode=full - --rpcapi=eth,debug,net,db,admin,web3