<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=BitcoinPool.com</id>
	<title>BitcoinPool.com - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=BitcoinPool.com"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=BitcoinPool.com&amp;action=history"/>
	<updated>2026-05-15T09:17:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=BitcoinPool.com&amp;diff=3355&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;&lt;amp/&gt; A mining pool server which offers shared block payouts. This pool gives you the most statistics and believes in keeping everything as transparent as p...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=BitcoinPool.com&amp;diff=3355&amp;oldid=prev"/>
		<updated>2019-04-18T04:13:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;amp/&amp;gt; A &lt;a href=&quot;/index.php?title=Pooled_mining&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Pooled mining (page does not exist)&quot;&gt;mining pool&lt;/a&gt; server which offers shared block payouts. This pool gives you the most statistics and believes in keeping everything as transparent as p...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;amp/&amp;gt;&lt;br /&gt;
A [[Pooled mining|mining pool]] server which offers shared block payouts. This pool gives you the most statistics and believes in keeping everything as transparent as possible. This pool also shows you the efficiency of your bitcoin miner, which is very unique feature that no other mining pools have. The pool operates on the fact that more efficient miners reduce the amount of resources used by server, and with fewer resources being wasted, the server can handle a large number of users.&lt;br /&gt;
&lt;br /&gt;
The pool operators also released [[poclbm-mod]] which is a modified version of m0mchill's [[poclbm|poclbm]] miner that is 5x more efficient. What this means is that [[poclbm-mod]] searches through the entire work it receives from the pool server before asking for more work, which reduces the amount of wasted resources. Currently, no other miners are as efficient as [[poclbm-mod]]. In general, all other bitcoin mining programs, including [[poclbm]], ignore the concept of efficiency altogether which have caused an unnecessary amount of strain on the various mining pools.&lt;br /&gt;
&lt;br /&gt;
Getwork or Share Efficiency is defined as:&lt;br /&gt;
&lt;br /&gt;
(The # of getwork requested) / (The number of submitted shares) * 100&lt;br /&gt;
&lt;br /&gt;
The service was first available for Beta testing starting March 08, 2011.&lt;br /&gt;
&lt;br /&gt;
Only shares from the current block in the current round are accepted.&lt;br /&gt;
&lt;br /&gt;
==How to run various miners==&lt;br /&gt;
&lt;br /&gt;
'''BitcoinPool Miner (Windows):'''&lt;br /&gt;
&lt;br /&gt;
poclbm-mod.exe -d 0 -v -w 128 -f 60 -user=USERNAME --pass=PASSWORD&lt;br /&gt;
&lt;br /&gt;
'''BitcoinPool Miner (*nix OS):'''&lt;br /&gt;
&lt;br /&gt;
python poclbm-mod.py -d 0 -v -w 128 -f 60 --user=USERNAME --pass=PASSWORD&lt;br /&gt;
&lt;br /&gt;
'''m0mchil's GPU miner (*nix OS):'''&lt;br /&gt;
&lt;br /&gt;
python poclbm -d 0 -v -w 128 -f 60 -user=USERNAME --pass=PASSWORD&lt;br /&gt;
&lt;br /&gt;
'''m0mchil's GPU miner (Windows):'''&lt;br /&gt;
&lt;br /&gt;
poclbm.exe -d 0 -v -w 128 -f 60 -user=USERNAME --pass=PASSWORD&lt;br /&gt;
&lt;br /&gt;
'''DiabloMiner (*nix):'''&lt;br /&gt;
&lt;br /&gt;
DiabloMiner-YourOS.sh -u USERNAME -p PASSWORD -o bitcoinpool.com -r 8334 -g 10&lt;br /&gt;
&lt;br /&gt;
'''DiabloMiner (Windows):'''&lt;br /&gt;
&lt;br /&gt;
java -cp target\libs\*;target\DiabloMiner-0.0.1-SNAPSHOT.jar -Djava.library.path=target\libs\natives\windows com.diablominer.DiabloMiner.DiabloMiner -u USERNAME -p PASSWORD -o bitcoinpool.com -r 8334 -g 10&lt;br /&gt;
&lt;br /&gt;
'''puddinpop's RPC miner (*nix OS):'''&lt;br /&gt;
&lt;br /&gt;
rpcminer-[PLATFORM] -url=http://bitcoinpool.com:8334 -user=USERNAME -password=PASSWORD -workrefreshms=20000&lt;br /&gt;
Note: Replace [PLATFORM] with opencl for ATI/AMD cards, or cuda for nVidia cards, and add the -gpu flag if not using cpu.&lt;br /&gt;
&lt;br /&gt;
'''puddinpop's RPC miner (Windows):'''&lt;br /&gt;
&lt;br /&gt;
rpcminer-[PLATFORM].exe -url=http://bitcoinpool.com:8334 -user=USERNAME -password=PASSWORD -workrefreshms=20000&lt;br /&gt;
Note: Replace [PLATFORM] with opencl for ATI/AMD cards, or cuda for nVidia cards, and add the -gpu flag if not using cpu.&lt;br /&gt;
&lt;br /&gt;
'''Ufasoft's CPU Miner (Windows):'''&lt;br /&gt;
&lt;br /&gt;
bitcoin-miner.exe -a 20 -t # -o http://bitcoinpool.com:8334/ -u USERNAME -p PASSWORD&lt;br /&gt;
Note: The # sign after -t indicates the number of cores in your CPU. i.e an Intel Core 2 Quad would use '-t 4'.&lt;br /&gt;
&lt;br /&gt;
'''jgarzik's CPU miner (*nix):'''&lt;br /&gt;
&lt;br /&gt;
minerd -s 20 -t 2 --url http://bitcoinpool.com:8334 --userpass USERNAME:PASSWORD&lt;br /&gt;
&lt;br /&gt;
'''jgarzik's CPU miner (Windows):'''&lt;br /&gt;
&lt;br /&gt;
minerd.exe -s 20 -t 2 --url http://bitcoinpool.com:8334 --userpass USERNAME:PASSWORD&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[Comparison of mining pools]]&lt;br /&gt;
* [[Pooled Mining]]&lt;br /&gt;
* [[poclbm-mod]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
* [http://bitcoinpool.com Bitcoin Pool] web site&lt;br /&gt;
* [http://bitcoinpool.com poclbm-mod] source code and binary available on the main site.&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://bitcoin.it/ http://bitcoin.it/]&lt;br /&gt;
[[Category:Mining pools]]&lt;br /&gt;
[[Category:Mining]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>