head -c `stat -c%s ` o-path | diff -
should work. Where o-path is the path to the old output, and n-path is the path to the new.
Seriously though, I have no idea what you are requesting.
If you're still running a plot on the GPU, could you then try running one of the CPU plotters with the same parameters (address, nonce range, stagger size) for a few minutes and check that they match in the part created by the CPU plotter? Say the directory containing the GPU plotter output (the "plots" directory") is
, and the path to the CPU output is . Could you then run this command in a terminal and report back its output? If they match, there should be no output.
head -c `stat -c%s ` | diff -
Gotcha.
I'll take a look into testing this tomorrow. Once the GPU plot I have going currently finishes.
I didn't forget... Plot file just finished.
I ran your test with some smaller plot files:
Warning: to the AMD owners, the 14.4 catalyst driver cause a major bug. The generated files are corrupted. I will investigate on this problem. In the meantime, I recommend you to switch back your driver to the 13.12 version.
My plots appear to be fine (on Linux) generated with the 14.4 catalyst driver, as compared to the same plot generated with the CPU
I'll test out v2.0.1 and see if there are any changes.
[/quote]
That's a good news, even if I will have to investigate more on this part ^^
For those who already generated some files with the plotter, to make sure the generation is successful, do the following :
Generate a file with the same parameters as your full plot file (address + offset + stagger) but with a noncesNumber of 1.
The generated file has to match with the first bytes of your full file.