Post
Topic
Board Mining
Re: Bitcoin RPC ASIC Mining
by
owen_a
on 24/01/2025, 19:34:05 UTC
Hello,

I am interested in this documentation.

https://github.com/Huber773/bitcoin

I have compiled Bitcoin Core and am already connected to the network. What I don't understand is how can I mine there?

I can't find any RPC mining software for my ASIC. Is there any way to mine Bitcoin without a pool?

If not, there must already be a pool, since any pool software should be compatible, right?

What you're asking for is basically solo mining. There's a couple of open source pool servers out there already e.g public-pool (GitHub) and CKPool (BitBucket). You can simply compile them and run it. They talk to the Bitcoin Daemon over RPC and subscribe to ZMQ for block notifications.