Untitled


SUBMITTED BY: Guest

DATE: Dec. 11, 2013, 8:12 p.m.

FORMAT: Text only

SIZE: 25.0 kB

HITS: 21662

  1. EXECUTIVE SUMMARY ON GPU USAGE (SEE ALSO README.scrypt FOR SCRYPT MINING):
  2. By default, BFGMiner will NOT mine on any GPUs unless it cannot find any
  3. dedicated mining devices. If you wish to use both dedicated mining devices, as
  4. well as your GPU to mine, you can explicitly enable it with the -S opencl:auto
  5. option.
  6. Single pool, regular desktop:
  7. bfgminer -S opencl:auto -o http://pool:port -u username -p password
  8. If you have configured your system properly, BFGMiner will mine on all GPUs in
  9. "dynamic" mode which is designed to keep your system usable and sacrifice some
  10. mining performance.
  11. Single pool, dedicated miner:
  12. bfgminer -S opencl:auto -o http://pool:port -u username -p password -I 9
  13. Single pool, first card regular desktop, 3 other dedicated cards:
  14. bfgminer -S opencl:auto -o http://pool:port -u username -p password -I d,9,9,9
  15. Multiple pool, dedicated miner:
  16. bfgminer -S opencl:auto -o http://pool1:port -u pool1username -p pool1password -o http://pool2:port -u pool2usernmae -p pool2password -I 9
  17. Add overclocking settings, GPU and fan control for all cards:
  18. bfgminer -S opencl:auto -o http://pool:port -u username -p password -I 9 --auto-fan --auto-gpu --gpu-engine 750-950 --gpu-memclock 300
  19. Add overclocking settings, GPU and fan control with different engine settings for 4 cards:
  20. bfgminer -S opencl:auto -o http://pool:port -u username -p password -I 9 --auto-fan --auto-gpu --gpu-engine 750-950,945,700-930,960 --gpu-memclock 300
  21. READ WARNINGS AND DOCUMENTATION BELOW ABOUT OVERCLOCKING
  22. To configure multiple displays on linux you need to configure your Xorg cleanly
  23. to use them all:
  24. sudo aticonfig --adapter=all -f --initial
  25. On Linux you virtually always need to export your display settings before
  26. starting to get all the cards recognised and/or temperature+clocking working:
  27. export DISPLAY=:0
  28. ---
  29. SETUP FOR GPU SUPPORT:
  30. To setup GPU mining support:
  31. Install the AMD APP sdk, ideal version (see FAQ!) - put it into a system
  32. location.
  33. Download the correct version for either 32 bit or 64 bit from here:
  34. http://developer.amd.com/tools/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/
  35. The best version for Radeon 5xxx and 6xxx is v2.5, while 7xxx cards need v2.6 or
  36. later, 2.7 seems the best.
  37. For versions 2.4 or earlier you will need to manually install them:
  38. This will give you a file with a name like:
  39. AMD-APP-SDK-v2.4-lnx64.tgz (64-bit)
  40. or
  41. AMD-APP-SDK-v2.4-lnx32.tgz (32-bit)
  42. Then:
  43. sudo -i
  44. cd /opt
  45. tar xf /path/to/AMD-APP-SDK-v2.4-lnx##.tgz
  46. cd /
  47. tar xf /opt/AMD-APP-SDK-v2.4-lnx##/icd-registration.tgz
  48. ln -s /opt/AMD-APP-SDK-v2.4-lnx##/include/CL /usr/include
  49. ln -s /opt/AMD-APP-SDK-v2.4-lnx##/lib/x86_64/* /usr/lib/
  50. ldconfig
  51. Where ## is 32 or 64, depending on the bitness of the SDK you downloaded.
  52. If you are on 32 bit, x86_64 in the 2nd last line should be x86
  53. ---
  54. INTENSITY INFORMATION:
  55. Intensity correlates with the size of work being submitted at any one time to
  56. a GPU. The higher the number the larger the size of work. Generally speaking
  57. finding an optimal value rather than the highest value is the correct approach
  58. as hash rate rises up to a point with higher intensities but above that, the
  59. device may be very slow to return responses, or produce errors.
  60. NOTE: Running intensities above 9 with current hardware is likely to only
  61. diminish return performance even if the hash rate might appear better. A good
  62. starting baseline intensity to try on dedicated miners is 9. 11 is the upper
  63. limit for intensity while Bitcoin mining, if the GPU_USE_SYNC_OBJECTS variable
  64. is set (see FAQ). The upper limit for SHA256d mining is 14 and 20 for scrypt.
  65. ---
  66. OVERCLOCKING WARNING AND INFORMATION
  67. AS WITH ALL OVERCLOCKING TOOLS YOU ARE ENTIRELY RESPONSIBLE FOR ANY HARM YOU
  68. MAY CAUSE TO YOUR HARDWARE. OVERCLOCKING CAN INVALIDATE WARRANTIES, DAMAGE
  69. HARDWARE AND EVEN CAUSE FIRES. THE AUTHOR ASSUMES NO RESPONSIBILITY FOR ANY
  70. DAMAGE YOU MAY CAUSE OR UNPLANNED CHILDREN THAT MAY OCCUR AS A RESULT.
  71. The GPU monitoring, clocking and fanspeed control incorporated into BFGMiner
  72. comes through use of the ATI Display Library. As such, it only supports ATI
  73. GPUs. Even if ADL support is successfully built into BFGMiner, unless the card
  74. and driver supports it, no GPU monitoring/settings will be available.
  75. BFGMiner supports initial setting of GPU engine clock speed, memory clock
  76. speed, voltage, fanspeed, and the undocumented powertune feature of 69x0+ GPUs.
  77. The setting passed to BFGMiner is used by all GPUs unless separate values are
  78. specified. All settings can all be changed within the menu on the fly on a
  79. per-GPU basis.
  80. For example:
  81. --gpu-engine 950 --gpu-memclock 825
  82. will try to set all GPU engine clocks to 950 and all memory clocks to 825,
  83. while:
  84. --gpu-engine 950,945,930,960 --gpu-memclock 300
  85. will try to set the engine clock of card 0 to 950, 1 to 945, 2 to 930, 3 to
  86. 960 and all memory clocks to 300.
  87. You can substitute 0 to leave the engine clock of a card at its default.
  88. For example, to keep the 2nd GPU to its default clocks:
  89. --gpu-engine 950,0,930,960 --gpu-memclock 300,0,300,300
  90. AUTO MODES:
  91. There are two "auto" modes in BFGMiner, --auto-fan and --auto-gpu. These can be
  92. used independently of each other and are complementary. Both auto modes are
  93. designed to safely change settings while trying to maintain a target
  94. temperature. By default this is set to 75 degrees C but can be changed with:
  95. --temp-target
  96. e.g.
  97. --temp-target 80
  98. Sets all cards' target temperature to 80 degrees.
  99. --temp-target 75,85
  100. Sets card 0 target temperature to 75, and card 1 to 85 degrees.
  101. AUTO FAN:
  102. e.g.
  103. --auto-fan (implies 85% upper limit)
  104. --gpu-fan 25-85,65 --auto-fan
  105. Fan control in auto fan works off the theory that the minimum possible fan
  106. required to maintain an optimal temperature will use less power, make less
  107. noise, and prolong the life of the fan. In auto-fan mode, the fan speed is
  108. limited to 85% if the temperature is below "overheat" intentionally, as higher
  109. fanspeeds on GPUs do not produce signficantly more cooling, yet significantly
  110. shorten the lifespan of the fans. If temperature reaches the overheat value,
  111. fanspeed will still be increased to 100%. The overheat value is set to 85
  112. degrees by default and can be changed with:
  113. --temp-overheat
  114. e.g.
  115. --temp-overheat 75,85
  116. Sets card 0 overheat threshold to 75 degrees and card 1 to 85.
  117. AUTO GPU:
  118. e.g.
  119. --auto-gpu --gpu-engine 750-950
  120. --auto-gpu --gpu-engine 750-950,945,700-930,960
  121. GPU control in auto gpu tries to maintain as high a clock speed as possible
  122. while not reaching overheat temperatures. As a lower clock speed limit, the
  123. auto-gpu mode checks the GPU card's "normal" clock speed and will not go below
  124. this unless you have manually set a lower speed in the range. Also, unless a
  125. higher clock speed was specified at startup, it will not raise the clockspeed.
  126. If the temperature climbs, fanspeed is adjusted and optimised before GPU engine
  127. clockspeed is adjusted. If fan speed control is not available or already
  128. optimal, then GPU clock speed is only decreased if it goes over the target
  129. temperature by the hysteresis amount, which is set to 3 by default and can be
  130. changed with:
  131. --temp-hysteresis
  132. If the temperature drops below the target temperature, and engine clock speed
  133. is not at the highest level set at startup, BFGMiner will raise the clock speed.
  134. If at any time you manually set an even higher clock speed successfully in
  135. BFGMiner, it will record this value and use it as its new upper limit (and the
  136. same for low clock speeds and lower limits). If the temperature goes over the
  137. cutoff limit (95 degrees by default), BFGMiner will completely disable the GPU
  138. from mining and it will not be re-enabled unless manually done so. The cutoff
  139. temperature can be changed with:
  140. --temp-cutoff
  141. e.g.
  142. --temp-cutoff 95,105
  143. Sets card 0 cutoff temperature to 95 and card 1 to 105.
  144. --gpu-memdiff -125
  145. This setting will modify the memory speed whenever the GPU clock speed is
  146. modified by --auto-gpu. In this example, it will set the memory speed to be 125
  147. MHz lower than the GPU speed. This is useful for some cards like the 6970 which
  148. normally don't allow a bigger clock speed difference. The 6970 is known to only
  149. allow -125, while the 7970 only allows -150.
  150. CHANGING SETTINGS:
  151. When setting values, it is important to realise that even though the driver
  152. may report the value was changed successfully, and the new card power profile
  153. information contains the values you set it to, that the card itself may
  154. refuse to use those settings. As the performance profile changes dynamically,
  155. querying the "current" value on the card can be wrong as well. So when changing
  156. values in BFGMiner, after a pause of 1 second, it will report to you the current
  157. values where you should check that your change has taken. An example is that
  158. 6970 reference cards will accept low memory values but refuse to actually run
  159. those lower memory values unless they're within 125 of the engine clock speed.
  160. In that scenario, they usually set their real speed back to their default.
  161. BFGMiner reports the so-called "safe" range of whatever it is you are modifying
  162. when you ask to modify it on the fly. However, you can change settings to values
  163. outside this range. Despite this, the card can easily refuse to accept your
  164. changes, or worse, to accept your changes and then silently ignore them. So
  165. there is absolutely to know how far to/from where/to it can set things safely or
  166. otherwise, and there is nothing stopping you from at least trying to set them
  167. outside this range. Being very conscious of these possible failures is why
  168. BFGMiner will report back the current values for you to examine how exactly the
  169. card has responded. Even within the reported range of accepted values by the
  170. card, it is very easy to crash just about any card, so it cannot use those
  171. values to determine what range to set. You have to provide something meaningful
  172. manually for BFGMiner to work with through experimentation.
  173. STARTUP / SHUTDOWN:
  174. When BFGMiner starts up, it tries to read off the current profile information
  175. for clock and fan speeds and stores these values. When quitting BFGMiner, it
  176. will then try to restore the original values. Changing settings outside of
  177. BFGMiner while it's running may be reset to the startup BFGMiner values when
  178. BFGMiner shuts down because of this.
  179. ---
  180. GPU DEVICE ISSUES and use of --gpu-map
  181. GPUs mine with OpenCL software via the GPU device driver. This means you need
  182. to have both an OpenCL SDK installed, and the GPU device driver RUNNING (i.e.
  183. Xorg up and running configured for all devices that will mine on linux etc.)
  184. Meanwhile, the hardware monitoring that BFGMiner offers for AMD devices relies
  185. on the ATI Display Library (ADL) software to work. OpenCL DOES NOT TALK TO THE
  186. ADL. There is no 100% reliable way to know that OpenCL devices are identical
  187. to the ADL devices, as neither give off the same information. BFGMiner does its
  188. best to correlate these devices based on the order that OpenCL and ADL numbers
  189. them. It is possible that this will fail for the following reasons:
  190. 1. The device order is listed differently by OpenCL and ADL (rare), even if the
  191. number of devices is the same.
  192. 2. There are more OpenCL devices than ADL. OpenCL stupidly sees one GPU as two
  193. devices if you have two monitors connected to the one GPU.
  194. 3. There are more ADL devices than OpenCL. ADL devices include any ATI GPUs,
  195. including ones that can't mine, like some older R4xxx cards.
  196. To cope with this, the ADVANCED option for --gpu-map is provided with BFGMiner.
  197. DO NOT USE THIS UNLESS YOU KNOW WHAT YOU ARE DOING. The default will work the
  198. vast majority of the time unless you know you have a problem already.
  199. To get useful information, start BFGMiner with just the -n option. You will get
  200. output that looks like this:
  201. [2012-04-25 13:17:34] CL Platform 0 vendor: Advanced Micro Devices, Inc.
  202. [2012-04-25 13:17:34] CL Platform 0 name: AMD Accelerated Parallel Processing
  203. [2012-04-25 13:17:34] CL Platform 0 version: OpenCL 1.1 AMD-APP (844.4)
  204. [2012-04-25 13:17:34] Platform 0 devices: 3
  205. [2012-04-25 13:17:34] 0 Tahiti
  206. [2012-04-25 13:17:34] 1 Tahiti
  207. [2012-04-25 13:17:34] 2 Cayman
  208. [2012-04-25 13:17:34] GPU 0 AMD Radeon HD 7900 Series hardware monitoring enabled
  209. [2012-04-25 13:17:34] GPU 1 AMD Radeon HD 7900 Series hardware monitoring enabled
  210. [2012-04-25 13:17:34] GPU 2 AMD Radeon HD 6900 Series hardware monitoring enabled
  211. [2012-04-25 13:17:34] 3 GPU devices max detected
  212. Note the number of devices here match, and the order is the same. If devices 1
  213. and 2 were different between Tahiti and Cayman, you could run BFGMiner with:
  214. --gpu-map 2:1,1:2
  215. And it would swap the monitoring it received from ADL device 1 and put it to
  216. OpenCL device 2 and vice versa.
  217. If you have 2 monitors connected to the first device it would look like this:
  218. [2012-04-25 13:17:34] Platform 0 devices: 4
  219. [2012-04-25 13:17:34] 0 Tahiti
  220. [2012-04-25 13:17:34] 1 Tahiti
  221. [2012-04-25 13:17:34] 2 Tahiti
  222. [2012-04-25 13:17:34] 3 Cayman
  223. [2012-04-25 13:17:34] GPU 0 AMD Radeon HD 7900 Series hardware monitoring enabled
  224. [2012-04-25 13:17:34] GPU 1 AMD Radeon HD 7900 Series hardware monitoring enabled
  225. [2012-04-25 13:17:34] GPU 2 AMD Radeon HD 6900 Series hardware monitoring enabled
  226. To work around this, you would use:
  227. -d 0 -d 2 -d 3 --gpu-map 2:1,3:2
  228. If you have an older card as well as the rest it would look like this:
  229. [2012-04-25 13:17:34] Platform 0 devices: 3
  230. [2012-04-25 13:17:34] 0 Tahiti
  231. [2012-04-25 13:17:34] 1 Tahiti
  232. [2012-04-25 13:17:34] 2 Cayman
  233. [2012-04-25 13:17:34] GPU 0 AMD Radeon HD 4500 Series hardware monitoring enabled
  234. [2012-04-25 13:17:34] GPU 1 AMD Radeon HD 7900 Series hardware monitoring enabled
  235. [2012-04-25 13:17:34] GPU 2 AMD Radeon HD 7900 Series hardware monitoring enabled
  236. [2012-04-25 13:17:34] GPU 3 AMD Radeon HD 6900 Series hardware monitoring enabled
  237. To work around this you would use:
  238. --gpu-map 0:1,1:2,2:3
  239. ---
  240. GPU FAQ:
  241. Q: Can I change the intensity settings individually for each GPU?
  242. A: Yes, pass a list separated by commas such as -I d,4,9,9
  243. Q: The CPU usage is high.
  244. A: The ATI drivers after 11.6 have a bug that makes them consume 100% of one
  245. CPU core unnecessarily, so downgrade to 11.6. Binding BFGMiner to one CPU core
  246. on windows can minimise it to 100% (instead of more than one core). Driver
  247. version 11.11 on linux and 11.12 on windows appear to have fixed this issue.
  248. Note that later drivers may have an apparent return of high CPU usage. Try
  249. 'export GPU_USE_SYNC_OBJECTS=1' on Linux before starting BFGMiner. You can also
  250. set this variable in windows via a batch file or on the command line before
  251. starting BFGMiner with 'setx GPU_USE_SYNC_OBJECTS 1'
  252. Q: My GPU hangs and I have to reboot it to get it going again?
  253. A: The more aggressively the mining software uses your GPU, the less overclock
  254. you will be able to run. You are more likely to hit your limits with BFGMiner
  255. and you will find you may need to overclock your GPU less aggressively. The
  256. software cannot be responsible and make your GPU hang directly. If you simply
  257. cannot get it to ever stop hanging, try decreasing the intensity, and if even
  258. that fails, try changing to the poclbm kernel with -k poclbm, though you will
  259. sacrifice performance. BFGMiner is designed to try and safely restart GPUs as
  260. much as possible, but NOT if that restart might actually crash the rest of the
  261. GPUs mining, or even the machine. It tries to restart them with a separate
  262. thread and if that separate thread dies, it gives up trying to restart any more
  263. GPUs.
  264. Q: Can you change the autofan/autogpu to change speeds in a different manner?
  265. A: The defaults are sane and safe. I'm not interested in changing them further.
  266. The starting fan speed is set to 50% in auto-fan mode as a safety precaution.
  267. Q: I upgraded BFGMiner version and my hashrate suddenly dropped!
  268. A: No, you upgraded your SDK version unwittingly between upgrades of BFGMiner
  269. and that caused your hashrate to drop. Please see the next question.
  270. Q: I upgraded my ATI driver/SDK/BFGMiner and my hashrate suddenly dropped!
  271. A: The hashrate performance in BFGMiner is tied to the version of the ATI SDK
  272. that is installed only for the very first time BFGMiner is run. This generates
  273. binaries that are used by the GPU every time after that. Any upgrades to the
  274. SDK after that time will have no effect on the binaries. However, if you
  275. install a fresh version of BFGMiner, and have since upgraded your SDK, new
  276. binaries will be built. It is known that the 2.6 ATI SDK has a huge hashrate
  277. penalty on generating new binaries. It is recommended to not use this SDK at
  278. this time unless you are using an ATI 7xxx card that needs it.
  279. Q: Which AMD SDK is the best for BFGMiner?
  280. A: At the moment, versions 2.4 and 2.5 work the best for 5xxx and 6xxx GPUs. SDK
  281. 2.6 or 2.7 works best for 7xxx. SDK 2.8 is known to have many problems. If you
  282. need to use the 2.6+ SDK (7xxx and later), the phatk kernel will perform poorly,
  283. while the diablo or (modified) poclbm kernel are optimised for it.
  284. Q: Which AMD driver is the best?
  285. A: Unfortunately AMD has a history of having quite a few releases with issues
  286. when it comes to mining, either in terms of breaking mining, increasing CPU
  287. usage or very low hashrates. Only experimentation can tell you for sure, but
  288. some good releases were 11.6, 11.12, 12.4 and 12.8. Note that older cards may
  289. not work with the newer drivers.
  290. Q: I have multiple SDKs installed, can I choose which one it uses?
  291. A: Run bfgminer with the -n option and it will list all the platforms currently
  292. installed. Then you can tell BFGMiner which platform to use with --gpu-platform.
  293. Q: BFGMiner reports no devices or only one device on startup on Linux although
  294. I have multiple devices and drivers+SDK installed properly?
  295. A: Try "export DISPLAY=:0" before running BFGMiner.
  296. Q: BFGMiner crashes immediately on startup.
  297. A: One of the common reasons for this is that you have mixed files on your
  298. machine for the driver or SDK. Windows has a nasty history of not cleanly
  299. uninstalling files so you may have to use third party tools like driversweeper
  300. to remove old versions. The other common reason for this is windows antivirus
  301. software is disabling one of the DLLs from working. If BFGMiner starts with the
  302. -T option but never starts without it, this is a sure fire sign you have this
  303. problem and will have to disable your antivirus or set up some exceptions in it
  304. if possible.
  305. Q: Is it faster to mine on Windows or Linux?
  306. A: It makes no difference. It comes down to choice of operating system for their
  307. various features. Linux offers much better long term stability and remote
  308. monitoring and security, while Windows offers you overclocking tools that can
  309. achieve much more than BFGMiner can do on Linux.
  310. Q: BFGMiner cannot see any of my GPUs even though I have configured them all to
  311. be enabled and installed OpenCL (+/- Xorg is running and the DISPLAY variable is
  312. exported on Linux)?
  313. A: Check the output of 'bfgminer -S opencl:auto -d?', it will list what OpenCL
  314. devices your installed SDK recognises. If it lists none, you have a problem with
  315. your version or installation of the SDK.
  316. Q: BFGMiner is mining on the wrong GPU, I want it on the AMD but it's mining on
  317. my on board GPU?
  318. A: Make sure the AMD OpenCL SDK is installed, check the output of 'bfgminer -S
  319. opencl:auto -d?' and use the appropriate parameter with --gpu-platform.
  320. Q: I'm getting much lower hashrates than I should be for my GPU?
  321. A: Look at your driver/SDK combination and disable power saving options for your
  322. GPU. Specifically look to disable ULPS. Make sure not to set intensity above 11
  323. for Bitcoin mining.
  324. Q: Can I mine with AMD while running Nvidia or Intel GPUs at the same time?
  325. A: If you can install both drivers successfully (easier on windows) then yes,
  326. using the --gpu-platform option.
  327. Q: Can I mine with Nvidia or Intel GPUs?
  328. A: Yes, but the hashrate on these is very poor and it is likely you'll be using
  329. much more energy than you'll be earning in coins.
  330. Q: Can I mine on both Nvidia and AMD GPUs at the same time?
  331. A: No, you must run one instance of BFGMiner with the --gpu-platform option for
  332. each.
  333. Q: Can I mine on Linux without running Xorg?
  334. A: With Nvidia you can, but with AMD you cannot.
  335. Q: I'm trying to mine a scrypt cryptocurrency but BFGMiner shows MH values
  336. instead of kH and submits no shares?
  337. A: Add the --scrypt parameter to your BFGMiner startup command.
  338. Q: I can't get anywhere near enough hashrate for scrypt compared to other
  339. people?
  340. A: You may not have enough system RAM, as this is also required.
  341. Q: My scrypt hashrate is high but the pool reports only a tiny proportion of my
  342. hashrate?
  343. A: You are generating garbage hashes due to your choice of settings. Try
  344. decreasing your intensity, do not increase the number of gpu-threads, and
  345. consider adding system RAM to match your GPU ram. You may also be using a bad
  346. combination of driver and/or SDK.
  347. Q: Scrypt fails to initialise the kernel every time?
  348. A: Your parameters are too high. Don't add GPU threads, don't set intensity too
  349. high, decrease thread concurrency. See the README.scrypt for a lot more help.
  350. Q: BFGMiner stops mining (or my GPUs go DEAD) and I can't close it?
  351. A: Once the driver has crashed, there is no way for BFGMiner to close cleanly.
  352. You will have to kill it, and depending on how corrupted your driver state has
  353. gotten, you may even need to reboot. Windows is known to reset drivers when they
  354. fail and BFGMiner will be stuck trying to use the old driver instance.
  355. Q: I can't get any monitoring of temperatures or fanspeed with BFGMiner when I
  356. start it remotely?
  357. A: With Linux, make sure to export the DISPLAY variable. On Windows, you cannot
  358. access these monitoring values via RDP. This should work with TightVNC or
  359. TeamViewer, though.
  360. Q: I change my GPU engine/memory/voltage and BFGMiner reports back no change?
  361. A: BFGMiner asks the GPU using the ATI Display Library to change settings, but
  362. the driver and hardware are free to do what it wants with that query, including
  363. ignoring it. Some GPUs are locked with one or more of those properties as well.
  364. The most common of these is that many GPUs only allow a fixed difference
  365. between the engine clock speed and the memory clock speed (such as the memory
  366. being no lower than the engine - 150). Other 3rd party tools have unofficial
  367. data on these devices on windows and can get the memory clock speed down
  368. further but BFGMiner does not have access to these means.
  369. Q: I have multiple GPUs and although many devices show up, it appears to be
  370. working only on one GPU splitting it up.
  371. A: Your driver setup is failing to properly use the accessory GPUs. Your driver
  372. may be misconfigured or you have a driver version that needs a dummy plug on all
  373. the GPUs that aren't connected to a monitor.
  374. Q: I have some random GPU performance related problem not addressed above.
  375. A: Seriously, it's the driver and/or SDK. Uninstall them and start again,
  376. also noting there is no clean way to uninstall them so you will likely have to
  377. use extra tools or do it manually.
  378. Q: Do I need to recompile after updating my driver/SDK?
  379. A: No. The software is unchanged regardless of which driver/SDK/ADL version you
  380. are running.
  381. Q: I do not want BFGMiner to modify my engine/clock/fanspeed?
  382. A: BFGMiner only modifies values if you tell it to via the parameters.
  383. Otherwise it will just monitor the values.
  384. Q: Should I use crossfire/SLI?
  385. A: It does not benefit mining at all and depending on the GPU may actually
  386. worsen performance.

comments powered by Disqus