Market Cap: $2.219T -3.80%
Volume(24h): $129.2422B -1.59%
Fear & Greed Index:

23 - Extreme Fear

  • Market Cap: $2.219T -3.80%
  • Volume(24h): $129.2422B -1.59%
  • Fear & Greed Index:
  • Market Cap: $2.219T -3.80%
Cryptos
Topics
Cryptospedia
News
CryptosTopics
Videos
Top Cryptospedia

Select Language

Select Language

Select Currency

Cryptos
Topics
Cryptospedia
News
CryptosTopics
Videos

How to setup a solo mining pool for Bitcoin? (Block Finder)

Solo mining in 2026 requires running a fully synced Bitcoin Core node (v27.0+), native GBT support (e.g., Antminer S21 v2.0.9+), stable 12V±0.1V power, and ≤120ms latency—GPU rigs are mathematically futile.

Apr 25, 2026 at 08:40 am

Understanding Solo Mining Fundamentals

1. Solo mining means directly connecting your hardware to the Bitcoin network without joining a shared pool. You retain 100% of block rewards if you successfully find a valid block.

2. The probability of success depends entirely on your hash rate relative to the global network difficulty. As of April 2026, the network hash rate exceeds 750 EH/s, making solo success statistically negligible for sub-10 TH/s setups.

3. No intermediary collects fees or redistributes shares. Every candidate block is constructed and submitted by your node alone.

4. You must run a fully synced, reachable Bitcoin Core node with txindex=1 and blockfilterindex=1 enabled in bitcoin.conf.

5. Your node must accept inbound connections. Port 8333 must be open and forwarded through your router or firewall to allow peer discovery and block propagation.

Required Software Stack

1. Bitcoin Core v27.0 or later is mandatory. Earlier versions lack support for modern P2P protocol enhancements required for reliable solo block submission.

2. A compatible miner such as CKPool or Electrum Personal Server (EPS) acts as the bridge between your ASIC firmware and Bitcoin Core’s RPC interface.

3. Custom stratum proxy software like stratum-mining-proxy may be needed if your miner does not natively support getblocktemplate (GBT) calls.

4. System-level dependencies include libzmq3-dev, autoconf, automake, and pkg-config—these are non-optional for compiling CKPool from source on Linux.

5. A dedicated monitoring script using bitcoin-cli getmininginfo and getnetworkhashps must run every 30 seconds to verify active participation.

Node Configuration Steps

1. Edit bitcoin.conf with the following minimal entries: server=1, rpcuser=miner, rpcpassword=securepassword, rpcport=8332, rpcthreads=8.

2. Generate an RPC authentication cookie manually using echo -n 'miner:$(xxd -l 32 -p /dev/urandom)' | sha256sum | cut -d' ' -f1 and store it in ~/.bitcoin/.cookie.

3. Set up UFW rules to allow only localhost access to RPC port: ufw allow from 127.0.0.1 to any port 8332.

4. Restart Bitcoin Core with bitcoind -daemon -reindex-chainstate to enforce full validation consistency before mining begins.

5. Confirm RPC accessibility via curl --data-binary '{'jsonrpc':'1.0','id':'curltext','method':'getblockcount','params':[]}' -H 'content-type:text/plain;' http://miner:securepassword@127.0.0.1:8332/.

Hardware Integration Protocol

1. Antminer S21 firmware version 2.0.9+ supports native GBT over HTTP. Configure its mining URL as http://127.0.0.1:8332 with worker name set to your wallet address.

2. For WhatsMiner M60, disable auto-pool switching in WhatsMiner Tool and force manual stratum mode pointing to localhost port 3333 if using a proxy layer.

3. All ASICs must use --coinbase-addr flag during startup to embed your receiving address into the coinbase transaction.

4. Monitor temperature thresholds strictly: >85°C sustained on any chip triggers immediate throttling in firmware v2.0+, which degrades effective hashrate by up to 37%.

5. Power supply units must deliver stable 12.0V ±0.1V under load; voltage sag below 11.8V causes nonce rejection errors visible in miner logs as “stale share”.

Frequently Asked Questions

Q: Can I use a VPS to host my solo mining node?A: Yes—but only if the VPS provider allows inbound TCP port 8333 and guarantees persistent IPv4 addressing. Most budget VPS services block P2P ports by default.

Q: Does solo mining require constant internet uptime?A: Yes. A single 90-second disconnection during block propagation results in orphaned work. Network latency above 120ms increases stale rate by 22%.

Q: Is it possible to solo mine with GPU rigs in 2026?A: No. Modern Bitcoin difficulty renders GPU-based attempts mathematically futile. Even a cluster of 32 RTX 4090s yields less than 0.0000001% of expected daily blocks.

Q: How do I verify whether my node accepted my own mined block?A: Run bitcoin-cli getbestblockhash followed by bitcoin-cli getblock 'hash' 2 | grep ''miner'. If output shows your configured coinbase address, the block was accepted.

Disclaimer:info@kdj.com

The information provided is not trading advice. kdj.com does not assume any responsibility for any investments made based on the information provided in this article. Cryptocurrencies are highly volatile and it is highly recommended that you invest with caution after thorough research!

If you believe that the content used on this website infringes your copyright, please contact us immediately (info@kdj.com) and we will delete it promptly.

Related knowledge

See all articles

User not found or password invalid

Your input is correct