Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go
by
_ingsoc
on 27/01/2016, 15:27:16 UTC
Feel free to build and benchmark Decred's cgminer fork. Could use some data on hardware performance. Testnet and miner binaries will be out tomorrow morning!
I reviewed the changes. Can you/dev explain why was this changed?

from
Quote
uint32_t tmp_hash7, Htarg = le32toh(((const uint32_t *)ptarget)[7]);

to
Quote
uint32_t tmp_hash7, Htarg = le32toh(((const uint32_t *)ptarget)[29]);

I read the spec and hash still 32 bytes (=8 integer) long, so the target last integer index is still 7.

Thanks for this. Would it be possible to open an issue directly for the repo, so it can be investigated through the proper channel? That will mean it absolutely gets technical insight and response.