bitcoind: add page (#13300)

* bitcoind: add page

* Update pages/common/bitcoind.md

Co-authored-by: spageektti <git@spageektti.cc>

* Update pages/common/bitcoind.md

Co-authored-by: spageektti <git@spageektti.cc>

* Update pages/common/bitcoind.md

Co-authored-by: spageektti <git@spageektti.cc>

---------

Co-authored-by: spageektti <git@spageektti.cc>
pull/28/head
Fazle Arefin 2024-07-25 02:39:06 +10:00 committed by GitHub
parent 26e2502175
commit eba2c03de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

21
pages/common/bitcoind.md Normal file
View File

@ -0,0 +1,21 @@
# bitcoind
> Bitcoin Core daemon.
> Uses the configuration defined in `bitcoin.conf`.
> More information: <https://manned.org/bitcoind>.
- Start the Bitcoin Core daemon (in the foreground):
`bitcoind`
- Start the Bitcoin Core daemon in the background (use `bitcoin-cli stop` to stop):
`bitcoind -daemon`
- Start the Bitcoin Core daemon on a specific network:
`bitcoind -chain={{main|test|signet|regtest}}`
- Start the Bitcoin Core daemon using specific config file and data directory:
`bitcoind -conf={{path/to/bitcoin.conf}} -datadir={{path/to/directory}}`