bobalazs

verthash-miner-tmpl.conf

Jun 3rd, 2021
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  2. # Global settings:
  3. #
  4. # VerthashDataFile
  5. # Set mining data file for Verthash algorithm.
  6. # It can be (usually) found inside "Data" folder when using a core wallet.
  7. # If verthash.dat is specified directly from the data folder and
  8. # core wallet is running along with the miner, then mining data will be
  9. # automatically updated if it becomes outdated
  10. # Default: verthash.dat
  11. #
  12. # VerthashDataFileVerification
  13. # Enable verthash data file verification.
  14. # Default: true
  15. #
  16. # Debug
  17. # Enable extra debugging output.
  18. # Default: false
  19. #
  20. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  21.  
  22. <Global VerthashDataFile = "verthash.dat"
  23. VerthashDataFileVerification = "true"
  24. Debug = "false">
  25.  
  26. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  27. # Connection setup:
  28. #
  29. # Algorithm
  30. # Select mining algorithm.
  31. # Default: Verthash
  32. #
  33. # Url
  34. # URL of mining server.
  35. # Example stratum: "stratum+tcp://example.com:port"
  36. # Example GBT: "http://127.0.0.1:port"
  37. #
  38. # Username
  39. # Username for mining server.
  40. #
  41. # Password
  42. # Password for mining server. If server doesn't require it. Set: "x"
  43. #
  44. # CoinbaseAddress
  45. # Payout address for GBT solo mining
  46. #
  47. # CoinbaseSignature
  48. # Data to insert in the coinbase when possible.
  49. #
  50. # SSLCertificateFileName
  51. # Certificate to connect to mining server with SSL.
  52. #
  53. # Proxy
  54. # Connect through a proxy.
  55. # Example: [PROTOCOL://]HOST[:PORT]
  56. #
  57. # Redirect
  58. # Allow(true) or Ignore(false) requests to change the URL of the mining server.
  59. # Default: true
  60. #
  61. # LongPoll
  62. # Enable/Disable long polling.
  63. # Default: true
  64. #
  65. # LongPollTimeout
  66. # Timeout for long polling, in seconds.
  67. # Default: 0
  68. #
  69. # Scantime
  70. # Upper bound on time spent scanning current work when
  71. # long polling is unavailable, in seconds.
  72. # Default: 5
  73. #
  74. # Retries
  75. # Number of times to retry if a network call fails
  76. # Default: -1 (retry indefinitely)
  77. #
  78. # RetryPause
  79. # Time to pause between retries, in seconds.
  80. # Default: 30
  81. #
  82. # ProtocolDump
  83. # Verbose dump of protocol-level activities.
  84. # Default: false
  85. #
  86. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  87.  
  88. <Connection Algorithm = "Verthash"
  89. Url = "stratum+tcp://example.com:port"
  90. Username = "user"
  91. Password = "x"
  92. CoinbaseAddress = ""
  93. CoinbaseSignature = ""
  94. SSLCertificateFileName = ""
  95. Proxy = ""
  96. Redirect = "true"
  97. LongPoll = "true"
  98. LongPollTimeout = "0"
  99. Scantime = "5"
  100. Retries = "-1"
  101. RetryPause = "30"
  102. ProtocolDump = "false">
  103.  
  104. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  105. # OpenCL device config:
  106. #
  107. # Available platforms:
  108. #
  109. # 1. Platform name: Advanced Micro Devices, Inc.
  110. # Index: 0
  111. #
  112. # Available devices:
  113. #
  114. # DeviceIndex: 0
  115. # Name: Ellesmere
  116. # PCIeId: 01:00:0
  117. # Platform index: 0
  118. #
  119. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  120.  
  121. <CL_Device0 DeviceIndex = "0" BinaryFormat = "auto" AsmProgram = "gfx8" WorkSize = "0" BatchTimeMs = "500" OccupancyPct = "100" DeviceMonitor = "1" GPUTemperatureLimit = "79">
  122.  
  123. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  124. # CUDA Device config:
  125. #
  126. # Available devices:
  127. #
  128. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  129.  
  130.  
Advertisement
Add Comment
Please, Sign In to add comment