Installation Validator
Install Node Producer
Last updated
echo "Install FHS"
mkdir -p ${HOME}/tmp
mkdir -p ${HOME}/lib
mkdir -p ${HOME}/bin
mkdir -p ${HOME}/conf
mkdir -p ${HOME}/systemdcd ~
apt install jq -y
apt install unzip -y
wget https://server.gitopia.com/releases/Gitopia/gitopia/v3.3.0/gitopiad_3.3.0_linux_amd64.tar.gz
tar xvf gitopiad_3.3.0_linux_amd64 -C ${HOME}/bin/echo 'export PATH="${PATH}:${HOME}/bin"' >> ${HOME}/.zshrc
source ~/.zshrcgitopiad init <your_custom_moniker> --chain-id gitopiawget https://github.com/gitopia/mainnet/raw/master/genesis.tar.gz && tar xvf genesis.tar.gz
mv genesis.json ~/.gitopia/config/gitopiad validate-genesis