0
I just try to setup full node in centos(Linux distribution) server. I download binary for Linux from https://bitcoincore.org/bin/bitcoin-core-0.17.1/ . I just start bitcoind using the following command
bitcoind -daemon
Result
Bitcoin server starting
Then I just test with bitcoin-cli using the following command
bitcoin-cli getbalance
Result
it return balance
Then I close my SSH terminal. And re login. But at that time bitcoind is not running. I don't know what is the reason for that. I already try the same process in ubuntu 18.04. But that was working perfectly. Please give any idea to run bitcoind in background as permanently(on centos).
Thank you