Separate names with a comma.
Hi davecgh, I found the problems the issue is the nonce endianess. If I change the nonce cc504d62 into 624d50cc, I got the hash. sgminer logs...
HI davecgh, thanks for you reply. I got the point from the first part. But from the second part, I am still a little bit confused. for this...
Hi all , I am currently try to understand how decred hash function working. I have implemented blake256 function ,and passed the tests...