Installing
- Download the latest binary zip for your OS from the releases page
- Run the binary, it will create a default
foxy-farmer.yaml
in the current directory based on your current chiaconfig.yaml
- Edit the
foxy-farmer.yaml
to your liking and restart foxy-farmer - Profit!
- Clone the git repo and cd into it:
git clone https://github.com/foxypool/foxy-farmer && cd foxy-farmer
- Install the dependencies:
pip install .
- Run using
foxy-farmer
, it will create a defaultfoxy-farmer.yaml
in the current directory based on your current chiaconfig.yaml
- Edit the
foxy-farmer.yaml
to your liking and restart foxy-farmer - Profit!
A docker image based on the provided Dockerfile is available via
ghcr.io/foxypool/foxy-farmer:latest
Currently, this requires you to have a working foxy-farmer.yaml
already available to mount into the container. See this example configuration for reference.