Problem while starting tendermint
Tendermint2 posts715 viewsLast activity Dec 2019
RA
raushan-0822OP
Nov 2019I was following tendermint quick start. when I ran following commands
tendermint init
tendermint node --proxy_app=kvstore
Ideally, it should start node with latest_block_height 1. But without any transaction height is not stopping and going upto more than 2000.
ZY
zychappy
Dec 2019that is default config,even without any txs it will generate a new empty block.
if you don’t like it,start like below
tendermint node --consensus.create_empty_blocks=false --proxy_app=kvstore