You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any expectation on the endianness for NerdSHA256Plus?
I noticed the NerdMiner reversing all blockheader fields coming from the pool but not merkle (post hashing its BE)
What's the required blockheader format for NerdSHA256Plus ?
When given the block header in LE format (as it comes from the pool), with reversed merkle (post double sha256) to keep it LE
BLOCKHEADER: 20000000dec6d0b18efc502ceb1c4df64793bbbcb291a6450002ac290000000000000000fbc46586cc5fc60ed3a55b2572abb4c4096f79b76878cc7c59f6d5ebb0d4e228671aa7731702f12800000000
Then passed through the hashing
The output returned by NerdSHA256Plus is
NERDPLUS: a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5|d34efd79
Where the NerdSHA256 (no plus) implementation returns correct results:
Is there any expectation on the endianness for NerdSHA256Plus?
I noticed the NerdMiner reversing all blockheader fields coming from the pool but not merkle (post hashing its BE)
The text was updated successfully, but these errors were encountered: