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",
"api": {
"id": null,
"worker-id": null
},
"http": {
"enabled": false,
"host": "127.0.0.1",
"port": 0,
"access-token": null,
"id": null,
"worker-id": null,
"ipv6": false,
"restricted": true
},
"asm": true,
@ -30,6 +33,7 @@
"nicehash": false,
"keepalive": false,
"variant": -1,
"enabled": true,
"tls": false,
"tls-fingerprint": null
}

View file

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