From 8b8bd3ade3e257a541c27ff44e6d57ec6bb69b7e Mon Sep 17 00:00:00 2001 From: Guy Davis Date: Thu, 21 Mar 2024 09:45:24 -0600 Subject: [PATCH] Output version of Max's v3 binary too. --- scripts/madmax_setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/madmax_setup.sh b/scripts/madmax_setup.sh index 54926682..67ddb73c 100644 --- a/scripts/madmax_setup.sh +++ b/scripts/madmax_setup.sh @@ -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