Talk:Getwork

From Bitcoin Wiki
Revision as of 01:35, 8 June 2011 by Ahtremblay (talk | contribs) (Data returned by getwork is little endian.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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?