Nice. What changes have you made?
Pretty much addressed the following
DOH uint256 GetPoWHash() const
{
uint256 thash;
scrypt_1024_1_1_256(BEGIN(nVersion), BEGIN(thash));
return thash;
}
|
vscrypt_1024_1_1_256(BEGIN(nVersion), BEGIN(thash));^
| Thanks to darkip for pointing it out. Will see how it works out.
I am working on more large updates but they are rather raw at this point. I'm about a week behind on my real job, have tons of catching up to do.