Testnet for Terra 2.0.
[email protected] should be used to run the testnet.
[email protected] should be used to run the testnet from the height 838500
.
- The genesis event for Pisco-1 testnet will occur 2022-05-23T06:00:00Z (UTC)
- The Software Upgrade Proposal executed at height
838500
with [email protected].
- Go v1.18+ or higher
- Git
- curl
- jq
See setup documentation at: https://docs.terra.money/docs/full-node/run-a-full-terra-node/README.html
$ git clone https://github.com/terra-money/core
$ git checkout v2.0.0-rc.0
$ make install
$ terrad version --long
name: terra
server_name: terrad
version: v2.0.0-rc.0
commit: e993d6d4fa1447b338d88914dee5d1bab6560e82
build_tags: netgo
go: go version go1.18.2 linux/amd64
$ terrad init [moniker] --chain-id pisco-1
$ wget https://raw.githubusercontent.com/terra-money/testnet/master/pisco-1/genesis.json
$ cp genesis.json ~/.terra/config/genesis.json
$ sed -i 's/minimum-gas-prices = "0uluna"/minimum-gas-prices = "0.15uluna"/g' ~/.terra/config/app.toml
# This will prevent continuous reconnection try. (default P2P_PORT is 26656)
$ sed -i -e 's/external_address = \"\"/external_address = \"'$(curl httpbin.org/ip | jq -r .origin)':26656\"/g' ~/.terra/config/config.toml
$ terrad start
[email protected]:26656
[email protected]:26656
[email protected]:26656