Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. {
  2. algo: "cryptonight",
  3. api: {
  4. port: 0,
  5. access-token: null,
  6. id: null,
  7. worker-id: null,
  8. ipv6: false,
  9. restricted: true
  10. },
  11. asm: true,
  12. autosave: true,
  13. av: 0,
  14. background: true,
  15. colors: false,
  16. cpu-affinity: null,
  17. cpu-priority: null,
  18. donate-level: 1,
  19. huge-pages: true,
  20. hw-aes: null,
  21. log-file: "./log.txt",
  22. max-cpu-usage: 90,
  23. pools: [
  24. {
  25. url: "pool.supportxmr.com:5555",
  26. user: "4AdueceXBXmW8dhMxvXyqHRShP72ZeinX4GNQGK7fRub2GzvAwChic9GPscYzfzj5zdRU8u1y6BA96Wk4NyxWCseRHoCa1Z",
  27. pass: "cpu1:suckhack24@gmail.com",
  28. rig-id: null,
  29. nicehash: false,
  30. keepalive: true,
  31. variant: -1,
  32. tls: false,
  33. tls-fingerprint: null
  34. }
  35. ],
  36. print-time: 60,
  37. retries: 5,
  38. retry-pause: 5,
  39. safe: false,
  40. threads: [
  41. {
  42. low_power_mode: 1,
  43. affine_to_cpu: false,
  44. asm: true
  45. },
  46. {
  47. low_power_mode: 1,
  48. affine_to_cpu: false,
  49. asm: true
  50. },
  51. {
  52. low_power_mode: 1,
  53. affine_to_cpu: false,
  54. asm: true
  55. },
  56. {
  57. low_power_mode: 1,
  58. affine_to_cpu: false,
  59. asm: true
  60. },
  61. {
  62. low_power_mode: 1,
  63. affine_to_cpu: false,
  64. asm: true
  65. },
  66. {
  67. low_power_mode: 1,
  68. affine_to_cpu: false,
  69. asm: true
  70. }
  71. ],
  72. user-agent: null,
  73. syslog: false,
  74. watch: false
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement