docs: update bitcoin core install docs

Changelog-None

Signed-off-by: fanquake <fanquake@gmail.com>
This commit is contained in:
fanquake 2025-02-17 16:04:23 +00:00 committed by Alex Myers
parent d15f5a9b3b
commit e8c8fd4195

View file

@ -359,12 +359,12 @@ pip install poetry
If you don't have bitcoind installed locally you'll need to install that as well:
```shell
brew install berkeley-db4 boost miniupnpc pkg-config libevent
brew install boost cmake pkg-config libevent
git clone https://github.com/bitcoin/bitcoin
cd bitcoin
./autogen.sh
./configure
make src/bitcoind src/bitcoin-cli && make install
cmake -B build
cmake --build build --target bitcoind bitcoin-cli
cmake --install build --component bitcoind && cmake --install build --component bitcoin-cli
```
Clone lightning: