Skip to content
Cosmopediaby Unity Nodes
DiscussionsValidationBuild a node and sync from block 900k gaia-8001 (backup file)Forum ↗

Build a node and sync from block 900k gaia-8001 (backup file)

Validation1 posts1,116 views1 likesLast activity Aug 2018
ME
melea-trustOP
Aug 2018 1

hello, i just made a backup file and the steps for sync from block +900k. in gaia -8001 ``` Build the node first Time like= #Install go wget -c 'https://dl.google.com/go/go1.10.3.linux-amd64.tar.gz' -O go1.10.3.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.10.3.linux-amd64.tar.gz sudo rm -Rf go1.10.3.linux-amd64.tar.gz #Set gopath vi $HOME/.profile #Add this lines to your file: PATH="$PATH:/usr/local/go/bin" GOPATH="$HOME/go" PATH="$PATH:$GOROOT/bin:$GOPATH/bin" #reload profile source $HOME/.profile #Download Cosmos go get github.com/cosmos/cosmos-sdk cd go/src/github.com/cosmos/cosmos-sdk git fetch --tags git checkout v0.24.1 make get_vendor_deps && make install gaia init --name validatorian name cd .gaiad/data #If -bash: cd: data: Permission denied = sudo chown user:group data #Remove default genesis file and down the good for gaia-8001. (today) rm genesis.json Get the good. wget -c 'https://raw.githubusercontent.com/cosmos/testnets/master/gaia-8001/genesis.json ' #Add seed nodes and persistent peers to config.toml and verify your Validatorian name is ok. vi config.toml ``` seeds =…

Excerpt (1132 of 2414 characters). Read the whole post on the forum ↗

← Back to Discussions