Skip to content

Commit

Permalink
Merge pull request #239 from plebhash/clarify-tp
Browse files Browse the repository at this point in the history
clarify TP instructions
  • Loading branch information
pavlenex authored Dec 12, 2024
2 parents 529d0a6 + 16377cb commit 7b9e211
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,20 @@ server=1
rpcuser=username
rpcpassword=password
```
Run the Template provider:

Unpack the Template Provider. For example, assuming you downloaded `bitcoin-sv2-tp-0.1.12-x86_64-linux-gnu.tar.gz`:

```bash
tar xvf bitcoin-sv2-tp-0.1.12-x86_64-linux-gnu.tar.gz
cd sv2-tp-0.1.12
```

⚠️ Note: macOS binaries are not code signed. Read release notes for instructions on how to proceed.

Start the Template Provider.

```bash
./bitcoin-sv2-tp-0.1.*/bin/bitcoind -testnet4 -sv2 -sv2port=8442 -debug=sv2
./bitcoind -testnet4 -sv2 -sv2port=8442 -debug=sv2
```

⚠️ Note: you need to wait until `bitcoind` is fully synced with the testnet before you proceed.
Expand Down

0 comments on commit 7b9e211

Please sign in to comment.