From 25a66982fc4bee0e2b33d130c5fb45d368ac98e5 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Fri, 20 Jun 2025 13:54:48 +0700 Subject: [PATCH] viction fix --- viction/mainnet/env | 2 -- .../node/viction-mainnet-node-archive-leveldb-hash.yml | 10 +++------- .../node/viction-mainnet-node-pruned-leveldb-hash.yml | 10 +++------- .../node/viction-testnet-node-archive-leveldb-hash.yml | 10 +++------- .../node/viction-testnet-node-pruned-leveldb-hash.yml | 10 +++------- viction/testnet/env | 2 -- 6 files changed, 12 insertions(+), 32 deletions(-) delete mode 100644 viction/mainnet/env delete mode 100644 viction/testnet/env diff --git a/viction/mainnet/env b/viction/mainnet/env deleted file mode 100644 index 20a4d42b..00000000 --- a/viction/mainnet/env +++ /dev/null @@ -1,2 +0,0 @@ -NETWORK_ID=88 -BOOTNODES=enode://fd3da177f9492a39d1e7ce036b05745512894df251399cb3ec565081cb8c6dfa1092af8fac27991e66b6af47e9cb42e02420cc89f8549de0ce513ee25ebffc3a@3.212.20.0:30303,enode://97f0ca95a653e3c44d5df2674e19e9324ea4bf4d47a46b1d8560f3ed4ea328f725acec3fcfcb37eb11706cf07da669e9688b091f1543f89b2425700a68bc8876@104.248.98.78:30301,enode://b72927f349f3a27b789d0ca615ffe3526f361665b496c80e7cc19dace78bd94785fdadc270054ab727dbb172d9e3113694600dd31b2558dd77ad85a869032dea@188.166.207.189:30301,enode://c8f2f0643527d4efffb8cb10ef9b6da4310c5ac9f2e988a7f85363e81d42f1793f64a9aa127dbaff56b1e8011f90fe9ff57fa02a36f73220da5ff81d8b8df351@104.248.98.60:30301 \ No newline at end of file diff --git a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml index 97987893..e4120ca9 100644 --- a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml @@ -52,21 +52,17 @@ services: - 8545 - 8546 environment: + BOOTNODES: enode://fd3da177f9492a39d1e7ce036b05745512894df251399cb3ec565081cb8c6dfa1092af8fac27991e66b6af47e9cb42e02420cc89f8549de0ce513ee25ebffc3a@3.212.20.0:30303,enode://97f0ca95a653e3c44d5df2674e19e9324ea4bf4d47a46b1d8560f3ed4ea328f725acec3fcfcb37eb11706cf07da669e9688b091f1543f89b2425700a68bc8876@104.248.98.78:30301,enode://b72927f349f3a27b789d0ca615ffe3526f361665b496c80e7cc19dace78bd94785fdadc270054ab727dbb172d9e3113694600dd31b2558dd77ad85a869032dea@188.166.207.189:30301,enode://c8f2f0643527d4efffb8cb10ef9b6da4310c5ac9f2e988a7f85363e81d42f1793f64a9aa127dbaff56b1e8011f90fe9ff57fa02a36f73220da5ff81d8b8df351@104.248.98.60:30301 EXTIP: ${IP} + NETWORK_ID: 88 P2P_PORT: 13184 - command: - - --gcmode=archive - - --rpcapi=eth,debug,net,db,admin,web3 - - --syncmode=full - - --tomox - - --tomox.datadir=/tomochain/data/tomox + command: --tomox --tomox.datadir /tomochain/data/tomox --gcmode archive --rpcapi eth,debug,net,db,admin,web3 restart: unless-stopped stop_grace_period: 5m networks: - chains volumes: - ${VICTION_MAINNET_NODE_ARCHIVE_LEVELDB_HASH_DATA:-viction-mainnet-node-archive-leveldb-hash}:/tomochain/data - - ./viction/mainnet:/config - /slowdisk:/slowdisk logging: *logging-defaults labels: diff --git a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml index 245b667d..1c2a8322 100644 --- a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml @@ -52,21 +52,17 @@ services: - 8545 - 8546 environment: + BOOTNODES: enode://fd3da177f9492a39d1e7ce036b05745512894df251399cb3ec565081cb8c6dfa1092af8fac27991e66b6af47e9cb42e02420cc89f8549de0ce513ee25ebffc3a@3.212.20.0:30303,enode://97f0ca95a653e3c44d5df2674e19e9324ea4bf4d47a46b1d8560f3ed4ea328f725acec3fcfcb37eb11706cf07da669e9688b091f1543f89b2425700a68bc8876@104.248.98.78:30301,enode://b72927f349f3a27b789d0ca615ffe3526f361665b496c80e7cc19dace78bd94785fdadc270054ab727dbb172d9e3113694600dd31b2558dd77ad85a869032dea@188.166.207.189:30301,enode://c8f2f0643527d4efffb8cb10ef9b6da4310c5ac9f2e988a7f85363e81d42f1793f64a9aa127dbaff56b1e8011f90fe9ff57fa02a36f73220da5ff81d8b8df351@104.248.98.60:30301 EXTIP: ${IP} + NETWORK_ID: 88 P2P_PORT: 14670 - command: - - --gcmode=full - - --rpcapi=eth,debug,net,db,admin,web3 - - --syncmode=full - - --tomox - - --tomox.datadir=/tomochain/data/tomox + command: --tomox --tomox.datadir /tomochain/data/tomox --gcmode full --rpcapi eth,debug,net,db,admin,web3 restart: unless-stopped stop_grace_period: 5m networks: - chains volumes: - ${VICTION_MAINNET_NODE_PRUNED_LEVELDB_HASH_DATA:-viction-mainnet-node-pruned-leveldb-hash}:/tomochain/data - - ./viction/mainnet:/config - /slowdisk:/slowdisk logging: *logging-defaults labels: diff --git a/viction/node/viction-testnet-node-archive-leveldb-hash.yml b/viction/node/viction-testnet-node-archive-leveldb-hash.yml index 79ee2e74..deda9c59 100644 --- a/viction/node/viction-testnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-archive-leveldb-hash.yml @@ -52,21 +52,17 @@ services: - 8545 - 8546 environment: + BOOTNODES: enode://ce1191bf9a634e7939676d136816ad84941b079c03d6a96e64cca35852363012169055c6879c644e821dc236a01d0499a1b7ff39e9518dbc00da87c7f1898604@13.251.101.216:30301,enode://cf2d05f71f143d85dce45dae6f74fae0ba56fc5ea1d1c548a095e29a5becb3a1fb93eb33e7b1dec43946dcfe608fd1495a02740af710bc615b90ad60fcc04d14@13.250.94.232:30301 EXTIP: ${IP} + NETWORK_ID: 89 P2P_PORT: 11689 - command: - - --gcmode=archive - - --rpcapi=eth,debug,net,db,admin,web3 - - --syncmode=full - - --tomox - - --tomox.datadir=/tomochain/data/tomox + command: --tomox --tomox.datadir /tomochain/data/tomox --gcmode archive --rpcapi eth,debug,net,db,admin,web3 restart: unless-stopped stop_grace_period: 5m networks: - chains volumes: - ${VICTION_TESTNET_NODE_ARCHIVE_LEVELDB_HASH_DATA:-viction-testnet-node-archive-leveldb-hash}:/tomochain/data - - ./viction/testnet:/config - /slowdisk:/slowdisk logging: *logging-defaults labels: diff --git a/viction/node/viction-testnet-node-pruned-leveldb-hash.yml b/viction/node/viction-testnet-node-pruned-leveldb-hash.yml index d4dab6a3..bb354c3a 100644 --- a/viction/node/viction-testnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-testnet-node-pruned-leveldb-hash.yml @@ -52,21 +52,17 @@ services: - 8545 - 8546 environment: + BOOTNODES: enode://ce1191bf9a634e7939676d136816ad84941b079c03d6a96e64cca35852363012169055c6879c644e821dc236a01d0499a1b7ff39e9518dbc00da87c7f1898604@13.251.101.216:30301,enode://cf2d05f71f143d85dce45dae6f74fae0ba56fc5ea1d1c548a095e29a5becb3a1fb93eb33e7b1dec43946dcfe608fd1495a02740af710bc615b90ad60fcc04d14@13.250.94.232:30301 EXTIP: ${IP} + NETWORK_ID: 89 P2P_PORT: 12254 - command: - - --gcmode=full - - --rpcapi=eth,debug,net,db,admin,web3 - - --syncmode=full - - --tomox - - --tomox.datadir=/tomochain/data/tomox + command: --tomox --tomox.datadir /tomochain/data/tomox --gcmode full --rpcapi eth,debug,net,db,admin,web3 restart: unless-stopped stop_grace_period: 5m networks: - chains volumes: - ${VICTION_TESTNET_NODE_PRUNED_LEVELDB_HASH_DATA:-viction-testnet-node-pruned-leveldb-hash}:/tomochain/data - - ./viction/testnet:/config - /slowdisk:/slowdisk logging: *logging-defaults labels: diff --git a/viction/testnet/env b/viction/testnet/env deleted file mode 100644 index a553d51a..00000000 --- a/viction/testnet/env +++ /dev/null @@ -1,2 +0,0 @@ -NETWORK_ID=89 -BOOTNODES=enode://ce1191bf9a634e7939676d136816ad84941b079c03d6a96e64cca35852363012169055c6879c644e821dc236a01d0499a1b7ff39e9518dbc00da87c7f1898604@13.251.101.216:30301,enode://cf2d05f71f143d85dce45dae6f74fae0ba56fc5ea1d1c548a095e29a5becb3a1fb93eb33e7b1dec43946dcfe608fd1495a02740af710bc615b90ad60fcc04d14@13.250.94.232:30301 \ No newline at end of file