<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.bitcoin.it/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Glass</id>
	<title>Bitcoin Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.bitcoin.it/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Glass"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/wiki/Special:Contributions/Glass"/>
	<updated>2026-04-08T22:54:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Poclbm&amp;diff=24413</id>
		<title>Poclbm</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Poclbm&amp;diff=24413"/>
		<updated>2012-03-03T20:44:12Z</updated>

		<summary type="html">&lt;p&gt;Glass: /* OpenSUSE */ note about  libqt4-x11&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Poclbm (PyOpenCL bitcoin miner) is a python GPU bitcoin miner that uses the [[OpenCL miner|OpenCL]] framework to quickly perform the hashing computations.  Works with AMD - 4xxx and up, Nvidia - 8xxx and up, video cards.&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[https://github.com/downloads/m0mchil/poclbm/poclbm_py2exe_20110709.7z Latest miner.] (MD5 SUM: 1d1a6ac995ea56ccdec2782cada1e86f)&lt;br /&gt;
&lt;br /&gt;
[https://github.com/m0mchil/poclbm/archives/master Sources.]&lt;br /&gt;
&lt;br /&gt;
==Flags to Use==&lt;br /&gt;
&lt;br /&gt;
===Flags List===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!   Command line flags   !! Flags descriptions&lt;br /&gt;
|-&lt;br /&gt;
| -version || Show program&#039;s version number and exit&lt;br /&gt;
|-&lt;br /&gt;
|  -h, --help || Show help message and exit&lt;br /&gt;
|-&lt;br /&gt;
| -u USER, --user=USER || Set user name&lt;br /&gt;
|-&lt;br /&gt;
| --pass=PASSWORD || Set password&lt;br /&gt;
|-&lt;br /&gt;
| -o HOST, --host=HOST || Set RPC host (without &#039;http://&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| -p PORT, --port=PORT || Set RPC port&lt;br /&gt;
|-&lt;br /&gt;
| -r RATE, --rate=RATE || Set hash rate display interval in seconds, default=1&lt;br /&gt;
|-&lt;br /&gt;
| -f FRAMES, --frames=FRAMES || Will try to bring single kernel execution to 1/frames seconds, default=30. Increase this for less desktop lag&lt;br /&gt;
|-&lt;br /&gt;
| -d DEVICE, --device=DEVICE || Set used device by id, by default asks for device&lt;br /&gt;
|-&lt;br /&gt;
| -a ASKRATE, --askrate=ASKRATE || Set how many seconds between getwork requests, default 5, max 10&lt;br /&gt;
|-&lt;br /&gt;
| -w WORKSIZE, --worksize=WORKSIZE || Set work group size, default is maximum returned by opencl&lt;br /&gt;
|-&lt;br /&gt;
| -v, --vectors || Enable vectors, which is faster on some cards.&lt;br /&gt;
|-&lt;br /&gt;
| --verbose || Enable verbose output, suitable for redirection to log file&lt;br /&gt;
|-&lt;br /&gt;
| --platform=PLATFORM || Set used platform by id&lt;br /&gt;
|-&lt;br /&gt;
| -s SLEEPTIME || Sleep for the specified number of seconds between iterations (default 0). Increase this to reduce hashing performance if your temperatures are too high.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Usage Tips===&lt;br /&gt;
&lt;br /&gt;
ATI/AMD Radeon HD 5xxx cards (for example, HD 5770): use &#039;-v -w128&#039;&lt;br /&gt;
&lt;br /&gt;
(&#039;-v -f10 -w128&#039; works even better for HD5770.)&lt;br /&gt;
&lt;br /&gt;
If you find the desktop laggy while mining, use &#039;-f60&#039;. This may decrease performance slightly.&lt;br /&gt;
&lt;br /&gt;
Please update this section if you find better settings, or good settings for a card not listed here.&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?topic=1334.msg14875#msg14875 Introductory post FAQ.]&lt;br /&gt;
&lt;br /&gt;
==Founder==&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?action=profile;u=33 m0mchil]&lt;br /&gt;
&lt;br /&gt;
==Guides and Installation==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
[http://www.newslobster.com/random/how-to-get-started-using-your-gpu-to-mine-for-bitcoins-on-windows How to get started using your GPU to mine for Bitcoins on Windows]&lt;br /&gt;
&lt;br /&gt;
===Ubuntu===&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?topic=2636 Easy Ubuntu python OpenCL mining setup]&lt;br /&gt;
&lt;br /&gt;
===Gentoo===&lt;br /&gt;
An poclbm ebuild can be found in the [[Gentoo|Gentoo Bitcoin]] overlay [https://gitorious.org/bitcoin/gentoo here]&lt;br /&gt;
&lt;br /&gt;
===OpenSUSE===&lt;br /&gt;
&lt;br /&gt;
This works on 11.4, 12.1 and should work on other versions - just replace the &amp;quot;12.1&amp;quot; in the repo URLs with your version number. This also assumes that you are already familiar with running getting the BitCoin client running (to run the GUI version on OpenSUSE you will need `libqt4-x11` or `libqt4-x11-32bit` installed).&lt;br /&gt;
&lt;br /&gt;
Add the Python devel repo:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ar -r http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_12.1/devel:languages:python.repo&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and this user repo, which provides PyOpenCL (take a moment to appreciate this because if &amp;quot;scorot&amp;quot; didn&#039;t package it this would be a lot harder):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ar -r http://download.opensuse.org/repositories/home:/scorot/openSUSE_12.1/home:scorot.repo&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Refresh your repos:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ref&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will asked to accept the repo keys, respond with &#039;a&#039; each time.&lt;br /&gt;
&lt;br /&gt;
Install PyOpenCL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper in python-pyopencl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Get the latest version of poclbm with git (`zypper in git-core` if you don&#039;t have git installed):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ git clone git://github.com/m0mchil/poclbm.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will create a poclbm folder in your current directory. Change to it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ cd poclbm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ python poclbm.py --device=0 http://user:pass@api.example.org:8332 [add whatever other flags you use]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
public domain&amp;lt;ref name=&amp;quot;license&amp;quot;&amp;gt;[http://github.com/m0mchil/poclbm/blob/master/LICENSE]License file on github&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[poclbm-gui]] GUI frontend&lt;br /&gt;
* A highly efficient version: [[poclbm-mod]] by [[Bitcoin Pool]]&lt;br /&gt;
* [[Pooled mining]]&lt;br /&gt;
* [[Why a GPU mines faster than a CPU]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://github.com/m0mchil/poclbm  Poclbm] project page on GitHub&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1334 Project Thread]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Miners]]&lt;br /&gt;
[[Category:Free Software]]&lt;br /&gt;
[[Category:License/Public Domain]]&lt;br /&gt;
[[Category:Open Source]]&lt;/div&gt;</summary>
		<author><name>Glass</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Poclbm&amp;diff=24409</id>
		<title>Poclbm</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Poclbm&amp;diff=24409"/>
		<updated>2012-03-03T16:51:43Z</updated>

		<summary type="html">&lt;p&gt;Glass: update opensuse instructions to be more current, they mostly still work just need some version bumps and minor changes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Poclbm (PyOpenCL bitcoin miner) is a python GPU bitcoin miner that uses the [[OpenCL miner|OpenCL]] framework to quickly perform the hashing computations.  Works with AMD - 4xxx and up, Nvidia - 8xxx and up, video cards.&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[https://github.com/downloads/m0mchil/poclbm/poclbm_py2exe_20110709.7z Latest miner.] (MD5 SUM: 1d1a6ac995ea56ccdec2782cada1e86f)&lt;br /&gt;
&lt;br /&gt;
[https://github.com/m0mchil/poclbm/archives/master Sources.]&lt;br /&gt;
&lt;br /&gt;
==Flags to Use==&lt;br /&gt;
&lt;br /&gt;
===Flags List===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!   Command line flags   !! Flags descriptions&lt;br /&gt;
|-&lt;br /&gt;
| -version || Show program&#039;s version number and exit&lt;br /&gt;
|-&lt;br /&gt;
|  -h, --help || Show help message and exit&lt;br /&gt;
|-&lt;br /&gt;
| -u USER, --user=USER || Set user name&lt;br /&gt;
|-&lt;br /&gt;
| --pass=PASSWORD || Set password&lt;br /&gt;
|-&lt;br /&gt;
| -o HOST, --host=HOST || Set RPC host (without &#039;http://&#039;)&lt;br /&gt;
|-&lt;br /&gt;
| -p PORT, --port=PORT || Set RPC port&lt;br /&gt;
|-&lt;br /&gt;
| -r RATE, --rate=RATE || Set hash rate display interval in seconds, default=1&lt;br /&gt;
|-&lt;br /&gt;
| -f FRAMES, --frames=FRAMES || Will try to bring single kernel execution to 1/frames seconds, default=30. Increase this for less desktop lag&lt;br /&gt;
|-&lt;br /&gt;
| -d DEVICE, --device=DEVICE || Set used device by id, by default asks for device&lt;br /&gt;
|-&lt;br /&gt;
| -a ASKRATE, --askrate=ASKRATE || Set how many seconds between getwork requests, default 5, max 10&lt;br /&gt;
|-&lt;br /&gt;
| -w WORKSIZE, --worksize=WORKSIZE || Set work group size, default is maximum returned by opencl&lt;br /&gt;
|-&lt;br /&gt;
| -v, --vectors || Enable vectors, which is faster on some cards.&lt;br /&gt;
|-&lt;br /&gt;
| --verbose || Enable verbose output, suitable for redirection to log file&lt;br /&gt;
|-&lt;br /&gt;
| --platform=PLATFORM || Set used platform by id&lt;br /&gt;
|-&lt;br /&gt;
| -s SLEEPTIME || Sleep for the specified number of seconds between iterations (default 0). Increase this to reduce hashing performance if your temperatures are too high.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Usage Tips===&lt;br /&gt;
&lt;br /&gt;
ATI/AMD Radeon HD 5xxx cards (for example, HD 5770): use &#039;-v -w128&#039;&lt;br /&gt;
&lt;br /&gt;
(&#039;-v -f10 -w128&#039; works even better for HD5770.)&lt;br /&gt;
&lt;br /&gt;
If you find the desktop laggy while mining, use &#039;-f60&#039;. This may decrease performance slightly.&lt;br /&gt;
&lt;br /&gt;
Please update this section if you find better settings, or good settings for a card not listed here.&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?topic=1334.msg14875#msg14875 Introductory post FAQ.]&lt;br /&gt;
&lt;br /&gt;
==Founder==&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?action=profile;u=33 m0mchil]&lt;br /&gt;
&lt;br /&gt;
==Guides and Installation==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
[http://www.newslobster.com/random/how-to-get-started-using-your-gpu-to-mine-for-bitcoins-on-windows How to get started using your GPU to mine for Bitcoins on Windows]&lt;br /&gt;
&lt;br /&gt;
===Ubuntu===&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?topic=2636 Easy Ubuntu python OpenCL mining setup]&lt;br /&gt;
&lt;br /&gt;
===Gentoo===&lt;br /&gt;
An poclbm ebuild can be found in the [[Gentoo|Gentoo Bitcoin]] overlay [https://gitorious.org/bitcoin/gentoo here]&lt;br /&gt;
&lt;br /&gt;
===OpenSUSE===&lt;br /&gt;
&lt;br /&gt;
This works on 11.4, 12.1 and should work on other versions - just replace the &amp;quot;12.1&amp;quot; in the repo URLs with your version number. This also assumes that you are already familiar with running getting the BitCoin client running (to run the GUI version on OpenSUSE you will need libpng12-0 installed).&lt;br /&gt;
&lt;br /&gt;
Add the Python devel repo:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ar -r http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_12.1/devel:languages:python.repo&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and this user repo, which provides PyOpenCL (take a moment to appreciate this because if &amp;quot;scorot&amp;quot; didn&#039;t package it this would be a lot harder):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ar -r http://download.opensuse.org/repositories/home:/scorot/openSUSE_12.1/home:scorot.repo&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Refresh your repos:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ref&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will asked to accept the repo keys, respond with &#039;a&#039; each time.&lt;br /&gt;
&lt;br /&gt;
Install PyOpenCL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper in python-pyopencl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Get the latest version of poclbm with git (`zypper in git-core` if you don&#039;t have git installed):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ git clone git://github.com/m0mchil/poclbm.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will create a poclbm folder in your current directory. Change to it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ cd poclbm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ python poclbm.py --device=0 http://user:pass@api.example.org:8332 [add whatever other flags you use]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
public domain&amp;lt;ref name=&amp;quot;license&amp;quot;&amp;gt;[http://github.com/m0mchil/poclbm/blob/master/LICENSE]License file on github&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[poclbm-gui]] GUI frontend&lt;br /&gt;
* A highly efficient version: [[poclbm-mod]] by [[Bitcoin Pool]]&lt;br /&gt;
* [[Pooled mining]]&lt;br /&gt;
* [[Why a GPU mines faster than a CPU]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://github.com/m0mchil/poclbm  Poclbm] project page on GitHub&lt;br /&gt;
* [https://bitcointalk.org/index.php?topic=1334 Project Thread]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Miners]]&lt;br /&gt;
[[Category:Free Software]]&lt;br /&gt;
[[Category:License/Public Domain]]&lt;br /&gt;
[[Category:Open Source]]&lt;/div&gt;</summary>
		<author><name>Glass</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Poclbm&amp;diff=6618</id>
		<title>Poclbm</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Poclbm&amp;diff=6618"/>
		<updated>2011-04-02T19:10:19Z</updated>

		<summary type="html">&lt;p&gt;Glass: /* OpenSUSE */ fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Poclbm (PyOpenCL bitcoin miner) is a python GPU bitcoin miner that uses the [[OpenCL miner|OpenCL]] framework to quickly perform the hashing computations.  Works with AMD - 4xxx and up, Nvidia - 8xxx and up, video cards.&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[http://github.com/downloads/m0mchil/poclbm/poclbm_py2exe_20110104.7z Latest miner.]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/m0mchil/poclbm/archives/master Sources.]&lt;br /&gt;
&lt;br /&gt;
==Flags to Use==&lt;br /&gt;
&lt;br /&gt;
ATI/AMD Radeon HD 5xxx cards (for example, HD 5770): use &#039;-v -w128&#039;&lt;br /&gt;
&lt;br /&gt;
If you find the desktop laggy while mining, use &#039;-f60&#039;. This may decrease performance slightly.&lt;br /&gt;
&lt;br /&gt;
Please update this section if you find better settings, or good settings for a card not listed here.&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?topic=1334.msg14875#msg14875 Introductory post FAQ.]&lt;br /&gt;
&lt;br /&gt;
==Founder==&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?action=profile;u=33 m0mchil]&lt;br /&gt;
&lt;br /&gt;
==Guides and Installation==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
[http://www.newslobster.com/random/how-to-get-started-using-your-gpu-to-mine-for-bitcoins-on-windows How to get started using your GPU to mine for Bitcoins on Windows]&lt;br /&gt;
&lt;br /&gt;
===Ubuntu===&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?topic=2636 Easy Ubuntu python OpenCL mining setup]&lt;br /&gt;
&lt;br /&gt;
===Gentoo===&lt;br /&gt;
An poclbm ebuild can be found [http://github.com/bitcoin-gentoo/bitcoin_gentoo_ebuild here]&lt;br /&gt;
&lt;br /&gt;
===OpenSUSE===&lt;br /&gt;
&lt;br /&gt;
This works on 11.4, it might work on other versions (11.3 is more than likely to work) just replace the &amp;quot;11.4&amp;quot; in the repo URLs with your version number. This also assumes that you are already familiar with running getting the BitCoin client running (to run the GUI version on OpenSUSE you will need libpng12-0 installed).&lt;br /&gt;
&lt;br /&gt;
Add the Python devel repo:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ar -r http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_11.4/devel:languages:python.repo&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and this user repo, which provides PyOpenCL (take a moment to appreciate this because if &amp;quot;scorot&amp;quot; didn&#039;t package it this would be a lot harder):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ar -r http://download.opensuse.org/repositories/home:/scorot/openSUSE_11.4/home:scorot.repo&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Refresh your repos:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ref&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will asked to accept the repo keys, respond with &#039;a&#039; each time.&lt;br /&gt;
&lt;br /&gt;
Install PyOpenCL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper in python-pyopencl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Get the latest version of poclbm with git (`zypper in git` if you don&#039;t have git installed):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ git clone git://github.com/m0mchil/poclbm.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will create a poclbm folder in your current directory. Change to it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ cd poclbm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ python poclbm.py --user=user --pass=pass --device=0 [add whatever other flags you use]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
public domain&amp;lt;ref name=&amp;quot;license&amp;quot;&amp;gt;[http://github.com/m0mchil/poclbm/blob/master/LICENSE]License file on github&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[poclbm-gui]] GUI frontend&lt;br /&gt;
* A highly efficient version: [[poclbm-mod]] by [[Bitcoin Pool]]&lt;br /&gt;
* [[Pooled mining]]&lt;br /&gt;
* [[Why a GPU mines faster than a CPU]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://github.com/m0mchil/poclbm  Poclbm] project page on GitHub&lt;br /&gt;
* [http://www.bitcoin.org/smf/index.php?topic=1334.0 Project Thread]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Miners]]&lt;br /&gt;
[[Category:Free Software]]&lt;br /&gt;
[[Category:License/Public Domain]]&lt;br /&gt;
[[Category:Open Source]]&lt;/div&gt;</summary>
		<author><name>Glass</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Poclbm&amp;diff=6614</id>
		<title>Poclbm</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Poclbm&amp;diff=6614"/>
		<updated>2011-04-02T18:43:01Z</updated>

		<summary type="html">&lt;p&gt;Glass: /* Guides and Installation */ add instructions for OpenSUSE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Poclbm (PyOpenCL bitcoin miner) is a python GPU bitcoin miner that uses the [[OpenCL miner|OpenCL]] framework to quickly perform the hashing computations.  Works with AMD - 4xxx and up, Nvidia - 8xxx and up, video cards.&lt;br /&gt;
&lt;br /&gt;
==Download==&lt;br /&gt;
[http://github.com/downloads/m0mchil/poclbm/poclbm_py2exe_20110104.7z Latest miner.]&lt;br /&gt;
&lt;br /&gt;
[https://github.com/m0mchil/poclbm/archives/master Sources.]&lt;br /&gt;
&lt;br /&gt;
==Flags to Use==&lt;br /&gt;
&lt;br /&gt;
ATI/AMD Radeon HD 5xxx cards (for example, HD 5770): use &#039;-v -w128&#039;&lt;br /&gt;
&lt;br /&gt;
If you find the desktop laggy while mining, use &#039;-f60&#039;. This may decrease performance slightly.&lt;br /&gt;
&lt;br /&gt;
Please update this section if you find better settings, or good settings for a card not listed here.&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?topic=1334.msg14875#msg14875 Introductory post FAQ.]&lt;br /&gt;
&lt;br /&gt;
==Founder==&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?action=profile;u=33 m0mchil]&lt;br /&gt;
&lt;br /&gt;
==Guides and Installation==&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
[http://www.newslobster.com/random/how-to-get-started-using-your-gpu-to-mine-for-bitcoins-on-windows How to get started using your GPU to mine for Bitcoins on Windows]&lt;br /&gt;
&lt;br /&gt;
===Ubuntu===&lt;br /&gt;
[http://www.bitcoin.org/smf/index.php?topic=2636 Easy Ubuntu python OpenCL mining setup]&lt;br /&gt;
&lt;br /&gt;
===Gentoo===&lt;br /&gt;
An poclbm ebuild can be found [http://github.com/bitcoin-gentoo/bitcoin_gentoo_ebuild here]&lt;br /&gt;
&lt;br /&gt;
==OpenSUSE==&lt;br /&gt;
&lt;br /&gt;
This works on 11.4, it might work on other versions (11.3 is more than likely to work) just replace the &amp;quot;11.4&amp;quot; in the repo URLs with your version number.&lt;br /&gt;
&lt;br /&gt;
Add the Python devel repo:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ar -r http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_11.4/devel:languages:python.repo&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and this user repo, which provides PyOpenCL (take a moment to appreciate this because if &amp;quot;scorot&amp;quot; didn&#039;t package it this would be a lot harder):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ar -r http://download.opensuse.org/repositories/home:/scorot/openSUSE_11.4/home:scorot.repo&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Refresh your repos:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper ref&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will asked to accept the repo keys, respond with &#039;a&#039; each time.&lt;br /&gt;
&lt;br /&gt;
Install PyOpenCL:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;# zypper in python-pyopencl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Get the latest version of poclbm with git (`zypper in git` if you don&#039;t have git installed):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ git clone git://github.com/m0mchil/poclbm.git&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will create a poclbm folder in your current directory. Change to it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ cd poclbm&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;$ python poclbm.py --user=user --pass=pass --device=0 [add whatever other flags you use]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==License==&lt;br /&gt;
public domain&amp;lt;ref name=&amp;quot;license&amp;quot;&amp;gt;[http://github.com/m0mchil/poclbm/blob/master/LICENSE]License file on github&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[poclbm-gui]] GUI frontend&lt;br /&gt;
* A highly efficient version: [[poclbm-mod]] by [[Bitcoin Pool]]&lt;br /&gt;
* [[Pooled mining]]&lt;br /&gt;
* [[Why a GPU mines faster than a CPU]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://github.com/m0mchil/poclbm  Poclbm] project page on GitHub&lt;br /&gt;
* [http://www.bitcoin.org/smf/index.php?topic=1334.0 Project Thread]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Miners]]&lt;br /&gt;
[[Category:Free Software]]&lt;br /&gt;
[[Category:License/Public Domain]]&lt;br /&gt;
[[Category:Open Source]]&lt;/div&gt;</summary>
		<author><name>Glass</name></author>
	</entry>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=Mining_hardware_comparison&amp;diff=6399</id>
		<title>Mining hardware comparison</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=Mining_hardware_comparison&amp;diff=6399"/>
		<updated>2011-03-30T11:44:42Z</updated>

		<summary type="html">&lt;p&gt;Glass: /* Nvidia */ add details from my 560 since the only 560 listed is overclocked&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below are some statistics about the mining performance of various hardware used in a [[mining rig]].&lt;br /&gt;
&lt;br /&gt;
The table shows stock clock numbers. 10-20% performance improvement can be achieved via overclocking.&lt;br /&gt;
&lt;br /&gt;
==Graphics cards==&lt;br /&gt;
&lt;br /&gt;
===AMD===&lt;br /&gt;
To get the maximum performance use the 2.1 or 2.2 release of the ATI Stream SDK. 2.3 performance drops by 5-10%.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Mhash/s !! Mhash/W !! W !! Clock !! SP !! SDK !! Miner !! Notes&lt;br /&gt;
|-&lt;br /&gt;
| 3XXX || || || || || || || || OpenCL Not Supported&lt;br /&gt;
|-&lt;br /&gt;
| 42XX || || || || || || || || OpenCL Not Supported (intergrated/mobile GPU)&lt;br /&gt;
|-&lt;br /&gt;
| 4350 || 6.93 || 0.346 || 20 || 575 || 80 || || poclbm || -w 32, don&#039;t use vectors &lt;br /&gt;
|-&lt;br /&gt;
| 4550 || 7.23 || 0.289 || 25 || 600 || 80 || || poclbm || -w 32, don&#039;t use vectors &lt;br /&gt;
|- &lt;br /&gt;
| 4650 || 31.33 || 0.653 || 48 || 650 || 320 || || poclbm || -w 32, don&#039;t use vectors &lt;br /&gt;
|- &lt;br /&gt;
| 4670 || 36.14 || 0.613 || 59 || 750 || 320 || || poclbm || -w 32, don&#039;t use vectors &lt;br /&gt;
|- &lt;br /&gt;
| 4730 || 72.29 || 0.657 || 110 || 750 || 640 || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 4770 || 72.29 || 0.904 || 80 || 750 || 640 || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 4830 || 55.42 || 0.583 || 95 || 575 || 640 || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 4850 || 75.30 || 0.685 || 110 || 625 || 800 || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 4860 || 67.47 || 0.519 || 130 || 700 || 640 || || ||&lt;br /&gt;
|-&lt;br /&gt;
| 4870 || 90.36 || 0.602 || 150 || 750 || 800 || 2.1 || clmine ||&lt;br /&gt;
|-&lt;br /&gt;
| 4870 || 78    ||       ||     ||     ||     || || m0mchil&#039;s OpenCL/Vista 64bit || [http://www.bitcoin.org/smf/index.php?topic=1628.msg25069#msg25069 source]&lt;br /&gt;
|- &lt;br /&gt;
| 4890 || 102.41 || 0.539 || 190 || 850 || 800 || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 4850X2 || 150.60 || 0.602 || 250 || 625 || 1600 || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 4870X2 || 180.72 || 0.632 || 286 || 750 || 1600 || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 5450 || 11.99 || 0.631 || 19 || 650 || 80 || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 5550 || 40.59 || 1.041 || 39 || 550 || 320 || || ||&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 59.96 || 1.538 || 39 || 650 || 400 || || ||&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#FFFFEF;&amp;quot;| 5570 || 64 || 1.641 || 39 || 650 || || || m0mchil&#039;s OpenCL/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|- &lt;br /&gt;
| 5650 || 48    || 2.5-3.2 ? || 15-19 ? ||  ||  ||  || m0mchil&#039;s OpenCL/Win7-64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26292#msg26292 source] [http://www.notebookcheck.net/ATI-Mobility-Radeon-HD-5650.23697.0.html source]&lt;br /&gt;
|- &lt;br /&gt;
| 5670 || 71.49 || 1.117 || 64 || 775 || 400 || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 5750 || 116.24 || 1.352 || 86 || 700 || 720 || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 5770 || 156.83 || 1.452 || 108 || 850 || 800 || 2.1 || clmine ||&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#FFFFFF;&amp;quot;| 5830 || 206.64 || 1.181 || 175 || 800 || 1120 || || ||&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#FFFFFF;&amp;quot;| 5830 || 241    || 1.377 || 175 || 1006 || || 2.3 || poclbm 2011-02-22 ||&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;| 5850 || 240.77 || 1.595 || 151 || 725 || 1440 || || ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;| 5850 || 252    || 1.669 || 151 || 765 || || 2.3 || poclbm 2011-01-25 ||&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;| 5850 || 255.3  || 1.690 || 151 || 765 || || 2.2 || poclbm 2011-01-25 ||&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;| 5850 || 300    || 1.987 || 151 || 925 (OC) ||      ||  || m0mchil&#039;s OpenCL || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#EFEFFF;&amp;quot;| 5850 || 250.26 || 1.657 || 151 ||     ||      ||  || opencl client || [http://www.bitcoin.org/smf/index.php?topic=1628.msg29471#msg29471 source]&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870 || 313.65 || 1.668 || 188 || 850 || 1600 || 2.1 || clmine ||&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870 || 313    || 1.665 || 188 || 900? || 1600 || 2.3 || Diablo/Linux ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870 || 343    || 1.824 || 188 || 900? || 1600 || 2.1 || Diablo/Linux ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870 || 355    || 1.888 || 188 || 900? || 1600 || 2.1 || poclbm/Linux ||&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#EFFFEF;&amp;quot;| 5870 || 340    || 1.809 || 188 || 850 || 1600 ||  || m0mchil&#039;s OpenCL || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26363#msg26363 source]&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;| 5970 || 535.06 || 1.820 || 294 || 725 || 3200 || 2.1 || clmine ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;| 5970 || 560    || 1.905 || 294 || 725 || || || Diablo ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;| 5970 || 565    || 1.922 || 294 || || || 2.1 || clmine2 ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;| 5970 || 604    || 2.054 || 294 || || || 2.1 || clmine ||&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;background:#FFEFEF;&amp;quot;| 5970 || 645    ||       ||     || 850 || 3200 || 2.1 || m0mchil/poclbm 03-07-11 || -f1, Debian 6, fglrx-driver 10.9.3&lt;br /&gt;
|- &lt;br /&gt;
| 6850 || 171.59 || 1.351 || 127 || 775 || 960 || 2.1 || clmine ||&lt;br /&gt;
|- &lt;br /&gt;
| 6870 || 232.47 || 1.540 || 151 || 900 || 1120 || || ||&lt;br /&gt;
|- &lt;br /&gt;
| 6870 || 282.23 || 1.611 || 175 || 1047 || 1120 || 2.2 || poclbm windows cat 11.2 || -v -w 128 -f 0 mem clock 300&lt;br /&gt;
|- &lt;br /&gt;
| 6950 || 295 ||  || 160 (?) || 810 || 1536 || 2.4.595.0 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
| 6950 || 325 ||  || 200 (?) || 885 || 1536 || 2.4.595.0 || m0mchil/poclbm 03-07-11 || unlocked shaders, default mem 1250&lt;br /&gt;
|-&lt;br /&gt;
| 6970 || 323 || 1.468 || 220 || 880 || 1536 || 2.3 || poclbm || -w 64, SDK 2.1 not supported on 69xx.&lt;br /&gt;
|- &lt;br /&gt;
| 6990 ||  ||  ||  ||  ||  || 2.3 ||  || SDK 2.1 not supported on 69xx.&lt;br /&gt;
|- &lt;br /&gt;
|FirePro V8700 || 84.8 ||  ||  || 750 || 800 ||  || poclbm-mod.03.24.2011 || &lt;br /&gt;
|- &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Intel===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Mhash/s !! Mhash/W !! W !! Clock !! SP !! SDK !! Miner&lt;br /&gt;
|-&lt;br /&gt;
| HD 2000 || 0.65 || || || || || 2.2 || poclbm 2011-01-25&lt;br /&gt;
|- &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Nvidia===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! Mhash/s !! Mhash/W !! W !! Clock !! SP !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| 8200 mGPU || 1.2 || || || 1200 || 16 || 128 MB shared memory, &amp;quot;poclbm -w 128 -f 0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 8600M GT || 4.93 ||  ||  ||  || 32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 8600GT || 5.66 ||  ||  || 1188 ||  32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 8600GT OC || 7.3 ||  ||  || 1602 || 32 || [http://www.bitcoin.org/smf/index.php?topic=1334.0 poclbm] -w 128 [http://www.bitcoin.org/smf/index.php?topic=4967.msg72833#msg72833 source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 25   || 0.24 || 105 || 1300 ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| 8800GT || 24.5 || 0.23 || 105 || 1300 ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800GTS || 16.8 || 0.109 || 154 ||  ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg25069#msg25069 source] [http://www.techspot.com/review/79-geforce-8800-gts-512/page11.html source]&lt;br /&gt;
|-&lt;br /&gt;
| 8800 GTS || 18.7 || 0.124 || 150 || 1200 ||  || poclbm -w 64 no vectors&lt;br /&gt;
|-&lt;br /&gt;
| 9300GE || 1.57 ||  ||  || 1300 ||  8 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9300GS || 1.69 ||  ||  || 1400 ||  8 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9400GT || 3.37 || 0.067 || 50 || 1400 || 16 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9500GT || 6.75 || 0.135 || 50 || 1400 || 32 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GSO || 19.88 || 0.237 || 84 || 1375 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GSO512 || 11.75 || 0.131 || 90 || 1625 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT || 15.66 || 0.165 || 95 || 1625 || 64 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9600GT OC || 18.8 || &amp;lt;0.198 || &amp;gt;95 || 1981 || 64 || [http://www.bitcoin.org/smf/index.php?topic=1334.0 poclbm] -w 128 -f 10 [http://www.bitcoin.org/smf/index.php?topic=4967.msg74610#msg74610 source] [http://www.bitcoin.org/smf/index.php?topic=4967.msg73353#msg73353 source]&lt;br /&gt;
|-&lt;br /&gt;
| 9800GT || 30.36 || 0.289 || 105 || 1800 || 112 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX || 32.54 || 0.232 || 140 || 1688 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| 9800GTX+ || 35.39 || 0.251 || 141 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#FFEFEF&amp;quot;| 9800GX2 || 57.83 || 0.294 || 197 ||  || 2x128 ||&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#FFEFEF&amp;quot;| 9800GX2 || 28 || 0.142 || 197 ||  || 2x128 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37620#msg37620 source]&lt;br /&gt;
|-&lt;br /&gt;
| G210 || 3.38 || 0.111 || 30.5 || 1402 || 16 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT220 || 9.83 || 0.170 || 58 || 1360 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 19.37 || 0.281 || 69 || 1340 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT240 || 21.24 ||  ||  ||  || 96 || [http://www.bitcoin.org/smf/index.php?topic=4291.0 poclbm-mod] -f 0 -v [http://www.bitcoin.org/smf/index.php?topic=4967.msg73383#msg73383 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTS250 || 35.39 || 0.244 || 145 || 1836 || 128 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX260 || 35.91 || 0.178 || 202 || 1242 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX260 || 44 || 0.242 || 182 || 1242 || 216 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 || 40.40 || 0.236 || 171 || 1242 || 216 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX260c216 OC || 52.0 || || || 1461 || 216 || &amp;quot;poclbm -w 256 -f 1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| GTX275 || 50.75 || 0.232 || 219 || 1404 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX280 || 46.84 || 0.198 || 236 || 1296 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX285 || 53.35 || 0.262 || 204 || 1476 || 240 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX295 || 89.78 || 0.311 || 289 || 1242 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT 320M (MacBook Air) || 6.12 ||  ||  || 1212 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT 330M (Sony Vaio Z) || 7.8 || 0.71 ( 0.3 total) || 11 (26w total) || 1045 || 48 ||&lt;br /&gt;
|-&lt;br /&gt;
| GT430 || 20.24 || 0.413 || 49 || 1400 || 96 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTS450 || 45.28 || 0.427 || 106 || 1566 || 192 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460SE || 56.39 || 0.376 || 150 || 1300 || 288 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 || 68.31 || 0.427 || 160 || 1350 || 336 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 (2 cards) || 102 || 0.319? || 320? || 1350 ||  || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26363#msg26363 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX460 (2 cards) OC || 127 || 0.374 || 340 || 1620 || 2x 336 || [http://www.bitcoin.org/smf/index.php?topic=2444.0 rpcminer-cuda] -gpugrid=128 -gputhreads=128 ver.20110227&lt;br /&gt;
|-&lt;br /&gt;
| GTX465 || 64.41 || 0.322 || 200 || 1215 || 352 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX470 || 81.98 || 0.381 || 215 || 1215 || 448 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX480 || 101.28 || 0.405 || 250 || 1401 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 Ti || 67.7 || 0.39  || 170 || 1700 || 384 || standard EVGA 560, no overclock&lt;br /&gt;
|-&lt;br /&gt;
| GTX560 OC || 86.7 || &amp;lt;0.51 || &amp;gt;170 || 1800 || 384 || [http://www.bitcoin.org/smf/index.php?topic=2444.0 rpcminer-cuda] [http://www.bitcoin.org/smf/index.php?topic=4967.msg72816#msg72816 source]&lt;br /&gt;
|-&lt;br /&gt;
| GTX570 || 105.83 || 0.483 || 219 || 1464 || 480 ||&lt;br /&gt;
|-&lt;br /&gt;
| GTX580 || 119.06 || 0.488 || 244 || 1544 || 512 ||&lt;br /&gt;
|-&lt;br /&gt;
| Quadro FX 580 || 5.7 || 0.14 || 40 || 1125 || 4 ||&lt;br /&gt;
|-&lt;br /&gt;
| Quadro NVS 135M || 1.05 || 0.1 || 10 || 800 || 1 || &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==CPUs==&lt;br /&gt;
&lt;br /&gt;
A lot of nice data can be pulled from [http://www.bitcoin.org/smf/index.php?topic=1628.0 this thread] to seed this section. Also from [https://www.bitcoin.org/wiki/doku.php?id=bitcoin_miners this page on the old wiki].&lt;br /&gt;
&lt;br /&gt;
===AMD===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! nprocs !! Mhash/s !! Mhash/W !! ACP [W] !! Clock !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| 2x Opteron 6128 || 16 || 32.4 || 0.203 || 160W || 2 GHz || 0.3.19 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon X2 3800+ || 2 || 1.73 || 0.03 || 65 W || 2.00 GHz || cpuminer (v0.8.1-1-g69529c3) || -algo=4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon X2 4000+ || 2 || 1.9 || 0.02 || 65W || 2.1 GHz || rpc-miner || &lt;br /&gt;
|-&lt;br /&gt;
| Athlon X2 4400+ ||   || 2.09 || 0.32 || 65W || 2.3GHz || 0.3.19/Win x64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon X2 6000+ || 2 || 2.81 || 0.02 || 125W || 3 GHz || || [http://www.bitcoin.org/smf/index.php?topic=1628.msg22881#msg22881 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon X2 6400+ Black Edition || 2 || 2.9 || 0.023 || 125W || 3.2 GHz || 0.3.20.2 BETA/Win 7 x64 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Athlon XP 2000+ || 2 || 0.62 || 0.009 || 70W || 1.67 GHz || 0.3.18/Ubuntu || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37592#msg37592 source] [http://www.pcstats.com/articleview.cfm?articleid=914&amp;amp;page=4 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X2 240e || 2 || 2.71 || 0.06 || 45W || 2.81 GHz || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Athlon II X4 630 || 4 || 10.7 || 0.11 || 95W || 2.8 GHz || bitcoin-miner 0.4 || &lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1055T || 6 || 15.84 || 0.13 || 125W || 2.82 GHz || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X6 1100T || 6 || 22 || 0.176 || 125W || 3.82 GHz || bitcoin-miner || Aciid#bitcoin-dev&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X3 720 || 3 || 3.8 || 0.04 || 95W || 2.8 GHz || 0.3.1x/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II X3 720 || 3 || 7.2 || 0.08 || 95W || 2.8 GHz || cpu-miner 0.2.1/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|-&lt;br /&gt;
| Phenom II x4 955 || 4 || 11 || 0.09 || 125W || 3.2 GHz || rpcminer-4way ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===ARM===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/W !! ACP [W] !! Clock !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Cortex A8 || 1 || 0.125 || || || 0.6 GHz || cpuminer git (2011-03-26) || Nokia N900: &#039;cryptopp&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Cortex A8 || 1 || 0.2 || || || 0.6 GHz || cpuminer git (2011-03-26) || Nokia N900: &#039;c&#039; algo&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Intel===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model !! p/t !! Mhash/s !! Mhash/W !! ACP [W] !! Clock !! Version !! Comment&lt;br /&gt;
|-&lt;br /&gt;
| Pentium III mobile ? || 1 || 0.3 || 0.014 || 21W || 1.07 GHz || 0.3.1x/Win2K || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source] [http://ark.intel.com/Product.aspx?id=27380 source]&lt;br /&gt;
|-&lt;br /&gt;
| Old Xeon 512k (Dual) || 2x1/2 || 2.0 || ? || ? || 3.06GHz || cpuminer (v0.8.1-1-g69529c3) || HT disabled, algo=4way (twice as fast as the 2nd best algo)&lt;br /&gt;
|-&lt;br /&gt;
| Pentium 4 2.0A || 1 || 0.85 || || || 2.0 GHz || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft-0.4]/WinXP || -g no -t 2&lt;br /&gt;
|-&lt;br /&gt;
| Pentium Dual-Core E5400 || 2/2 || 2.27 || 0.03 || 65W || 2.7 GHz || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Celeron E330 || 2/2 || 2.2  || 0.03 || 65W || 2.5 GHz || 0.3.19/Ubuntu10.04 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37620#msg37620 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core i3 M350 || 2/4 || 1.48 || 0.04 || 35W || 2.27 GHz || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|- &lt;br /&gt;
| Core i5 M450 || 2/4 || 1.8  || 0.05 || 35W || 1.2 GHz || 0.3.17/Win7-54 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg26292#msg26292 source]&lt;br /&gt;
|- &lt;br /&gt;
| Core i5-650  || 2/4 || 5.1 || 0.04 ? ||  || 3.2 GHz || cpuminer-0.7 || -4way&lt;br /&gt;
|-&lt;br /&gt;
| Core i5 ?  || 4/? || 6.5 ||  ||  ||  || client from svn || [http://www.bitcoin.org/smf/index.php?topic=1628.msg37621#msg37621 source]&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400 || 4/4 || 4.5 || 0.05 || 95W || 3.1 GHz || cpuminer git (2011-01-22) || cryptopp_asm32&lt;br /&gt;
|-&lt;br /&gt;
| Core i5-2400 || 4/4 || 14 || 0.15 || 95W || 3.1 GHz || cpuminer git (2011-03-26) || sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 920   || 4/8 || 19.2 || 0.10 || 195 || 4.0 GHz (x21) || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] || -a 5&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 950   || 4/8 || 5.88 || 0.039 || 150W || 3.83 GHz (x23) || bitcoin-0.3.20.2 Win7-64 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 950   || 4/8 || 18.9 || 0.126 || 150W || 3.83 GHz (x23) || [http://www.bitcoin.org/smf/index.php?topic=3486.0 ufasoft] v0.4 ||&lt;br /&gt;
|-&lt;br /&gt;
| Core i7 980x   || 6/12 || 19.2 || 0.15 || 130 || 4.4 GHz (x33) || cpuminer/Win7-64 || &lt;br /&gt;
|- &lt;br /&gt;
| Core i7 980x   || 6/12 || 8.7 ||  ||  || 3.9 GHz (x27) || 0.3.17/Win7-64 || &lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E6550 || 1/2 || 2.45 || ? || ? || 2.33 GHz || cpuminer 0.7.1 (Linux) || --algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E6850 || 2/2 || 6.75 || 0.10 || 65W || 3.0 Ghz || ufasoft-0.3 ||&lt;br /&gt;
|- &lt;br /&gt;
| Core 2 Duo E7300 || 2/2 || 7.76 || 0.11 || 70W || 3.33 GHz (o/c?) || ufasoft-0.3 || miner optimized for Intel Core&lt;br /&gt;
|-&lt;br /&gt;
| Core 2 Duo E7300 || 2/2 || 2.52 || 0.04 || 65W || 2.66 GHz || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5355 (dual) || 2x4/4 || 10.13 || 0.16 || 120W || 2.66GHz || bitcoind || Roughly the same speed as the &amp;quot;c&amp;quot; algo in cpuminer&lt;br /&gt;
|-&lt;br /&gt;
| Xeon X5355 (dual) || 2x4/4 || 22.76 || 0.09 || 120W || 2.66GHz || cpuminer (v0.8.1-1-g69529c3) || -O2 -march=core2, algo=sse2_64&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5440 || 4/8 || 7.3 || ? || 80W || 2.66 GHz|| Kiv&#039;s poclbm-gui || FIXME: Either wrong model # or wrong threads/speed info&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5520 || 4/8 || 6.5 || 0.08 || 80W || 2.27 GHz || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5530 || 4/8 || 7.14 || 0.09 || 80W || 2.4 GHz || bitcoind || [http://www.bitcoin.org/smf/index.php?topic=1628.msg19426#msg19426 source]&lt;br /&gt;
|-&lt;br /&gt;
| Xeon E5630 (dual) || 2x4/8 || 8 || 0.1 || 80W || 2.53 GHz || 0.3.17/Win7-64 || [http://www.bitcoin.org/smf/index.php?topic=1628.msg29471#msg29471 source]&lt;br /&gt;
|-&lt;br /&gt;
| Atom N270 || 1 || 0.42 || &#039;&#039;&#039;0.17&#039;&#039;&#039; || 2.5W || 1.6 GHz || 0.3.1x/WinXP || [http://www.bitcoin.org/smf/index.php?topic=1628.msg24699#msg24699 source]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Mining rig]]&lt;br /&gt;
* [[OpenCL miner]]&lt;br /&gt;
* [http://www.pcper.com/article.php?aid=745 ATI Stream vs. NVIDIA CUDA - GPGPU computing battle royale]&lt;br /&gt;
&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Glass</name></author>
	</entry>
</feed>