From 8754d4f4848a35aa1a01b5c7d49994f75f682415 Mon Sep 17 00:00:00 2001 From: plebhash Date: Fri, 28 Jun 2024 23:31:20 -0300 Subject: [PATCH] getting started on testnet4 --- 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 4db991f..79b7270 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -79,7 +79,7 @@ Download a release from Sjors' fork of Bitcoin Core from https://github.com/Sjor Edit the `bitcoin.conf` file by adding: ```bash -testnet=1 +testnet4=1 server=1 rpcuser=username rpcpassword=password @@ -87,7 +87,7 @@ rpcpassword=password Run the Template provider: ```bash -./bitcoin-sv2-tp-0.1.2/bin/bitcoind -sv2 -sv2port=8442 -debug=sv2 +./bitcoin-sv2-tp-0.1.2/bin/bitcoind -testnet4 -sv2 -sv2port=8442 -debug=sv2 ``` ⚠️ Note: you need to wait until `bitcoind` is fully synced with the testnet before you proceed.