Skip to content

RoninDojo Logs Troubleshooting

If you are new to RoninDojo and you need to troubleshoot, then are probably thinking “What am I looking looking for?”

Checking logs is always a good first step to troubleshoot and further understand your node!

You can view logs by using the RoninUI graphical user interface.

If for some reason this is not an option, then you can use the RoninCLI menus. Here is an example.

DojoLogsTor

Please take note of what these logs look like, as this indicates a healthy RoninDojo bitcoin node.

You will know the initial block download is complete once you see progress=1.0.

When you see a log line like CreateNewBlock(): block weight: 3992443 txs: 1055 fees: 9989072 sigops 5829, that is an example of the Fee Estimator calling the bitcoind RPC createblocktemplate method in order to calculate fee rates.

It will also show Tor connections to peers, which rotate so you can disregard failed: general failure and failed: connection refused.

The warning= 'xx of last 100 blocks have unexpected version' means the miner that mined the block is running a different version of core than yourself — you can disregard.