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

@ -64,7 +64,7 @@ Usage: " APP_ID " [OPTIONS]\n\
Options:\n"
# 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, --userpass=U:P username:password pair 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,
// 1 -> (aesni=1, multihash-factor=1),
// 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,
// 1 -> (aesni=1, multihash-factor=1),
// 2 -> (aesni=1, multihash-factor=2),