Installing

  1. Download the latest binary zip for your OS from the releases page
  2. Run the binary, it will create a default foxy-farmer.yaml in the current directory based on your current chia config.yaml
  3. Edit the foxy-farmer.yaml to your liking and restart foxy-farmer
  4. Profit!
  1. Clone the git repo and cd into it:
    git clone https://github.com/foxypool/foxy-farmer && cd foxy-farmer
    
  2. Install the dependencies:
    pip install .
    
  3. Run using foxy-farmer, it will create a default foxy-farmer.yaml in the current directory based on your current chia config.yaml
  4. Edit the foxy-farmer.yaml to your liking and restart foxy-farmer
  5. Profit!

A docker image based on the provided Dockerfile is available via

ghcr.io/foxypool/foxy-farmer:latest
For specific tags see this list. A docker-compose.yaml example is available as well, to get started.

Currently, this requires you to have a working foxy-farmer.yaml already available to mount into the container. See this example configuration for reference.