Git Product home page Git Product logo

testnets's Introduction

πŸ“Œ The theta-testnet-001 testnet will remain the primary Cosmos Hub testnet following the v7-Theta upgrade. It will be used to test v8-Rho, v9-Lambda, and further upgrades.

Cosmos Hub Testnets

This repository contains current and archived genesis files, scripts, and configurations for Cosmos Hub testnets. Key network information is present here, but please check out the tutorial in the Cosmos Hub documentation for step-by-step instructions on how to join whichever testnet is currently running. You can also find legacy network information here.

Cosmos Hub Testnet Plan

The goals of the Cosmos Hub testnet program are to:

  • Build confidence among validators and full node operators to test upcoming software upgrades.
  • Provide developers with a low-risk production-like environment to test integrations with Cosmos Hub.
  • Make historical hub software releases and states readily available for testing and querying.

Beyond these goals, testnets could also become a site for R&D for new development and governance approaches in a fast-moving and live context.

The release testnet targets validators who want to participate in a simulated chain upgrade before the mainnet upgrade takes place. Shortly after a new Gaia version is available, we submit a software upgrade proposal, vote on it, and update all nodes with the new binary at the halt height specified in the proposal.

Up until the Vega testnet, our approach was to deploy a testnet for each Gaia upgrade.

Starting with the theta-testnet-001 testnet, we have moved to a persistent testnet model. This testnet will stay online and remain the primary Cosmos Hub testnet after the v7-Theta upgrade, including for the v8-Rho and v9-Lambda upgrades, and beyond.

Based on our experience with Vega, we have configured the release testnet so that:

  • Testnet coordinators will operate 4+ validators with combined voting power exceeding 75% total power.
  • These validators will require an addition of ~550M bonded test ATOM (current bonded ATOM are ~180M) and a corresponding increase in total supply.
  • Testnet coordinators control a faucet with >100M liquid tokens.
  • Testnet coordinators can reward validators with limited edition secondary tokens that are named after their release (Theta, Rho, Epsilon, Lambda). The testnet will have a fixed supply of 1000 each of such tokens.

The Interchain Security testnet provides a public platform to explore:

  • Launching and stopping consumer chains
  • Interchain Security features
  • Relayer operations
  • Integrations (block explorers, monitors, etc.)

We have configured this testnet so that:

  • Testnet coordinators operate 3+ validators with a combined voting power exceeding 75% total power.
  • Testnet coordinators control a faucet with >100M liquid tokens.

A local testnet can be set up to experiment in a local single-validator environment.

testnets's People

Contributors

albertandrejev avatar alexanderbez avatar anilcse avatar asalzmann avatar asotnetworks avatar cwgoes avatar danbryan avatar dasanchez avatar deniseyu avatar dib542 avatar ebuchman avatar greg-szabo avatar jackzampolin avatar kaustubhkapatral avatar kidinamoto01 avatar lexamichaelides avatar masterpi-2124 avatar okwme avatar omahs avatar pr0n00gler avatar rigelrozanski avatar sotnikov-s avatar sunnya97 avatar swelf19 avatar tac0turtle avatar teddyknox avatar uditvira avatar valardragon avatar zmanian avatar zramsay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

testnets's Issues

candidate commands not available in gaiacli

The README says to use gaiacli declare-candidacy, gaiacli edit-candidacy, and gaiacli candidate but these commands are not available in 0.15.0-rc0-0f2aa6b.

# gaiacli version
0.15.0-rc0-0f2aa6b
# gaiacli declare-candidacy --amount=10steak --pubkey=$PUBKEY --address-candidate=$MYADDR --moniker=pbostrom --chain-id=gaia-4000 --sequence=1 --name=default
ERROR: unknown command "declare-candidacy" for "gaiacli"
# gaiacli candidate --address-candidate=$MYADDR --chain-id=gaia-4000
ERROR: unknown command "candidate" for "gaiacli"

Commission rates haven't been kept in gaia-13006

Summary of Bug

The commission rates of validators haven't been kept from gaia-13005 to gaia-13006. If the validators haven't updated the commission rates in gaia-13006, they all become this

      "commission_rates": {
        "rate": "0.000000000000000000",
        "max_rate": "100.000000000000000000",
        "max_change_rate": "0.000000000000000000"
      },

not sure if there is issue in state export.

Version

v2.0.0-rc1

Steps to Reproduce


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned

UnmarshalBinaryBare cannot decode empty bytes when checking account detail

gaiad version: 0.16.0-dev-7ef5e90
os: Ubuntu(4.4.0-1055-aws)
go version: 1.10

~$ gaiacli account CDB6DE2C96D3AE85A47BEF453ADF089152BA8F79
panic: UnmarshalBinaryBare cannot decode empty bytes

goroutine 1 [running]:
github.com/cosmos/cosmos-sdk/x/auth/client/cli.GetAccountDecoder.func1(0x0, 0x0, 0x0, 0x1, 0xc63fd2, 0x15, 0x0)
	/home/ubuntu/go/src/github.com/cosmos/cosmos-sdk/x/auth/client/cli/account.go:25 +0xd7
github.com/cosmos/cosmos-sdk/x/auth/client/cli.GetAccountCmd.func1(0xc420207400, 0xc420069e50, 0x1, 0x1, 0x0, 0x0)
	/home/ubuntu/go/src/github.com/cosmos/cosmos-sdk/x/auth/client/cli/account.go:56 +0x1a6
github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra.(*Command).execute(0xc420207400, 0xc420069e20, 0x1, 0x1, 0xc420207400, 0xc420069e20)
	/home/ubuntu/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra/command.go:756 +0x468
github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x124a2c0, 0xc727c6, 0x24, 0xc420034c7f)
	/home/ubuntu/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra/command.go:846 +0x30a
github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra.(*Command).Execute(0x124a2c0, 0xc420114f00, 0x124a3b0)
	/home/ubuntu/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra/command.go:794 +0x2b
github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tmlibs/cli.Executor.Execute(0x124a2c0, 0xdb2f18, 0x2, 0xc4209b8260)
	/home/ubuntu/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tmlibs/cli/setup.go:89 +0x4e
main.main()
	/home/ubuntu/go/src/github.com/cosmos/cosmos-sdk/cmd/gaia/cmd/gaiacli/main.go:75 +0x4a6

Add list of seeds to the config folder

To have all the information about a testnet bundled here, let's add the seeds as well.

Two ideas:

  • add the config.toml including the seeds
  • add a file seeds.json which holds an array of seeds

Validator melea-trust , stop for update the server. now don't sync fast, after unsafe_reset neither.

Node: 54.38.243.139
ID
Moniker
trust melea V1
Listen Address
54.38.243.139:46656

Validator melea-trust , stop for update the server.

then when try to start the node don't sync in fast mode. just running but not catching new blocks

stop the node. reset all 1ΒΊ time

node don't sync in fast mode

stop the node. reset all 2ΒΊ time

this happens down. (before reset for 3ΒΊ time, and save wall file)

after unsafe_reset neither.
now i am trying
##and verifying their commits
fast_sync = false

down the error before reset_all a second time
wall file is add here.

