0
Reading the slushpool's manual for the Stratum protocol I found that :
"Default share difficulty is 1 (big-endian target for difficulty 1 is 0x00000000ffff0000000000000000000000000000000000000000000000000000)"
Anyone knows how to generate this 64characters long big-endian representation of the number 1 ? I would appreciate any code in Java.
Thank you
Thank you for your information. I read more about the Stratum protocol and I found that the current network difficulty is stored in the nBits variable. – Nikos – 2016-10-25T11:42:41.650
So now I have to figure out how I can convert the nBits to Target. – Nikos – 2016-10-25T11:43:44.240