Check the services


1. Watch the service log to confirm if your nodes are correctly joined

If the node is not a proposer at that block and the consensus is successful, the node have executed(==validates) the block. In other words, a block is inserted.

1) For CN
$ tail <your_klaytn_home_path>/kcnd/log/kcnd.out
INFO Inserted a new block number=14 hash=13cbfc…f007fc txs=0 gas=0 elapsed=793.458µs processTxs=167ns finalize=157.708µs validateState=7.542µs totalWrite=443.417µs trieWrite=256.667µs
2) For PN
$ tail <your_klaytn_home_path>/kpnd/log/kpnd.out
INFO Inserted a new block number=14 hash=13cbfc…f007fc txs=0 gas=0 elapsed=793.458µs processTxs=167ns finalize=157.708µs validateState=7.542µs totalWrite=443.417µs trieWrite=256.667µs





You can check the more details requirements on the page below.




If you finish this step, please click the next button > on the right side of this page.