Bitcoin Forum
July 18, 2025, 10:44:57 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 [277] 278 279 280 »
  Print  
Author Topic: [∞ YH] solo.ckpool.org 2% fee solo mining 302 blocks solved!  (Read 116970 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (21 posts by 1+ user deleted.)
hawer357
Member
**
Offline Offline

Activity: 434
Merit: 98

Coin, Coin, Bitcoin


View Profile
June 13, 2025, 10:44:05 AM
 #5521

Hey guys, can someone show me a tutorial on how to set up a solo ckpool on Pi OS? Here is my set up:

 - Raspberry Pi 5 8GB with a 2TB nvme
 - The latest Pi OS installed on the nvme
 - Bitcoin core installed via snap store and fully synced
 - A bitaxe currently solo mining through ckpool

I would like to mine directly to my own node. I understand I have to set up a solo ckpool in Pi OS for that to happen. I haven't been able to find a working tutorial on Google.... any help would be much appreciated.

p.s. I know umbrelOS is an easy option since they have bitcoin core and public pool in their app store. I would really like to learn how to do it on Pi OS and ckpool.

ask grok


And you think he doesn't know how to ask an AI? How about contributing something constructive?

--== Monitor willi9974's Solo Pool Miner Race @ https://solorun.lima.zone/ ==--
ethanhunt2023
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
June 13, 2025, 12:29:37 PM
 #5522

Hey guys, can someone show me a tutorial on how to set up a solo ckpool on Pi OS? Here is my set up:

 - Raspberry Pi 5 8GB with a 2TB nvme
 - The latest Pi OS installed on the nvme
 - Bitcoin core installed via snap store and fully synced
 - A bitaxe currently solo mining through ckpool

I would like to mine directly to my own node. I understand I have to set up a solo ckpool in Pi OS for that to happen. I haven't been able to find a working tutorial on Google.... any help would be much appreciated.

p.s. I know umbrelOS is an easy option since they have bitcoin core and public pool in their app store. I would really like to learn how to do it on Pi OS and ckpool.

ask grok


And you think he doesn't know how to ask an AI? How about contributing something constructive?

As ck said, it's written in the README.
I have to write a lot.
In short:

1)
sudo apt install -y build-essential git autoconf automake libtool pkg-config \
libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev zlib1g-dev

2)
 install ckpool

3)
./autogen.sh
./configure

4)
make

5)
nano ckpool.conf

6) copy/paste this in nano:
{
  "btcd": [
    {
      "url": "127.0.0.1:8332",
      "auth": "ethanhunt",
      "pass": "Bitcoin",
      "notify": true
    }
  ],
  "btcaddress": "1DCy42drohR8MXvVs4DPQegH6QDL1Nr7A5",
  "btcsig": "/mined by Biden in Termux/",
  "blockpoll": 1000,
  "donation": 0.5,
  "nonce1length": 4,
  "nonce2length": 8,
  "update_interval": 2,
  "version_mask": "1fffe000",
  "serverurl": [
    "0.0.0.0:3333"
  ],
  "mindiff": 1,
  "startdiff": 1,
  "maxdiff": 0,
  "zmqblock": "tcp://127.0.0.1:28332",
  "logdir": "/data/data/com.termux/files/home/ckpool/logs"
}


7)
replace btcaddress with yours and auth and pass

to be the same as bitcoin.conf in bitcoind

Cool
start  ckpool with:

./ckpool -c ckpool.conf


9)

Bitcoind, ckpool and bitaxe must be started. Bitaxe must have: stratum+tcp://127.0.0.1:3333




hawer357
Member
**
Offline Offline

Activity: 434
Merit: 98

Coin, Coin, Bitcoin


View Profile
June 13, 2025, 02:52:01 PM
 #5523



9)

Bitcoind, ckpool and bitaxe must be started. Bitaxe must have: stratum+tcp://127.0.0.1:3333


This doesn’t make sense — if the Bitaxe were configured to connect to stratum at 127.0.0.1:3333, the mining pool would have to be running on the Bitaxe itself. However, since the Bitaxe runs on its own hardware, it needs to connect to the actual IP address of a reachable mining pool.

BTW: -ck also pointed to a Youtube video, which explains the setup in detail.

--== Monitor willi9974's Solo Pool Miner Race @ https://solorun.lima.zone/ ==--
Andrey123
Sr. Member
****
Offline Offline

Activity: 1834
Merit: 305



