From 16377cb7acf4e01560bd643406df8f9afaf2ce83 Mon Sep 17 00:00:00 2001 From: plebhash Date: Wed, 11 Dec 2024 19:27:40 +0700 Subject: [PATCH] clarify TP instructions --- src/getting-started.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/getting-started.md b/src/getting-started.md index b1afb4b..f6a5a52 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -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.