shufps / piaxe-miner

A Python-based ASIC miner
GNU General Public License v3.0
33 stars 9 forks source link

Fix handling of mining.subscribe reply and extranonce2_size #3

Closed johnny9 closed 11 months ago

johnny9 commented 11 months ago

Two errors prevented the miner from working on braiins pool. The first is that the code was assuming the mining.notify subscription is the first in the list which isn't always true. The second is that the extranonce2 is the coinbase was not being limited by the size defined in the subscription reply.