1. Q: How can I interpret the following error message?
17:02:42.699 INFO [o.t.c.s.WitnessService] Try Produce Block 17:02:42.699 INFO [o.t.c.s.WitnessService] Not sync
A: This message means your node is not in sync with the network. To start produce blocks, you need to be in sync. Check your block height with the command:
tail -f logs/tron.log |grep "MyheadBlockNumber"