View Profile
June 15, 2025, 11:47:55 AM
 #5524

Friends, how to choose the right pool for solo mining?
I can't understand if this one works fine or not...

Hello! Voluntary donations that will go towards the development of my coin.
34bwEhH3GMx6swYXt2NBfFbYGkdTcaWtXz....BTC

hawer357
Member
**
Offline Offline

Activity: 434
Merit: 98

Coin, Coin, Bitcoin


View Profile
June 15, 2025, 12:45:21 PM
 #5525

Friends, how to choose the right pool for solo mining?
I can't understand if this one works fine or not...

This pool in particular works very good.The pool has already mined lot's of blocks. But maybe you want to check out this mining community, https://bitcointalk.org/index.php?topic=5477020, which mines against ck-pool.

--== Monitor willi9974's Solo Pool Miner Race @ https://solorun.lima.zone/ ==--
glapril
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 17, 2025, 09:57:08 PM
 #5526

Philip created this video for setting up your own solo pool, but it was not for Pi OS per se:
https://www.youtube.com/watch?v=dAa6PkVN-3o
Check for updated README-SOLOMINING instructions on the ckpool git repository, as it shows how to configure it for bitcoin core versions 28 and later.

Thanks CK.

I did come across that readme file and tried my best to read it. It's far too hard for me to follow as I have zero experience with coding/linux. This whole set up is purely my personal interest and my way of contributing to bitcoin's decentralisation. My node has been up and running for a week now, which I'm really stocked about. would be nice If I could set up my own mining pool on it too. I will keep trying...
rwwilson75
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
June 19, 2025, 03:36:45 AM
 #5527

I am using an apollo futurebit running its own node to solo mine to. I see that it uses ckpool. I can not find my stats when visiting the ckpool stats using my btc address. Is there a a way to view my stats on ckpool when using a futurebit apollo 2?
-ck (OP)
Legendary
*
Offline Offline

Activity: 4508
Merit: 1668


Ruu \o/


View Profile WWW
June 19, 2025, 04:46:05 AM
 #5528

I am using an apollo futurebit running its own node to solo mine to. I see that it uses ckpool. I can not find my stats when visiting the ckpool stats using my btc address. Is there a a way to view my stats on ckpool when using a futurebit apollo 2?
No, because you're running it locally. You can mine to this solo pool directly to see stats here, but that defeats the purpose of having a miner that solo mines to itself. ckpool is software run on both the solo pool and your miner. They don't talk to each other.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
TIRMINE
Jr. Member
*
Offline Offline

Activity: 131
Merit: 4


View Profile
June 19, 2025, 06:45:23 PM
 #5529

I am using an apollo futurebit running its own node to solo mine to. I see that it uses ckpool. I can not find my stats when visiting the ckpool stats using my btc address. Is there a a way to view my stats on ckpool when using a futurebit apollo 2?

you view it on your apollo
-ck (OP)
Legendary
*
Offline Offline

Activity: 4508
Merit: 1668


Ruu \o/


View Profile WWW
July 02, 2025, 10:15:02 PM
Merited by joker_josue (1)
 #5530

A block party is being held this weekend with an estimated up to 7EH where you can contribute your own hash or buy hash if anyone's interested:
https://upendo.rigly.io/

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
TIRMINE
Jr. Member
*
Offline Offline

Activity: 131
Merit: 4


View Profile
July 02, 2025, 11:31:10 PM
 #5531

A block party is being held this weekend with an estimated up to 7EH where you can contribute your own hash or buy hash if anyone's interested:
https://upendo.rigly.io/

Nice!  Just joined the party! 
joker_josue
Legendary
*
Offline Offline

Activity: 2086
Merit: 6035


**In BTC since 2013**


View Profile WWW
July 02, 2025, 11:32:39 PM
 #5532

A block party is being held this weekend with an estimated up to 7EH where you can contribute your own hash or buy hash if anyone's interested:
https://upendo.rigly.io/

Thanks for sharing.
I didn't know about it, I'll try to be part of the party.


Is there a space where you can see the results of previous parties?

▄███████████████████▄
████████████████████████

██████████▀▀▀▀██████████
███████████████▀▀███████
█████████▄▄███▄▄█████
████████▀▀████▀███████
█████████▄▄██▀██████████
████████████▄███████████
██████████████▄█████████
██████████▀▀███▀▀███████
███████████████████████
█████████▄▄████▄▄████████
▀███████████████████▀
.
 BC.GAME 
