diff --git a/src/getting-started.md b/src/getting-started.md index 0c42a2b..6e329d3 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -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. @@ -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.