Skip to content

Commit 790a0e2

Browse files
authored
Update README.md
1 parent a4b308f commit 790a0e2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ The typical content of the _reboot.bat_ script for Windows:
173173
shutdown /r /t 5 /f
174174
```
175175
The script must be written by the user.
176+
To run reboot script instead of restarting miner every time a critical error occurs, just set `restarts=0`
176177

177178
### coreClocks, memClocks
178179
Optional common parameters.
@@ -221,9 +222,13 @@ Default value: -3333 (This means that the miner blocks management through API an
221222
Optional common parameter.
222223
Your password for monitoring with EthMan and other utilities that support the same network API.
223224

224-
### shard
225+
### shardId
225226
Optional algorithm parameter.
226-
Can be used to set a shard ID for QuarkChain solo mining. Only shards using Ethash algorithm are supported. This parameter should be specified in hex, e.g. 0x1, 0x10001, 0x10002, etc. For more information on shards, visit [this](https://github.com/QuarkChain/pyquarkchain/wiki/Address,-Shard-Key,-Chain-Id,-Shard-Id) and [this](https://github.com/quarkChain/pyquarkchain/releases/latest) link.
227+
Can be used to set a shard ID for QuarkChain solo mining. Only shards using Ethash algorithm are supported. This parameter should be specified in hex, e.g. 0x1, 0x10001, 0x10002, etc. For more information on shards, visit [this](https://github.com/QuarkChain/pyquarkchain/wiki/Address,-Shard-Key,-Chain-Id,-Shard-Id) and [this](https://github.com/quarkChain/pyquarkchain/releases/latest) link. Default shard ID is 0x1.
228+
229+
### farmRecheck
230+
Optional algorithm parameter.
231+
The interval (in milliseconds) between polling the node for new jobs in solo mining mode for QuarkChain. Default value is 200.
227232

228233
### cpuThreads
229234
Optional algorithm parameter for CPU mining.
@@ -349,7 +354,8 @@ Example of a complete configuration file for solo QuarkChain mining:
349354
```
350355
[Ethash]
351356
wallet=0 ;placeholder wallet for solo mining
352-
shard=1
357+
shardId=0x30001
358+
farmRecheck=200
353359
coin=Qkc
354360
pool1=localhost:38391
355361
protocol=getwork

0 commit comments

Comments
 (0)