Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for TP command and TP configuratioin #237

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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