Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.54 KB

README.md

File metadata and controls

57 lines (33 loc) · 1.54 KB

Chia Tools

Collection of CLI tools for working with Chia Blockchain

Installation

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.

Apt Repo Installation

Set up the repository

  1. 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
  1. Add Chia's official GPG Key:
curl -sL https://repo.chia.net/FD39E6D3.pubkey.asc | sudo gpg --dearmor -o /usr/share/keyrings/chia.gpg
  1. 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

Install Chia Tools

  1. Update the apt package index and install the latest version of Chia Tools
sudo apt-get update

sudo apt-get install chia-tools

Docker

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