Help me to init my chain... "lcnemint"
We, LCNEM, Inc. is a company from Japan who issuing stable coin. We are creating a blockchain for issuing stable coin with tendermint and cosmos sdk. https://github.com/lcnem/lcnemint Using • `x/auth` • `x/bank` • `x/params` • `x/staking` • `x/gov` • `x/ibc` But we are in front of these matters… About seed node When I init seed nodes and then access to them, I’ve got an error below. `E[2019-03-19|20:03:15.947] Connection failed @ recvRoutine (reading byte) module=p2p [email protected]:26656 conn=MConn{157.7.244.70:26656} err=EOF` How can I solve it? About self-delegation This is `genesis.json` for our testnet. https://github.com/lcnem/lcnemint/blob/develop/.lcnemintd/config/genesis.json I executed a command below `$ lcnemintcli staking create-validator --amount=1000stake --moniker=lcnem --pubkey=cosmosvalconspub1addwnpepqt0u4vjv3eu47njghrzfklmk6yr6e8a4kfu87znkj7zypqjsu6mtxkmq4n6` Then I’ve got an error below `ERROR: must specify all validator commission parameters` It seems that https://github.com/cosmos/cosmos-sdk/blob/develop/cmd/gaia/init/gentx.go gaia uses `gentx` command instead of…
Excerpt (1187 of 1469 characters). Read the whole post on the forum ↗
I have the same problem but i use Nameservice App it’s already on github .
Did you resolve this problem ???