███████████████
███████████████
███████████████
███████████████
██████▀░▀██████
████▀░░░░░▀████
███░░░░░░░░░███
███▄░░▄░▄░░▄███
█████▀░░░▀█████

███████████████

███████████████

███████████████

███████████████
███████████████
███████████████
███████████████
███████████████
███░░▀░░░▀░░███
███░░▄▄▄░░▄████
███▄▄█▀░░▄█████
█████▀░░▐██████
█████░░░░██████

███████████████

███████████████

███████████████

███████████████
███████████████
███████████████
███████████████
███████████████
██████▀▀░▀▄░███
████▀░░▄░▄░▀███
███▀░░▀▄▀▄░▄███
███▄░░▀░▀░▄████
███░▀▄░▄▄██████

███████████████

███████████████

███████████████

███████████████

DEPOSIT BONUS
.1000%.
GET FREE
...5 BTC...

REFER & EARN
..$1000 + 15%..
COMMISSION


 Play Now 
Nexus9090
Full Member
***
Offline Offline

Activity: 405
Merit: 133

So many numbers and so little time


View Profile
July 03, 2025, 07:14:10 AM
 #5533

A block party is being held this weekend with an estimated up to 7EH where you can contribute your own hash or buy hash if anyone's interested:
https://upendo.rigly.io/

Interesting, but given the division of rewards its really not worth it for smaller rigs
TIRMINE
Jr. Member
*
Offline Offline

Activity: 131
Merit: 4


View Profile
July 03, 2025, 02:32:03 PM
 #5534

A block party is being held this weekend with an estimated up to 7EH where you can contribute your own hash or buy hash if anyone's interested:
https://upendo.rigly.io/

Interesting, but given the division of rewards its really not worth it for smaller rigs
You can buy hash directly with them to point instead of pointing your own miner.  Read through you can get a decent chunk of the reward
Nexus9090
Full Member
***
Offline Offline

Activity: 405
Merit: 133

So many numbers and so little time


View Profile
July 03, 2025, 04:28:24 PM
Merited by willi9974 (1)
 #5535

A block party is being held this weekend with an estimated up to 7EH where you can contribute your own hash or buy hash if anyone's interested:
https://upendo.rigly.io/

Interesting, but given the division of rewards its really not worth it for smaller rigs
You can buy hash directly with them to point instead of pointing your own miner.  Read through you can get a decent chunk of the reward

Thanks but I still don't think its worth it for the odds of getting a return.

If I want to buy hashrate then I'll do a solo run with a rental same risk greater reward.
philipma1957
Legendary
*
Offline Offline

Activity: 4550
Merit: 10179


'The right to privacy matters'


View Profile WWW
July 03, 2025, 06:26:03 PM
 #5536

I do have around 2ph that I own which I could do a rental at a small markup.


oh finally got my bit axe gamma stable.


https://solostats.ckpool.org/users/bc1qns96gdmrd024q20kav0x6lrlfg72qg8avu54ug.



██████▄██▄███████████▄█▄
█████▄█████▄████▄▄▄█
███████████████████
████▐███████████████████
███████████▀▀▄▄▄▄███████
██▄███████▄▀███▀█▀▀█▄▄▄█
▀██████████▄█████▄▄█████▀██
██████████▄████▀██▄▀▀▀█████▄
█████████████▐█▄▀▄███▀██▄
███████▄▄▄███▌▌█▄▀▀███████▄
▀▀▀███████████▌██▀▀▀▀▀█▄▄▄████▀
███████▀▀██████▄▄██▄▄▄▄███▀▀
████████████▀▀▀██████████
 BETFURY ....█████████████
███████████████
███████████████
███▀▀▄░░░▄▀▀███
██░████░████░██
█░░▀██▀░▀██▀░░█
█░██▄░░░░░▄██░█
█░███▄░░░▄███░█
██░▀▀▄███▄▀▀░██
███▄▄░▀▀▀░▄▄███
███████████████
███████████████
░░█████████████
█████████████
███████████████
███████████████
███▀▀▄▄░▄▄▀▀███
██░████░████░██
█░██████▄▀▀██░█
█░▀▀███████▄▄░█
█░██▄▄▀██████░█
██░████░████░██
███▄▄▀▀░▀▀▄▄███
███████████████
███████████████
░░█████████████
blockhilltop
Jr. Member
*
Offline Offline

