Hi Guys,
I’m trying to run ton validator on testnet. I’m using mytonctrl and upgraded to safer_overlay_plus (upgrade safer_overlay_plus from mytonctrl). It seems that ton was build successfully after upgrade but global config still points to mainnet and not testnet config. I’ve wget testnet config, manually replaced it and executed systemctl restart validator to restart validator but it doesn’t seems to work (process falis to start).
Does anyone know if mytonctrl supports validator on testnet?
Apr 12, 2022, 9:39 AM
For the node to work on the test network, it must be reinstalled using the test configuration file:
sudo bash /usr/src/mytonctrl/scripts/uninstall.sh
sudo bash install.sh -m full -c https://newton-blockchain.github.io/testnet-global.config.json
sudo bash /usr/src/mytonctrl/scripts/uninstall.sh
sudo bash install.sh -m full -c https://newton-blockchain.github.io/testnet-global.config.json
Apr 12, 2022, 10:00 AM
Got you, cool I'll try it. Thanks
@f_closer works thanks! do you know how can I get suffcient ton tokens on testnet to run as validator? https://wallet.ton.org/?testnet=true send only 2 tons
Apr 12, 2022, 10:38 AM
If you want to try to raise the validator in the test network - write me in private messages.
You must have a synchronized node on the testnet.
Next, we will give you instructions on how to get test coins for validation in testnet.
You must have a synchronized node on the testnet.
Next, we will give you instructions on how to get test coins for validation in testnet.
Apr 13, 2022, 11:42 AM
@f_closer cool thanks, I have sent you a dm
Apr 13, 2022, 11:53 AM