I[05-30|20:43:31.094] Starting Peer module=p2p peer=195.189.195.51:46656 impl="Peer{MConn{195.189.195.51:46656} d3dc165af1ac42a33dad0b37e28f5207b431b013 out}"
I[05-30|20:43:31.094] Starting MConnection module=p2p peer=195.189.195.51:46656 impl=MConn{195.189.195.51:46656}
I[05-30|20:43:31.095] Added peer module=p2p peer="Peer{MConn{195.189.195.51:46656} d3dc165af1ac42a33dad0b37e28f5207b431b013 out}"
I[05-30|20:43:31.150] Dialing peer module=p2p [email protected]:46656
I[05-30|20:43:31.203] Successful handshake with peer module=p2p peer=159.203.29.119:46656 peerNodeInfo="NodeInfo{id: 7bfccd1f84481fd96937f695336d4e6e8d2b6488, moniker: figmatt, network: gaia-5001 [listen 159.203.29.119:46656], version: 0.19.6-dev ([amino_version=0.9.9 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:46657])}"
I[05-30|20:43:31.203] Starting Peer module=p2p peer=159.203.29.119:46656 impl="Peer{MConn{159.203.29.119:46656} 7bfccd1f84481fd96937f695336d4e6e8d2b6488 out}"
I[05-30|20:43:31.203] Starting MConnection module=p2p peer=159.203.29.119:46656 impl=MConn{159.203.29.119:46656}
I[05-30|20:43:31.204] Added peer module=p2p peer="Peer{MConn{159.203.29.119:46656} 7bfccd1f84481fd96937f695336d4e6e8d2b6488 out}"
I[05-30|20:43:31.230] Successful handshake with peer module=p2p peer=159.89.121.174:46656 peerNodeInfo="NodeInfo{id: b0dd378c3fbc4c156cd6d302a799f0d2e4227201, moniker: bucky-testnet-node, network: gaia-5001 [listen 159.89.121.174:46656], version: 0.19.6 ([amino_version=0.9.9 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:46657])}"
I[05-30|20:43:31.230] Starting Peer module=p2p peer=159.89.121.174:46656 impl="Peer{MConn{159.89.121.174:46656} b0dd378c3fbc4c156cd6d302a799f0d2e4227201 out}"
I[05-30|20:43:31.230] Starting MConnection module=p2p peer=159.89.121.174:46656 impl=MConn{159.89.121.174:46656}
I[05-30|20:43:31.230] Added peer module=p2p peer="Peer{MConn{159.89.121.174:46656} b0dd378c3fbc4c156cd6d302a799f0d2e4227201 out}"
I[05-30|20:43:31.319] HTTPRestRPC module=rpc-server method=/status args=[] returns="[<*core_types.ResultStatus Value> ]"
I[05-30|20:43:31.320] Served RPC HTTP response module=rpc-server method=GET url=/status status=200 duration=1 remoteAddr=83.41.65.235:45972
I[05-30|20:43:31.324] HTTPRestRPC module=rpc-server method=/net_info args=[] returns="[<*core_types.ResultNetInfo Value> ]"
I[05-30|20:43:31.325] Served RPC HTTP response module=rpc-server method=GET url=/net_info status=200 duration=1 remoteAddr=83.41.65.235:45974
I[05-30|20:43:31.602] Successful handshake with peer module=p2p peer=52.55.237.108:44772 peerNodeInfo="NodeInfo{id: 0d22c1c97488690c3b82d413812a5882f8247072, moniker: Staked listener, network: gaia-5001 [listen 172.31.34.147:46656], version: 0.19.5 ([amino_version=0.9.9 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:46657])}"
I[05-30|20:43:31.602] Starting Peer module=p2p peer=52.55.237.108:44772 impl="Peer{MConn{52.55.237.108:44772} 0d22c1c97488690c3b82d413812a5882f8247072 in}"
I[05-30|20:43:31.602] Starting MConnection module=p2p peer=52.55.237.108:44772 impl=MConn{52.55.237.108:44772}
I[05-30|20:43:31.603] Added peer module=p2p peer="Peer{MConn{52.55.237.108:44772} 0d22c1c97488690c3b82d413812a5882f8247072 in}"
E[05-30|20:43:31.712] Dialing failed module=p2p [email protected]:46656 err="Peer is on a different network. Got gaia-5000, expected gaia-5001" attempts=0
I[05-30|20:43:31.715] Successful handshake with peer module=p2p peer=172.105.224.9:46656 peerNodeInfo="NodeInfo{id: 0e8faaecc67d974001dd3b68b439cc397135b229, moniker: forbole, network: gaia-5001 [listen 172.105.224.9:46656], version: 0.19.6-dev ([amino_version=0.9.9 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:46657])}"
I[05-30|20:43:31.715] Starting Peer module=p2p peer=172.105.224.9:46656 impl="Peer{MConn{172.105.224.9:46656} 0e8faaecc67d974001dd3b68b439cc397135b229 out}"
I[05-30|20:43:31.715] Starting MConnection module=p2p peer=172.105.224.9:46656 impl=MConn{172.105.224.9:46656}
I[05-30|20:43:31.715] Added peer module=p2p peer="Peer{MConn{172.105.224.9:46656} 0e8faaecc67d974001dd3b68b439cc397135b229 out}"
I[05-30|20:43:31.791] Successful handshake with peer module=p2p peer=52.78.110.50:46656 peerNodeInfo="NodeInfo{id: 7093fde2a099b1d3640721373236989c825c29ad, moniker: bianjie-sentry, network: gaia-5001 [listen 172.31.23.245:46656], version: 0.19.5 ([amino_version=0.9.9 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:46657])}"
I[05-30|20:43:31.791] Starting Peer module=p2p peer=52.78.110.50:46656 impl="Peer{MConn{52.78.110.50:46656} 7093fde2a099b1d3640721373236989c825c29ad out}"
I[05-30|20:43:31.791] Starting MConnection module=p2p peer=52.78.110.50:46656 impl=MConn{52.78.110.50:46656}
I[05-30|20:43:31.792] Added peer module=p2p peer="Peer{MConn{52.78.110.50:46656} 7093fde2a099b1d3640721373236989c825c29ad out}"
I[05-30|20:43:31.908] Time to switch to consensus reactor! module=blockchain height=220283
I[05-30|20:43:31.908] Stopping BlockPool module=blockchain impl=BlockPool
I[05-30|20:43:31.908] SwitchToConsensus module=consensus
I[05-30|20:43:31.913] Ignoring updateToState() module=consensus newHeight=220283 oldHeight=220283
I[05-30|20:43:31.913] Starting ConsensusState module=consensus impl=ConsensusState
I[05-30|20:43:31.917] Starting baseWAL module=consensus wal=/home/cosmosmele/.gaiad/data/cs.wal/wal impl=baseWAL
I[05-30|20:43:31.917] Starting TimeoutTicker module=consensus impl=TimeoutTicker
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0xacc827]

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0xacc827]

goroutine 52 [running]:
github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/consensus.(*baseWAL).SearchForEndHeight(0xc430c3c550, 0x35c7b, 0xc42ff5dba0, 0xbaf700, 0xc42b807b80, 0x16, 0x20)
/home/cosmosmelea/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/consensus/wal.go:179 +0x2a7
github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/consensus.(*ConsensusState).catchupReplay(0xc4257f62c0, 0x35c7b, 0x0, 0x0)
/home/cosmosmelea/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/consensus/replay.go:110 +0xbb
github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart(0xc4257f62c0, 0xc42db320e0, 0x17)
/home/cosmosmelea/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/consensus/state.go:264 +0x18f
github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tmlibs/common.(*BaseService).Start(0xc4257f62c0, 0xc421c1af00, 0x9)
/home/cosmosmelea/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tmlibs/common/service.go:130 +0x3bd
github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/consensus.(*ConsensusReactor).SwitchToConsensus(0xc4200f2a00, 0xc421c1af00, 0x9, 0x35c7a, 0xc2, 0xc42b22c360, 0x14, 0x14, 0x1, 0xc42b22c380, ...)
/home/cosmosmelea/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/consensus/reactor.go:102 +0x16d
github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/blockchain.(*BlockchainReactor).poolRoutine(0xc422276480)
/home/cosmosmelea/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/blockchain/reactor.go:259 +0x141c
created by github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/blockchain.(*BlockchainReactor).OnStart
/home/cosmosmelea/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/blockchain/reactor.go:117 +0x86

wal.tar.gz

rename steak to 'testnet-atoms' or something much less confusing

Summary

User of Voyager don't understand what steak is. It is confusing, unhelpful, and yet another new thing that users need to wrap their heads around. We don't want to make too many accommodations for testnet specific items (like explaining what steak is) and this will help people understand the network and Voyager better.

"Oh, this is how it will work for Atoms" - users who use testnet-atoms pre launch.

Proposal

Please change the staking token on testnets from steak to testnet-atoms or something equally as clear and self explanatory.

Theta testnet Faucet

Could you give me enough token to test validator node?

address1: cosmos10dxvnqdvm9ppyr84v80lhaha4p979a4skp5rjf
address2: cosmos1mnn6mf005us5xg7qvpxrwf55px2l3glzezug52

Thanks.

The gaia testnet node synchronisation Error?

While starting the gaia test node version (gaia-13007) it throws outdated peers connection.

Error

I[2020-02-04|16:19:48.034] starting ABCI with Tendermint module=main E[2020-02-04|16:19:49.297] dialing failed (attempts: 1): auth failure: conn.ID (2a1ddf5a0e44c24a914b00e6c00955d4fbe440d6) dialed ID (444d209bd0f89d7bf18cf389a74872e7082b237e) mismatch module=pex [email protected]:26656 E[2020-02-04|16:19:49.308] Stopping peer for error module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF E[2020-02-04|16:19:49.333] Stopping peer for error module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF E[2020-02-04|16:19:49.560] Stopping peer for error module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF E[2020-02-04|16:19:49.914] Stopping peer for error module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF E[2020-02-04|16:19:49.977] Stopping peer for error module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF E[2020-02-04|16:19:50.434] Stopping peer for error module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF E[2020-02-04|16:19:50.554] Stopping peer for error module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF E[2020-02-04|16:19:50.663] Stopping peer for error module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF E[2020-02-04|16:19:51.166] Error dialing peer module=p2p err="auth failure: conn.ID (2a1ddf5a0e44c24a914b00e6c00955d4fbe440d6) dialed ID (444d209bd0f89d7bf18cf389a74872e7082b237e) mismatch" E[2020-02-04|16:19:51.182] Stopping peer for error module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF E[2020-02-04|16:19:51.255] Stopping peer for error module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF E[2020-02-04|16:19:51.268] Stopping peer for error module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF E[2020-02-04|16:19:51.721] Stopping peer for error module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF E[2020-02-04|16:19:51.824] Stopping peer for error module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF E[2020-02-04|16:19:52.099] Stopping peer for error module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF E[2020-02-04|16:19:52.272] Stopping peer for error module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF E[2020-02-04|16:19:52.453] Stopping peer for error

how to resolve this error? can u give possible solution.

[Gaia-13005] Start_height not reset to zero

Summary of Bug

There exists some validators who missed consecutive 5k blocks but not going to jail.
It looks like the downtime judge is in a vacation.

Version

gaia-13005

Steps to Reproduce

  1. kill a validator
  2. wait for 5k blocks
  3. validator still alive in validator set.

Evidence

https://hubble.figment.network/cosmos/chains/gaia-13005/validators/0E2AD63BC5ED6D7537C547A1F24B5C8F311640BE

I expect the bug is from "start_height" of signing_info below.

start_height: 248651
index_offset: 57505
jailed_until: 1970-01-01T00:00:00Z
tombstoned: false
missed_blocks_counter: 5000

https://github.com/cosmos/cosmos-sdk/blob/a922dad3468b4695e2ad7562d71cfc0ed87da328/x/slashing/keeper.go#L200

minHeight := signInfo.StartHeight + k.SignedBlocksWindow(ctx)
maxMissed := k.SignedBlocksWindow(ctx) - k.MinSignedPerWindow(ctx)

if height > minHeight && signInfo.MissedBlocksCounter > maxMissed

StartHeight is 248651 which is from last chain but the height in gaia-13005 started from zero.
So there exists inconsistency in above definition of minHeight causing failure of downtime judgement.

https://github.com/cosmos/cosmos-sdk/blob/68c2201bbf8c79378db73c6ab9e153bef80642fc/simapp/export.go#L162

I guess this should have been done before distributing genesis.json

"WeStaking" first reported this issue to B-Harvest and B-Harvest analyzed


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned

can not connect to given seeds

I am running testnet and added

persistent_peers = "[email protected]:26656"

This does not work any one know working seed?

8->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:56.140] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:56.240] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:56.339] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:56.441] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:56.441] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42058->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:56.539] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:56.642] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:56.643] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42062->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:56.742] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:56.842] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:56.943] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:57.043] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:57.044] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42070->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:57.172] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:57.277] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:57.277] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42074->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:57.402] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:57.402] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42076->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:57.504] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:57.601] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:57.601] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42080->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:57.747] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:57.747] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42082->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:57.879] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:58.004] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:58.004] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42086->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:58.104] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:58.203] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:58.306] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:58.404] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:58.404] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42094->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:58.505] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:58.646] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:58.646] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42098->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:58.750] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:58.849] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:58.982] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:58.982] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42104->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:59.081] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:59.182] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:59.280] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:59.381] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:59.382] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42112->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:59.485] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:59.486] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42114->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:59.614] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:59.614] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42116->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:00:59.751] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:59.885] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:00:59.886] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42120->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:01:00.011] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:01:00.112] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-07-23|11:01:00.112] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 172.31.9.109:42124->207.180.204.112:26656: use of closed network connection"
E[2020-07-23|11:01:00.251] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
^C

Tesnet

$request cosmos1drapj6xksnj7xf3z4uq3ntkxpkll84ywjq650p

Allocate a large supply of a token for tx testing

We need to start generating transaction volume on testnets. To facilitate, I suggest creating a token for this purpose, and allocate a large number to each genesis validator.

My suggestion is to call this token a nutrino, and allocate 1,000,000 to each validator.

evidenceParams.MaxAgeNumBlocks must be greater than 0. Got 0

Trying to join gaia-13007 with gaiad 0.0.0-131-g090c545

shinichi@asuka:~/.gaiad gaiad start
I[2020-01-23|20:24:43.985] starting ABCI with Tendermint                module=main 
ERROR: Error reading GenesisDoc at /home/shinichi/.gaiad/config/genesis.json: evidenceParams.MaxAgeNumBlocks must be greater than 0. Got 0

Validator not working with sentry - 0.17.4-19a3290

Once pex is set to false in the validator the following error is received:
E[06-02|11:38:18.507] Stopping peer for error module=p2p peer="Peer{MConn{35.198.xx.xx:46656} 04ff1a57470c8eddfde4b5a71f15da17f5535ea0 out}" err="Evidence from height 123965 is too old. Min height is 148615"

Similar error if i try to resync from the begining
E[06-02|10:39:19.816] Stopping peer for error module=p2p peer="Peer{MConn{35.198.xx.xx:46656} 04ff1a57470c8eddfde4b5a71f15da17f5535ea0 out}" err="Could not find validator set for height #123965"

Both validator and sentry running gaiad 0.17.4-19a3290

config:

in sentry
private_peer_ids = "[email protected]:46656"

in validator
persistent_peers = "[email protected]:46656"
pex = false

where to apply gaia-13003 testnet atom?

I want some gaia-13003 testnet atom for testing, is there any place apply gaia-13003 testnet atom? thanks.

address: cosmos1vvpyw3l4qk9ztzmh0zmgc2jjh7wehs4tq5jgzx

decentralization on testnet

Screenshot from 2019-12-20 15-43-03

this centralization is not fair on testnet neither

was thinking, now 23 validators on 13006 for preventing centralization on testnet 13007, add 2 more accounts, one for you aleksbez , one for me. each one with 250000000000umoun this is 1/2 million muon total, for the 10 first, actuals validators on 13006 can up one validator after launch 13007 and they can auto-delegate 50k mouns too. ;) if they like to enjoy, 50kmuon for each one x 10 = 500k moun.
like it?
can be 2 new accounts or the same we have for operator account.

Tesnet cosmos

$request cosmos1drapj6xksnj7xf3z4uq3ntkxpkll84ywjq650p

Testnet participation

Hello, Im writing IBC chain and would like to test it in big bang testnet. Phase 1 is over, phase 2 doesnt contain any instructions. Whats the best way to join to big bang test network?

Thx.

Error on delegate

I did the following steps:

  1. withdraw rewards by running: gaiacli tx distr withdraw-rewards cosmosvaloper1ktcwmkrgamuhfqm78mwy0py8a0uy5mddhkn0hg --from=syncnode --gas=auto --gas-adjustment=1.1 --commission --trust-node=true --chain-id=gaia-13001
    output OK

  2. checked wallet balance: gaiacli q account cosmos1ktcwmkrgamuhfqm78mwy0py8a0uy5mddjz86mm --trust-node=true
    output:
    Vesting Account:
    Address: cosmos1ktcwmkrgamuhfqm78mwy0py8a0uy5mddjz86mm
    Pubkey: cosmospub1addwnpepq2ezwyq6hpz69ls3fzr53n5ed6qplyzpdpl4w0n3lyndgvwpjcu5kqqlm5x
    Coins: 166169358muon,10182911870photino
    AccountNumber: 956
    Sequence: 16
    OriginalVesting: 5000000000muon
    DelegatedFree: 10027037768muon
    DelegatedVesting:
    EndTime: 1518652800

  3. ran delegate command: gaiacli tx staking delegate cosmosvaloper1ktcwmkrgamuhfqm78mwy0py8a0uy5mddhkn0hg 150000000muon --from=syncnode --chain-id=gaia-13001 --trust-node=true --gas=auto --gas-adjustment=1.1

