Skip to content

Commit

Permalink
Chia v2.2.1 - *fingers crossed*
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Mar 6, 2024
1 parent 3be12ce commit 5cc9ff5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.1] - 2024-03-06
### Updated
- [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.2.1) to v2.2.1 - possible fixes for serious problems in v2.2.0?
### Notes
- Updated potentially buggy Chia software DOES NOT imply my endorsement. *Only upgrade when you are comfortable.*

## [2.2.0] - 2024-02-29
**NOTE** CNI Corporate pulled retracted their v2.2.0 release after a day due to serious bugs. Use v2.2.1 instead or just delay upgrading.
### Added
- Support for Achi blockchain. Requires its own plots (like Chives), you'll have to plot separately if interested. Thanks @priyankub
- Optionally launch Chia Data Layer services (https://docs.chia.net/guides/datalayer-user-guide/) if env var `chia_data=true` is set.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
4 changes: 2 additions & 2 deletions scripts/forks/chia_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ else
echo "Installing Chia CUDA binaries on ${arch_name}..."
cd /tmp
if [[ "${arch_name}" == "x86_64" ]]; then
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.2.0/chia-blockchain-cli_2.2.0-1_amd64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.2.1/chia-blockchain-cli_2.2.1-1_amd64.deb
apt-get install ./chia-blockchain-cli*.deb
else
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.2.0/chia-blockchain-cli_2.2.0-1_arm64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.2.1/chia-blockchain-cli_2.2.1-1_arm64.deb
apt-get install ./chia-blockchain-cli*.deb
fi

Expand Down

0 comments on commit 5cc9ff5

Please sign in to comment.