I’ve been running two nodes and trying to get them to sync with the network. I used the latest state.jam file (16455) and sync was ok for both. After stopping the nodes, I re-synced them later (being careful not to use --state-jam again). Yet, it seems that the previous sync state was not saved - they started syncing from an older block state (~13500). Two questions:
Is there a proper way to shutdown the nodes and save state?
Does the --save-interval parameter affect this? What might have happened is that my nodes synced and shutdown, before a checkpoint was created.
I’m running it in an ubuntu/bash environment, on a home server machine. To stop the nodes, I’ve realized I’m running kill -9. Pressing CTRL+C is actually equivalent to kill -2 (a more graceful shutdown). I’ll try this modification tonight when I get home from work.