Advertisement
astalush

Untitled

Jun 8th, 2018
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. "pool_list" :
  2. [
  3. {"pool_address" : "pool.xtl.fairhash.org:5555", "wallet_address" : "Se3bSLXakYKfdC8KfdfTtxh32PbdmXAas8BmqdcWN1J4KN2CeqqVcnQc3SfYFYEJ5feUibPrdzbcy1MhvXpCMLHf1edy1NPsy", "rig_id" : "", "pool_password" : "", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 }
  4. ],
  5.  
  6. /*
  7. * Currency to mine. Supported values:
  8. *
  9. * aeon7 (use this for Aeon's new PoW)
  10. * bbscoin (automatic switch with block version 3 to cryptonight_v7)
  11. * croat
  12. * edollar
  13. * electroneum
  14. * graft
  15. * haven
  16. * intense
  17. * ipbc
  18. * karbo
  19. * masari
  20. * monero7 (use this for Monero's new PoW)
  21. * sumokoin (automatic switch with block version 3 to cryptonight_heavy)
  22. * turtlecoin
  23. *
  24. * Native algorithms which not depends on any block versions:
  25. *
  26. * # 1MiB scratchpad memory
  27. * cryptonight_lite
  28. * cryptonight_lite_v7
  29. * cryptonight_lite_v7_xor (algorithm used by ipbc)
  30. * # 2MiB scratchpad memory
  31. * cryptonight
  32. * cryptonight_v7
  33. * # 4MiB scratchpad memory
  34. * cryptonight_heavy
  35. */
  36.  
  37. "currency" : "stellite",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement