‼️ ATTENTION
‼️‼️ Up to 30% of nodes in the network have not been updated yet
‼️Because of this, the shard in the network periodically stops
Anyone who hasn't updated nodes yet should update them!!
Update process:
- update the node from the master, and make sure it matches
TON Node, version 0.51.25
Rust: rustc 1.65.0 (897e37553 2022-11-02)
TON NODE git commit: e6820018e1170f6f7baec66931229ebb4a55eba8
ADNL git commit: a0238fd14d7d967eb556055310269d1292f4b5a6
DHT git commit: e07451cd21a16be45e9f311326eaf7b4224aca36
OVERLAY git commit: 695b3968be1d3b36203af3103a4b355d1457b64e
RLDP git commit: 6d61090b3f452baa36048d88512b9e7e0b90caa3
TON_BLOCK git commit: 92e30b957192b566b81f622da337f0705a5fc65a
TON_BLOCK_JSON git commit: ad93ae1a98b77bd14ca7b19f503bf3907461e151
TON_EXECUTOR git commit: 39891cf0c01ddc298a6b7e4c470ea1326e53c679
TON_TL git commit: 428777b6540f47e44bfe7c7330aa0328db3a413b
TON_TYPES git commit: 8e218813db6bacc138dbbec7ab4ccbf84220da31
TON_VM git commit: f95aa63eac1e1682dcc81fcdabe352415ffdfde7
Execute "0.51.25"
BLOCK_VERSION: 34
COMMIT_ID: "e6820018e1170f6f7baec66931229ebb4a55eba8"
BUILD_DATE: "2023-01-12 13:07:22 +0200"
COMMIT_DATE: "2023-01-12 07:26:13 +0300"
GIT_BRANCH: "HEAD"
RUST_VERSION:rustc 1.65.0 (897e37553 2022-11-02)
- stop the node
- change in node config from
" gc": null
to
"gc": {
"enable_for_archives": true,
"enable_for_shard_state_persistent": true
},
you can do it by
cat /var/ton-work/rnode/configs/config.json | jq '.gc = {"enable_for_archives": true, "enable_for_shard_state_persistent": true}' > /var/ton-work/rnode/configs/config.json.tmp && cp -f /var/ton-work/rnode/configs/config.json.tmp /var/ton-work/rnode/configs/config.json
- Erase the DB, and only the DB
- run node
you can do such a database resync on a spare machine,
Who have several nodes, you can resync one, and then copy the DB to others.
Update the node as soon as possible
‼️