jgarzik / pyminer

Python miner for bitcoin
MIT License
840 stars 354 forks source link

target value calculations #5

Closed prozacgod closed 6 years ago

prozacgod commented 10 years ago
    targetbin = targetbin[::-1] # byte-swap and dword-swap

I don't think that comment is correct there?

prozacgod commented 10 years ago

Not that it's all that important but I was following through the code, and it doesn't even make sense to "dword-swap" based on the value coming in. (I mean, maybe it does and I just got it wrong :/ )