tradecraftio / tradecraft

Tradecraft integration/staging tree https://tradecraft.io/download
Other
13 stars 9 forks source link

Stratum sends two block updates to the miner that found the last block #75

Closed maaku closed 4 years ago

maaku commented 4 years ago

When a block is found, new work is immediately sent to the node that found it, and then the block notification thread also sends new work to all connected nodes. This results in a new block template being sent to the same miner twice.

maaku commented 4 years ago

Fixed in #76 .