30
8
Surprised this one hasn't been asked yet.
But how / what is the recommended best practice for shutting down bitcoind ?
Right now I'm manually killing the process with either sudo kill {pid} or if this is failing (like just now) using sudo pkill -9 -f bitcoind
Good thinking. Missed that. – ManreeRist – 2013-10-11T19:11:13.817
7This doesn't work anymore:
Error: Command line contains unexpected token 'stop', see bitcoind -h for a list of options.. The correct way to stopbitcoindisbitcoin-cli-stopcommand (see the other answer with higher vote count). – iaforek – 2017-10-23T08:10:49.497