You need go1.13 or later.
Put binaries into path. You should verify installation by executing terrad version --long
git clone https://github.com/terra-money/core
cd core
git checkout v0.3.7`
make install
-
Initialize network by
terrad init
(terrad unsafe-reset-all
for after initial init) -
Download genesis.json to ~/.terrad
wget -qO- https://raw.githubusercontent.com/terra-money/testnet/master/soju-0014/genesis.json
Open $HOME/.terrad/config/config.toml and edit a line starting with persistent_peers
as below.
persistent_peers = "[email protected]:26656"