Advertisement
dna6a

290 PiMP CONFiG

Jun 29th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "url": "stratum+tcp://asia2.coinking.io:6666",
  5. "user": "PiMP.1",
  6. "pass": "x",
  7. "profile": "x11"
  8. },
  9. {
  10. "url": "stratum+tcp://asia2.coinking.io:2222",
  11. "user": "PiMP.1",
  12. "pass": "x",
  13. "profile": "x13"
  14. },
  15.  
  16. {
  17. "url": "stratum+tcp://stratum.pool.mn:7904",
  18. "user": "PiMP.1",
  19. "pass": "x",
  20. "profile": "x13"
  21. },
  22.  
  23.  
  24. {
  25. "url": "stratum+tcp://maia.suprnova.cc:3453",
  26. "user": "PiMP.5",
  27. "pass": "x",
  28. "profile": "x15"
  29. }
  30. ],
  31. "profiles": [
  32. {
  33. "name": "x11",
  34. "algorithm": "x11mod",
  35. "rawintensity": "131072",
  36. "thread-concurrency": "10240",
  37. "gpu-engine": "1025",
  38. "gpu-fan": "40-100",
  39. "gpu-memclock": "850",
  40. "gpu-powertune": "20",
  41. "gpu-threads": "2"
  42. },
  43. {
  44. "name": "x13",
  45. "algorithm": "x13mod",
  46. "rawintensity": "131072",
  47. "thread-concurrency": "10240",
  48. "gpu-engine": "1020",
  49. "gpu-fan": "40-100",
  50. "gpu-memclock": "850",
  51. "gpu-powertune": "20",
  52. "gpu-threads": "2",
  53. "hamsi-expand-big": "1"
  54. },
  55. {
  56. "name": "x15",
  57. "algorithm": "bitblock",
  58. "rawintensity": "131072",
  59. "thread-concurrency": "10240",
  60. "gpu-engine": "1020",
  61. "gpu-fan": "40-100",
  62. "gpu-memclock": "850",
  63. "gpu-powertune": "20",
  64. "gpu-threads": "2",
  65. "hamsi-expand-big": "1"
  66. }
  67. ],
  68. "default-profile": "x15",
  69. "lookup_gap": "2",
  70. "worksize": "128",
  71. "failover-only": true,
  72. "auto-fan": true,
  73. "vectors": "1",
  74. "api-listen": true,
  75. "api-port": "4028",
  76. "api-allow": "W:127.0.0.1,192.168.10/24",
  77. "temp-hysteresis": "3",
  78. "temp-cutoff": "85",
  79. "temp-overheat": "75",
  80. "temp-target": "70",
  81. "log": "5",
  82. "no-pool-disable": true,
  83. "queue": "0",
  84. "expiry": "1",
  85. "scan-time": "1",
  86. "shares": "0",
  87. "kernel-path": "/usr/local/bin"
  88. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement