-
chia-plotter-CUDA
-
6x RTX 3070/ 1 Plots = 35sec
-
chia-plotter-OpenCl
-
6x AMD 5500 XT / 1 Plots = 135sec
-
1.Tutorial PDF & SETTING UP Included in .ZIP file
-
2.Chia Ploting GPU RAM Drive Step by Step PDF File
-
3.chia-plotter-CUDA-OpenCl.Zip
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 = )
-d, --finaldir arg Final directory (default = )
-p, --poolkey arg Pool Public Key (48 bytes)
-f, --farmerkey arg Farmer Public Key (48 bytes)
-G, --tmptoggle Alternate tmpdir/tmpdir2 (default = false)
--help Print help
Usage: chia_plot.GPU [OPTION...]
chia_plot.GPU [-check]
[-v] [-gpu] [-gpuId gpuId1[,gpuId2,...]]
[-g g1x,g1y,[,g2x,g2y,...]]
[-t nbThread]
-V: Print version
-gpu: Enable gpu calculation
-gpu gpuId1,gpuId2,...: List of GPU(s) to use, default is 0
-g g1x,g1y,g2x,g2y, ...: Specify GPU(s) kernel gridsize, default is 8*(MP number),128
-T threadNumber: Specify number of CPU thread, default is number of core
-nosse: Disable SSE hash function
-l: List cuda enabled devices
-check: Check CPU and GPU kernel vs CPU
by achow