Difference between revisions of "Talk:Getwork"

From Bitcoin Wiki
Jump to: navigation, search
(Data returned by getwork is little endian.)
 
m (Unsigned comment)
 
Line 1: Line 1:
 
== Data returned by getwork is little endian.  ==
 
== Data returned by getwork is little endian.  ==
  
Do we have to convert it to big endian before feeding it to sha256(sha256(data)). And then convert the result of that back to little endian before submitting the work to the server?
+
Do we have to convert it to big endian before feeding it to sha256(sha256(data)). And then convert the result of that back to little endian before submitting the work to the server? {{unsigned|Ahtremblay|01:35, 8 June 2011}}

Latest revision as of 01:38, 15 August 2014

Data returned by getwork is little endian.

Do we have to convert it to big endian before feeding it to sha256(sha256(data)). And then convert the result of that back to little endian before submitting the work to the server? — Preceding unsigned comment added by Ahtremblay (talkcontribs) at 01:35, 8 June 2011