Skip to content

Commit

Permalink
Move BB specific options into correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Feb 29, 2024
1 parent 00d92c6 commit f0a58c7
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docs/proof-of-spacetime/foxy-farmer/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,26 @@ The config file currently consists of these config options:
### `plot_nfts`:
: A list of PlotNFTs to farm with. Will set `pool_list` on the chia pool config.

### `chia_daemon_port`:
: If unset defaults to `55469`. Can be used to run multiple instances of Foxy-Farmer. Will set `daemon_port` on the chia config.

### `chia_farmer_port`:
: If unset defaults to `18447`. Can be used to run multiple instances of Foxy-Farmer. Will set `farmer.port` on the chia config.

### `chia_farmer_rpc_port`:
: If unset defaults to `18559`. Can be used to run multiple instances of Foxy-Farmer. Will set `farmer.rpc_port` on the chia config.

### `chia_harvester_rpc_port`:
: If unset defaults to `18560`. Can be used to run multiple instances of Foxy-Farmer. Will set `harvester.rpc_port` on the chia config.

### `chia_wallet_rpc_port`:
: If unset defaults to `19256`. Can be used to run multiple instances of Foxy-Farmer. Will set `wallet.rpc_port` on the chia config.

## Bladebit only options

### `enable_og_pooling`
: Whether to enable OG pooling with Foxy-Pool for your OG plots.

### `parallel_decompressor_count`:
: The number of CPUs to be used for decompressing plots. If this is set to `0`, then harvesting of compressed plots will be disabled. For GPU harvesting, set this value to `1`. For CPU harvesting, set it to the number of CPUs you want to use for decompression (typically `1`). Will set `parallel_decompressor_count` on the chia harvester config.

Expand All @@ -100,26 +120,6 @@ The config file currently consists of these config options:
### `max_compression_level_allowed`:
: The highest level of compression your harvester will support. In Chia version 2.0, the maximum level is `7`. This will likely be increased in the future, but for now, you cannot increase it beyond the default. You can, however, set it to a lower number if desired. Will set `max_compression_level_allowed` on the chia harvester config.

### `chia_daemon_port`:
: If unset defaults to `55469`. Can be used to run multiple instances of Foxy-Farmer. Will set `daemon_port` on the chia config.

### `chia_farmer_port`:
: If unset defaults to `18447`. Can be used to run multiple instances of Foxy-Farmer. Will set `farmer.port` on the chia config.

### `chia_farmer_rpc_port`:
: If unset defaults to `18559`. Can be used to run multiple instances of Foxy-Farmer. Will set `farmer.rpc_port` on the chia config.

### `chia_harvester_rpc_port`:
: If unset defaults to `18560`. Can be used to run multiple instances of Foxy-Farmer. Will set `harvester.rpc_port` on the chia config.

### `chia_wallet_rpc_port`:
: If unset defaults to `19256`. Can be used to run multiple instances of Foxy-Farmer. Will set `wallet.rpc_port` on the chia config.

## Bladebit only options

### `enable_og_pooling`
: Whether to enable OG pooling with Foxy-Pool for your OG plots.

## Gigahorse only options

### `recompute_hosts`:
Expand Down

0 comments on commit f0a58c7

Please sign in to comment.