Browse Source

Update start-mining.md

friedger-patch-3
Friedger Müffke 4 years ago
committed by GitHub
parent
commit
5738c7c152
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/pages/start-mining.md

3
src/pages/start-mining.md

@ -47,13 +47,14 @@ bind=0.0.0.0:18333
rpcbind=0.0.0.0:18332
rpcport=18332
```
Finally, start bitcoind as follows:
```bash
bitcoind -conf=path/to/bitcoin.conf
```
This configuration optimizes bitcond for use with proof of transfer (no tx index, low banscore, low orphan tx). See for more details about running bitcoind [here](https://en.bitcoinwiki.org/wiki/Running_Bitcoind).
It will take a few hours for the node to synchronize with the Bitcoin testnet -- be patient!
## Running a miner

Loading…
Cancel
Save