bladebit icon indicating copy to clipboard operation
bladebit copied to clipboard

help info missing for "check" --- bladebit_cuda help check

Open LeroyINC opened this issue 1 year ago • 2 comments

The help dialog is missing for "bladebit_cuda help check" command

[root@PhysicalR640 ~]# [root@PhysicalR640 ~]# ./bladebit_cuda_3.1.0 --version 3.1.0-dev [root@PhysicalR640 ~]# [root@PhysicalR640 ~]# [root@PhysicalR640 ~]# ./bladebit_cuda_3.1.0 help check [root@PhysicalR640 ~]#

If anyone know the command structure i would like to use this feature and check a few plots.

LeroyINC avatar Nov 09 '23 14:11 LeroyINC

There indeed is no help output setup yet. You can see the parameters it supports here for the time being (with not description of them). Note that the --device parameter has only been fixed in develop, I believe. So you would have to build from there to use that one.

harold-b avatar Nov 09 '23 17:11 harold-b

that worked for me... thanks.

i used this command.

./bladebit_cuda check -n 30 /mnt/ChiaPlots/Chia0-0/plot-xxxxxxxxxxxxxx.plot

LeroyINC avatar Nov 09 '23 18:11 LeroyINC