From 9804628c8b33102085d769a2c500854f0304fbc6 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:49:21 +0200 Subject: [PATCH] fix --- viction/node/viction-mainnet-node-archive-leveldb-hash.yml | 2 +- viction/node/viction-mainnet-node-pruned-leveldb-hash.yml | 2 +- viction/node/viction-testnet-node-archive-leveldb-hash.yml | 2 +- viction/node/viction-testnet-node-pruned-leveldb-hash.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml index 7848aaf0..d20dd64d 100644 --- a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml @@ -23,7 +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 + - --tomox.datadir=/tomochain/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 3397e24e..f9aae469 100644 --- a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml @@ -23,7 +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 + - --tomox.datadir=/tomochain/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 79789347..ecf7a0cc 100644 --- a/viction/node/viction-testnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-archive-leveldb-hash.yml @@ -23,7 +23,7 @@ services: command: - --tomox - - --tomox.datadir=data/tomox + - --tomox.datadir=/tomochain/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 c9fc592b..66c3f720 100644 --- a/viction/node/viction-testnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-pruned-leveldb-hash.yml @@ -23,7 +23,7 @@ services: command: - --tomox - - --tomox.datadir=data/tomox + - --tomox.datadir=/tomochain/data/tomox - --gcmode=full - --syncmode=full - --rpcapi=eth,debug,net,db,admin,web3