Advertisement
CrazyEarner

Untitled

Mar 22nd, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. old config
  2. {
  3. "pools": [{
  4. "url": "eu1.ethermine.org:4444",
  5. "user": "0xc91d33e08a4f9a28e36c2ad2997c6a2c90ef400f.480",
  6. "pass": "x"
  7. },
  8. {
  9. "url": "eu2.ethermine.org:14444",
  10. "user": "0xc91d33e08a4f9a28e36c2ad2997c6a2c90ef400f.480",
  11. "pass": "x"
  12. }],
  13. "profiles": [{
  14. "worksize": "192",
  15. "name": "eth",
  16. "algorithm": "ethash",
  17. "gpu-threads": "2",
  18. "xintensity": "1024"
  19. }],
  20. "no-extranonce": "false",
  21. "default-profile": "eth",
  22. "api-listen": true,
  23. "api-port": 4028,
  24. "api-allow": "W:127.0.0.1",
  25. "temp-cutoff": "80",
  26. "temp-overheat": "80"
  27. }
  28.  
  29.  
  30. New config
  31. {
  32. "pools": [{
  33. "url": "eu1.ethermine.org:4444",
  34. "user": "0xc91d33e08a4f9a28e36c2ad2997c6a2c90ef400f.480",
  35. "pass": "x"
  36. },
  37. {
  38. "url": "eu2.ethermine.org:14444",
  39. "user": "0xc91d33e08a4f9a28e36c2ad2997c6a2c90ef400f.480",
  40. "pass": "x"
  41. }],
  42. "profiles": [{
  43. "worksize": "192",
  44. "name": "eth",
  45. "algorithm": "ethash-new",
  46. "gpu-threads": "2",
  47. "xintensity": "1024"
  48. }],
  49. "no-extranonce": "false",
  50. "default-profile": "eth",
  51. "api-listen": true,
  52. "api-port": 4028,
  53. "api-allow": "W:127.0.0.1",
  54. "temp-cutoff": "80",
  55. "temp-overheat": "80"
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement