mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
book: update instructions for mining with darkfid
This commit is contained in:
@@ -35,7 +35,7 @@ The defaults are already preset for using the testnet network.
|
||||
```
|
||||
$ ./darkfid
|
||||
Config file created in "~/.config/darkfi/darkfid_config.toml". Please review it and try again.
|
||||
$ ./drk
|
||||
$ ./drk wallet --address
|
||||
Config file created in "~/.config/darkfi/drk_config.toml". Please review it and try again.
|
||||
```
|
||||
|
||||
@@ -97,6 +97,13 @@ it is `[network_config."testnet"]`). Uncomment it by removing the `#`
|
||||
character at the start of line, and replace the `YOUR_WALLET_ADDRESS_HERE`
|
||||
string with your wallet address.
|
||||
|
||||
```
|
||||
# Enable this to mine
|
||||
miner = true
|
||||
# Put the address from `drk wallet --address` here
|
||||
recipient = "..."
|
||||
```
|
||||
|
||||
|
||||
### Darkfid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user