Collection of CLI tools for working with Chia Blockchain
Download the correct executable file from the release page and run. If you are on debian/ubuntu, you can install using the apt repo, documented below.
- Update the
apt
package index and install packages to allow apt to use a repository over HTTPS:
sudo apt-get update
sudo apt-get install ca-certificates curl gnupg
- Add Chia's official GPG Key:
curl -sL https://repo.chia.net/FD39E6D3.pubkey.asc | sudo gpg --dearmor -o /usr/share/keyrings/chia.gpg
- Use the following command to set up the stable repository.
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/chia.gpg] https://repo.chia.net/chia-tools/debian/ stable main" | sudo tee /etc/apt/sources.list.d/chia-tools.list > /dev/null
- Update the apt package index and install the latest version of Chia Tools
sudo apt-get update
sudo apt-get install chia-tools
Prebuilt docker images are available.
Latest Release: docker pull ghcr.io/chia-network/chia-tools:latest
Latest Main Branch: docker pull ghcr.io/chia-network/chia-tools:main
Specific Tag: docker pull ghcr.io/chia-network/chia-tools:0.1.0
Note that you can choose a partial tag as well if you want the latest of a particular series:
Latest 0.1.z version: docker pull ghcr.io/chia-network/chia-tools:0.1
Latest 0.y.z version: docker pull ghcr.io/chia-network/chia-tools:0