You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have a "daemon" flag in the configs similar to bitcoind's one, that is: detach the current shell so the process can continue running in background (therefore suppressing any console output).
Not easy to do everything right, so a library like python-daemon might help.
We should have a "daemon" flag in the configs similar to bitcoind's one, that is: detach the current shell so the process can continue running in background (therefore suppressing any console output).
Not easy to do everything right, so a library like python-daemon might help.