Skip to content

Commit

Permalink
Update default config.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmrig committed Oct 11, 2018
1 parent 663be31 commit 11a1cb0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"api": {
"port": 0,
"access-token": null,
"id": null,
"worker-id": null,
"ipv6": false,
"restricted": true
Expand All @@ -16,13 +17,15 @@
"log-file": null,
"pools": [
{
"url": "proxy.fee.xmrig.com:9999",
"url": "donate.v2.xmrig.com:3333",
"user": "YOUR_WALLET",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": true,
"variant": 1
"variant": -1,
"tls": false,
"tls-fingerprint": null
}
],
"print-time": 60,
Expand Down

0 comments on commit 11a1cb0

Please sign in to comment.