From b9aa4216789b140ce620774aa679830607862b95 Mon Sep 17 00:00:00 2001 From: Felix Brucker Date: Mon, 13 Nov 2023 16:38:34 +0530 Subject: [PATCH] Use new hostnames for farming gateways --- docs/proof-of-spacetime/chia-farming-gateway/index.md | 4 ++-- docs/proof-of-spacetime/fast-farmer/index.md | 4 ++-- .../guides/switching-from-flex-farmer-to-foxy.md | 2 +- 3 files changed, 5 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 89a7e7e..3582c45 100644 --- a/docs/proof-of-spacetime/chia-farming-gateway/index.md +++ b/docs/proof-of-spacetime/chia-farming-gateway/index.md @@ -2,7 +2,7 @@ title: Chia Farming Gateway --- -Foxy-Pool hosts a Chia Farming Gateway (`node.chia.foxypool.io:28444`) for anyone to use, which can be used to farm without a local full node. [Foxy-Farmer](../foxy-farmer/index.md) already uses this under the hood. +Foxy-Pool hosts a Chia Farming Gateway (`farming-gateway.chia.foxypool.io:28444`) for anyone to use, which can be used to farm without a local full node. [Foxy-Farmer](../foxy-farmer/index.md) already uses this under the hood. - [x] NFT and OG plots are both supported! - [x] Bladebit compressed plots are supported! @@ -16,7 +16,7 @@ Besides running [Foxy-Farmer](../foxy-farmer/index.md) you can also use the gate ```yaml farmer: full_node_peer: - host: node.chia.foxypool.io + host: farming-gateway.chia.foxypool.io port: 28444 ``` diff --git a/docs/proof-of-spacetime/fast-farmer/index.md b/docs/proof-of-spacetime/fast-farmer/index.md index 03d8acb..4113eca 100644 --- a/docs/proof-of-spacetime/fast-farmer/index.md +++ b/docs/proof-of-spacetime/fast-farmer/index.md @@ -12,7 +12,7 @@ title: Fast Farmer Fast Farmer can be used without a local full node, by using the Foxy [Chia Farming Gateway](../chia-farming-gateway/index.md). To use it just edit your `fast_farmer.yaml`: ```yaml -fullnode_ws_host: node.chia.foxypool.io +fullnode_ws_host: farming-gateway.chia.foxypool.io fullnode_ws_port: 28444 ``` @@ -21,7 +21,7 @@ To initialize a new setup completely without a local full node run: ./ff init \ --fullnode-rpc-host node-rpc-gateway-chia.foxypool.io \ --fullnode-rpc-port 443 \ - --fullnode-ws-host node.chia.foxypool.io \ + --fullnode-ws-host farming-gateway.chia.foxypool.io \ --fullnode-ws-port 28444 \ --mnemonic "" \ --payout-address \ 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 14e5a2e..64f516e 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 @@ -39,7 +39,7 @@ ```yaml farmer: full_node_peer: - host: gh-node.chia.foxypool.io + host: gh-farming-gateway.chia.foxypool.io port: 28445 ```