π£ 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:
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
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/468cd ~/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!
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:
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
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/468cd ~/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
GitHub
Release v1.3.48 Β· multiversx/mx-chain-go
What's Changed
Bugfixes
fix accounts trie remover config value by @bogdan-rosianu in #4520
HeartbeatV2 connections improvements by @sstanculeanu in #4568
Fix the heartbeat v2 monitor when the ...
Bugfixes
fix accounts trie remover config value by @bogdan-rosianu in #4520
HeartbeatV2 connections improvements by @sstanculeanu in #4568
Fix the heartbeat v2 monitor when the ...
β οΈ 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):
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/β οΈ Do not attempt this script on your mainnet validators! You risk getting jailed and jeopardizing the mainnet.
./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
β οΈ 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):
β οΈ Do not attempt this script on your mainnet validators! You risk getting jailed and jeopardizing the mainnet.
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
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
GitHub
Release v1.3.48.0 Β· multiversx/mx-chain-mainnet-config
Release v1.3.48.0 is out π
This is a fully 100% backward compatible version with the last release v1.3.44.0 (and with the pre-release v1.3.46.0).
There are no activation flags, just some config adj...
This is a fully 100% backward compatible version with the last release v1.3.44.0 (and with the pre-release v1.3.46.0).
There are no activation flags, just some config adj...
π£ 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:
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
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/468cd ~/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
GitHub
Release v1.3.50 Β· multiversx/mx-chain-go
What's Changed
Other Notable Changes
Fix link to config scripts in Readme by @giocomai in #4670
Improved SCR lookup in smartcontract preprocessor by @iulianpascalau in #4718
New Contributors
...
Other Notable Changes
Fix link to config scripts in Readme by @giocomai in #4670
Improved SCR lookup in smartcontract preprocessor by @iulianpascalau in #4718
New Contributors
...
(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.
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
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
β οΈ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.
π Letβs upgrade our TESTNET VALIDATORS. Please do:
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
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/468cd ~/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
GitHub
Release v1.3.51 Β· multiversx/mx-chain-go
What's Changed
Other Notable Changes
Remove collections index - elastic indexer by @miiu96 #4721
Full Changelog: v1.3.50...v1.3.51
Other Notable Changes
Remove collections index - elastic indexer by @miiu96 #4721
Full Changelog: v1.3.50...v1.3.51
π£ 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:
β’ 1 testnet epoch = 2 hours
β’ unbonding period = 2400 rounds / 2 epochs / 4 hours
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
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
Multiversx
MultiversX Explorer
A highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.
π£ 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:
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
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/468cd ~/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
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:
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
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
Multiversx
MultiversX Explorer
A highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.
π£ 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:
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
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/531cd ~/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
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:
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
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/531cd ~/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
Multiversx
MultiversX Explorer
A highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.
π£ 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:
π Devnet Explorer | Devnet Wallet | Setup a Devnet Validator
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
Multiversx
MultiversX Explorer
A highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.
π£ 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:
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
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/531cd ~/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
Multiversx
MultiversX Explorer
A highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.
π£ 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:
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
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/531cd ~/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
Multiversx
MultiversX Explorer
A highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.
π£ TESTNET Upgrade T1.4.6.0
Hello Validators,
We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.4.6.0 brings several fixes found after the T1.4.5.0 release. This is a fully backward compatible version with the T1.4.5.0 release.
β οΈ Do not upgrade your mainnet validators! You risk getting jailed and jeopardizing the mainnet.
π Letβs upgrade our TESTNET VALIDATORS. Please do:
π Testnet Explorer | Testnet Wallet | Setup a Testnet Validator
Hello Validators,
We are upgrading the TESTNET. We upgrade the nodes and KEEP the database.
This version T1.4.6.0 brings several fixes found after the T1.4.5.0 release. This is a fully backward compatible version with the T1.4.5.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/531cd ~/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
Multiversx
MultiversX Explorer
A highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.