cryptonight icon indicating copy to clipboard operation
cryptonight copied to clipboard

Monero Stratum protocol

Open phantomlsh opened this issue 5 years ago • 1 comments

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?

phantomlsh avatar Jun 06 '19 06:06 phantomlsh

copy(blob[39:39+4], nonce)
cryptonight.Sum(blob, 2)

Equim-chan avatar Jun 15 '19 15:06 Equim-chan