zaki
November 27, 2018, 12:39am
1
Hi all,
We are starting planning for gaia-9002
.
All of the required fixes have been merged. https://github.com/cosmos/cosmos-sdk/issues/2754
We are still waiting for a Tendermint release before we can launch.
I am going to try and merge together the exported gaia-9001
state and accounts for the GoS participants into the launch state.
This means if you were validating on gaia-9001
we need to you to upgrade to bring gaia-9002
online.
We wills start the 48 hour warning for Game of Stakes once gaia-9002
launches.
7 Likes
Great news. Thanks for the update and all the hard work.
Cant wait
adrian
November 27, 2018, 12:43am
3
Fantastic.
Can we have two days warning before gaia-9002 launches the same way we did in the past? That way it’s easier to prepare
1 Like
JayB
November 27, 2018, 1:08am
4
Great to hear !
GoS is starting soon.
trevor
November 27, 2018, 2:34am
5
Glad to hear that, thanks for all your hard work!
zaki
November 29, 2018, 6:10pm
6
Quick update on what’s happening.
The final binaries for 9002 are almost ready.
I am building a gaia-9002 genesis file now.
We are going to do a centralized start again to mirror the Game of Stakes start as much ass possible.
I building the gaia-9002 account state to include both game of stakes participants and previous testnet participants.
That should be done in the next couple hours.
2 Likes
Hello, I am more worried about whether my account will be in the genesis of 9002, before in gos, but not in 9001.
Address: cosmos14pfqua2h27cll225s6gpyr36d8ey80f735ulre
zaki
November 30, 2018, 6:50am
8
Gaia-9002 is live.
Genesis is here https://github.com/cosmos/testnets/blob/master/gaia-9002/genesis.json
seeds = "7c8b8fd03577cd4817f5be1f03d506f879df98d8@gaia-seed1.interblock.io:26656,a28737ff02391a6e00a1d3b79befd57e68e8264c@gaia-seed2.interblock.io:26656,987ffd26640cd03d08ed7e53b24dfaa7956e612d@gaia-seed3.interblock.io:26656,09dafbaa69899c220d2651f51205eefe9f78737a@gaia-seed4.interblock.io:26656"
Our validator nodes are at
validator1.interblock.io
validator2.interblock.io
validator3.interblock.io
validator4.interblock.io
Explorer, Voyager etc are still in progress.
6 Likes
I fixed error:
0.27.0-0-g2c133a45
admins-MacBook-Pro-6:cosmos-sdk m.pohland$ gaiad start
I[30116-11-30|10:07:33.424] Starting ABCI with Tendermint module=main
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x42b733b]
goroutine 1 [running]:
math/big.(*Int).Quo(0xc000ab9820, 0x0, 0xc000ab9800, 0xc000ab9800)
/usr/local/Cellar/go/1.11.2/libexec/src/math/big/int.go:205 +0x4b
github.com/cosmos/cosmos-sdk/types.Dec.QuoInt(0x0, 0xc000ab9800, 0x6)
/Users/m.pohland/go/src/github.com/cosmos/cosmos-sdk/types/decimal.go:257 +0x4f
github.com/cosmos/cosmos-sdk/x/mint.Minter.BlockProvision(0x86a7cb1, 0xed37b8c50, 0x0, 0xc000ab9420, 0x0, 0xc00149039a, 0x5, 0xc000ab9640, 0xc000ab96c0, 0xc000ab9740, ...)
/Users/m.pohland/go/src/github.com/cosmos/cosmos-sdk/x/mint/minter.go:92 +0x40
cd .gaiad/data/
rm -rf *
gaiad start should work again;)
or just dont forget to do an: gaiad unsafe-reset-all
In case of this error:
Nov 30 10:28:35 ip-10-0-18-177 gaiad[22776]: I[30116-11-30|10:28:35.700] Starting ABCI with Tendermint module=main
Nov 30 10:28:35 ip-10-0-18-177 gaiad[22776]: ERROR: invalid character '<' looking for beginning of value
Remember to get the raw genesis file (not the web page…)
https://raw.githubusercontent.com/cosmos/testnets/master/gaia-9002/genesis.json
2 Likes
So Gaia-9002 is live, but LCD is still not working?
https://gaia-seeds.interblock.io:1317/validatorsets/3241
‘expected chainid gaia-9001, got gaia-9002’
zaki
December 1, 2018, 8:49pm
12
yeah the public lcd endpoint isn’t alive.
Chirs
December 3, 2018, 2:22am
13
Hello, may I ask if the cosmos tap can be used?
zaki
December 3, 2018, 2:33am
14
The faucet isn’t working at the moment and I am not sure I have time to make it work in next few days but our intent to is to have a working faucet on a testnet shortly.
Will discuss with the team
Chirs
December 3, 2018, 2:34am
15
Thank you very much for your reply. I think if I don’t have a tap, how do I join the certifier?
zaki
December 3, 2018, 2:34am
16
Ask someone in the Riot chat to send you STAKE
Chirs
December 3, 2018, 2:38am
17
Ok, thank you, let me go to riot and give it a try.
Chirs
December 3, 2018, 2:54am
18
Excuse me, that is my address…
the address for token can be seen by “gaiacli keys list”. it starts as “cosmos1…”
also it is better to ask it in riot chat
I have a problem, my publickey is obtained with gaiad tendermint show-validator, the file priv_validator.json has not changed, create a validator or report an error.
Gaiacli tx stake create-validator \
–amount=5STAKE
–pubkey=cosmosvalconspub1zcjduepqehle5jmk5uvdn0g2hfjcsd8254y5wzq6vtf2veyafglxnquhp04s4sn3vt
–moniker=“wecosmos02”
–chain-id=9002
–from=wecosmos02
–commission-rate=“0.10”
–commission-max-rate=“0.20”
–commission-max-change-rate=“0.01”
–address-delegator=cosmos1hlvm6nxewwrscxj3w405u5tnrg946c3cxl4rjn
ERROR: {“codespace”:“sdk”,“code”:4,“message”:“signature verification failed”}