diff --git a/CHANGELOG.md b/CHANGELOG.md index a0251656..4649cb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/common/config/blockchains.json b/common/config/blockchains.json index 34cfca8c..54b92d93 100644 --- a/common/config/blockchains.json +++ b/common/config/blockchains.json @@ -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", diff --git a/scripts/forks/chia_install.sh b/scripts/forks/chia_install.sh index 86e522be..2126506c 100644 --- a/scripts/forks/chia_install.sh +++ b/scripts/forks/chia_install.sh @@ -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 diff --git a/web/static/landings/en.txt b/web/static/landings/en.txt index cde01ddb..03e887d8 100644 --- a/web/static/landings/en.txt +++ b/web/static/landings/en.txt @@ -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. \ No newline at end of file +2024: Sure, everyone has a spare 24GB Nvidia GPU lying around. +2024: Wasn't the Chia halving supposed to raise the price of XCH? \ No newline at end of file