check the error message here: https://pastebin.com/JiMuSHZ3

Failed to start testnet gaia-13007

image
panic: {"codespace":"sdk","code":9,"message":"account cosmos1lkm3wh4qurc4j2mhk5x77qputnx0lq36l8mzw9 does not exist: unknown address"}

stake not visible even after withdraw

I was unable to see the correct balance of my stake account even after a withdraw. On the contrary after receiving 1 stake from another address, delegate the 1 stake, the correct balance of stake was visible (2 more stake were already available)

synced data delay in my gaia-5000 node

os: ubuntu 16.04 aws, C5.xlarge instance(4 core, 8G RAM)
version: 0.16.0-dev-7ef5e90
testnet: gaia-5000
account balance: 0

I set my gaia-5000 node two days ago. When the syncing status was false, but the block data in my node was seriously delayed. If I restarted my gaiad service, it would download the block data quickly, it slowed down the speed again after a few minutes. I also checked the gaiad running log, but found no error.

Add info about stargate

all the stargate activity is taking place at https://github.com/cosmosdevs/stargate. It's important to be able to let users who visit this repo find that information as it's the most recent testnet. Info should be added to the readme OR the stargate work should be happening here.

Imported key is not visible before it sends a tx

I imported a key using --recover flag. If I tried to see the key details before sending any tx by using query command and I received the following error message:

"ERROR: decoding bech32 failed: checksum failed. Expected n5tvq0, got 9h4fk3.
[root@I044 ~]# gaiacli query account cosmos1d7s4n059rze09859enym6zjqvxcdqcqw9h4fk3 --chain-id=gaia-10k
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0xadd41f]

goroutine 1 [running]:
github.com/cosmos/cosmos-sdk/x/auth.BaseAccount.String(0xc000b9b740, 0x14, 0x14, 0xc000a3fa40, 0x2, 0x2, 0x0, 0x0, 0x3bb, 0x0, ...)
/root/gaia/src/github.com/cosmos/cosmos-sdk/x/auth/account.go:91 +0x3f
github.com/cosmos/cosmos-sdk/client/context.CLIContext.PrintOutput(0xc00013b1f0, 0xc000aab6b0, 0x13630e0, 0xc000b2a620, 0x134caa0, 0xc00000e018, 0xebe708, 0x4, 0x0, 0xece2e8, ...)
/root/gaia/src/github.com/cosmos/cosmos-sdk/client/context/context.go:266 +0x253
github.com/cosmos/cosmos-sdk/x/auth/client/cli.GetAccountCmd.func1(0xc0001a8f00, 0xc000a75620, 0x1, 0x2, 0x0, 0x0)
/root/gaia/src/github.com/cosmos/cosmos-sdk/x/auth/client/cli/account.go:38 +0x320
github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra.(*Command).execute(0xc0001a8f00, 0xc000a755e0, 0x2, 0x2, 0xc0001a8f00, 0xc000a755e0)
/root/gaia/src/github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra/command.go:762 +0x473
github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0xc0000d9680, 0x24, 0xc00090f9f8, 0xed6e6b)
/root/gaia/src/github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra/command.go:852 +0x2fd
github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra.(*Command).Execute(0xc0000d9680, 0x1, 0xc0001d48c0)
/root/gaia/src/github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra/command.go:800 +0x2b
github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/libs/cli.Executor.Execute(0xc0000d9680, 0x12827e0, 0x2, 0xc00090e220)
/root/gaia/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/libs/cli/setup.go:89 +0x4e
main.main()
/root/gaia/src/github.com/cosmos/cosmos-sdk/cmd/gaia/cmd/gaiacli/main.go:102 +0x58c"

After a tx is sent, the details of the key can be correctly seen using query command.

a latest.json file that contains all the latest testnet params

Basically, updating the docs with each testnet is a PITA. Some of the doc fields already have templating but this (AFAICT) has not been implemented. Let's remove this pain point. It should contain:

  • gaiad version
  • chain-id
  • raw url of the genesis.json
  • some reliable nodeID@IP:26656 seeds

anything else?

Then, the docs build process can query this file and insert the relevant fields where applicable.

genesis.json: Unmarshaling into unknown type: AC26791624DE60

imac5k2015:cosmos-sdk arsen$ gaiad version
0.15.0-396b85b3
imac5k2015:cosmos-sdk arsen$ gaiacli version
0.15.0-396b85b3
imac5k2015:config arsen$ tendermint version
0.15.0-381fe193

imac5k2015:config arsen$ gaiad start
I[04-29|18:43:59.493] Starting ABCI with Tendermint                module=main 
ERROR: Error reading GenesisDoc at /Users/arsen/.gaiad/config/genesis.json: Unmarshaling into unknown type: AC26791624DE60

Outdated peers in gaia-13007

Also, gaiad wastes my CPU by trying to connect to these 4 seeds too quickly. It should wait before recontacting a previously failed peer.

E[2020-01-23|20:49:06.160] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:06.225] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:06.225] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:41506->207.180.204.112:26656: use of closed network connection"
E[2020-01-23|20:49:06.261] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:06.393] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:06.397] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:06.397] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:41512->207.180.204.112:26656: use of closed network connection"
E[2020-01-23|20:49:06.520] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:06.562] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:06.566] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:06.669] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:06.741] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:06.796] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:06.796] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:36654->51.68.102.106:26656: use of closed network connection"
E[2020-01-23|20:49:06.913] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:06.923] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:06.968] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:07.049] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:07.085] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:07.177] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:07.272] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:07.306] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:07.306] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:36670->51.68.102.106:26656: use of closed network connection"
E[2020-01-23|20:49:07.374] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:07.439] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:07.445] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:07.571] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:07.615] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:07.705] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:07.767] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:07.791] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:07.791] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:41556->207.180.204.112:26656: use of closed network connection"
E[2020-01-23|20:49:07.835] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:07.835] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:36686->51.68.102.106:26656: use of closed network connection"
E[2020-01-23|20:49:07.965] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:07.966] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:08.125] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:08.125] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:36694->51.68.102.106:26656: use of closed network connection"
E[2020-01-23|20:49:08.150] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:08.186] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:08.257] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:08.327] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:08.327] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:41572->207.180.204.112:26656: use of closed network connection"
E[2020-01-23|20:49:08.389] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:08.497] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:08.576] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:08.576] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:36708->51.68.102.106:26656: use of closed network connection"
E[2020-01-23|20:49:08.588] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:08.588] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:53086->18.217.97.195:26656: use of closed network connection"
E[2020-01-23|20:49:08.668] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:08.668] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:41582->207.180.204.112:26656: use of closed network connection"
E[2020-01-23|20:49:08.703] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:08.829] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:08.858] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:08.858] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:41588->207.180.204.112:26656: use of closed network connection"
E[2020-01-23|20:49:08.958] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:08.990] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:08.990] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:53098->18.217.97.195:26656: use of closed network connection"
E[2020-01-23|20:49:09.028] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:09.083] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:09.204] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:09.217] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:09.349] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:09.374] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:09.374] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:41604->207.180.204.112:26656: use of closed network connection"
E[2020-01-23|20:49:09.395] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:09.478] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:09.543] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:09.608] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:09.714] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:09.735] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:09.806] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:09.864] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:09.892] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:09.991] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:10.065] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:10.123] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:10.194] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:10.234] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:10.250] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:10.377] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:10.404] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:10.510] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:10.519] dialing failed (attempts: 3): auth failure: conn.ID (2a1ddf5a0e44c24a914b00e6c00955d4fbe440d6) dialed ID (444d209bd0f89d7bf18cf389a74872e7082b237e) mismatch module=pex [email protected]:26656
E[2020-01-23|20:49:10.573] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:10.582] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:10.638] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:10.742] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:10.769] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:10.905] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
E[2020-01-23|20:49:10.939] Stopping peer for error                      module=p2p peer="Peer{MConn{207.180.204.112:26656} 055a315b20c847813535d7c2b4cedba5756e3d79 out}" err=EOF
E[2020-01-23|20:49:10.940] MConnection flush failed                     module=p2p [email protected]:26656 err="write tcp 25.0.8.5:41656->207.180.204.112:26656: use of closed network connection"
E[2020-01-23|20:49:10.982] Stopping peer for error                      module=p2p peer="Peer{MConn{18.217.97.195:26656} 04c28a44dd4eac4961c748bbe5451f7cdd12205c out}" err=EOF
E[2020-01-23|20:49:11.033] Stopping peer for error                      module=p2p peer="Peer{MConn{51.68.102.106:26656} 30e46db6f9e6f5f19d1c08785faec03616024759 out}" err=EOF
^CE[2020-01-23|20:49:11.069] Not stopping ConsensusState -- have not been started yet module=consensus impl=ConsensusState

