We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
maxconnretries
30
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if
maxconnretries
is set to lower than default of30
, the connection to wallet times out and causes a panic, need to gracefully handle this.The text was updated successfully, but these errors were encountered: