Skip to content

Commit

Permalink
Add note about how to run join-pool in docker for foxy-gh-farmer
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Oct 22, 2023
1 parent 6339250 commit bb6391d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/proof-of-spacetime/foxy-gh-farmer/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,10 @@

Currently, this requires you to have a working `foxy-gh-farmer.yaml` already available to mount into the container. See this [example configuration](configuration.md#example-configuration) for reference.
If you do not have a `.chia_keys` directory from a previous chia install, you can set the `CHIA_MNEMONIC` environment variable to your 24 words and it will create they keyring accordingly. Please unset it again once done.

!!! note
To execute the `join-pool` command please first `exec` into the running container with
```bash
docker exec -it <name of your container> bash
```
Then you can run `foxy-gh-farmer join-pool` inside the container.

0 comments on commit bb6391d

Please sign in to comment.