Talk:Getwork: Difference between revisions
Jump to navigation
Jump to search
Ahtremblay (talk | contribs) 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 (talk • contribs) at 01:35, 8 June 2011