Updated default config files and documentation

This commit is contained in:
BenDroid 2018-04-07 21:50:39 +02:00
parent 1ce9d2bf3c
commit 15d752d9e0
4 changed files with 9 additions and 7 deletions

View file

@ -21,9 +21,10 @@ The modified version can also handle commands like "update config", "start/stop
Full Windows/Linux compatible, and you can mix Linux and Windows miner on one XMRigCCServer. Full Windows/Linux compatible, and you can mix Linux and Windows miner on one XMRigCCServer.
## Additional features of XMRigCC (on top of XMRig) ## Additional features of XMRigCC (on top of XMRig)
* **NEW: Support of Crytptonight-Heavy (Sumokoin, Haven, ...)**
* **NEW: Ready for Monero v7 PoW changes on April 6 2018** * **NEW: Ready for Monero v7 PoW changes on April 6 2018**
* **NEW: Ready for Aeon v7 PoW changes on April 7? 2018** * **NEW: Ready for Aeon v7 PoW changes on April 7? 2018**
* **NEW: Full SSL/TLS support for the whole communication: [Howto](https://github.com/Bendr0id/xmrigCC/wiki/tls)** * Full SSL/TLS support for the whole communication: [Howto](https://github.com/Bendr0id/xmrigCC/wiki/tls)
- XMRigCCServer Dashboard <-> Browser - XMRigCCServer Dashboard <-> Browser
- XMRigCCServer <-> XMRigMiner - XMRigCCServer <-> XMRigMiner
- XMRigMiner <-> Pool - XMRigMiner <-> Pool
@ -112,7 +113,7 @@ xmrigDaemon -o pool.minemonero.pro:5555 -u YOUR_WALLET -p x -k --cc-url=IP_OF_CC
### Options xmrigDaemon ### Options xmrigDaemon
``` ```
-a, --algo=ALGO cryptonight (default) or cryptonight-lite -a, --algo=ALGO cryptonight (default), cryptonight-lite or cryptonight-heavy
-o, --url=URL URL of mining server -o, --url=URL URL of mining server
-O, --userpass=U:P username:password pair for mining server -O, --userpass=U:P username:password pair for mining server
-u, --user=USERNAME username for mining server -u, --user=USERNAME username for mining server
@ -124,6 +125,7 @@ xmrigDaemon -o pool.minemonero.pro:5555 -u YOUR_WALLET -p x -k --cc-url=IP_OF_CC
-r, --retries=N number of times to retry before switch to backup server (default: 5) -r, --retries=N number of times to retry before switch to backup server (default: 5)
-R, --retry-pause=N time to pause between retries (default: 5) -R, --retry-pause=N time to pause between retries (default: 5)
--force-pow-version=N force to use specific PoW variation (default: 0 POW_AUTODETECT, 1 POW_V1, 2 POW_V2) --force-pow-version=N force to use specific PoW variation (default: 0 POW_AUTODETECT, 1 POW_V1, 2 POW_V2)
--multihash-factor=N number of hash blocks to process at a time (not set or 0 enables automatic selection of optimal number of hash blocks)
--multihash-thread-mask for multihash-factor > 1 only, limits multihash to given threads (mask), (default: all threads) --multihash-thread-mask for multihash-factor > 1 only, limits multihash to given threads (mask), (default: all threads)
--cpu-affinity set process affinity to CPU core(s), mask 0x3 for cores 0 and 1 --cpu-affinity set process affinity to CPU core(s), mask 0x3 for cores 0 and 1
--cpu-priority set process priority (0 idle, 2 normal to 5 highest) --cpu-priority set process priority (0 idle, 2 normal to 5 highest)
@ -228,7 +230,7 @@ This will limit multihash mode (multihash-factor = 2) to thread 0 and thread 2,
Please note performance is highly dependent on system load. Please note performance is highly dependent on system load.
The numbers above are obtained on an idle system. The numbers above are obtained on an idle system.
Tasks heavily using a processor cache, such as video playback, can greatly degrade hashrate. Tasks heavily using a processor cache, such as video playback, can greatly degrade hashrate.
Optimal number of threads depends on the size of the L3 cache of a processor, 1 thread requires 2 MB (Cryptonight) or 1MB (Cryptonigh-Lite) of cache. Optimal number of threads depends on the size of the L3 cache of a processor, 1 thread requires 4 MB (Cryptonight-Heavy), 2 MB (Cryptonight) or 1MB (Cryptonigh-Lite) of cache.
### Maximum performance checklist ### Maximum performance checklist
* Idle operating system. * Idle operating system.

View file

@ -64,7 +64,7 @@ Usage: " APP_ID " [OPTIONS]\n\
Options:\n" Options:\n"
# ifndef XMRIG_CC_SERVER # ifndef XMRIG_CC_SERVER
"\ "\
-a, --algo=ALGO cryptonight (default) / cryptonight-lite or cryptonight-heavy\n\ -a, --algo=ALGO cryptonight (default), cryptonight-lite or cryptonight-heavy\n\
-o, --url=URL URL of mining server\n\ -o, --url=URL URL of mining server\n\
-O, --userpass=U:P username:password pair for mining server\n\ -O, --userpass=U:P username:password pair for mining server\n\
-u, --user=USERNAME username for mining server\n\ -u, --user=USERNAME username for mining server\n\

View file

@ -1,5 +1,5 @@
{ {
"algo": "cryptonight", // cryptonight (default) or cryptonight-lite "algo": "cryptonight", // cryptonight (default), cryptonight-lite or cryptopnight-heavy
"av": null, // DEPRECATED: algorithm variation, (0 auto, "av": null, // DEPRECATED: algorithm variation, (0 auto,
// 1 -> (aesni=1, multihash-factor=1), // 1 -> (aesni=1, multihash-factor=1),
// 2 -> (aesni=1, multihash-factor=2), // 2 -> (aesni=1, multihash-factor=2),

View file

@ -1,5 +1,5 @@
{ {
"algo": "cryptonight", // cryptonight (default) or cryptonight-lite "algo": "cryptonight", // cryptonight (default), cryptonight-lite or cryptopnight-heavy
"av": null, // DEPRECATED: algorithm variation, (0 auto, "av": null, // DEPRECATED: algorithm variation, (0 auto,
// 1 -> (aesni=1, multihash-factor=1), // 1 -> (aesni=1, multihash-factor=1),
// 2 -> (aesni=1, multihash-factor=2), // 2 -> (aesni=1, multihash-factor=2),