Refresh network in background
Network is currently refreshed on startup.
It should be done in the background, without blocking anyone.
Won't be easy since we will have concurrency issues when working on the community nodes list.
Qt signals / slots should be used extensively.