-
Using the cuda-compression-debug branch, I was able to plot a compressed plot using my CPU. At C6, this k32 plot weighed in at 79.63 GiB, but took almost 150% of my usual average plotting time. I'm pleased that the plotting worked without a problem. Now, I'd like to test the resulting plot. Is there a way to do that yet? I understand that the farmer for these compressed plots is still in (planned) development, and I don't see any changes to chiapos that look like it knows how to test these plots--but that could be because I don't know what to look for. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You can tests compressed plots below level To query a compressed plot for a challenge run: Set the The |
Beta Was this translation helpful? Give feedback.
-
As for it taking more. This should not be the case. Can you share a log and info about the system you used? Is it a NUMA system? |
Beta Was this translation helpful? Give feedback.
You can tests compressed plots below level
8
(so 1-7) at the moment with bladebit itself. Although you can build levels 8 and 9 plots, those are for testing purposes only and are not queryable yet.To query a compressed plot for a challenge run:
bladebit_cuda -v -t <thread_count> validate --f7 <integer> <path_to_plot_file>
Set the
thread_count
value to the thread count you want to use when decompressing. The default is8
.The
<integer>
value must be a number between0
and2^32-1
(inclusive). This represents a the portion of the challenge used by a k32 plot. A plot will have most of those numbers, but some will be missing. Some of those will have several proofs for a given challenge.