Skip to content

Commit

Permalink
clarify TP instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Dec 11, 2024
1 parent 529d0a6 commit 16377cb
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 16377cb

Please sign in to comment.