rm -rf .burrow* .keys*
burrow spec -f2 | burrow configure -s- --poolburrow start --config=burrow000.tomlYou will see Blockpool has no peers in burrow000.log.
The node has not enough validator power in order to have quorum (2/3) on the network, so it is blocked waiting for the second validator to join.
burrow start --config=burrow001.tomlIf the connection successed, you will see empty blocks automatically created Sending vote message and Finalizing commit of block with 0 txs, you can see consensus state:
curl -s 127.0.0.1:26758/consensusYou can start to send transactions.