Skip to content

Commit

Permalink
Merge pull request #237 from Arshia-r-m/main
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlenex authored Nov 21, 2024
2 parents 5bbf253 + 5e3fff5 commit f29aaef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,17 @@ Depending on mining device you do run, you may have to adjust `tproxy-config-loc

Download a release from Sjors' fork of Bitcoin Core from https://github.com/Sjors/bitcoin/releases

Edit the `bitcoin.conf` file by adding:
Edit the `bitcoin.conf` file stored in `~/.bitcoin/` by adding:
```bash
[testnet4]
server=1
rpcuser=username
rpcpassword=password
```
Run the Template provider:

```bash
./bitcoin-sv2-tp-0.1.2/bin/bitcoind -testnet4 -sv2 -sv2port=8442 -debug=sv2
./bitcoin-sv2-tp-0.1.*/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 f29aaef

Please sign in to comment.