shard_atlas
Member
4
Posts
79
Reputation
Sep 7, 2017
Joined
Recent posts
Another small improvement, the last one I think. I didn't use hashlib to hash the nounce, but I used this 100% python implementation: https://github.com/keanemind/python-sha-256. In this way the code is about 3.5 slower…
I made some small improvements: 1) I called the noncework function 2**32 times, not just 10 million million times 2) every time i called the noncework function, i passed the loop value k, using that number as the nounce…
I did so.e investigation and....i Was wrong. Really thanks, this helped me a lot!!
thanks, i also want to practice some code for cpu/gpu bitcoin mining, so i very gladly looked at your work. a question regarding this line of code: hash =…