From 90c31504a1bd6eaacc8af8d7d0917f75d13e7a04 Mon Sep 17 00:00:00 2001 From: Felix Brucker Date: Sat, 30 Dec 2023 18:11:28 +0700 Subject: [PATCH] Update to use multiple peers for farming gateways --- docs/proof-of-spacetime/chia-farming-gateway/index.md | 8 +++++--- .../guides/switching-from-flex-farmer-to-foxy.md | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/proof-of-spacetime/chia-farming-gateway/index.md b/docs/proof-of-spacetime/chia-farming-gateway/index.md index 3582c45..386479f 100644 --- a/docs/proof-of-spacetime/chia-farming-gateway/index.md +++ b/docs/proof-of-spacetime/chia-farming-gateway/index.md @@ -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 ``` diff --git a/docs/proof-of-spacetime/guides/switching-from-flex-farmer-to-foxy.md b/docs/proof-of-spacetime/guides/switching-from-flex-farmer-to-foxy.md index 19e6693..5385d07 100644 --- a/docs/proof-of-spacetime/guides/switching-from-flex-farmer-to-foxy.md +++ b/docs/proof-of-spacetime/guides/switching-from-flex-farmer-to-foxy.md @@ -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 ```