Unexpected results when declaring more than one candidate on the same validator node (gaia-5001)

After declaring a candidate, the validator node runs well with expected voting power. I then declared another candidate on the same node. Here are the results.

Validator node address: 217763B77127EBA9C94F76F4BBD7457C059B5B69
First candidate address: B6834D914FE50F0C743E6A012AB20438CFADFB95
Second candidate address: 99FFAEE5BF6040EADA2F26548C4A702619797C9F

  1. The candidate being declared successfully.
  2. I can query that 2nd candidate with correct assets.
  3. The voting power of the validator node is still the same as what has been bonded by the 1st candidate.
  4. Amount of coins from the 2nd candidate account has been deducted.

Don't know where the voting power has gone.

Request vega-testnet token

Hi dev team,
I just want to ask if there is any way I can get some token for my cosmos address on vega-testnet. Or if you can send me some would be great.
My cosmos address is : cosmos1t0l7tjhqvspw7lnsdr9l5t8fyqpuu3jm0gwqzy
Best regards.

Failing to connect to Gaia-13003

  1. Copy Genesis of Gaia 13003 here to ~/.gaiad/config
  2. Used Gaia 13003 seed node here
  3. Run below command
gaiad start --p2p.persistent_peers="[email protected]:26656"

Result

E[2019-05-10|17:32:43.877] Connection failed @ recvRoutine (reading byte) module=p2p [email protected]:26656 conn=MConn{35.203.176.214:26656} err="read tcp 192.168.10.86:54012->35.203.176.214:26656: read: connection reset by peer"
E[2019-05-10|17:32:43.877] Stopping peer for error                      module=p2p peer="Peer{MConn{35.203.176.214:26656} c24f496b951148697f8a24fd749786075c128f00 out}" err="read tcp 192.168.10.86:54012->35.203.176.214:26656: read: connection reset by peer"
E[2019-05-10|17:32:45.122] Connection failed @ recvRoutine (reading byte) module=p2p [email protected]:26656 conn=MConn{35.203.176.214:26656} err="read tcp 192.168.10.86:54013->35.203.176.214:26656: read: connection reset by peer"
E[2019-05-10|17:32:45.123] Stopping peer for error                      module=p2p peer="Peer{MConn{35.203.176.214:26656} c24f496b951148697f8a24fd749786075c128f00 out}" err="read tcp 192.168.10.86:54013->35.203.176.214:26656: read: connection reset by peer"
E[2019-05-10|17:32:46.336] Connection failed @ recvRoutine (reading byte) module=p2p [email protected]:26656 conn=MConn{35.203.176.214:26656} err=EOF
E[2019-05-10|17:32:46.336] Stopping peer for error                      module=p2p peer="Peer{MConn{35.203.176.214:26656} c24f496b951148697f8a24fd749786075c128f00 out}" err=EOF
E[2019-05-10|17:32:47.581] Connection failed @ recvRoutine (reading byte) module=p2p [email protected]:26656 conn=MConn{35.203.176.214:26656} err=EOF
E[2019-05-10|17:32:47.581] Stopping peer for error                      module=p2p peer="Peer{MConn{35.203.176.214:26656} c24f496b951148697f8a24fd749786075c128f00 out}" err=EOF

invalid coin denomination

There is an error from invalid coin denomination from staking cosmos/cosmos-sdk#6559

I have looked thru error but I have no clue where to start for looking thru this.

panic: invalid coin denomination: failed to execute message; message index: 0

