I found the nonce in share logs (with command --sharelog) is not the correct endian, if you want to check the data with hash function.
Need to change endian manually.
So I wonder if it can be output in correct endian, will not make people misunderstanding.
I was checking the share data not working with my blake hash function a whole night :(
Hi all ,
I found the nonce in share logs (with command --sharelog) is not the correct endian, if you want to check the data with hash function. Need to change endian manually.
So I wonder if it can be output in correct endian, will not make people misunderstanding.
I was checking the share data not working with my blake hash function a whole night :(
For exmaple: the current output is
but should convert to
for hashing.