MultiversX Validators Announcements
612 subscribers
57 photos
4 videos
651 links
MultiversX Validators can get all the relevant information here.
Download Telegram
πŸ“£ MAINNET Upgrade v1.3.44.0

Hello Validators,

We are upgrading the MAINNET!

This release brings brings several fixes and optimizations on trie syncer, node db cleaner, gas computation methods and NFT storage.

⚠️ The activation epoch is set on 811 which should happen on October 19rd, 2022 ~15:15 UTC.
Configuration release notes: https://github.com/ElrondNetwork/elrond-config-mainnet/releases/tag/v1.3.44.0

πŸ“… Please make sure to upgrade ASAP

πŸ“š Full binary release notes: https://elrond.com/releases/release-elrond-go---v1344/

πŸ‘‰ Let’s upgrade our MAINNET VALIDATORS. Please do:

cd ~/elrond-go-scripts-mainnet/
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ› οΈ It’s time to build.

Retweet: https://twitter.com/lucianmincu/status/1579775206478196736?s=46&t=mPxaCujkIq97ve6rdO7RMw
πŸ“£ TESTNET Upgrade T1.3.46.0

Hello Validators,

We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.3.46.0 brings some heartbeat v2 fixes that should optimize the trie sync process. This variant is fully compatible with the T1.3.44.0. Full binary description here https://github.com/ElrondNetwork/elrond-go/releases/tag/v1.3.46

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

πŸ‘‰ Let’s upgrade our TESTNET VALIDATORS. Please do:

cd ~/elrond-go-scripts

Getting an error? Remember to upgrade to the new scripts! https://t.me/ElrondValidatorsAnn/468

cd ~/elrond-go-scripts
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ›  It's time to build.

🌐 Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
⚠️ Important updates for all node operators ⚠️

The elrond-go-scripts-mainnet, elrond-go-scripts-testnet and elrond-go-scripts-devnet repositories have been officially deprecated and renamed to -old and archived.

Starting now on the official supported scripts are elrond-go-scripts located at the following path: https://github.com/ElrondNetwork/elrond-go-scripts

πŸ“š more info can be found on our docs webpage https://docs.elrond.com/validators/elrond-go-scripts/config-scripts/

For all node operators that are still using the old ones, please consider migrating to the newer versions in order to mitigate any future incompatibilities during deployments or upgrades.

πŸ” Before migrating to the new scripts, please make sure to backup your nodes .pem files.

Thank you and happy validation!
πŸ“£ TESTNET Upgrade T1.3.48.0

Hello Validators,

We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.3.48.0 brings another heartbeat v2 fix that correctly manages the heartbeat messages on the REST API interface. This variant is fully compatible with the T1.3.46.0. Full binary description here https://github.com/ElrondNetwork/elrond-go/releases/tag/v1.3.48

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

πŸ‘‰ Let’s upgrade our TESTNET VALIDATORS. Please do:

cd ~/elrond-go-scripts

Getting an error? Remember to upgrade to the new scripts! https://t.me/ElrondValidatorsAnn/468

cd ~/elrond-go-scripts
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ›  It's time to build.

🌐 Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
⚠️ Manual intervention on devnet nodes required ⚠️
In light of the recent events on the devnet, if your node is stuck, you should stop the node, remove the Epoch_2517 to 2519 directories, set the start in epoch flag to false (so the node will process everything that it missed out) and then, start the node and let it sync.
A small script for this solution is attached here (repeat the deletion and the config change for each node on your machine):
cd ~/elrond-go-scripts/
./script.sh stop

cd ~/elrond-nodes/node-0/db/D
rm -rf Epoch_2517/ Epoch_2518/ Epoch_2519/
cd ~/elrond-nodes/node-0/config

>>>> edit config.toml
>>>> Manually change line
>>>> StartInEpochEnabled = true
>>>> to
>>>> StartInEpochEnabled = false
>>>> save config.toml

cd ~/elrond-go-scripts/
./script.sh start
⚠️ Do not attempt this script on your mainnet validators! You risk getting jailed and jeopardizing the mainnet.
⚠️ Manual intervention on devnet nodes required - part 2 ⚠️
In light of the recent events on the devnet, if your node is stuck, you should stop the node, remove the Epoch_2517 to 2526 directories, set the full archive flag to true in prefs.toml (so the node will process everything that it missed out) and then, upgrade the node to the latest release (D1.3.48.0-hf-fix) and start the node and let it sync.
A small script for this solution is attached here (repeat the deletion and the config change for each node on your machine):
cd ~/elrond-go-scripts/
./script.sh stop
cd ~/elrond-nodes/node-0/db/D
rm -rf Epoch_2517/ Epoch_2518/ Epoch_2519/ Epoch_2520/ Epoch_2521/ Epoch_2522/ Epoch_2523/ Epoch_2524/ Epoch_2525/ Epoch_2526/
cd ~/elrond-nodes/node-0/config

>>>> edit prefs.toml
>>>> Manually change line
>>>> FullArchive = false
>>>> to
>>>> FullArchive = true
>>>> save prefs.toml

cd ~/elrond-go-scripts/
./script.sh upgrade
./script.sh start