goroutine 1 [running]:
github.com/cosmos/cosmos-sdk/x/genutil.DeliverGenTxs(0x543fca0, 0xc000132008, 0x5457060, 0xc000726ac0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/hesk/go/pkg/mod/github.com/cosmos/[email protected]/x/genutil/gentx.go:102 +0x30d
github.com/cosmos/cosmos-sdk/x/genutil.InitGenesis(...)
/Users/hesk/go/pkg/mod/github.com/cosmos/[email protected]/x/genutil/genesis.go:19
github.com/cosmos/cosmos-sdk/x/genutil.AppModule.InitGenesis(0x543a7e0, 0xc000257260, 0x541d1a0, 0xc0001413b0, 0xc0002a7bd0, 0x543fca0, 0xc000132008, 0x5457060, 0xc000726ac0, 0x0, ...)
/Users/hesk/go/pkg/mod/github.com/cosmos/[email protected]/x/genutil/module.go:88 +0x16a
github.com/cosmos/cosmos-sdk/types/module.(*Manager).InitGenesis(0xc0002575e0, 0x543fca0, 0xc000132008, 0x5457060, 0xc000726ac0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/hesk/go/pkg/mod/github.com/cosmos/[email protected]/types/module/module.go:265 +0x278
github.com/tokenchain/ixo-blockchain/app.(*DpApp).InitChainer(0xc000236d00, 0x543fca0, 0xc000132008, 0x5457060, 0xc000726ac0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/hesk/Documents/ixo/dp-hub/app/app.go:387 +0x11d
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).InitChain(0xc000f5bcc0, 0x3699d820, 0xed68f600f, 0x0, 0xc000045960, 0xb, 0xc000726840, 0x5e8ce68, 0x0, 0x0, ...)
/Users/hesk/go/pkg/mod/github.com/cosmos/[email protected]/baseapp/abci.go:39 +0x2cd
github.com/tendermint/tendermint/abci/client.(*localClient).InitChainSync(0xc0010fe960, 0x3699d820, 0xed68f600f, 0x0, 0xc000045960, 0xb, 0xc000726840, 0x5e8ce68, 0x0, 0x0, ...)
/Users/hesk/go/pkg/mod/github.com/tendermint/[email protected]/abci/client/local_client.go:223 +0xf8
github.com/tendermint/tendermint/proxy.(*appConnConsensus).InitChainSync(0xc0001cf3b0, 0x3699d820, 0xed68f600f, 0x0, 0xc000045960, 0xb, 0xc000726840, 0x5e8ce68, 0x0, 0x0, ...)
/Users/hesk/go/pkg/mod/github.com/tendermint/[email protected]/proxy/app_conn.go:65 +0x6b
github.com/tendermint/tendermint/consensus.(*Handshaker).ReplayBlocks(0xc000fa30a0, 0xa, 0x0, 0xc000045f76, 0x6, 0xc000045fa0, 0xb, 0x0, 0x0, 0x0, ...)
/Users/hesk/go/pkg/mod/github.com/tendermint/[email protected]/consensus/replay.go:319 +0x69b
github.com/tendermint/tendermint/consensus.(*Handshaker).Handshake(0xc000fa30a0, 0x545a7e0, 0xc000181400, 0x80, 0x4e734c0)
/Users/hesk/go/pkg/mod/github.com/tendermint/[email protected]/consensus/replay.go:269 +0x485
github.com/tendermint/tendermint/node.doHandshake(0x5459b60, 0xc000010240, 0xa, 0x0, 0xc000045f76, 0x6, 0xc000045fa0, 0xb, 0x0, 0x0, ...)
/Users/hesk/go/pkg/mod/github.com/tendermint/[email protected]/node/node.go:264 +0x19a
github.com/tendermint/tendermint/node.NewNode(0xc000f5b2c0, 0x5438ee0, 0xc000f3a6e0, 0xc000f32250, 0x541b920, 0xc000fba9e0, 0xc000f324e0, 0x51c9558, 0xc000f324f0, 0x54406e0, ...)
/Users/hesk/go/pkg/mod/github.com/tendermint/[email protected]/node/node.go:587 +0x343
github.com/cosmos/cosmos-sdk/server.startInProcess(0xc000f64220, 0x51cacd8, 0x1d, 0x0, 0x0)
/Users/hesk/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:177 +0x4b0
github.com/cosmos/cosmos-sdk/server.StartCmd.func2(0xc000f78840, 0xc000f646c0, 0x0, 0x2, 0x0, 0x0)
/Users/hesk/go/pkg/mod/github.com/cosmos/[email protected]/server/start.go:81 +0xb4
github.com/spf13/cobra.(*Command).execute(0xc000f78840, 0xc000f646a0, 0x2, 0x2, 0xc000f78840, 0xc000f646a0)
/Users/hesk/go/pkg/mod/github.com/spf13/[email protected]/command.go:842 +0x453
github.com/spf13/cobra.(*Command).ExecuteC(0xc00014db80, 0x2, 0xc000f645a0, 0x5060159)
/Users/hesk/go/pkg/mod/github.com/spf13/[email protected]/command.go:950 +0x349
github.com/spf13/cobra.(*Command).Execute(...)
/Users/hesk/go/pkg/mod/github.com/spf13/[email protected]/command.go:887
github.com/tendermint/tendermint/libs/cli.Executor.Execute(0xc00014db80, 0x51cb128, 0x3, 0xc000f27070)
/Users/hesk/go/pkg/mod/github.com/tendermint/[email protected]/libs/cli/setup.go:89 +0x3c
main.main()
/Users/hesk/Documents/ixo/dp-hub/cmd/dpd/main.go:70 +0x68c

{
  "genesis_time": "2020-07-02T04:56:47.916052Z",
  "chain_id": "ddp-1x",
  "consensus_params": {
    "block": {
      "max_bytes": "22020096",
      "max_gas": "-1",
      "time_iota_ms": "1000"
    },
    "evidence": {
      "max_age_num_blocks": "100000",
      "max_age_duration": "172800000000000"
    },
    "validator": {
      "pub_key_types": [
        "ed25519"
      ]
    }
  },
  "app_hash": "",
  "app_state": {
    "auth": {
      "params": {
        "max_memo_characters": "256",
        "tx_sig_limit": "7",
        "tx_size_cost_per_byte": "10",
        "sig_verify_cost_ed25519": "590",
        "sig_verify_cost_secp256k1": "1000"
      },
      "accounts": [
        {
          "type": "cosmos-sdk/Account",
          "value": {
            "address": "dx01l2ktgqpgj4d4nq0m2fcdgx7kphvgqs2zudf3cp",
            "coins": [
              {
                "denom": "dap",
                "amount": "10000000000"
              },
              {
                "denom": "dollar",
                "amount": "10000000"
              },
              {
                "denom": "stake",
                "amount": "100000000"
              }
            ],
            "public_key": "",
            "account_number": 0,
            "sequence": 0
          }
        },
        {
          "type": "cosmos-sdk/Account",
          "value": {
            "address": "dx019qyhfy6ns3mtzpaxwxmzx0y2xz0pt2l0zvqp8f",
            "coins": [
              {
                "denom": "dap",
                "amount": "100"
              },
              {
                "denom": "dollar",
                "amount": "10000"
              },
              {
                "denom": "stake",
                "amount": "100000000"
              }
            ],
            "public_key": "",
            "account_number": 0,
            "sequence": 0
          }
        },
        {
          "type": "cosmos-sdk/Account",
          "value": {
            "address": "dx01a7c9mdqpnq5p27c4cw94u3g4s5nl5cwffkdxsu",
            "coins": [
              {
                "denom": "dap",
                "amount": "100"
              },
              {
                "denom": "dollar",
                "amount": "10000"
              },
              {
                "denom": "stake",
                "amount": "100000000"
              }
            ],
            "public_key": "",
            "account_number": 0,
            "sequence": 0
          }
        },
        {
          "type": "cosmos-sdk/Account",
          "value": {
            "address": "dx01jppmr9l66hl83x3rret8jntmchavvcljten63z",
            "coins": [
              {
                "denom": "dap",
                "amount": "10000000"
              },
              {
                "denom": "dollar",
                "amount": "10000"
              },
              {
                "denom": "stake",
                "amount": "100000000"
              }
            ],
            "public_key": "",
            "account_number": 0,
            "sequence": 0
          }
        }
      ]
    },
    "gov": {
      "starting_proposal_id": "1",
      "deposits": null,
      "votes": null,
      "proposals": null,
      "deposit_params": {
        "min_deposit": [
          {
            "denom": "stake",
            "amount": "10000000"
          }
        ],
        "max_deposit_period": "172800000000000"
      },
      "voting_params": {
        "voting_period": "172800000000000"
      },
      "tally_params": {
        "quorum": "0.334000000000000000",
        "threshold": "0.500000000000000000",
        "veto": "0.334000000000000000"
      }
    },
    "project": {
      "project_docs": null,
      "account_maps": null,
      "withdrawal_infos": null,
      "params": {
        "dp_did": "did:dxp:PGtRP4o5cCYhe8B5Fu7xj6",
        "project_minimum_initial_funding": "1"
      }
    },
    "did": {
      "did_docs": null
    },
    "oracles": {
      "oracles": [
        {
          "oracle_did": "did:dxp:XX1rB7o9BeEmNuvB5PeAn2",
          "capabilities": [
            {
              "denom": "dap",
              "capabilities": [
                "mint"
              ]
            }
          ]
        },
        {
          "oracle_did": "did:dxp:Xc7PR8S7A6AzreYR5th2h4",
          "capabilities": [
            {
              "denom": "dap",
              "capabilities": [
                "mint",
                "burn",
                "transfer"
              ]
            }
          ]
        },
        {
          "oracle_did": "did:dxp:QmuNtGJCJZuU8wm8e9PSWk",
          "capabilities": [
            {
              "denom": "dollar",
              "capabilities": [
                "transfer"
              ]
            },
            {
              "denom": "dap",
              "capabilities": [
                "transfer"
              ]
            }
          ]
        },
        {
          "oracle_did": "did:dxp:PQQMd4iP8XUpctiETKRhW2",
          "capabilities": [
            {
              "denom": "dollar",
              "capabilities": [
                "transfer",
                "burn",
                "mint"
              ]
            }
          ]
        }
      ]
    },
    "slashing": {
      "params": {
        "signed_blocks_window": "100",
        "min_signed_per_window": "0.500000000000000000",
        "downtime_jail_duration": "600000000000",
        "slash_fraction_double_sign": "0.050000000000000000",
        "slash_fraction_downtime": "0.010000000000000000"
      },
      "signing_infos": {},
      "missed_blocks": {}
    },
    "staking": {
      "params": {
        "unbonding_time": "1814400000000000",
        "max_validators": 100,
        "max_entries": 7,
        "historical_entries": 0,
        "bond_denom": "stake"
      },
      "last_total_power": "0",
      "last_validator_powers": null,
      "validators": null,
      "delegations": null,
      "unbonding_delegations": null,
      "redelegations": null,
      "exported": false
    },
    "params": null,
    "treasury": null,
    "upgrade": {},
    "crisis": {
      "constant_fee": {
        "denom": "stake",
        "amount": "1000"
      }
    },
    "mint": {
      "minter": {
        "inflation": "0.130000000000000000",
        "annual_provisions": "0.000000000000000000"
      },
      "params": {
        "mint_denom": "stake",
        "inflation_rate_change": "0.130000000000000000",
        "inflation_max": "0.200000000000000000",
        "inflation_min": "0.070000000000000000",
        "goal_bonded": "0.670000000000000000",
        "blocks_per_year": "6311520"
      }
    },
    "evidence": {
      "params": {
        "max_evidence_age": "120000000000"
      },
      "evidence": []
    },
    "nameservice": {
      "whois_records": []
    },
    "genutil": {
      "gentxs": [
        {
          "type": "cosmos-sdk/StdTx",
          "value": {
            "msg": [
              {
                "type": "cosmos-sdk/MsgCreateValidator",
                "value": {
                  "description": {
                    "moniker": "dphomeworld",
                    "identity": "",
                    "website": "",
                    "security_contact": "",
                    "details": ""
                  },
                  "commission": {
                    "rate": "0.100000000000000000",
                    "max_rate": "0.100000000000000000",
                    "max_change_rate": "0.100000000000000000"
                  },
                  "min_self_delegation": "1",
                  "delegator_address": "dx01l2ktgqpgj4d4nq0m2fcdgx7kphvgqs2zudf3cp",
                  "validator_address": "dx0valoper1l2ktgqpgj4d4nq0m2fcdgx7kphvgqs2zstn6ap",
                  "pubkey": "dx0valconspub1zcjduepq28yh79fasqs4cuznz28tl9f0wluqd9ke8cchgqnwyztczqghravqwdff8v",
                  "value": {
                    "denom": "dap",
                    "amount": "10000"
                  }
                }
              }
            ],
            "fee": {
              "amount": [],
              "gas": "200000"
            },
            "signatures": [
              {
                "pub_key": {
                  "type": "tendermint/PubKeySecp256k1",
                  "value": "A719u7lf5sPXLfWDIChWhcqIJ5BLaTmwy+FMdcU+ok8o"
                },
                "signature": "A4MdfCOHTcr5BHNSrOFPMYbsRNrlXVubOLWrbZnxkPJewN8/7aGaurVLtliRtkKBWgSCeQNZrO2Tep2pz3Bjow=="
              }
            ],
            "memo": "[email protected]:26656"
          }
        }
      ]
    },
    "bonds": {
      "bonds": null,
      "batches": null
    },
    "bonddoc": {
      "bond_docs": null
    },
    "distribution": {
      "params": {
        "community_tax": "0.020000000000000000",
        "base_proposer_reward": "0.010000000000000000",
        "bonus_proposer_reward": "0.040000000000000000",
        "withdraw_addr_enabled": true
      },
      "fee_pool": {
        "community_pool": []
      },
      "delegator_withdraw_infos": [],
      "previous_proposer": "",
      "outstanding_rewards": [],
      "validator_accumulated_commissions": [],
      "validator_historical_rewards": [],
      "validator_current_rewards": [],
      "delegator_starting_infos": [],
      "validator_slash_events": []
    },
    "bank": {
      "send_enabled": true
    },
    "payments": {
      "params": {
        "ixo_factor": "1.000000000000000000",
        "initiation_fee_amount": "500000.000000000000000000",
        "initiation_node_fee_percentage": "0.000000000000000000",
        "claim_fee_amount": "600.000000000000000000",
        "evaluation_fee_amount": "400.000000000000000000",
        "service_agent_registration_fee_amount": "0.000000000000000000",
        "evaluation_agent_registration_fee_amount": "0.000000000000000000",
        "node_fee_percentage": "0.500000000000000000",
        "evaluation_pay_fee_percentage": "0.100000000000000000",
        "evaluation_pay_node_fee_percentage": "0.400000000000000000"
      },
      "payment_templates": null,
      "payment_contracts": null,
      "subscriptions": null
    },
    "supply": {
      "supply": []
    }
  }
}

After build gaiad-5001 i cant sync the new node

I try to build 3 times, and in 3 machines the bad sync.
Ubuntu 16.04 disk SSD

gaiad version
0.17.0-20abeb3

The first time this appears in the block 341 or so and start bad sync

I[05-24|01:48:53.229] Evidence is not valid module=evidence evidence="[VoteA: Vote{25:C59779BF393E 107476/00/2(Precommit) 2CBE63AEA732 /1A278DA9296D.../ @ 2018-05-23T18:51:14.579Z}; VoteB: Vote{25:C59779BF393E 107476/00/2(Precommit) 000000000000 /0F6C5F926C96.../ @ 2018-05-23T18:51:17.089Z} VoteA: Vote{25:C59779BF393E 108591/00/2(Precommit) B776B6166752 /9BA8F5F08044.../ @ 2018-05-23T20:19:19.568Z}; VoteB: Vote{25:C59779BF393E 108591/00/2(Precommit) 000000000000 /22A07FFF3444.../ @ 2018-05-23T20:19:22.487Z} VoteA: Vote{25:C59779BF393E 108601/01/2(Precommit) 6F410AD98DB6 /5C7711852686.../ @ 2018-05-23T20:20:11.493Z}; VoteB: Vote{25:C59779BF393E 108601/01/2(Precommit) 000000000000 /E1AB07FA4651.../ @ 2018-05-23T20:20:12.499Z} VoteA: Vote{25:C59779BF393E 109574/00/2(Precommit) 6F69FE39A6E5 /1BD3A92DC6BE.../ @ 2018-05-23T21:31:55.156Z}; VoteB: Vote{25:C59779BF393E 109574/00/2(Precommit) 000000000000 /118D8C7A5765.../ @ 2018-05-23T21:31:57.435Z} VoteA: Vote{25:C59779BF393E 109591/00/2(Precommit) 76A10486E80E /F4196A8340BF.../ @ 2018-05-23T21:33:11.215Z}; VoteB: Vote{25:C59779BF393E 109591/00/2(Precommit) 000000000000 /9B1EBA17DA67.../ @ 2018-05-23T21:33:13.902Z} VoteA: Vote{25:C59779BF393E 109723/00/2(Precommit) 76216ADED7C6 /6BEB8BA7A030.../ @ 2018-05-23T21:42:47.990Z}; VoteB: Vote{25:C59779BF393E 109723/00/2(Precommit) 000000000000 /8BF7E1FAF98D.../ @ 2018-05-23T21:42:50.590Z} VoteA: Vote{25:C59779BF393E 109947/00/2(Precommit) 58BF0B3A2159 /E24CA71C7938.../ @ 2018-05-23T22:00:47.547Z}; VoteB: Vote{25:C59779BF393E 109947/00/2(Precommit) 000000000000 /DD31AF715B15.../ @ 2018-05-23T22:00:49.224Z} VoteA: Vote{25:C59779BF393E 110042/00/2(Precommit) 4D3A789FBB70 /31F8BF402CC9.../ @ 2018-05-23T22:08:45.926Z}; VoteB: Vote{25:C59779BF393E 110042/00/2(Precommit) 000000000000 /594A6A18DC8B.../ @ 2018-05-23T22:08:48.121Z} VoteA: Vote{25:C59779BF393E 110083/00/2(Precommit) 201AE1C8C3B6 /B7D7851D096C.../ @ 2018-05-23T22:12:04.295Z}; VoteB: Vote{25:C59779BF393E 110083/00/2(Precommit) 000000000000 /4D845DF22474.../ @ 2018-05-23T22:12:07.101Z} VoteA: Vote{25:C59779BF393E 111003/00/1(Prevote) 76569E269401 /F130065D284D.../ @ 2018-05-23T23:27:47.973Z}; VoteB: Vote{25:C59779BF393E 111003/00/1(Prevote) E03F3B5F87D9 /B512B38E4F28.../ @ 2018-05-23T23:27:50.672Z} VoteA: Vote{25:C59779BF393E 111032/00/2(Precommit) B42554A70463 /ED69D63A9024.../ @ 2018-05-23T23:30:12.747Z}; VoteB: Vote{25:C59779BF393E 111032/00/2(Precommit) 000000000000 /3FD4FFCF4153.../ @ 2018-05-23T23:30:15.270Z} VoteA: Vote{25:C59779BF393E 111045/00/2(Precommit) 05FF655CFC1F /CFA05458F4A1.../ @ 2018-05-23T23:31:10.340Z}; VoteB: Vote{25:C59779BF393E 111045/00/2(Precommit) 000000000000 /EE3C5E2BB15F.../ @ 2018-05-23T23:31:12.724Z} VoteA: Vote{25:C59779BF393E 111491/00/2(Precommit) 277756E99441 /E0FDF74BFEBE.../ @ 2018-05-24T00:08:12.605Z}; VoteB: Vote{25:C59779BF393E 111491/00/2(Precommit) 000000000000 /D32BA81F0B85.../ @ 2018-05-24T00:08:14.646Z} VoteA: Vote{25:C59779BF393E 111493/00/2(Precommit) 6DDE42FF282A /DF767CF23148.../ @ 2018-05-24T00:08:19.678Z}; VoteB: Vote{25:C59779BF393E 111493/00/2(Precommit) 000000000000 /151EA8D712D1.../ @ 2018-05-24T00:08:22.376Z} VoteA: Vote{25:C59779BF393E 111846/00/2(Precommit) A196849789FB /B7E6317519DA.../ @ 2018-05-24T00:35:39.031Z}; VoteB: Vote{25:C59779BF393E 111846/00/2(Precommit) 000000000000 /B33F2C8FA63D.../ @ 2018-05-24T00:35:40.792Z} VoteA: Vote{25:C59779BF393E 111961/02/2(Precommit) 3BFE85C5E1FB /9D7C46E8E2B0.../ @ 2018-05-24T00:44:16.814Z}; VoteB: Vote{25:C59779BF393E 111961/02/2(Precommit) 000000000000 /9535DDA8B225.../ @ 2018-05-24T00:44:18.100Z} VoteA: Vote{25:C59779BF393E 112013/02/2(Precommit) D7ACD4941F33 /F5E0C43F34A7.../ @ 2018-05-24T00:48:15.674Z}; VoteB: Vote{25:C59779BF393E 112013/02/2(Precommit) 000000000000 /9E98B71CDBC7.../ @ 2018-05-24T00:48:17.507Z} VoteA: Vote{25:C59779BF393E 112477/00/2(Precommit) 8294ECF4D285 /5BC285E09B80.../ @ 2018-05-24T01:23:50.384Z}; VoteB: Vote{25:C59779BF393E 112477/00/2(Precommit) 000000000000 /AE08F510374C.../ @ 2018-05-24T01:23:52.902Z} VoteA: Vote{25:C59779BF393E 112549/00/2(Precommit) D15564E799A1 /4458947BF2AC.../ @ 2018-05-24T01:29:11.898Z}; VoteB: Vote{25:C59779BF393E 112549/00/2(Precommit) 000000000000 /6DAC6AA7CBCD.../ @ 2018-05-24T01:29:13.998Z} VoteA: Vote{25:C59779BF393E 112589/00/2(Precommit) B26EEB51E3E6 /A94DC43F4071.../ @ 2018-05-24T01:32:15.977Z}; VoteB: Vote{25:C59779BF393E 112589/00/2(Precommit) 000000000000 /1CA0311B4EE7.../ @ 2018-05-24T01:32:17.816Z} VoteA: Vote{25:C59779BF393E 112601/00/2(Precommit) 4561C7EB47B9 /9A06E6793207.../ @ 2018-05-24T01:33:11.280Z}; VoteB: Vote{25:C59779BF393E 112601/00/2(Precommit) 000000000000 /463B77FCDE73.../ @ 2018-05-24T01:33:12.843Z} VoteA: Vote{25:C59779BF393E 112635/00/2(Precommit) D9EC0885D2E6 /DB964ED67AFE.../ @ 2018-05-24T01:35:49.436Z}; VoteB: Vote{25:C59779BF393E 112635/00/2(Precommit) 000000000000 /9EDAE34B010C.../ @ 2018-05-24T01:35:51.702Z} VoteA: Vote{25:C59779BF393E 112641/00/2(Precommit) 1E760B8126E1 /E221A8901FD4.../ @ 2018-05-24T01:36:11.264Z}; VoteB: Vote{25:C59779BF393E 112641/00/2(Precommit) 000000000000 /416B91DEE52D.../ @ 2018-05-24T01:36:13.501Z} VoteA: Vote{25:C59779BF393E 112677/00/2(Precommit) B11611639695 /4A98FD245F22.../ @ 2018-05-24T01:38:59.073Z}; VoteB: Vote{25:C59779BF393E 112677/00/2(Precommit) 000000000000 /088F7B3D9467.../ @ 2018-05-24T01:39:01.495Z}]" err="Could not find validator set for height #112677"

after this red lines

E[05-24|13:42:06.381] Stopping peer for error module=p2p peer="Peer{MConn{138.197.187.76:46656} 6e2b7984aa49cfe8efa63f90ec0c878fe58f9028 out}" err="Could not find validator set for height #123965"

and red lines

E[05-24|13:42:30.917] Dialing failed module=p2p [email protected]:46656 err="Error{Error creating peer (cause: dial tcp 54.209.118.64:46656: i/o timeout)}" attempts=6
E[05-24|13:42:30.917] Dialing failed module=p2p [email protected]:46656 err="Error{Error creating peer (cause: dial tcp 54.37.235.164:46656: i/o timeout)}" attempts=2
E[05-24|13:42:30.918] Dialing failed module=p2p [email protected]:46656 err="Error{Error creating peer (cause: dial tcp 193.70.41.36:46656: i/o timeout)}" attempts=2

and

E[05-24|13:42:52.431] Stopping peer for error module=p2p peer="Peer{MConn{45.77.53.208:46656} aef085c4bfed0c1ffc6705f2e1e3bf85e5164600 out}" err="Could not find validator set for height #123965"
I[05-24|13:42:57.748] Ensure peers module=p2p numOutPeers=2 numInPeers=3 numDialing=0 numToDial=8
I[05-24|13:42:57.749] Will dial address module=p2p [email protected]:46656
I[05-24|13:42:57.750] Will dial address module=p2p [email protected]:46656
I[05-24|13:42:57.750] Will dial address module=p2p [email protected]:46656
I[05-24|13:42:57.750] Will dial address module=p2p [email protected]:46656
I[05-24|13:42:57.750] Will dial address module=p2p [email protected]:46656
I[05-24|13:42:57.751] Will dial address module=p2p [email protected]:46656
I[05-24|13:42:57.751] Will dial address module=p2p [email protected]:46656
I[05-24|13:42:57.751] Will dial address module=p2p [email protected]:46656
I[05-24|13:42:57.752] We need more addresses. Sending pexRequest to random peer module=p2p peer="Peer{MConn{108.48.116.174:64529} 3fb1d71fc907717e2573fcf4b20235545ee570a1 in}"
I[05-24|13:42:57.752] Dialing peer module=p2p [email protected]:46656
I[05-24|13:42:57.752] Dialing peer module=p2p [email protected]:46656
I[05-24|13:42:57.752] Dialing peer module=p2p [email protected]:46656
I[05-24|13:42:57.752] Dialing peer module=p2p [email protected]:46656
I[05-24|13:42:57.752] Dialing peer module=p2p [email protected]:46656
I[05-24|13:42:57.752] Dialing peer module=p2p [email protected]:46656
I[05-24|13:42:57.752] Dialing peer module=p2p [email protected]:46656
I[05-24|13:42:57.752] Dialing peer module=p2p [email protected]:46656
E[05-24|13:42:57.833] Dialing failed module=p2p [email protected]:46656 err="Error{Error creating peer (cause: dial tcp 31.187.71.49:46656: connect: connection refused)}" attempts=4
E[05-24|13:42:57.841] Dialing failed module=p2p [email protected]:46656 err="Error{Error creating peer (cause: dial tcp 163.172.47.92:46656: connect: connection refused)}" attempts=3
E[05-24|13:42:57.843] Dialing failed module=p2p [email protected]:46656 err="Error{Error creating peer (cause: dial tcp 207.154.227.84:46656: connect: connection refused)}" attempts=2
E[05-24|13:42:57.846] Dialing failed module=p2p [email protected]:46656 err="Error{Error creating peer (cause: dial tcp 206.189.62.166:46656: connect: connection refused)}" attempts=3
E[05-24|13:42:57.890] Dialing failed module=p2p [email protected]:46656 err="Error{Error creating peer (cause: dial tcp 194.102.32.89:46656: connect: connection refused)}" attempts=0
E[05-24|13:43:00.753] Dialing failed module=p2p [email protected]:46656 err="Error{Error creating peer (cause: dial tcp 54.37.235.164:46656: i/o timeout)}" attempts=3
E[05-24|13:43:00.756] Dialing failed module=p2p [email protected]:46656 err="Error{Error creating peer (cause: dial tcp 96.230.239.222:46656: i/o timeout)}" attempts=3
E[05-24|13:43:00.757] Dialing failed module=p2p [email protected]:46656 err="Error{Error creating peer (cause: dial tcp 46.101.203.248:46656: i/o timeout)}" attempts=2

this repeat and repeat and the node is working but in the same buckle and stop in the same block for long time

gaiacli status
{"node_info":{"id":"44631a3e7518e972ad4bb6375fa098796a2e3dbb","listen_addr":"142.44.240.204:46656","network":"gaia-5001","version":"0.19.3","channels":"4020212223303800","moniker":"trust melea #3","other":["amino_version=0.9.9","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:46657"]},"sync_info":{"latest_block_hash":"D0F59AD17E87E891C2BAEC7E73DA37EFF27C91C3","latest_app_hash":"2F09A979AD22E6B39CD0113244032C5E109CAACB","latest_block_height":1362,"latest_block_time":"2018-05-15T16:10:20.316525749-04:00","syncing":true},"validator_info":{"address":"009485AED0333CF552E4560E20C2DB5BF8B59852","pub_key":{"type":"AC26791624DE60","value":"DH8h0D5zVWurEZPNo/6p4SHih4HEujh2zF3NNtx6zjE="},"voting_power":0}}

if i stop the node and start again, the node up some blocks and start the same error and red lines and don't catch more new blocks.

after gaiad unsafe_reset_all

neither work, the same.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.