Are there instructions anywhere on how to run a testnet validator? install.sh seems to default to mainnet and idk how to change that
Nov 8, 2023, 2:26 PM
Also, what port is used by default by a full node to peer to other nodes?
Nov 8, 2023, 2:26 PM
wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh
bash install.sh -m full -c https://ton-blockchain.github.io/testnet-global.config.json
bash install.sh -m full -c https://ton-blockchain.github.io/testnet-global.config.json
Nov 8, 2023, 2:39 PM