feat(send-transaction): improve subject

- clarify how to use block of command shared to install
`bitcoin-core` binaries
This commit is contained in:
nprimo 2023-03-16 17:40:29 +00:00 committed by Niccolò Primo
parent e02581caff
commit f5aca19620
1 changed files with 3 additions and 2 deletions

View File

@ -7,9 +7,10 @@ The purpose of this exercise is to create a simple Bitcoin transaction locally u
- Install a Bitcoin node. There are two solutions :
- Use a preconfigured image for a virtual machine such as [cryptotux](https://cryptotux.org/)
- Install manually by downloading and installing the Bitcoin Core software from [GitHub](https://github.com/bitcoin/bitcoin/releases).
```console
- Install manually by downloading and installing the Bitcoin Core software from [GitHub](https://github.com/bitcoin/bitcoin/releases). You can copy and paste the following text in your shell and execute.
```bash
export bitcoinCoreVersion="24.0.1"
wget -q "https://bitcoincore.org/bin/bitcoin-core-$bitcoinCoreVersion/bitcoin-$bitcoinCoreVersion-x86_64-linux-gnu.tar.gz"
tar xzf "bitcoin-$bitcoinCoreVersion-x86_64-linux-gnu.tar.gz"