Преглед на файлове

doc/testnet: define xmrig retries setup

skoupidi преди 7 месеца
родител
ревизия
73ca7106fa
променени са 2 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 1 1
      doc/src/testnet/dao.md
  2. 3 2
      doc/src/testnet/node.md

+ 1 - 1
doc/src/testnet/dao.md

@@ -731,7 +731,7 @@ DarkFi DAO mining configuration address:
 Then start an `xmrig` instance to mine for the DAO:
 Then start an `xmrig` instance to mine for the DAO:
 
 
 ```shell
 ```shell
-$ ./xmrig -u x+1 -o 127.0.0.1:8341 -t {XMRIG_THREADS} -u {YOUR_DAO_WALLET_ADDRESS_MINING_CONFIGURATION}
+$ ./xmrig -u x+1 -r 1000 -R 20 -o 127.0.0.1:8341 -t {XMRIG_THREADS} -u {YOUR_DAO_WALLET_ADDRESS_MINING_CONFIGURATION}
 ```
 ```
 
 
 After your miners have successfully mined confirmed blocks, you will
 After your miners have successfully mined confirmed blocks, you will

+ 3 - 2
doc/src/testnet/node.md

@@ -282,10 +282,11 @@ DarkFi mining configuration address:
 
 
 Refer to [xmrig optimizations guide][2] to fully configure your system
 Refer to [xmrig optimizations guide][2] to fully configure your system
 for maximum mining performance. Start `darkfid` as usual and then start
 for maximum mining performance. Start `darkfid` as usual and then start
-`xmrig`, specifying how many threads to mine and for which wallet:
+`xmrig`, specifying retries setup, how many threads to mine and for
+which wallet:
 
 
 ```shell
 ```shell
-$ ./xmrig -u x+1 -o 127.0.0.1:8341 -t {XMRIG_THREADS} -u {YOUR_WALLET_ADDRESS_MINING_CONFIGURATION}
+$ ./xmrig -u x+1 -r 1000 -R 20 -o 127.0.0.1:8341 -t {XMRIG_THREADS} -u {YOUR_WALLET_ADDRESS_MINING_CONFIGURATION}
 ```
 ```
 
 
 In `darkfid`, you should see a notification like this:
 In `darkfid`, you should see a notification like this: