Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.16 KB | None | 0 0
  1. globalminer claymore
  2. maxgputemp 85
  3. stratumproxy enabled
  4. proxywallet 0xf6157ff0bddaca321a979c5fb528dabf1e32e6aa
  5. proxypool1 us1.ethermine.org:4444
  6. proxypool2 us2.ethermine.org:4444
  7. proxypass1 x
  8. proxypass2 x
  9. flags --cl-global-work 16384 --farm-recheck 200
  10. globalfan 85
  11. globalpowertune 2
  12. globalcore 1360
  13. globalmem 4300
  14. custompanel misbba64b0d5
  15.  
  16.  
  17. # ethOS Pool: ethosdistro.com/pool
  18. # QUICK START GUIDE: ethosdistro.com/Q
  19. # HOSTING YOUR OWN REMOTE CONFIG WITH CONFIGMAKER.COM: ethosdistro.com/kb/#configmaker
  20. #
  21. # Read the ethOS knowledge base, a useful guide to getting set up: ethosdistro.com/kb
  22. # Read the ethOS changelog for version information and latest changes: ethosdistro.com/changelog
  23. # Read the ethOS source for verification of source: http://ethosdistro.com/source
  24. #
  25. # There is no email or phone support for ethOS: http://ethosdistro.com/S
  26.  
  27. # NOTE: Everything with a hashtag/poundsign is a comment, and is ignored by all scripts.
  28. # WARNING: Using apt-get to upgrade, update, and/or install packages is unsupported and will likely break ethOS.
  29. #
  30. # GLOBAL CONFIG SETTINGS THAT APPLY TO ALL RIGS
  31. # SAMPLE FORMAT:
  32. # [type] [value]
  33. # ------------------------------------------------------
  34. # globalminer ethminer
  35. # maxgputemp 85
  36. # stratumproxy enabled
  37. # proxywallet 0x0bdC4F12fB57d3acA9C3cF72B7AA2789A20d27f2
  38. # proxypool1 us1.ethermine.org:4444
  39. # proxypool2 us2.ethermine.org:4444
  40. # poolpass1 x
  41. # poolpass2 x
  42. # poolemail name@example.com
  43. # flags --cl-global-work 8192 --farm-recheck 200
  44. # globalcore 1000
  45. # globalmem 1250
  46. # globalfan 90
  47. # globalpowertune 20
  48. # autoreboot false
  49. # custompanel publicsecret
  50. # lockscreen enabled
  51. # globaldesktop disabled
  52. # globalname disabled
  53. # ------------------------------------------------------
  54. #
  55. # EXPLANATION OF SETTINGS THAT APPLY TO ALL RIGS
  56. # If using "pool" parameter, write WORKER (a placeholder variable) in place of rig name (i.e. NOT rig1, myrig, home, warehouse2, etc).
  57. #
  58. # globalminer: set global miner (ethminer sgminer-gm claymore claymore-zcash optiminer-zcash sgminer-gm-xmr cgminer-skein ewbf-zcash dstm-zcash ccminer)
  59. # NOTE: ewbf-zcash, dstm-zcash and ccminer (xmr, and others) is for nvidia; for ccminer flags, see http://ethosdistro.com/ccminer.txt )
  60. # maxgputemp: the temperature in C that your GPUs will trigger the miner to turn off
  61. # stratumproxy: enabled/disabled/miner/nicehash (enabled by default; disabled: pool option, nicehash: nicehash support, miner: internal miner proxy)
  62. # proxywallet: the address to which this rig's proxy will mine (only used if stratumproxy is not disabled)
  63. # proxypool1: stratum proxy's first pool (only used if stratumproxy is not disabled)
  64. # proxypool2: stratum proxy's failover pool (only used if stratumproxy is not disabled)
  65. # poolpass1: password for first pool (not used for most pools)
  66. # poolpass2: password for failover pool (not used for most pools)
  67. # poolemail: use only with pools that accepts emails for alerts (nanopool, etc); it might cause some other pools not to work
  68. # flags: set desired flags here, the defaults are known good working
  69. # globalcore: set the global core clock of all GPUs
  70. # globalmem: set the global mem clock of all GPUs
  71. # globalfan: set the fan speed percent (0-100)
  72. # globalpowertune: set the power tune setting of all GPUs (r9 290/x/390/x should use 50; RX should use 4-7 depending on overclock; for nvidia, this is watt limit)
  73. # autoreboot: set to a number (autoreboot 3), allow rigs to autoreboot if they soft crash (max of 3 reboots, run clear-thermals to reset counter)
  74. # custompanel: set ethosdistro.com panel ID, exactly 12 characters, first 6 is your preferred panel ID, last 6 is your private key
  75. # lockscreen: lock the ethOS desktop upon boot
  76. # globaldesktop: login prompt user/pass is ethos/live, set ethOS to headless mode by setting like "globaldesktop disabled" (only works for RX/AMDGPU)
  77. # globalname: set ethOS not to use worker name (useful for pools that do not allow worker names)
  78. # pool: only used with stratumproxy disabled, use this if you have a network proxy or getwork pool (example: http://pool.com:port/WORKER )
  79. #
  80. # PER-RIG STYLE CONFIG SETTINGS THAT APPLY TO INDIVIDUAL RIGS (AND THEIR RESPECTIVE INDIVIDUAL GPUS)
  81. # NOTICE: c94e13 is a SAMPLE rig/[worker]/hostname, change it to the rig/[worker]/hostname of YOUR RIG
  82. # NOTICE: Your rig/[worker]/hostname names are assigned automatically by the OS, do not change them
  83. #
  84. # SAMPLE FORMAT:
  85. # [type] [worker] [gpu0 value] [gpu1 value] [gpu2 value] [gpu3 value] [gpu4 value]
  86. # ------------------------------------------------------
  87. # cor c94e13 950 1000 1050 1025 980
  88. # mem c94e13 1250 1500 1500 1250 1250
  89. # fan c94e13 90 80 85 100 70
  90. # pwr c94e13 10 20 15 15 20
  91. # vlt c94e13 0 1118 0 0 1118
  92. # ------------------------------------------------------
  93. #
  94. # SAMPLE FORMAT:
  95. # [type] [worker] [value]
  96. # ------------------------------------------------------
  97. # miner c94e13 ethminer
  98. # flg c94e13 --cl-local-work 256 --cl-global-work 8192 --farm-recheck 200
  99. # mxt c94e13 70
  100. # reb c94e13 1
  101. # loc c94e13 d3
  102. # sel c94e13 1 2 4
  103. # off c94e13
  104. # wallet c94e13 0x0bdC4F12fB57d3acA9C3cF72B7AA2789A20d27f2
  105. # rigpool1 c94e13 pool-usa.ethosdistro.com:5001
  106. # rigpool2 c94e13 pool-eu.ethosdistro.com:5001
  107. # rigpoolpass1 c94e13 x
  108. # rigpoolpass2 c94e13 x
  109. # driverless c94e13 enabled
  110. # desktop c94e13 disabled
  111. # name c94e13 disabled
  112. # ------------------------------------------------------
  113. #
  114. # EXPLANATION OF SETTINGS FOR INDIVIDUAL RIGS
  115. #
  116. # cor [worker]: set the core clock of individual GPUs on a single rig
  117. # mem [worker]: set the mem clock of individual GPUs on a single rig
  118. # fan [worker]: set the fan speed of individual GPUs on a single rig
  119. # pwr [worker]: set the powertune of individual GPUs on a single rig
  120. # vlt [worker]: set the voltage of individual GPUs on a single rig, in millivolts (mv) i.e. 1080mv = 1.08v
  121. # miner [worker]: set miner (ethminer, sgminer-gm, claymore, zcash-miner, optiminer-zcash, sgminer-gm-xmr, claymore-zcash, ewbf-zcash) ewbf-zcash is for zcash on nvidia
  122. # flg [worker]: set the flags of a single rig (applies to all GPUs on the rig)
  123. # mxt [worker]: set the maxgputemp of a single rig (applies to all GPUs on the rig)
  124. # reb [worker]: increment this value (example: 4 becomes 5) and the single rig will automatically reboot within 10 minutes
  125. # loc [worker]: set a maximum 8-letter code for rack/location information on a single rig (each rig MUST have a different code, or it will not report to panel)
  126. # sel [worker]: set the GPUs that should mine, default is no sel flag set, all GPUs may mine)
  127. # off [worker]: do not start the miner on boot (no such thing as "on", remove entire line to let miner start)
  128. # wallet [worker]: set the wallet for an individual rig (just the wallet, nothing else)
  129. # rigpool1 [worker]: set the primary pool:port for an individual rig
  130. # rigpool2 [worker]: set the secondary pool:port for an individual rig
  131. # rigpoolpass1 [worker]: set the primary pool password for an individual rig
  132. # rigpoolpass2 [worker]: set the seconday pool password for an individual rig
  133. # driverless [worker]: login prompt user/pass is ethos/live, force the rig to boot without graphics driver, for debugging purposes (this will turn off mining)
  134. # desktop [worker]: login prompt user/pass is ethos/live, set ethOS to headless mode by setting like "desktop [worker] disabled" (only works for RX/AMDGPU)
  135. # name [worker]: set ethOS not to use worker name (useful for pools that do not allow worker names)
  136. #
  137. # PER-BIOS STYLE CONFIG SETTINGS THAT APPLY TO CLASS OF GPU, BASED ON GPU BIOS NAME
  138. # ONLY USEFUL IF USING REMOTE CONFIG
  139. # NOTICE: 113-C6711101-100 is a SAMPLE GPU bios name, change it to the GPU bios name of YOUR GPU
  140. # NOTICE: For a list of GPU bioses, click the "GPU bioses" link in your ethosdistro.com stats panel
  141. #
  142. # SAMPLE FORMAT:
  143. # [type] [bios name] [value]
  144. # ------------------------------------------------------
  145. # cor 113-C6711101-100 1050
  146. # mem 113-C6711101-100 1250
  147. # fan 113-C6711101-100 100
  148. # pwr 113-C6711101-100 50
  149. # vlt 113-C6711101-100 1118
  150. # ------------------------------------------------------
  151. #
  152. # SAMPLE RX 400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement