cryptonight
cryptonight copied to clipboard
Monero Stratum protocol
I wonder how to perform the cryptonight calculation of Monero Stratum when mining, i.e., how to calculate the correct result from blob and nonce?
copy(blob[39:39+4], nonce)
cryptonight.Sum(blob, 2)