Documentation Index
Fetch the complete documentation index at: https://docs.basedmining.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Two payouts per block
Every time the pool finds a block, two things happen:Finder gets 1 BTC
Paid by the Bitcoin protocol directly to the finder’s BTC address. Instant, the moment the block lands.
Everyone else gets a slice
The ~2.1 BTC + fees remainder is split among all contributors of the round, by accepted-share difficulty. Sent on-chain, automatic.
How your share is calculated
Within a round (the time between two blocks the pool found), every accepted share you submit gets counted by difficulty:When you get paid
- Finder reward (if you win): instant. The 1 BTC is in the same Bitcoin block your miner solved.
- Remainder share: typically within ~24 hours of a block being found. The operator runs the round through the payout simulator, verifies it reconciles, and broadcasts a single Bitcoin transaction with everyone’s share.
What you watch on the dashboard
Your per-miner page atbasedmining.xyz/miner/<your-btc-address> shows:
- Live hashrate (1m, 1h, 24h)
- Best share you’ve submitted (your “top difficulty”)
- Total accepted vs rejected shares
- Last share timestamp
- PH-days (cumulative work)
- Blocks the pool found that you contributed to
Use a wallet you control
The 1 BTC finder reward is enforced by Bitcoin consensus, not by us. Anyone can verify by:
- Connecting to stratum at
pool.basedmining.xyz:3333with your address - Capturing the
mining.notifymessage - Reconstructing the coinbase template from the
coinb1 + extranonce + coinb2fields - Running
decoderawtransactionon a Bitcoin node
vout[0]. If you see anything else, contact us and don’t mine.
This is the strongest possible payout guarantee in mining — even the pool operator cannot route your finder reward elsewhere.