Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. {
  2. "algo": "cryptonight", // cryptonight (default) or cryptonight-lite
  3. "av": 0, // algorithm variation, 0 auto select
  4. "background": false, // true to run the miner in the background
  5. "colors": true, // false to disable colored output
  6. "cpu-affinity": null, // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1
  7. "cpu-priority": null, // set process priority (0 idle, 2 normal to 5 highest)
  8. "donate-level": 1, // donate level, mininum 1%
  9. "log-file": null, // log all output to a file, example: "c:/some/path/xmrig.log"
  10. "max-cpu-usage": 90, // maximum CPU usage for automatic mode, usually limiting factor is CPU cache not this option.
  11. "print-time": 60, // print hashrate report every N seconds
  12. "retries": 5, // number of times to retry before switch to backup server
  13. "retry-pause": 5, // time to pause between retries
  14. "safe": false, // true to safe adjust threads and av settings for current CPU
  15. "threads": null, // number of miner threads
  16. "pools": [
  17. {
  18. "url": "stratum+tcp://pool.electroneum.space:3333", // URL of mining server
  19. "user": "etnk1YQ6pgM4ZNfUPjS8Nkhm6n6vhNq5iDY7Nd6EFCex6YNSmk929L24rmPntvWvKVTvU6ffAEHVKH6k6nU2HnokA4jZirGyyy", // username for mining server
  20. "pass": "x", // password for mining server
  21. "keepalive": true, // send keepalived for prevent timeout (need pool support)
  22. "nicehash": true // enable nicehash/xmrig-proxy support
  23. }
  24. ],
  25. "api": {
  26. "port": 0, // port for the miner API https://github.com/xmrig/xmrig/wiki/API
  27. "access-token": null, // access token for API
  28. "worker-id": null // custom worker-id for API
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement