Skip to content

Commit

Permalink
Improve the description about bitcoind
Browse files Browse the repository at this point in the history
  • Loading branch information
joii2020 committed Sep 27, 2023
1 parent 4db3a66 commit 2b81c00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/bitcoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Download the binary archive from [here](https://bitcoincore.org/bin/bitcoin-core

After installation is complete, start the background program: `bitcoind`. The signature and verify we need to do later need to rely on this service to process.
```shell
bitcoind
bitcoind -chain=regtest -daemonwait
```
(For the convenience of testing, start Bitcoin Core in Regtest mode and run it in the background, waiting until it is fully started.)

Normally, we will only be using `signature` and `verify` here, without involving on-chain data. Therefore, you can consider disabling network transmission in the configuration file.
Instructions on how to configure it will be provided in the following section.
Expand Down

0 comments on commit 2b81c00

Please sign in to comment.