Latest minerpoclbm_py2exe_20120920mirrorSources for poclbm are at
http://github.com/m0mchil/poclbmGUICreated by Kiv, see
https://bitcointalksearch.org/topic/gui-mining-updated-dec-3-with-7970-bugfix-also-supports-stratum-3878GuidesWindows -
http://www.newslobster.com/random/how-to-get-started-using-your-gpu-to-mine-for-bitcoins-on-windowsUbuntu -
https://bitcointalksearch.org/topic/easy-ubuntu-python-opencl-mining-setup-2636Mac -
http://forum.bitcoin.org/index.php?topic=12360Known best settings(please PM better/best settings for your platform)
AMD 5xxx and upuse '-v -w 128'
Frequently asked questionsQ: Does my video card / driver supports OpenCL?AMD - 4xxx and up. Nvidia - 8xxx and up. On Windows you can use 'GPU Caps Viewer' or similar.
Q: I am seeing 'pyopencl.LogicError: clGetPlatformIDs failed', what is this?
Q: It says 'ImportError: DLL load failed: The specified module could not be found'?
Q: Or 'ImportError: DLL load failed: The specified procedure could not be found'?You don't have proper OpenCL support. The reasons may vary. Be sure to remove any old drivers and SDK from different vendors you may have used. Use web search to see how to make it work for your combination of GPU and OS.
Q: When I try to run it with the following parameters: '--host=http://mining.bitcoin.cz:8332' miner errors out with 'nonnumeric port'Remove 'http://', it's intended for browsers (becames '--host=mining.bitcoin.cz'). Use '--port' to specify port (default is 8332 so you don't need to specify it if the pool you use is at same port).
Q: Why it uses 100% CPU?You probably selected the CPU as OpenCL device. Or you are using it on Linux with AMD Stream SDK 2.2. Use 2.1 instead.
Q: What does 'invalid or stale' means?The block last submitted was either invalid or stale.
Q: How a block becomes stale?You submited solution for a block which was just solved by someone else.
Q: Why a block is invalid?Don't overclock too much. And switch crossfire off. Or may be I screwed the search again?
It's good if you see more 'accepted's than 'invalid's.
When I try to run the miner a new CMD window flashes on my screen too rapidly to read anything, or even see if it says anything.It's console application. You use that ugly black thing called 'Command Prompt' to run it.