liuqihang
liuqihang
Hi, ggarri ~ At present, what is the standard for lightchain synchronization? How do you know that multiple lightchain nodes are synchronized? Can each synchronized node like Etheneum geth query...
ok~ thank you, In addition, I would like to consult, I use Tendermint to observe the log, it will show the block record, but I did not show the block...
**this's log of my console** ``` INFO [08-28|14:45:56.756] Started database engine... engine=database INFO [08-28|14:45:56.756] Starting consensus engine... engine=node INFO [08-28|14:45:56.756] Loading database 'blockstore'... engine=consensus INFO [08-28|14:45:56.765] Loading database 'state'... engine=consensus...
I saw your previous Issues, need to modify the value of parameter "needAddressThreshold", i hav modified. needAddressThreshold = 2
`./tendermint node --home /home/lqh/tenderchain2 --proxy_app persistent_kvstore --p2p.laddr tcp://0.0.0.0:36656 --rpc.laddr tcp://0.0.0.0:36657 I[2019-08-28|15:37:33.848] Version info module=main software=0.31.5 block=10 p2p=7 I[2019-08-28|15:37:33.865] Starting Node module=main impl=Node E[2019-08-28|15:37:33.867] Can't add peer's address to addrbook module=p2p...
@ggarri ,Thank you for your answer。 I want to achieve synchronization between two nodes. such as: ethereum :Ether's admin.addPeers("nodeinfo") module,I tried it through the "geth" and "leth" in the lightchain,...
I follow this method, starting the standalone mode。 ` ./lightchain init --datadir ${DATADIR_NODE1}/lightchain --standalone ./lightchain run --datadir= ${DATADIR_NODE1}/lightchain --rpc --rpcaddr=0.0.0.0 --ws --rpcport 8545 --wsport 8546 --tmt_p2p_port 26656 --tmt_rpc_port 26657 ./lightchain...