Skip to content

Commit

Permalink
fix bitcoind paths to 0.1.12 on getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash authored Dec 18, 2024
1 parent c13b30c commit 2ea6618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ cd sv2-tp-0.1.12
Start the Template Provider.

```bash
./bitcoin-sv2-tp-0.1.2/bin/bitcoind -testnet4 -sv2 -sv2port=8442 -debug=sv2
./bitcoin-sv2-tp-0.1.12/bin/bitcoind -testnet4 -sv2 -sv2port=8442 -debug=sv2
```

⚠️ Note: you need to wait until `bitcoind` is fully synced with the testnet before you proceed.
Expand All @@ -112,7 +112,7 @@ There are optional parameters which can be used to better manage the Template Pr
For example:

```bash
./bitcoin-sv2-tp-0.1.2/bin/bitcoind -sv2 -sv2port=8442 -sv2interval=20 -sv2feedelta=1000 -debug=sv2 -loglevel=sv2:trace
./bitcoin-sv2-tp-0.1.12/bin/bitcoind -sv2 -sv2port=8442 -sv2interval=20 -sv2feedelta=1000 -debug=sv2 -loglevel=sv2:trace
```
This way new templates are constructed every 20 seconds (taking the most profitable txs from the mempool) and they are sent downstream if new fees collected are more than 1000 sats.

Expand Down

0 comments on commit 2ea6618

Please sign in to comment.