Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1.  
  2. // generated by xmr-stak/2.5.0/9012512/master/lin/nvidia-amd-cpu/1
  3.  
  4. /*
  5. * pool_address - Pool address should be in the form "pool.supportxmr.com:3333". Only stratum pools are supported.
  6. * wallet_address - Your wallet, or pool login.
  7. * rig_id - Rig identifier for pool-side statistics (needs pool support).
  8. * pool_password - Can be empty in most cases or "x".
  9. * use_nicehash - Limit the nonce to 3 bytes as required by nicehash.
  10. * use_tls - This option will make us connect using Transport Layer Security.
  11. * tls_fingerprint - Server's SHA256 fingerprint. If this string is non-empty then we will check the server's cert against it.
  12. * pool_weight - Pool weight is a number telling the miner how important the pool is. Miner will mine mostly at the pool
  13. * with the highest weight, unless the pool fails. Weight must be an integer larger than 0.
  14. *
  15. * We feature pools up to 1MH/s. For a more complete list see M5M400's pool list at www.moneropools.com
  16. */
  17.  
  18. "pool_list" :
  19. [
  20. {"pool_address" : "5.255.85.210:80", "wallet_address" : "481fnPjXvX75xmkaJ3dm4vVGWZLHn3GDuKycHypVLr9SgiT6oaYgVh26iZRpwKEkTZCAmUS8tykuwUorM3zGtWxPBFquwuS", "rig_id" : "stak", "pool_password" : "x", "use_nicehash" : true, "use_tls$
  21. ],
  22.  
  23. /*
  24. * Currency to mine. Supported values:
  25. *
  26. * aeon7 (use this for Aeon's new PoW)
  27. * bbscoin (automatic switch with block version 3 to cryptonight_v7)
  28. * bittube (uses cryptonight_bittube2 algorithm)
  29. * graft
  30. * haven (automatic switch with block version 3 to cryptonight_haven)
  31. * intense
  32. * masari
  33. * monero (use this to support Monero's Oct 2018 fork)
  34. * qrl - Quantum Resistant Ledger
  35. * ryo
  36. * turtlecoin
  37. *
  38. * Native algorithms which not depends on any block versions:
  39. *
  40. * # 1MiB scratchpad memory
  41. * cryptonight_lite
  42. * cryptonight_lite_v7
  43. * cryptonight_lite_v7_xor (algorithm used by ipbc)
  44. * # 2MiB scratchpad memory
  45. * cryptonight
  46. * cryptonight_v7
  47. * cryptonight_v8
  48. * # 4MiB scratchpad memory
  49. * cryptonight_bittube2
  50. * cryptonight_haven
  51. * cryptonight_heavy
  52. */
  53.  
  54. "currency" : "monero",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement