Added cpu sockets to dashboard client info popup

* Removed not working background mode for *nix
This commit is contained in:
Ben Gräf 2018-01-04 17:32:56 +01:00
parent ab94b5a376
commit 01c11f6a23
12 changed files with 57 additions and 41 deletions

View file

@ -2,7 +2,7 @@
"algo": "cryptonight", // cryptonight (default) or cryptonight-lite
"av": 0, // algorithm variation, 0 auto select
"doublehash-thread-mask" : null, // for av=2/4 only, limits doublehash to given threads (mask), mask "0x3" means run doublehash on thread 0 and 1 only (default: all threads)
"background": false, // true to run the miner in the background
"background": false, // true to run the miner in the background (Windows only, for *nix plase use screen/tmux or systemd service instead)
"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-priority": null, // set process priority (0 idle, 2 normal to 5 highest)