diff --git a/docs/proof-of-spacetime/foxy-farmer/configuration.md b/docs/proof-of-spacetime/foxy-farmer/configuration.md index c736397..8e5bdc4 100644 --- a/docs/proof-of-spacetime/foxy-farmer/configuration.md +++ b/docs/proof-of-spacetime/foxy-farmer/configuration.md @@ -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. @@ -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). diff --git a/docs/proof-of-spacetime/foxy-farmer/index.md b/docs/proof-of-spacetime/foxy-farmer/index.md index 0e9a9de..9917c87 100644 --- a/docs/proof-of-spacetime/foxy-farmer/index.md +++ b/docs/proof-of-spacetime/foxy-farmer/index.md @@ -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!