# Install Go 1.19.1wgethttps://go.dev/dl/go1.19.1.linux-amd64.tar.gztarxfgo1.19.1.linux-amd64.tar.gzsudomvgo/usr/local/go# Set Go path to $PATH variableecho"export PATH=$PATH:/usr/local/go/bin:~/go/bin">> $HOME/.zshrcsource~/.zshrc
Install Source
cd~# Clone Source Protocol version v3.0.0gitclonehttps://github.com/Source-Protocol-Cosmos/source.gitcdchaingitfetch&&gitcheckoutv3.0.0# Install binaries to $GOPATH/binexport GOPATH="${HOME}/lib"makeinstallcp ${HOME}/lib/bin/*~/bin/
Environment
In this case, RoomIT used zsh, if you used bash just direct to ${HOME}/.bashrc or ${HOME}/.profile
# Chain ID of Source Mainnetexport CHAIN_ID=source-1# Wallet name to be used as validator's account, please change this into your name (no whitespace).export WALLET_NAME=<YOUR_WALLET_NAME># Name of your validator node, please change this into your name.export MONIKER=<YOUR_MONIKER># URL of genesis file for Source Mainnetexport GENESIS_FILE_URL= https://raw.githubusercontent.com/Source-Protocol-Cosmos/mainnet/master/source-1/genesis.json# Data sources/oracle scripts filesexport BIN_FILES_URL=