This PR aims to introduce 2 more interruption points in the process of initialization, in order to make thefeature_inittestcase more complete. These are the following:
- Checking all blk files are present
- init message: Starting network threads
It is a small improvement for increasing the coverage of potential interruptions, and making sure that the node can restart successfully after these interruptions.

