Просмотр исходного кода

book: update instructions for mining with darkfid

darkfi 2 лет назад
Родитель
Сommit
7588ac5709
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      doc/src/testnet/node.md

+ 8 - 1
doc/src/testnet/node.md

@@ -35,7 +35,7 @@ The defaults are already preset for using the testnet network.
 ```
 ```
 $ ./darkfid
 $ ./darkfid
 Config file created in "~/.config/darkfi/darkfid_config.toml". Please review it and try again.
 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.
 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`
 character at the start of line, and replace the `YOUR_WALLET_ADDRESS_HERE`
 string with your wallet address.
 string with your wallet address.
 
 
+```
+# Enable this to mine
+miner = true
+# Put the address from `drk wallet --address` here
+recipient = "..."
+```
+
 
 
 ### Darkfid
 ### Darkfid