Open jiOnederfull opened 2 years ago
# brew install git
git clone -b v7.0.0-rc0 https://github.com/cosmos/gaia
cd gaia && make install
# .profile에 gaiad 설치된 go 경로 추가
gaiad version
find / -name .gaia # 경로 찾기
cd #경로
rm -r .gaia
touch .gaia
gaiad version
gaiad version --home #원하는 경로
gaiad init moniker --home #원하는 경로
theta-testnet-001
minimum-gas-prices = "0.001uatom"
seeds = "639d50339d7045436c756a042906b9a69970913f@seed-01.theta-testnet.polypore.xyz:26656, 3e506472683ceb7ed75c1578d092c79785c27857@seed-02.theta-testnet.polypore.xyz:26656"
mv genesis.json genesis_orgn.json
wget https://github.com/hyphacoop/testnets/raw/add-theta-testnet/v7-theta/public-testnet/genesis.json.gz
gzip -d genesis.json.gz
nohup \
gaiad start --x-crisis-skip-assert-invariants --home=/mnt/cosmos >> /var/log/cosmos.log 2>&1 &
echo "true"
사전 작업
1. 스냅샷 다운로드
2. https://hub.cosmos.network/main/getting-started/installation.html
Tools 설치
Go 설치