Closed JustinTArthur closed 5 years ago
Thanks. I was confused as the template attributes are sent down as if you were constructing the 4-byte message chunks that go directly in the SHA-256 compression function like some of the optimized mining softwares do. To construct a block header in actual order for passing to a full SHA-256 function like ntgbtminer does, you do exactly what is being done here and reverse all of the 4-byte chunks.
This makes test_ntgbtminer.py fail even more