Update default config.

This commit is contained in:
XMRig 2019-04-01 11:54:09 +07:00
parent 3b91817caf
commit cf7245b469
2 changed files with 14 additions and 6 deletions

View file

@ -1,11 +1,14 @@
{ {
"algo": "cryptonight", "algo": "cryptonight",
"api": { "api": {
"id": null,
"worker-id": null
},
"http": {
"enabled": false,
"host": "127.0.0.1",
"port": 0, "port": 0,
"access-token": null, "access-token": null,
"id": null,
"worker-id": null,
"ipv6": false,
"restricted": true "restricted": true
}, },
"asm": true, "asm": true,
@ -30,6 +33,7 @@
"nicehash": false, "nicehash": false,
"keepalive": false, "keepalive": false,
"variant": -1, "variant": -1,
"enabled": true,
"tls": false, "tls": false,
"tls-fingerprint": null "tls-fingerprint": null
} }

View file

@ -35,11 +35,14 @@ R"===(
{ {
"algo": "cryptonight", "algo": "cryptonight",
"api": { "api": {
"id": null,
"worker-id": null
},
"http": {
"enabled": false,
"host": "127.0.0.1",
"port": 0, "port": 0,
"access-token": null, "access-token": null,
"id": null,
"worker-id": null,
"ipv6": false,
"restricted": true "restricted": true
}, },
"asm": true, "asm": true,
@ -64,6 +67,7 @@ R"===(
"nicehash": false, "nicehash": false,
"keepalive": false, "keepalive": false,
"variant": -1, "variant": -1,
"enabled": true,
"tls": false, "tls": false,
"tls-fingerprint": null "tls-fingerprint": null
} }