Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Chia's changes to bladebit packaging. #970

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading