Advertisement
Guest User

Untitled

a guest
May 24th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. // generated by xmr-stak/2.10.4/a5b8fb741/master/win/nvidia-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" : "haven-rebase.sushipool.com:3333", "wallet_address" : "hvtaLPUKbLUakmin3jLYnLe4BYNNta3kHLsZYTJrfJD9RBEZTLtBxm4jJWoTwMLt13fTdZ45LSZMGAUDhkxiQD9v8yEUTquFHU", "rig_id" : "fun", "pool_password" : "", "use_nicehash" : false, "use_tls" : false, "tls_fingerprint" : "", "pool_weight" : 1 },
  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. * freehaven
  27. * graft
  28. * haven (automatic switch with block version 3 to cryptonight_haven)
  29. * intense
  30. * masari
  31. * monero (use this to support Monero's Oct 2018 fork)
  32. * qrl - Quantum Resistant Ledger
  33. * ryo
  34. * turtlecoin
  35. * plenteum
  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 stellite)
  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" : "cryptonight_heavy",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement