这是 chia 绘图仪的新实现,它被设计为处理管道,类似于 GPU 的工作方式,只有“核心”是普通的软件 CPU 线程。因此,这款绘图仪能够充分利用任何存储设备的带宽,只需增加“核心”的数量,即。线程。

这是 chia 绘图仪的新实现,它被设计为处理管道,类似于 GPU 的工作方式,只有“核心”是普通的软件 CPU 线程。因此,这款绘图仪能够充分利用任何存储设备的带宽,只需增加“核心”的数量,即。线程。

下载最新版本 v0.1.1

用法

For <poolkey> and <farmerkey> see output of `chia keys 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 Ctrl-c to terminate immediatelly\

Usage:
  chia_plot [OPTION...]

  -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)
  -v, --buckets3 arg   Number of buckets for phase 3+4 (default = buckets)
  -t, --tmpdir arg     Temporary directory, needs ~220 GiB (default = $PWD)
  -2, --tmpdir2 arg    Temporary directory 2, needs ~110 GiB [RAM] (default = <tmpdir>)
  -d, --finaldir arg   Final directory (default = <tmpdir>)
  -w, --waitforcopy    Wait for copy to start next plot
  -p, --poolkey arg    Pool Public Key (48 bytes)
  -c, --contract arg   Pool Contract Address (64 chars)
  -f, --farmerkey arg  Farmer Public Key (48 bytes)
  -G, --tmptoggle      Alternate tmpdir/tmpdir2 (default = false)
      --help           Print help

Make sure to crank up <threads> if you have plenty of cores, the default is 4. Depending on the phase more threads will be launched, the setting is just a multiplier.
RAM usage depends on <threads> and <buckets>. With the new default of 256 buckets it's about 0.5 GB per thread at most.
      
Make sure to crank up <threads> if you have plenty of cores, the default is 4. Depending on the phase more threads will be launched, the setting is just a multiplier.
RAM usage depends on <threads> and <buckets>. With the new default of 256 buckets it's about 0.5 GB per thread at most.      

官方网站:https://stotiks.github.io/chia-plotter/
下载地址:https://github.com/stotiks/chia-plotter/releases/

参数翻译:

有关<poolkey>和<farmerkey>的信息,请参见“chia keys show”的输出。
<tmpdir>需要大约220 GiB的空间,它将处理大约25%的写入(示例:“./”、“/mnt/tmp/”)
<tmpdir2>需要大约110gib的空间,理想情况下是一个RAM驱动器,它将处理大约75%的写操作。
组合(tmpdir+tmpdir2)磁盘使用峰值小于256 GiB。
如果<count>!=1、当前绘图完成后,按Ctrl-C键可正常终止,按Ctrl-C键可立即终止\
用法:
chia\ U绘图[选项…]
-n、 –count arg要创建的绘图数(默认值=1,-1=无限)
-r、 –threads arg线程数(默认值=4)
-u、 –bucket arg存储桶数(默认值=256)
-v、 –buckets3 arg阶段3+4的桶数(默认值=桶)
-t、 –tmpdir arg临时目录,需要~220 GiB(默认值=$PWD)
-2,–tmpdir2 arg临时目录2,需要~110 GiB[RAM](默认值=<tmpdir>)
-d、 –finaldir arg Final目录(默认值=<tmpdir>)
-w、 –waitforcopy等待copy开始下一个绘图
-p、 –poolkey arg池公钥(48字节)
-c、 –协定arg池协定地址(64个字符)
-f、 –farmerkey arg Farmer公钥(48字节)
-G、 –tmptoggle Alternate tmpdir/tmpdir2(默认值为false)
–帮助打印帮助

 

  • NFT 绘图支持
  • 新参数:
    • -c, –contract arg 矿池合约地址(64 个字符)
  • 新参数:
    • -w, –waitforcopy 等待复制开始下一个绘图
  • 新参数:
    • -v, –buckets3 arg 阶段 3+4 的桶数(默认 = 桶)
    • -G, –tmptoggle 替代 tmpdir/tmpdir2(默认值 = false)
      对于使用类似设备的 tmpdir 和 tmdir_2 配置,可能需要在 2 之间均匀分布写入损耗。当与 -n > 1 结合使用时,此选项交换每个新图的 -t 和 -2 值,均匀分布负载。

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注