Post
Topic
Board Pools
Merits 1 from 1 user
Re: [∞ YH] US/EU/AU solo.ckpool.org 2% fee solo mining 304 blocks solved!
by
-ck
on 05/08/2025, 22:53:22 UTC
⭐ Merited by vapourminer (1)
Hi -CK

Technical question on CKPool/Bitcoincore if I may.

When a block is found by a miner, how does this data propagate from the miner to bitcoincore and then onto the network

Also, does Bitcoincore propagate the entire block when a block is found or just the block header with the winning hash?

How much data is submitted to the bitcoin network upon finding a block?
Miner sends small amount of data to pool representing what is required to constitute a low hash from its current stratum template.
Pool submits a submitblock message to bitcoin core with the full block data.
Bitcoin core submits a compact block message describing block header, nonce, transaction IDs, prefilled transactions as needed and extra transactions it thinks may be needed.
The amount of data is variable depending on how much the other node knows, and they may request further data. A full block is only sent to nodes that don't avertise compactblock support.