Skip to content

Commit

Permalink
Chia 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Feb 28, 2024
1 parent 2735379 commit bf7b8d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +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).

## [Unreleased]
## [2.2.0] - 2024-02-29
### 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.
### Changed
- Harvester mode will now optionally also run chia-exporter for Prometheus results.
### Updated
- [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.1.5) to v2.1.5 - misc improvements, see their release notes.
- [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.2.0) to v2.2.0 - misc improvements, see their release notes.
- [Cactus](https://github.com/Cactus-Network/cactus-blockchain/releases/tag/v2.1.4) to v2.1.4.
- [Gigahorse](https://github.com/madMAx43v3r/chia-gigahorse/releases/tag/v2.1.4.giga26) to v2.1.4.giga26.
- [Wheat](https://github.com/wheatnetwork/wheat-blockchain/releases/tag/2.1.6) to v2.1.6
Expand Down
2 changes: 1 addition & 1 deletion common/config/blockchains.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"farmer_port": 8447,
"fullnode_rpc_port": 8555,
"worker_port": 8927,
"reward": 2.0,
"reward": 1.0,
"mojos_per_coin": 1000000000000,
"blocks_per_day": 4608,
"git_url": "https://github.com/Chia-Network/chia-blockchain",
Expand Down
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-rc4/chia-blockchain-cli_2.2.0rc4-1_amd64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.2.0/chia-blockchain-cli_2.2.0-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-rc4/chia-blockchain-cli_2.2.0rc4-1_arm64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.2.0/chia-blockchain-cli_2.2.0-1_arm64.deb
apt-get install ./chia-blockchain-cli*.deb
fi

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 @@ -65,4 +65,5 @@ 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! :)
2024: Sure, everyone has a spare 24GB Nvidia GPU lying around.
2024: Sure, everyone has a spare 24GB Nvidia GPU lying around.
2024: Wasn't the Chia halving supposed to raise the price of XCH?

0 comments on commit bf7b8d3

Please sign in to comment.