Guest User

Untitled

a guest
Nov 4th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. // generated by xmr-stak/2.10.7/fd19a5d03/unknown/win/amd-cpu/20
  2.  
  3. /*
  4. * pool_address - Pool address should be entered as "pool_address:port" (e.g "pool.ryo-currency.com:4444"). Only stratum pools are supported.
  5. * wallet_address - Your wallet, or pool login.
  6. * rig_id - Rig identifier for pool-side statistics (needs pool support).
  7. * pool_password - Can be empty in most cases or "x".
  8. * use_nicehash - Limit the nonce to 3 bytes as required by nicehash.
  9. * use_tls - This option will make us connect using Transport Layer Security.
  10. * tls_fingerprint - Server's SHA256 fingerprint. If this string is non-empty then we will check the server's cert against it.
  11. * pool_weight - Pool weight is a number telling the miner how important the pool is. Miner will mine mostly at the pool
  12. * with the highest weight, unless the pool fails. Weight must be an integer larger than 0.
  13. */
  14.  
  15. "pool_list" :
  16. [
  17. {"pool_address" : "fr05.supportxmr.com:5555", "wallet_address" : "441m6FfW92ZUhsBsZwDoTeBWZe4epNJ8SjZdumsfrrqTR4epVo9eZcUMgf2QGQ4mC9UaAncdqnpRK9PZ7YwuxKxp7gyAbqh", "rig_id" : "", "pool_password" : "mostefa_laptop", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 2 },
  18. ],
  19.  
  20. /*
  21. * Currency to mine. Supported values:
  22. *
  23. * aeon7 (use this for Aeon's new PoW)
  24. * bbscoin (automatic switch with block version 3 to cryptonight_v7)
  25. * bittube (uses cryptonight_bittube2 algorithm)
  26. * graft
  27. * haven (automatic switch with block version 3 to cryptonight_haven)
  28. * lethean
  29. * masari
  30. * monero (use this to support Monero's Oct 2018 fork)
  31. * qrl - Quantum Resistant Ledger
  32. * ryo
  33. * turtlecoin
  34. * plenteum
  35. * torque
  36. * xcash
  37. *
  38. * Native algorithms which do not depend on any block versions:
  39. *
  40. * # 256KiB scratchpad memory
  41. * cryptonight_turtle
  42. * # 1MiB scratchpad memory
  43. * cryptonight_lite
  44. * cryptonight_lite_v7
  45. * cryptonight_lite_v7_xor (algorithm used by ipbc)
  46. * # 2MiB scratchpad memory
  47. * cryptonight
  48. * cryptonight_gpu (for Ryo's 14th of Feb fork)
  49. * cryptonight_superfast
  50. * cryptonight_v7
  51. * cryptonight_v8
  52. * cryptonight_v8_double (used by xcash)
  53. * cryptonight_v8_half (used by masari and torque)
  54. * cryptonight_v8_reversewaltz (used by graft)
  55. * cryptonight_v8_zelerius
  56. * # 4MiB scratchpad memory
  57. * cryptonight_bittube2
  58. * cryptonight_haven
  59. * cryptonight_heavy
  60. */
  61.  
  62. "currency" : "monero",
Add Comment
Please, Sign In to add comment