From 2ea6618bb9033f672131eced6d2cbb69a1f9b15c Mon Sep 17 00:00:00 2001 From: plebhash <147345153+plebhash@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:32:55 -0300 Subject: [PATCH] fix bitcoind paths to 0.1.12 on getting-started.md --- src/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.