How to easy deploy Gitopia Nodes???
>> Assume, You have VPS or Try this Script in Your Local
Make sure, Always deploy use user common, do not deploy in your root!
Download Script
git clone https://github.com/roomit-xyz/gitopia-validator/blob/main/gitopia-install GITOPIA
cd GITOPIA
Change variable what you need
#### ENVIRONMENT
HOME_VALIDATOR=`pwd`
GOLANG_VERSION="1.19"
VALIDATOR_ENVIRONMENT="gitopia-environment"
APP="gitopiad"
#### WALLET
HAVE_KEY="true"
#### SNAPSHOT BLOCK
ENABLE_SNAPSHOT="false"
DATA_VALIDATOR=".gitopia"
SNAPSHOT_DATE="2022-11-15" #SNAPSHOT_DATE=`date +%Y-%m-%d`
GENESIS_URL="https://server.gitopia.com/raw/gitopia/testnets/master/gitopia-janus-testnet-2/genesis.json.gz"
ADDRESSBOOK_URL="https://snapshots.kjnodes.com/gitopia-testnet/addrbook.json"
SNAPSHOT_BLOCK_URL="https://snapshots2-testnet.nodejumper.io/okp4-testnet/okp4-nemeton_${SNAPSHOT_DATE}.tar.lz4"
DATA_BLOCKCHAIN="/data/gitopia"
Execute
bash gitopia-install
Check service
systemctl status gitopiad