You can check the current status such as Active: active (running) in the above example.
kcnd (kpnd)
kcnd (or kpnd) is installed along with the package and the status of CN/PN can be checked as follows.
$kcndstatuskcndisrunning
Logs
The log is stored in kcnd.out (or kpnd.out) file located in the path defined in the LOG_DIR field of the kcnd.conf (or kpnd.conf) file. When the node works properly, you can see that each block is created per second as follows.
Example:
$tailkcnd.outINFO[02/13,07:02:24Z] [35] Commit new mining work number=11572924 txs=0 elapsed=488.336µsINFO[02/13,07:02:25 Z] [5] Imported new chain segment blocks=1 txs=0 mgas=0.000 elapsed=1.800ms mgasps=0.000 number=11572924 hash=f46d09…ffb2dc cache=1.59mB
INFO[02/13,07:02:25Z] [35] Commit new mining work number=11572925 txs=0 elapsed=460.485µsINFO[02/13,07:02:25Z] [35] 🔗 block reached canonical chain number=11572919 hash=01e889…524f02INFO[02/13,07:02:26 Z] [14] Committed address=0x1d4E05BB72677cB8fa576149c945b57d13F855e4 hash=1fabd3…af66fe number=11572925
INFO[02/13,07:02:26 Z] [5] Imported new chain segment blocks=1 txs=0 mgas=0.000 elapsed=1.777ms mgasps=0.000 number=11572925 hash=1fabd3…af66fe cache=1.59mB
INFO[02/13,07:02:26Z] [35] Commit new mining work number=11572926 txs=0 elapsed=458.665µsINFO[02/13,07:02:27 Z] [14] Committed address=0x1d4E05BB72677cB8fa576149c945b57d13F855e4 hash=60b9aa…94f648 number=11572926
INFO[02/13,07:02:27 Z] [5] Imported new chain segment blocks=1 txs=0 mgas=0.000 elapsed=1.783ms mgasps=0.000 number=11572926 hash=60b9aa…94f648 cache=1.59mB
INFO[02/13,07:02:27Z] [35] Commit new mining work number=11572927 txs=0 elapsed=483.436µs
kcn console (kpn console)
Klaytn provides a CLI client: kcn console (or kpn console). However, a CN/PN may disable the RPC interface for the client due to the security reason. Another way of using the client is to connect to the process via IPC (inter-process communication).
The IPC file klay.ipc is located in the data directory on a CN/PN.
Please execute the following command and check out the result.