if maxconnretries is set to lower than default of 30, the connection to wallet times out and causes a panic, need to gracefully handle this.
2015/03/11 23:59:41 actor-18557: Cannot start actor: connection timeout
2015/03/11 23:59:41 node: Shutdown
2015/03/11 23:59:42 miner: Cannot start mining: -32603: No payment addresses specified via --miningaddr
panic: runtime error: close of closed channel
if
maxconnretriesis set to lower than default of30, the connection to wallet times out and causes a panic, need to gracefully handle this.