Merge pull request #68 from cosmos/cwgoes/gaia-8000-rc0

Add gaia-8000-rc0
This commit is contained in:
Christopher Goes 2018-08-13 16:27:48 +02:00 committed by GitHub
commit ba37faf50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

16
gaia-8000-rc0/README.md Normal file
View File

@ -0,0 +1,16 @@
# gaia-8000-rc0
Internal testnet only. You should be running the SDK version tagged `v0.24.0-rc0`:
```bash
$ gaiad version
0.24.0-0b2bf8f3
```
Submit genesis transactions to this folder, as `[moniker].json`, in a new PR to this repo:
```bash
gaiad init gen-tx --name [name]
```
Make sure to only copy the `gen-tx-file` substructure!

17
gaia-8000-rc0/cwgoes.json Normal file
View File

@ -0,0 +1,17 @@
{
"node_id": "1968f1de13faea086055f02ccde30260a688dde2",
"ip": "54.39.17.69",
"validator": {
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "hQQcUZXHqRBdVYj/xt8gqZxu8USYIch9eNL9vlpJCSw="
},
"power": "100",
"name": ""
},
"app_gen_tx": {
"name": "cwgoes",
"address": "cosmosaccaddr1wca2elvww0tjgcz2kcqzflyd6k6fd36wtrn4e5",
"pub_key": "cosmosaccpub1zcjduepqs5zpc5v4c753qh243rludheq4xwxau2ynqsusltc6t7mukjfpykq647spe"
}
}