Launch gaia-7002
Gaia-7002 suffered an unscheduled disassembly event. Go to Launching gaia-7003 Gaia-7002 is ready for launch! Remember you must use your `priv_validator.json` file from `gaia-7001` to be a genesis validator for `gaia-7002`. Please do not delete your gaia-7001 priv_validator.json under any circumstances. Instructions for setting up your node in the new testnet github.com cosmos/cosmos-sdk/blob/master/docs/getting-started/full-node.md ``` # Join the Testnet Please ensure you have the [Cosmos SDK](/getting-started/installation.md) installed. If you ran a full node on a previous testnet, please skip to [Upgrading From Previous Testnet](#upgrading-from-previous-testnet). ## Setting Up a New Node These instructions are for setting up a brand new full node from scratch. First, initialize the node and create the necessary config files: ```bash gaiad init --name <your_custom_name> ``` ::: warning Note Only ASCII characters are supported for the `--name`. Using Unicode characters will render your node unreachable. ::: You can edit this `name` later, in the `~/.gaiad/config/config.toml` file: ``` This file has been truncated. show original…
Excerpt (1180 of 1618 characters). Read the whole post on the forum ↗
Wooo! Thanks team! Great work and fast turnaround.
Let’s do this!
i am up, thanks for this
“Vote{97:E42F8AEABB68 1/00/1(Prevote) 000000000000 /125D27E5332D…/ @ 2018-07-26T06:25:27.745Z}”,
gaiacli status
{",“network”:“gaia-7002”,“version”:“0.22.6”,“channels”:“4020212223303800”,“moniker”:“melea-trust_www.cosmos-trust.com”,“other”:[“catching_up”:false},“validator_info”:{“address”:“E42F8AEABB685219F7027F54D2B0DBC7846F633A”,“voting_power”:“266”}}
Bianjie is onboard.
"node_info":{"id":"e43f676fd19ad5f1869d9edd2a6800dc48f40335","listen_addr":"172.20.155.233:26656","network":"gaia-7002","version":"0.22.6","channels":"40202122233038","moniker":"bianjie","other":["amino_version=0.10.1","p2p_version=0.5.0","consensus_version=v1/0.2.2","rpc_version=0.7.0/3","tx_index=on","rpc_addr=tcp://0.0.0.0:26657"]},"sync_info":{"latest_block_hash":"","latest_app_hash":"","latest_block_height":"0","latest_block_time":"1970-01-01T00:00:00Z","catching_up":false},"validator_info":{"address":"F23FF36BD5B90C33CE3A03ED72DBDCF5EC07D6AF","pub_key":{"type":"tendermint/PubKeyEd25519","value":"2JoNf1gavJ1d6XFIumO1Mki5GVMOcg58AioHksU3maE="},"voting_power":"130"}}
this nodes are wrong terdermint version 0.22.04 unless 0.22.06
“node_info”: {
“id”: “a28737ff02391a6e00a1d3b79befd57e68e8264c”,
“listen_addr”: “172.31.18.121:26656”,
“network”: “gaia-7002”,
"version": “0.22.4”,
“channels”: “4020212223303800”,
“moniker”: “seednode”,
“other”: [
“amino_version=0.10.1”,
“p2p_version=0.5.0”,
“consensus_version=v1/0.2.2”,
“rpc_version=0.7.0/3”,
“tx_index=on”,
“rpc_addr=tcp://0.0.0.0:26657”
amd
“node_info”: {
“id”: “7c8b8fd03577cd4817f5be1f03d506f879df98d8”,
“listen_addr”: “172.31.0.68:26656”,
“network”: “gaia-7002”,
"version": “0.22.4”,
“channels”: “4020212223303800”,
“moniker”: “seednode”,
“other”: [
“amino_version=0.10.1”,
“p2p_version=0.5.0”,
“consensus_version=v1/0.2.2”,
“rpc_version=0.7.0/3”,
“tx_index=on”,
“rpc_addr=tcp://0.0.0.0:26657”
and
“node_info”: {
“id”: “987ffd26640cd03d08ed7e53b24dfaa7956e612d”,
“listen_addr”: “172.31.42.204:26656”,
“network”: “gaia-7002”,
"version": “0.22.4”,
“channels”: “4020212223303800”,
“moniker”: “seednode”,
“other”: [
“amino_version=0.10.1”,
“p2p_version=0.5.0”,
“consensus_version=v1/0.2.2”,
“rpc_version=0.7.0/3”,
“tx_index=on”,
“rpc_addr=tcp://0.0.0.0:26657”
]
go to next step
, thanks for the info 
Signed and pushed vote. Thanks!
Awesome work everyone
lunamint is ready! waiting for start!
Dokia Capital is also online ! Wohoo
In case anyone experiences this error when upgrading -
“error: Your local changes to the following files would be overwritten by checkout:
Gopkg.lock
Please commit your changes or stash them before you switch branches.
Aborting”
run -
git reset --hard
to clear it…
thanks to @mattharrop for the tip!
chainflow08 is up and running
or just: git stash
I’ve been seeing reports that some validators can’t get peers without edits additional edits to their config.toml.
external_address = "<your external ip>:26656"addr_book_strict = false
I’ve been seeing reports that some validators can’t get peers without edits additional edits to their config.toml.
external_address = "<your external ip>:26656"
addr_book_strict = false
this validator have pex = true?
or trying to setup validator private before networks is alive?
well anyway afert 18 hour faill windown, not consensus, i am soot down my server and wait for new window and instructions .
just i am curios? written to many people in genesis file is for test the launch of the game of steaks or i am flipening.?
After we got 1 block on gaia-7002, we started seeing errors like ``` I[07-26|21:44:34.520] enterPropose: Our turn to propose module=consensus height=2 round=5 proposer=33516EF7B2CF68ECDD0EE4EA5F674C0A8175F095 privValidator="PrivValidator{33516EF7B2CF68ECDD0EE4EA5F674C0A8175F095 LH:2, LR:74, LS:3}" E[07-26|21:44:34.521] CONSENSUS FAILURE!!! module=consensus err="Unregistered interface types.Evidence" stack="goroutine 1216 [running]: runtime/debug.Stack(0xc4237d8fe8, 0xd3c340, 0xc42384d850) /snap/go/2130/src/runtime/debug/stack.go:24 +0xa7 github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine.func1(0xc420118900) /root/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/consensus/state.go:558 +0x57 panic(0xd3c340, 0xc42384d850) /snap/go/2130/src/runtime/panic.go:502 +0x229 github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/types.(*Block).MakePartSet(0xc4201084e0, 0x10000, 0x0) /root/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/types/block.go:118 +0x124…
Excerpt (1137 of 4356 characters). Read the whole post on the forum ↗
ty for the update, waiting 7003
The current plan is release v0.23.1 and try and get gaia-7002 producing blocks.
If it doesn’t work we will launch gaia-7003 which will be more centralized for faster startup at the request of the community.