⚠️ Do not attempt this script on your mainnet validators! You risk getting jailed and jeopardizing the mainnet.
πŸ“£ MAINNET Upgrade v1.3.48.0

Hello Validators,

We are upgrading the MAINNET!

This release brings heartbeat v2 improvements, more API endpoints and several fixes.

ℹ️ This release contains no breaking activation epochs and is fully compatible with the v1.3.44.0 release.

Configuration release notes: https://github.com/ElrondNetwork/elrond-config-mainnet/releases/tag/v1.3.48.0

πŸ“… Please make sure to upgrade ASAP

πŸ“š Full binary release notes: https://elrond.com/releases/release-elrond-go---v1348/

πŸ‘‰ Let’s upgrade our MAINNET VALIDATORS. Please do:

cd ~/elrond-go-scripts/
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ› οΈ It’s time to build.

Retweet: https://twitter.com/lucianmincu/status/1590046490499895296?s=20&t=15G_t5HKLoODWeQh1cW04w
πŸ“£ TESTNET Upgrade T1.3.50.0

Hello Validators,

We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.3.50.0 brings several processing optimizations that are under testing. Full binary description here https://github.com/ElrondNetwork/elrond-go/releases/tag/v1.3.50

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

πŸ‘‰ Let’s upgrade our TESTNET VALIDATORS. Please do:

cd ~/elrond-go-scripts

Getting an error? Remember to upgrade to the new scripts! https://t.me/ElrondValidatorsAnn/468

cd ~/elrond-go-scripts
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ›  It's time to build.

🌐 Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
(1/3) ⚠️Manual intervention on devnet nodes required ⚠️

In light of the recent events on the devnet, we've halted the chain at round 3387043 and resumed normal operation on November 21, ~17:48 UTC. To resume the operations of your node(s) we have prepared 2 solutions, depending on which operation your node was performing. They will be provided in 2 separate messages since they contain detailed information.
⚠️ Do not attempt these scripts on your mainnet validators! You risk getting jailed and jeopardizing the mainnet.
πŸ“£ MAINNET Upgrade v1.3.50.0

Hello Validators,

We are upgrading the MAINNET!

This release brings protocol cache system optimizations.

ℹ️ This release contains no breaking activation epochs but it is highly recommended to upgrade ASAP.

Configuration release notes: https://github.com/ElrondNetwork/elrond-config-mainnet/releases/tag/v1.3.50.0

πŸ“… Please make sure to upgrade ASAP

πŸ“š Full binary release notes: https://elrond.com/releases/release-elrond-go---v1350/

πŸ‘‰ Let’s upgrade our MAINNET VALIDATORS. Please do:

cd ~/elrond-go-scripts/
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ› οΈ It’s time to build.

Retweet: https://twitter.com/lucianmincu/status/1595118207228325890?s=20&t=PT8iRhdi-wvRuLcR8xwrHQ
πŸ“£ TESTNET Upgrade T1.3.51.0

Hello Validators,

We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.3.51.0 removes the collections index on elastic search that can cause issues on blocks with a lot of transactions. Full binary description here https://github.com/ElrondNetwork/elrond-go/releases/tag/v1.3.51

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

πŸ‘‰ Let’s upgrade our TESTNET VALIDATORS. Please do:

cd ~/elrond-go-scripts

Getting an error? Remember to upgrade to the new scripts! https://t.me/ElrondValidatorsAnn/468

cd ~/elrond-go-scripts
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ›  It's time to build.

🌐 Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
πŸ“£ TESTNET Reset: T1.3.50.1 - Remove DB

Hello Validators,

We are resetting the TESTNET and bringing it in line with mainnet.

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

βœ… We delete the existing TESTNET databases.

πŸ›  Version: T1.3.50.1

πŸ‘‰ Let's upgrade our TESTNET VALIDATORS. Please do:

cd ~/elrond-go-scripts
./script.sh github_pull
./script.sh stop
./script.sh remove_db
./script.sh upgrade
./script.sh start

⏱ Genesis time: Wednesday, 28 December 2022 (today) 16:00:00 GMT - all features will activate in Epoch 1 (2 hours after Genesis)

β€’ 1 testnet epoch = 2 hours
β€’ unbonding period = 2400 rounds / 2 epochs / 4 hours

🌐 Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
πŸ“£ TESTNET Upgrade T1.3.50.2

Hello Validators,

We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.3.50.2 disables in-epoch trie pruning. The trie state size is expected to increase due to this config but will cause less IO operations and will improve the general data availability. Also, the trie state will still get pruned after 3 epochs, as it does now for the majority of nodes.

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

πŸ‘‰ Let’s upgrade our TESTNET VALIDATORS. Please do:

cd ~/elrond-go-scripts

Getting an error? Remember to upgrade to the new scripts! https://t.me/ElrondValidatorsAnn/468

cd ~/elrond-go-scripts
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ›  It's time to build.

🌐 Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
πŸ“£ MAINNET Upgrade v1.3.50.1

Hello Validators,

We are upgrading the MAINNET!

This release disables the in-epoch trie pruning process in order to reduce IO operations and improve performance.

