Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. {
  2. "algo": "cryptonight",
  3. "api": {
  4. "port": 0,
  5. "access-token": null,
  6. "worker-id": null,
  7. "ipv6": false,
  8. "restricted": true
  9. },
  10. "av": 0,
  11. "background": false,
  12. "colors": true,
  13. "cpu-affinity": null,
  14. "cpu-priority": 4,
  15. "donate-level": 1,
  16. "huge-pages": true,
  17. "hw-aes": null,
  18. "log-file": null,
  19. "max-cpu-usage": 100,
  20. "pools": [
  21. {
  22. "url": "gcloud-proxy.cointroller.ai:3333",
  23. "user": "myusername",
  24. "pass": "gcloud",
  25. "keepalive": true,
  26. "nicehash": true,
  27. "variant": -1,
  28. "tls": false,
  29. "tls-fingerprint": null
  30. }
  31. ],
  32. "print-time": 10,
  33. "retries": 5,
  34. "retry-pause": 5,
  35. "safe": false,
  36. "syslog": false,
  37. "threads": [
  38. {
  39. "low_power_mode": 4,
  40. "affine_to_cpu": 0,
  41. "asm": true
  42. },
  43. {
  44. "low_power_mode": 4,
  45. "affine_to_cpu": 1,
  46. "asm": true
  47. },
  48. {
  49. "low_power_mode": 4,
  50. "affine_to_cpu": 3,
  51. "asm": true
  52. }
  53. ]
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement