Skip to content

Commit

Permalink
Update to use multiple peers for farming gateways
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Dec 30, 2023
1 parent c0a33db commit 90c3150
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions docs/proof-of-spacetime/chia-farming-gateway/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ Foxy-Pool hosts a Chia Farming Gateway (`farming-gateway.chia.foxypool.io:28444`

## Using the gateway

Besides running [Foxy-Farmer](../foxy-farmer/index.md) you can also use the gateway with a vanilla chia-blockchain install, just edit its `config.yaml` so that your farmers `full_node_peer` points to the gateway:
Besides running [Foxy-Farmer](../foxy-farmer/index.md) you can also use the gateway with a vanilla chia-blockchain install, just edit its `config.yaml` so that your farmers `full_node_peers` point to the gateway:
```yaml
farmer:
full_node_peer:
host: farming-gateway.chia.foxypool.io
full_node_peers:
- host: eu1.farming-gateway.chia.foxypool.io
port: 28444
- host: eu3.farming-gateway.chia.foxypool.io
port: 28444
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@
with
```yaml
farmer:
full_node_peer:
host: gh-farming-gateway.chia.foxypool.io
full_node_peers:
- host: eu1.gh-farming-gateway.chia.foxypool.io
port: 28445
- host: eu3.gh-farming-gateway.chia.foxypool.io
port: 28445
```

Expand Down

0 comments on commit 90c3150

Please sign in to comment.