madMAx43v3r / chia-gigahorse

221 stars 32 forks source link

CPU plotter does not support compressed plots. #156

Closed velurex closed 1 year ago

velurex commented 1 year ago

Linux/x86_64 binary does not have -C switch.

madMAx43v3r commented 1 year ago
mad@prime:~/workspace/chia-gigahorse$ ./cpu-plotter/linux/x86_64/chia_plot --help
Multi-threaded pipelined Chia k32 next-gen plotter - ce733e8

For <poolkey> and <farmerkey> see output of `chia keys show`.
To plot for pools, specify <contract> address via -c instead of <poolkey>, see `chia plotnft show`.
<tmpdir> needs about 220 GiB space, it will handle about 25% of all writes. (Examples: './', '/mnt/tmp/')
<tmpdir2> needs about 110 GiB space and ideally is a RAM drive, it will handle about 75% of all writes.
Combined (tmpdir + tmpdir2) peak disk usage is less than 256 GiB.
In case of <count> != 1, you may press Ctrl-C for graceful termination after current plot is finished,
or double press Ctrl-C to terminate immediately.

Usage:
  chia_plot [OPTION...]

  -k, --size arg       K size (default = 32, k <= 32)
  -C, --level arg      Compression level (default = 1, min = 1, max = 9)
  -x, --port arg       Network port (default = 8444, chives = 9699, MMX =
                       11337)
velurex commented 1 year ago

Multi-threaded pipelined Chia k32 plotter - 9d7fd92

For and see output of chia keys show. To plot for pools, specify address via -c instead of , see chia plotnft show.

needs about 220 GiB space, it will handle about 25% of all writes. (Examples: './', '/mnt/tmp/') needs about 110 GiB space and ideally is a RAM drive, it will handle about 75% of all writes. Combined (tmpdir + tmpdir2) peak disk usage is less than 256 GiB. In case of != 1, you may press Ctrl-C for graceful termination after current plot is finished, or double press Ctrl-C to terminate immediately. (Sponsored by Flexpool.io - Check them out if you're looking for a secure and scalable Chia pool) Usage: chia_plot [OPTION...] -k, --size arg K size (default = 32, k <= 32) -x, --port arg Network port (default = 8444, chives = 9699, mmx = 11337) -n, --count arg Number of plots to create (default = 1, -1 = infinite) -r, --threads arg Number of threads (default = 4) -u, --buckets arg Number of buckets (default = 256)
madMAx43v3r commented 1 year ago

That's the old plotter, need to use the one from chia-gigahorse repository.

velurex commented 1 year ago

Where? I'm using this one https://github.com/madMAx43v3r/chia-gigahorse/tree/master/cpu-plotter/linux/x86_64

madMAx43v3r commented 1 year ago

You're not, please double check. Download again, etc..

velurex commented 1 year ago

My apologies! As a non-linux user I forgot to explicitly specify file in current folder using ./ and system found some old and long forgotten version in /usr/local/bin/