Difference between revisions of "Ckpool"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "ckpool is a ultra low overhead massively scalable multi-process, multi-threaded modular bitcoin mining pool, proxy, passthrough, library and database interface in c for Linux....")
 
(Hashmine doesn't exist any more (for a long time now))
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
ckpool is a ultra low overhead massively scalable multi-process, multi-threaded modular bitcoin mining pool, proxy, passthrough, library and database interface in c for Linux.
+
:''This article is about the mining pool backend software. For other uses, see [[Ckpool (disambiguation)]].''
 +
 
 +
 
 +
'''ckpool''' is a ultra low overhead massively scalable multi-process, multi-threaded modular bitcoin mining pool, proxy, passthrough, library and database interface in c for Linux.
  
 
It was announced on 21. September 2014 <ref>https://bitcointalk.org/index.php?topic=790323.0 CKPOOL - Open source pool/database/proxy/passthrough/library in c for Linux</ref>. It is developed by Con Kolivas and Andrew Smith under the GPLv3 license. The source code is available from https://bitbucket.org/ckolivas/ckpool.
 
It was announced on 21. September 2014 <ref>https://bitcointalk.org/index.php?topic=790323.0 CKPOOL - Open source pool/database/proxy/passthrough/library in c for Linux</ref>. It is developed by Con Kolivas and Andrew Smith under the GPLv3 license. The source code is available from https://bitbucket.org/ckolivas/ckpool.
  
The developers can be contacted on IRC channel: irc://irc.freenode.net/ckpool
+
The developers can be contacted on IRC channel: irc://irc.freenode.net/ckpool.
  
  
 
==List of current ckpools implementations==
 
==List of current ckpools implementations==
  
[[CKPool]] http://www.kano.is<br />
+
[[KanoPool]]: http://www.kano.is<br />
http://hashmine.io (private for now)<br />
+
[[solo.ckpool]]: http://solo.ckpool.org (anonymous solo mining)<br />
[[solo.ckpool]] http://solo.ckpool.org (anonymous solo mining)<br />
+
[[solo.ckpool|testnet.solo.ckpool]]: http://testnet.ckpool.org (testnet only)
[[solo.ckpool|testnet.solo.ckpool]] http://testnet.ckpool.org (testnet only)
 
  
  
Line 25: Line 27:
  
 
[[Category:Mining]]
 
[[Category:Mining]]
[[Category:Pool_Operators]]
+
{{lowercase}}

Latest revision as of 00:14, 27 February 2017

This article is about the mining pool backend software. For other uses, see Ckpool (disambiguation).


ckpool is a ultra low overhead massively scalable multi-process, multi-threaded modular bitcoin mining pool, proxy, passthrough, library and database interface in c for Linux.

It was announced on 21. September 2014 [1]. It is developed by Con Kolivas and Andrew Smith under the GPLv3 license. The source code is available from https://bitbucket.org/ckolivas/ckpool.

The developers can be contacted on IRC channel: irc://irc.freenode.net/ckpool.


List of current ckpools implementations

KanoPool: http://www.kano.is
solo.ckpool: http://solo.ckpool.org (anonymous solo mining)
testnet.solo.ckpool: http://testnet.ckpool.org (testnet only)


See also


References

  1. https://bitcointalk.org/index.php?topic=790323.0 CKPOOL - Open source pool/database/proxy/passthrough/library in c for Linux