mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 10:01:06 +00:00
Update default config.
This commit is contained in:
parent
3b91817caf
commit
cf7245b469
2 changed files with 14 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue