Guest User

tmbconfig

a guest
Jul 3rd, 2014
1,388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. {
  2. "pools" : [
  3. {
  4. "name" : "beta rigs x11",
  5. "url" : "stratum+tcp://r5211.g48.rigs.eu.betarigs.com:8085",
  6. "user" : "x",
  7. "pass" : "x",
  8. "profile":"x11"
  9. },
  10. {
  11. "name" : "beta rigs x13",
  12. "url" : "stratum+tcp://r6303.g40.rigs.eu.betarigs.com:9136",
  13. "user" : "x",
  14. "pass" : "x",
  15. "profile":"x13"
  16. },
  17. {
  18. "name" : "beta rigs x15",
  19. "url" : "stratum+tcp://r1543.g80.rigs.eu.betarigs.com:4780",
  20. "user" : "x",
  21. "pass" : "x",
  22. "profile":"x15"
  23. },
  24. {
  25. "name" : "am02 x15 multi",
  26. "url" : "stratum+tcp://am02.eu.trademybit.com:4012",
  27. "user" : "x",
  28. "pass" : "x",
  29. "profile":"x15"
  30. },
  31. {
  32. "name" : "am02 x11 multi",
  33. "url" : "stratum+tcp://am02.eu.trademybit.com:4010",
  34. "user" : "x",
  35. "pass" : "x",
  36. "profile":"x11"
  37. },
  38. {
  39. "name" : "am02 x13 ",
  40. "url" : "stratum+tcp://am02.eu.trademybit.com:5550",
  41. "user" : "x",
  42. "pass" : "x",
  43. "profile":"x13"
  44. },
  45. {
  46. "name" : "am02 x15 ",
  47. "url" : "stratum+tcp://am02.eu.trademybit.com:6660",
  48. "user" : "x",
  49. "pass" : "x",
  50. "profile":"x15"
  51. },
  52. {
  53. "name" : "am02 scrypt",
  54. "url" : "stratum+tcp://am02.eu.trademybit.com:3330",
  55. "user" : "x",
  56. "pass" : "x",
  57. "profile":"scrypt"
  58. }
  59. ],
  60.  
  61. "profiles" : [
  62. {
  63. "name" : "x11",
  64. "algorithm" : "darkcoin-mod",
  65. "intensity" : "18",
  66. "hamsi-expand-big" : "4",
  67. "gpu-threads" : "2",
  68. "gpu-powertune" : "8",
  69. "gpu-fan" : "65-65",
  70. "worksize": "128"
  71. },
  72. {
  73. "name" : "x13",
  74. "algorithm" : "marucoin-mod",
  75. "intensity" : "18",
  76. "hamsi-expand-big" : "1",
  77. "gpu-threads" : "2",
  78. "gpu-powertune" : "8",
  79. "gpu-fan" : "65-65",
  80. "worksize": "128"
  81. },
  82. {
  83. "name" : "x15",
  84. "algorithm" : "bitblock",
  85. "intensity" : "18",
  86. "hamsi-expand-big" : "1",
  87. "gpu-threads" : "2",
  88. "gpu-powertune" : "8",
  89. "gpu-fan" : "65-65",
  90. "worksize": "128"
  91. },
  92. {
  93. "name" : "scrypt",
  94. "intensity" : "18",
  95. "gpu-powertune" : "8",
  96. "worksize" : "256",
  97. "lookup-gap" : "0",
  98. "gpu-threads": "1",
  99. "gpu-fan" : "60-65",
  100. "algorithm" : "alexkarnew",
  101. "nfactor" : "10"
  102. },
  103. {
  104. "name" : "nscrypt",
  105. "intensity" : "13",
  106. "gpu-powertune" : "10",
  107. "worksize" : "256",
  108. "lookup-gap" : "0",
  109. "gpu-threads": "2",
  110. "gpu-fan" : "60-65",
  111. "algorithm" : "alexkarnew",
  112. "nfactor" : "11"
  113. },
  114. {
  115. "name" : "keccak",
  116. "intensity" : "14",
  117. "gpu-powertune" : "10",
  118. "worksize" : "256",
  119. "lookup-gap" : "2",
  120. "gpu-threads": "2",
  121. "algorithm" : "maxcoin"
  122. }
  123. ],
  124. "default-profile": "x11",
  125. "hamsi-expand-big" : "1",
  126. "failover-only" : true,
  127. "shaders" : "1792",
  128. "thread-concurrency" : "8192",
  129. "temp-cutoff" : "96",
  130. "temp-overheat" : "94",
  131. "temp-target" : "88",
  132. "api-allow" : "W:127.0.0.1",
  133. "api-listen" : true,
  134. "api-mcast-port" : "4028",
  135. "api-port" : "4028",
  136. "expiry" : "1",
  137. "gpu-dyninterval" : "7",
  138. "hotplug" : "5",
  139. "log" : "5",
  140. "queue" : "0",
  141. "scan-time" : "1",
  142. "temp-hysteresis" : "2",
  143. "shares" : "0",
  144. "no-submit-stale" : true,
  145. "no-restart" : true,
  146. "failover-switch-delay" : "30",
  147. "show-coindiff" : true,
  148. "remove-disabled" : true,
  149. "extranonce-subscription" : true
  150. }
Advertisement
Add Comment
Please, Sign In to add comment