Skip to content

Commit

Permalink
getting started on testnet4
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Jun 30, 2024
1 parent b6512c4 commit 4728e87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,14 @@ Download a release from Sjors' fork of Bitcoin Core from https://github.com/Sjor

Edit the `bitcoin.conf` file by adding:
```bash
testnet=1
server=1
rpcuser=username
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.
Expand Down

0 comments on commit 4728e87

Please sign in to comment.