diff --git a/scripts/bladebit_setup.sh b/scripts/bladebit_setup.sh index 4c799352..c7f965a0 100644 --- a/scripts/bladebit_setup.sh +++ b/scripts/bladebit_setup.sh @@ -13,8 +13,9 @@ if [[ (${mode} =~ ^fullnode.* || ${mode} =~ "plotter") && (${blockchains} == 'c cd / && echo "Installing bladebit on ${arch_name}..." # Now install CNI's separate binary for actual GPU plotting... + mkdir -p /opt/chia/bladebit cd /opt/chia/bladebit - rm -f ./bladebit # Remove stale version bundled in the DEB package. + rm -f ./bladebit* # Remove any stale versions bundled in the DEB package. if [[ "${arch_name}" == "x86_64" ]]; then curl -sLJO https://github.com/Chia-Network/bladebit/releases/download/v3.1.0/bladebit-v3.1.0-ubuntu-x86-64.tar.gz curl -sLJO https://github.com/Chia-Network/bladebit/releases/download/v3.1.0/bladebit-cuda-v3.1.0-ubuntu-x86-64.tar.gz diff --git a/web/static/landings/en.txt b/web/static/landings/en.txt index e0d268e1..cde01ddb 100644 --- a/web/static/landings/en.txt +++ b/web/static/landings/en.txt @@ -64,4 +64,5 @@ Lights out! Does the system still boot? Lights out! Lets replot again! 1337.png You said 'Buy Crypto'! No... I said 'Bye Crypto' -2023: Dust off your GPU, Chia is going PoW! :) \ No newline at end of file +2023: Dust off your GPU, Chia is going PoW! :) +2024: Sure, everyone has a spare 24GB Nvidia GPU lying around. \ No newline at end of file