ProgPOW icon indicating copy to clipboard operation
ProgPOW copied to clipboard

Add progpow-debug.diff, which outputs digest for a fixed header and nonce

Open solardiz opened this issue 5 years ago • 3 comments

Having a patch like this in the tree should be better than not having any testing/debugging capabilities at all, although ideally ProgPoW would have this functionality without a need to patch.

solardiz avatar Jun 19 '19 17:06 solardiz

Instead of checking in a .diff, can you wrap these changes in a #ifdef?

ifdefelse avatar Jun 20 '19 00:06 ifdefelse

I can. Please suggest what to call the macro enabling this debugging mode, and how/where we'd recommend people to set it (when needed).

solardiz avatar Jun 20 '19 09:06 solardiz

Thinking of this some more, it's a bit complicated: some of the changes are in kernels, so we'd need to pass the macro to kernel builds. I think it's better to check in the .diff for now.

solardiz avatar Jun 22 '19 11:06 solardiz