- when you have multiple OpenCL drivers at the same time, e.g. intel and
nvidia, they won't mix leading to crashes. This patch makes it
possible to select which driver to use by listing the available
vendors
self.label_16.setText(_translate("settingsDialog","<html><head/><body><p>Bitmessage can utilize a different Bitcoin-based program called Namecoin to make addresses human-friendly. For example, instead of having to tell your friend your long Bitmessage address, you can simply tell him to send a message to <span style=\" font-style:italic;\">test. </span></p><p>(Getting your own Bitmessage address into Namecoin is still rather difficult).</p><p>Bitmessage can use either namecoind directly or a running nmcontrol instance.</p></body></html>",None))
shared.UISignalQueue.put(('updateStatusBar',tr._translate("MainWindow",'Your GPU(s) did not calculate correctly, disabling OpenCL. Please report to the developers.')))
logger.error("Your GPUs (%s) did not calculate correctly, disabling OpenCL. Please report to the developers.",deviceNames)
openclpow.ctx =False
openclpow.enabledGpus =[]
raiseException("GPU did not calculate correctly.")
ifshared.shutdown!=0:
raiseStopIteration("Interrupted")
@ -144,7 +144,7 @@ def estimate(difficulty, format = False):