Examples (4)
Start the Bitcoin Core daemon (in the foreground)
Start the Bitcoin Core daemon in the background (use `bitcoin-cli stop` to stop)
bitcoind -daemonStart the Bitcoin Core daemon on a specific network
bitcoind -chain=main|test|signet|regtestStart the Bitcoin Core daemon using specific configuration file and data directory
bitcoind -conf=path/to/bitcoin.conf -datadir=path/to/directorymade by @shridhargupta | data from tldr-pages