Revert "Added doublehash-thread-mask to default configs"
This reverts commit e984bb18a2
.
This commit is contained in:
parent
e984bb18a2
commit
9e3b2e857b
2 changed files with 55 additions and 57 deletions
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"algo": "cryptonight", // cryptonight (default) or cryptonight-lite
|
"algo": "cryptonight", // cryptonight (default) or cryptonight-lite
|
||||||
"av": 0, // algorithm variation, 0 auto select
|
"av": 0, // algorithm variation, 0 auto select
|
||||||
"doublehash-thread-mask" : null, // for av=2/4 only, limits doublehash to given threads (mask), (default: all threads)
|
|
||||||
"background": false, // true to run the miner in the background
|
"background": false, // true to run the miner in the background
|
||||||
"colors": true, // false to disable colored output
|
"colors": true, // false to disable colored output
|
||||||
"cpu-affinity": null, // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1
|
"cpu-affinity": null, // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"algo": "cryptonight", // cryptonight (default) or cryptonight-lite
|
"algo": "cryptonight", // cryptonight (default) or cryptonight-lite
|
||||||
"av": 0, // algorithm variation, 0 auto select
|
"av": 0, // algorithm variation, 0 auto select
|
||||||
"doublehash-thread-mask" : null, // for av=2/4 only, limits doublehash to given threads (mask), (default: all threads)
|
|
||||||
"background": false, // true to run the miner in the background
|
"background": false, // true to run the miner in the background
|
||||||
"colors": true, // false to disable colored output
|
"colors": true, // false to disable colored output
|
||||||
"cpu-affinity": null, // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1
|
"cpu-affinity": null, // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue