bitcoin: bitcoind daemon + reindex does not daemonize
-daemon flag is ignored
Expected bitcoind to background itself
runs in the foreground. If you disconnect from session it dies.
Everytime
From website, latest version 0.16
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16 (9 by maintainers)
-serveris for enabling RPC when running the GUI (bitcoin-qt). When you runbitcoind, the RPC server is always enabled (otherwise it wouldn’t serve any function).