Skip to content

Commit

Permalink
Output version of Max's v3 binary too.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Mar 21, 2024
1 parent 47c3de6 commit 8b8bd3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/madmax_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ if [[ (${mode} =~ ^fullnode.* || ${mode} =~ "plotter") && (${blockchains} == 'm
popd
echo "Completed download of Madmax binaries for plotting:"
echo "chia_plot @ "`chia_plot --version`
echo "cuda_plot @ "`cuda_plot_k32 --version`
echo "cuda_plot_k32 @ "`cuda_plot_k32 --version`
echo "cuda_plot_k32_v3 @ "`cuda_plot_k32_v3 --version`
else
echo "Downloading MMX chia_plot and cuda_plot skipped -> unsupported architecture: ${arch_name}"
fi
Expand Down

0 comments on commit 8b8bd3a

Please sign in to comment.