Skip to content

Commit

Permalink
Fix for Chia's changes to bladebit packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Feb 26, 2024
1 parent 1d2696e commit 2735379
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/bladebit_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion web/static/landings/en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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! :)
2023: Dust off your GPU, Chia is going PoW! :)
2024: Sure, everyone has a spare 24GB Nvidia GPU lying around.

0 comments on commit 2735379

Please sign in to comment.