Skip to content

cciollaro/hotplots

Repository files navigation

Hotplots - Chia Plots Archiving Program

TODO: update to refrence hotplots

Installation

For updating from previous version, see section below.

  1. Clone the repository
git clone https://github.com/martomi/chiadog.git
cd chiadog
  1. Run the install script.
./install.sh
  1. Copy the example config file
cp config-example.yaml config.yaml
  1. Open up config.yaml in your editor and configure it to your preferences.

Updating to the latest release

Skip this if you followed the above section.

cd chiadog

git fetch
git checkout main
git pull

./install.sh

Important: Automated migration of config is not supported. Please check that your config.yaml has all new fields introduced in config-example.yaml and add anything missing. If correctly migrated, you shouldn't get any ERROR logs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published