Solo.ckpool: Difference between revisions
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
:''This article is about the | :''This article is about the mining pool. For other uses, see [[Ckpool (disambiguation)]].'' | ||
'''solo.ckpool.org''' is a | '''solo.ckpool.org''' is a mining pool that doesn't divide the reward among other participants. | ||
Despite its deceptive name, it is *not* the same thing as solo mining. | |||
solo.ckpool was started on the 31. August 2014 <ref>[https://bitcointalk.org/index.php?topic=763510.msg8604106#msg8604106 (∞ YH) solo.ckpool.org 0.5% fee anonymous | solo.ckpool was started on the 31. August 2014 <ref>[https://bitcointalk.org/index.php?topic=763510.msg8604106#msg8604106 (∞ YH) solo.ckpool.org 0.5% fee anonymous bitcoin and free testnet mining!]</ref>. For developers there is also a testnet implementation available. | ||
Pool code created and operated by Con Kolivas, creator of [[cgminer]] and [[ckpool]]. | Pool code created and operated by Con Kolivas, creator of [[cgminer]] and [[ckpool]]. | ||
Line 11: | Line 12: | ||
* [[Stratum]] - Use for ALL stratum capable Bitcoin mining software | * [[Stratum]] - Use for ALL stratum capable Bitcoin mining software | ||
stratum+tcp://solo.ckpool.org:3333 | stratum+tcp://solo.ckpool.org:3333 | ||
stratum+tcp://solo.ckpool.org:4334 | |||
Miners closer to Europe please use one of: | |||
stratum+tcp://eusolo.ckpool.org:3333 | |||
stratum+tcp://eusolo.ckpool.org:4334 | |||
If you use an incompatible rental service that refuses to work on port 3333 try the following: | |||
stratum+tcp://solo.ckpool.org:4334 | |||
If you have an asicminer tube/prisma, you can use a custom port 3335 (only accepts usernames without worker extensions) eg: | |||
stratum+tcp://solo.ckpool.org:3335 (outdated) | |||
Set your username to your btcaddress with any or even no worker extension, and any password. | Set your username to your btcaddress with any or even no worker extension, and any password. | ||
* [[Testnet]] | * [[Testnet]] | ||
stratum+tcp://testnet.ckpool.org:3333 | stratum+tcp://testnet.ckpool.org:3333 (outdated) | ||
Note this is mining worthless testnet coins only! Also, you must be using a testnet bitcoin address on this edition. | Note this is mining worthless testnet coins only! Also, you must be using a testnet bitcoin address on this edition. | ||
==Reward distribution== | ==Reward distribution== | ||
* If you find a block, | * If you find a block, 98% of the 3.125 BTC + transaction fees get generated directly at your bitcoin address. | ||
* | * 2% goes to the operator to operate the pool and contribute to further ckpool code development. | ||
For testnet: | For testnet (offline): | ||
* If you find a block, 100% of the testnet coins + transaction fees get generated directly at your bitcoin address. | * If you find a block, 100% of the testnet coins + transaction fees get generated directly at your bitcoin address. | ||
Line 51: | Line 63: | ||
* [http://solo.ckpool.org/ solo.ckpool] web site | * [http://solo.ckpool.org/ solo.ckpool] web site | ||
* [http://testnet.ckpool.org/ solo.ckpool testnet] web site | * [http://eusolo.ckpool.org/ eusolo.ckpool] solockpool EU node | ||
* [http://testnet.ckpool.org/ solo.ckpool testnet] web site (offline) | |||
==References== | ==References== |
Latest revision as of 14:46, 11 February 2025
- This article is about the mining pool. For other uses, see Ckpool (disambiguation).
solo.ckpool.org is a mining pool that doesn't divide the reward among other participants.
Despite its deceptive name, it is *not* the same thing as solo mining.
solo.ckpool was started on the 31. August 2014 [1]. For developers there is also a testnet implementation available.
Pool code created and operated by Con Kolivas, creator of cgminer and ckpool.
Servers to use
- Stratum - Use for ALL stratum capable Bitcoin mining software
stratum+tcp://solo.ckpool.org:3333 stratum+tcp://solo.ckpool.org:4334
Miners closer to Europe please use one of:
stratum+tcp://eusolo.ckpool.org:3333 stratum+tcp://eusolo.ckpool.org:4334
If you use an incompatible rental service that refuses to work on port 3333 try the following:
stratum+tcp://solo.ckpool.org:4334
If you have an asicminer tube/prisma, you can use a custom port 3335 (only accepts usernames without worker extensions) eg:
stratum+tcp://solo.ckpool.org:3335 (outdated)
Set your username to your btcaddress with any or even no worker extension, and any password.
stratum+tcp://testnet.ckpool.org:3333 (outdated)
Note this is mining worthless testnet coins only! Also, you must be using a testnet bitcoin address on this edition.
Reward distribution
- If you find a block, 98% of the 3.125 BTC + transaction fees get generated directly at your bitcoin address.
- 2% goes to the operator to operate the pool and contribute to further ckpool code development.
For testnet (offline):
- If you find a block, 100% of the testnet coins + transaction fees get generated directly at your bitcoin address.
Extra features
- No overheads of running a full bitcoin node
- Connected to high speed low latency bitcoin nodes for rapid block change notification and propagation.
- No transaction-free blocks due to the ultra-scaleable code which has miners on both new blocks and transactions concurrently.
- No registration required, no payment schemes, no pool operator wallets
- The miner remains anonymous apart from his BTC address.
How to run miners
CGMiner Forum
cgminer -o stratum+tcp://solo.ckpool.org:3333 -u 1YOUROWNBITCOINADDRESS.0 -p x If you enter an invalid address you will be rejected.
See also
External links
- solo.ckpool web site
- eusolo.ckpool solockpool EU node
- solo.ckpool testnet web site (offline)
References
|