Activity: 142
Merit: 6


View Profile
July 03, 2025, 09:45:45 PM
Last edit: July 03, 2025, 09:56:14 PM by blockhilltop
 #5537

Boom!

Block 903883 goes to a lucky miner using the EU server, sending about 2.5 PH!

Congrats, well done!

https://mempool.space/block/000000000000000000004c918a929cb2710b5376dcdd89e719c521dc5255115c
-ck (OP)
Legendary
*
Offline Offline

Activity: 4508
Merit: 1668


Ruu \o/


View Profile WWW
July 03, 2025, 11:19:49 PM
 #5538

Congratulations to miner bc1qyj7x3d64znz2jdn28k0fxl8pq4q39a3ke79sj3 with 2.3PH for solving block number 301 on the EU http://solo.ckpool.org!

Code:
[2025-07-03 21:37:17.080] Possible block solve diff 941072047180675.375000 !
[2025-07-03 21:37:17.146] BLOCK ACCEPTED!
[2025-07-03 21:37:17.174] Solved and confirmed block 903883 by bc1qyj7x3d64znz2jdn28k0fxl8pq4q39a3ke79sj3
[2025-07-03 21:37:17.174] User bc1qyj7x3d64znz2jdn28k0fxl8pq4q39a3ke79sj3:{"hashrate1m": "2.28P", "hashrate5m": "2.29P", "hashrate1hr": "2.3P", "hashrate1d": "2.17P", "hashrate7d": "2.22P", "shares": 6944274227820, "authorised": 1738446333}
[2025-07-03 21:37:17.174] Worker bc1qyj7x3d64znz2jdn28k0fxl8pq4q39a3ke79sj3:{"hashrate1m": "2.28P", "hashrate5m": "2.29P", "hashrate1hr": "2.3P", "hashrate1d": "2.17P", "hashrate7d": "2.22P"}
[2025-07-03 21:37:17.177] Block solved after 79584069356407 shares at 68.0% diff

A miner of this size has about a 1 in 2800 chance of solving a block every day, or once every 8 years on average.

https://mempool.space/block/000000000000000000004c918a929cb2710b5376dcdd89e719c521dc5255115c

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
Nexus9090
Full Member
***
Offline Offline

Activity: 405
Merit: 133

So many numbers and so little time


View Profile
July 04, 2025, 08:31:21 AM
 #5539

Congratulations to miner bc1qyj7x3d64znz2jdn28k0fxl8pq4q39a3ke79sj3 with 2.3PH for solving block number 301 on the EU http://solo.ckpool.org!

Code:
[2025-07-03 21:37:17.080] Possible block solve diff 941072047180675.375000 !
[2025-07-03 21:37:17.146] BLOCK ACCEPTED!
[2025-07-03 21:37:17.174] Solved and confirmed block 903883 by bc1qyj7x3d64znz2jdn28k0fxl8pq4q39a3ke79sj3
[2025-07-03 21:37:17.174] User bc1qyj7x3d64znz2jdn28k0fxl8pq4q39a3ke79sj3:{"hashrate1m": "2.28P", "hashrate5m": "2.29P", "hashrate1hr": "2.3P", "hashrate1d": "2.17P", "hashrate7d": "2.22P", "shares": 6944274227820, "authorised": 1738446333}
[2025-07-03 21:37:17.174] Worker bc1qyj7x3d64znz2jdn28k0fxl8pq4q39a3ke79sj3:{"hashrate1m": "2.28P", "hashrate5m": "2.29P", "hashrate1hr": "2.3P", "hashrate1d": "2.17P", "hashrate7d": "2.22P"}
[2025-07-03 21:37:17.177] Block solved after 79584069356407 shares at 68.0% diff

A miner of this size has about a 1 in 2800 chance of solving a block every day, or once every 8 years on average.

https://mempool.space/block/000000000000000000004c918a929cb2710b5376dcdd89e719c521dc5255115c

Well done!!!

Congrats to the miner and -CK for another block win.  Grin
Fruitman
Jr. Member
*
Offline Offline

Activity: 60
Merit: 3


View Profile
July 04, 2025, 11:39:51 AM
 #5540

hmmm, why it shows only 64T as Bestevershare for the latest Block?

https://solo.ckpool.org/users/bc1qyj7x3d64znz2jdn28k0fxl8pq4q39a3ke79sj3
Pages: « 1 ... 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 [277] 278 279 280 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!