Skip to content

Commit

Permalink
Formatting fix for Achi.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Feb 18, 2024
1 parent cee3d7d commit bff7737
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ All notable changes to this project will be documented in this file. The format
- [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.1.5) to v2.1.5 - 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.
### Notes
- Support for new blockchains and tools DOES NOT imply my endorsement for them. *Only run those you are comfortable with.*

## [2.1.4] - 2024-01-11
### Added
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-rc2/chia-blockchain-cli_2.2.0rc3-1_amd64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.2.0-rc3/chia-blockchain-cli_2.2.0rc3-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-rc2/chia-blockchain-cli_2.2.0rc3-1_arm64.deb
curl -sLJO https://github.com/Chia-Network/chia-blockchain/releases/download/2.2.0-rc3/chia-blockchain-cli_2.2.0rc3-1_arm64.deb
apt-get install ./chia-blockchain-cli*.deb
fi

Expand Down
21 changes: 10 additions & 11 deletions web/templates/worker_launch.html
Original file line number Diff line number Diff line change
Expand Up @@ -712,15 +712,15 @@ <h2>{{_('Machinaris Worker - Launch Config')}}</h2>
Cactus
</label>
</div>
</div>
<div class="row">
<div class="col">
<input class="form-check-input" type="checkbox" checked name="blockchains"
id="blockchain-chia" onclick="updateDocker()" value="chia">
<label class="form-check-label" for="blockchain-chia" onclick="updateDocker()">
Chia
</label>
</div>
</div>
<div class="row">
<div class="col">
<input class="form-check-input" type="checkbox" name="blockchains"
id="blockchain-chinilla" onclick="updateDocker()" value="chinilla">
Expand Down Expand Up @@ -749,15 +749,15 @@ <h2>{{_('Machinaris Worker - Launch Config')}}</h2>
Cryptodoge
</label>
</div>
</div>
<div class="row">
<div class="col">
<input class="form-check-input" type="checkbox" name="blockchains"
id="blockchain-ecostake" onclick="updateDocker()" value="ecostake">
<label class="form-check-label" for="blockchain-ecostake">
Ecostake
</label>
</div>
</div>
<div class="row">
<div class="col">
<input class="form-check-input" type="checkbox" name="blockchains"
id="blockchain-flax" onclick="updateDocker()" value="flax">
Expand Down Expand Up @@ -786,15 +786,15 @@ <h2>{{_('Machinaris Worker - Launch Config')}}</h2>
Gold
</label>
</div>
</div>
<div class="row">
<div class="col">
<input class="form-check-input" type="checkbox" name="blockchains"
id="blockchain-greenbtc" onclick="updateDocker()" value="greenbtc">
<label class="form-check-label" for="blockchain-greenbtc">
GreenBTC
</label>
</div>
</div>
<div class="row">
<div class="col">
<input class="form-check-input" type="checkbox" name="blockchains"
id="blockchain-hddcoin" onclick="updateDocker()" value="hddcoin">
Expand Down Expand Up @@ -823,15 +823,15 @@ <h2>{{_('Machinaris Worker - Launch Config')}}</h2>
Mint
</label>
</div>
</div>
<div class="row">
<div class="col">
<input class="form-check-input" type="checkbox" name="blockchains"
id="blockchain-mmx" onclick="updateDocker()" value="mmx">
<label class="form-check-label" for="blockchain-mmx">
MMX
</label>
</div>
</div>
<div class="row">
<div class="col">
<input class="form-check-input" type="checkbox" name="blockchains"
id="blockchain-moon" onclick="updateDocker()" value="moon">
Expand Down Expand Up @@ -860,15 +860,15 @@ <h2>{{_('Machinaris Worker - Launch Config')}}</h2>
Pipscoin
</label>
</div>
</div>
<div class="row">
<div class="col">
<input class="form-check-input" type="checkbox" name="blockchains"
id="blockchain-profit" onclick="updateDocker()" value="profit">
<label class="form-check-label" for="blockchain-profit">
Profit
</label>
</div>
</div>
<div class="row">
<div class="col">
<input class="form-check-input" type="checkbox" name="blockchains"
id="blockchain-shibgreen" onclick="updateDocker()" value="shibgreen">
Expand Down Expand Up @@ -897,7 +897,6 @@ <h2>{{_('Machinaris Worker - Launch Config')}}</h2>
Wheat
</label>
</div>
<div class="col">&nbsp;</div>
</div>
</div>
</div>
Expand Down

0 comments on commit bff7737

Please sign in to comment.