ℹ️ This release contains no breaking activation epochs but it is highly recommended to upgrade ASAP.

Configuration release notes: https://github.com/ElrondNetwork/elrond-config-mainnet/releases/tag/v1.3.50.1

πŸ“… Please make sure to upgrade ASAP

πŸ“š Full binary release notes: https://elrond.com/releases/release-elrond-config-mainnet---v13501/

πŸ‘‰ Let’s upgrade our MAINNET VALIDATORS. Please do:

cd ~/elrond-go-scripts/
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ› οΈ It’s time to build.

Retweet: https://twitter.com/lucianmincu/status/1610267196273430529
πŸ“£ TESTNET Upgrade T1.3.50.4

Hello Validators,

We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.3.50.4 was created solely for migrating to the new Github organization called multiversx. A lot of work was put behind refactoring those scripts in order to have a seamless experience while migrating. The instruction scripts are down below.

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

πŸ‘‰ Let’s upgrade our TESTNET VALIDATORS. Please do:

cd ~
git clone https://github.com/multiversx/mx-chain-scripts
cd mx-chain-scripts
./script.sh migrate
./script.sh upgrade
./script.sh start

πŸ›  It's time to build.

🌐 Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
πŸ“£ TESTNET Upgrade T1.3.50.6

Hello Validators,

We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.3.50.6 concluded the work on the migration process. The release is fully backwards compatible way back to the T1.3.50.2.

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

πŸ‘‰ Let’s upgrade our TESTNET VALIDATORS. Please do:

cd ~/mx-chain-scripts

Getting an error? Remember to migrate to the new scripts! https://t.me/ElrondValidatorsAnn/531

cd ~/mx-chain-scripts
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ›  It's time to build.

🌐 Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
πŸ“£ MAINNET Upgrade v1.3.50.3

Hello Validators,

We are upgrading the MAINNET!

This version v1.3.50.3 was created solely for migrating to the new Github organization called multiversx.

ℹ️ This release contains no breaking activation epochs but it is highly recommended to upgrade ASAP.

Configuration release notes: https://github.com/multiversx/mx-chain-mainnet-config/releases/tag/v1.3.50.3

πŸ“… Please make sure to upgrade ASAP

πŸ‘‰ Let’s upgrade our MAINNET VALIDATORS. Please do:

cd ~
git clone https://github.com/multiversx/mx-chain-scripts
cd mx-chain-scripts
./script.sh migrate
./script.sh upgrade
./script.sh start

πŸ›  It’s time to build.

Retweet: https://twitter.com/lucianmincu/status/1613141488191549440

🌐 Explorer | Wallet | Setup a Mainnet Validator
πŸ“£ TESTNET Upgrade T1.4.2.0

Hello Validators,

We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.4.2.0 brings a plethora of fixes and optimizations. There are also a small set of features such as syncing missing trie nodes during the snapshot process and peer information sending optimization. The activation epoch is 270 which should happen ~2023.01.19 04:30AM.

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

πŸ‘‰ Let’s upgrade our TESTNET VALIDATORS. Please do:

cd ~/mx-chain-scripts

Getting an error? Remember to migrate to the new scripts! https://t.me/ElrondValidatorsAnn/531

cd ~/mx-chain-scripts
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ›  It's time to build.

🌐 Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
πŸ“£ DEVNET Upgrade D1.3.51.1

Hello Validators,

We are upgrading the DEVNET. We upgrade the nodes and KEEP the database.
This version D1.3.51.1 was created solely for migrating to the new Github organization called multiversx. The instruction scripts are down below.

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

πŸ‘‰ Let’s upgrade our DEVNET VALIDATORS. Please do:

cd ~
git clone https://github.com/multiversx/mx-chain-scripts
cd mx-chain-scripts
./script.sh migrate
./script.sh upgrade
./script.sh start

πŸ›  It's time to build.

🌐 Devnet Explorer | Devnet Wallet | Setup a Devnet Validator
πŸ“£ TESTNET Upgrade T1.4.4.0

Hello Validators,

We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.4.4.0 brings several fixes found after the T1.4.2.0 release.

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

πŸ‘‰ Let’s upgrade our TESTNET VALIDATORS. Please do:

cd ~/mx-chain-scripts

Getting an error? Remember to migrate to the new scripts! https://t.me/ElrondValidatorsAnn/531

cd ~/mx-chain-scripts
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ›  It's time to build.

🌐 Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
πŸ“£ TESTNET Upgrade T1.4.5.0

Hello Validators,

We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.4.5.0 brings several fixes found after the T1.4.4.0 release and the full rebranding work done on the mx-chain-vm-xxx-go repos.

⚠️ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.

πŸ‘‰ Let’s upgrade our TESTNET VALIDATORS. Please do:

cd ~/mx-chain-scripts

Getting an error? Remember to migrate to the new scripts! https://t.me/ElrondValidatorsAnn/531

cd ~/mx-chain-scripts
./script.sh github_pull
./script.sh upgrade
./script.sh start

πŸ›  It's time to build.

🌐 Testnet Explorer | Testnet Wallet | Setup a Testnet Validator