initial commit config.json

This commit is contained in:
Tony Shouse 2021-07-23 20:53:44 +00:00
parent 02b2b87bb6
commit 778f011e56
2 changed files with 201 additions and 31 deletions

View file

@ -1,15 +1,16 @@
{
"api": {
"id": null,
"worker-id": null
"worker-id": "bobop620"
},
"http": {
"enabled": false,
"enabled": true,
"host": "127.0.0.1",
"port": 0,
"port": 52888,
"access-token": null,
"restricted": true
"restricted": false
},
"algo": "cryptonight",
"autosave": true,
"background": false,
"colors": true,
@ -33,13 +34,140 @@
"priority": null,
"memory-pool": false,
"yield": true,
"max-threads-hint": 100,
"asm": true,
"argon2-impl": null,
"astrobwt-max-size": 550,
"astrobwt-avx2": false,
"argon2": [0, 12, 1, 13, 2, 14, 3, 15, 4, 16, 5, 17, 6, 18, 7, 19, 8, 20, 9, 21, 10, 22, 11, 23],
"astrobwt": [0, 12, 1, 13, 2, 14, 3, 15, 4, 16, 5, 17, 6, 18, 7, 19, 8, 20, 9, 21, 10, 22, 11, 23],
"cn": [
[1, 0],
[1, 12],
[1, 1],
[1, 13],
[1, 2],
[1, 14],
[1, 3],
[1, 15],
[1, 4],
[1, 16],
[1, 5],
[1, 17],
[1, 6],
[1, 18],
[1, 7],
[1, 19],
[1, 8],
[1, 20],
[1, 9],
[1, 21],
[1, 10],
[1, 22],
[1, 11],
[1, 23]
],
"cn-heavy": [
[1, 0],
[1, 1],
[1, 2],
[1, 14],
[1, 3],
[1, 4],
[1, 5],
[1, 17],
[1, 6],
[1, 7],
[1, 8],
[1, 20],
[1, 9],
[1, 10],
[1, 11],
[1, 23]
],
"cn-lite": [
[1, 0],
[1, 12],
[1, 1],
[1, 13],
[1, 2],
[1, 14],
[1, 3],
[1, 15],
[1, 4],
[1, 16],
[1, 5],
[1, 17],
[1, 6],
[1, 18],
[1, 7],
[1, 19],
[1, 8],
[1, 20],
[1, 9],
[1, 21],
[1, 10],
[1, 22],
[1, 11],
[1, 23]
],
"cn-pico": [
[2, 0],
[2, 12],
[2, 1],
[2, 13],
[2, 2],
[2, 14],
[2, 3],
[2, 15],
[2, 4],
[2, 16],
[2, 5],
[2, 17],
[2, 6],
[2, 18],
[2, 7],
[2, 19],
[2, 8],
[2, 20],
[2, 9],
[2, 21],
[2, 10],
[2, 22],
[2, 11],
[2, 23]
],
"cn/upx2": [
[2, 0],
[2, 12],
[2, 1],
[2, 13],
[2, 2],
[2, 14],
[2, 3],
[2, 15],
[2, 4],
[2, 16],
[2, 5],
[2, 17],
[2, 6],
[2, 18],
[2, 7],
[2, 19],
[2, 8],
[2, 20],
[2, 9],
[2, 21],
[2, 10],
[2, 22],
[2, 11],
[2, 23]
],
"rx": [0, 12, 1, 13, 2, 14, 3, 15, 4, 16, 5, 17, 6, 18, 7, 19, 8, 20, 9, 21, 10, 22, 11, 23],
"rx/wow": [0, 12, 1, 13, 2, 14, 3, 15, 4, 16, 5, 17, 6, 18, 7, 19, 8, 20, 9, 21, 10, 22, 11, 23],
"cn/0": false,
"cn-lite/0": false
"cn-lite/0": false,
"rx/arq": "rx/wow",
"rx/keva": "rx/wow"
},
"opencl": {
"enabled": false,
@ -51,39 +179,67 @@
"cn-lite/0": false
},
"cuda": {
"enabled": false,
"loader": null,
"algos": true,
"enabled": true,
"loader": "/home/tony/crypto/xmrig-cuda/build/libxmrig-cuda.so",
"nvml": true,
"cn/0": false,
"cn-lite/0": false
},
"donate-level": 1,
"donate-over-proxy": 1,
"log-file": null,
"log-file": "/mnt/ssd0/data/logs/crypto/xmrig.log",
"donate-level": 0,
"donate-over-proxy": 0,
"pools": [
{
"algo": null,
"coin": null,
"url": "donate.v2.xmrig.com:3333",
"user": "YOUR_WALLET_ADDRESS",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": false,
"enabled": true,
"coin": "monero",
"algo": "rx/0",
"url": "xmrvsbeast.com:4242",
"user": "42ybptpCCVodJ85D4qmyufhgrv91dNS89GTT6maPdsAHSWjki2Z3uG6WW9huVNGRZJVD5y7KRfvKULPb5otY9EXDHhY8GBP",
"pass": "bobo",
"tls": false,
"tls-fingerprint": null,
"daemon": false,
"socks5": null,
"self-select": null,
"submit-to-origin": false
"keepalive": true,
"nicehash": false
},
{
"coin": "monero",
"algo": "rx/0",
"url": "xmrvsbeast.com:4242",
"user": "42ybptpCCVodJ85D4qmyufhgrv91dNS89GTT6maPdsAHSWjki2Z3uG6WW9huVNGRZJVD5y7KRfvKULPb5otY9EXDHhY8GBP",
"pass": "bobo",
"tls": false,
"keepalive": true,
"nicehash": false
},
{
"coin": "monero",
"algo": "rx/0",
"url": "pool.supportxmr.com:5555",
"user": "42ybptpCCVodJ85D4qmyufhgrv91dNS89GTT6maPdsAHSWjki2Z3uG6WW9huVNGRZJVD5y7KRfvKULPb5otY9EXDHhY8GBP",
"pass": "bobo",
"keepalive": true,
"nicehash": false,
"variant": -1,
"tls": false,
"tls-fingerprint": null
},
{
"coin": "monero",
"algo": "rx/0",
"url": "pool.hashvault.pro:3333",
"user": "42ybptpCCVodJ85D4qmyufhgrv91dNS89GTT6maPdsAHSWjki2Z3uG6WW9huVNGRZJVD5y7KRfvKULPb5otY9EXDHhY8GBP",
"pass": "bobo",
"keepalive": true,
"nicehash": false,
"variant": -1,
"tls": false,
"tls-fingerprint": null
}
],
"retries": 5,
"retry-pause": 5,
"print-time": 60,
"health-print-time": 60,
"dmi": true,
"retries": 5,
"retry-pause": 5,
"syslog": false,
"tls": {
"enabled": false,
@ -94,9 +250,23 @@
"ciphersuites": null,
"dhparam": null
},
"dns": {
"ipv6": false,
"ttl": 30
},
"user-agent": null,
"verbose": 0,
"watch": true,
"pause-on-battery": false,
"pause-on-active": false
"pause-on-active": true,
"threads": [
{
"index": 0,
"threads": 12,
"blocks": 39,
"bfactor": 8,
"bsleep": 100,
"affine_to_cpu": false
}
]
}

View file

@ -44,8 +44,8 @@
* XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD
* BTC: 1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT
*/
constexpr const int kDefaultDonateLevel = 1;
constexpr const int kMinimumDonateLevel = 1;
constexpr const int kDefaultDonateLevel = 0;
constexpr const int kMinimumDonateLevel = 0;
#endif /* XMRIG_DONATE_H */