Skip to content

Commit

Permalink
Add docs on drplotter integration
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Feb 16, 2024
1 parent 892fff0 commit ba520d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/proof-of-spacetime/foxy-farmer/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ The config file currently consists of these config options:
## Chia options
### `backend`
: Which harvesting backend to use. Possible values: `bladebit`, `gigahorse`, `drplotter`. Defaults to `bladebit`.

### `enable_harvester`
: Whether to start a harvester instance as well, or only a farmer instance.

Expand Down Expand Up @@ -148,3 +151,8 @@ The config file currently consists of these config options:

### `cuda_visible_devices`:
: Specify a list of CUDA devices to use. Remove or set to `null` to unset.

## DrPlotter only options

### `dr_plotter_client_token`:
: The client token to use to connect to your DrSolver(s).
1 change: 1 addition & 0 deletions docs/proof-of-spacetime/foxy-farmer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ title: Foxy-Farmer
- [x] NFT and OG pooling are both supported!
- [x] Bladebit compressed plots are supported!
- [x] Gigahorse compressed plots are supported!
- [x] DrPlotter compressed plots are supported!

!!! info "Note"
If you can run a full node, you should!
Expand Down

0 comments on commit ba520d0

Please sign in to comment.