Skip to content

Commit

Permalink
Use new hostnames for farming gateways
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Nov 13, 2023
1 parent 46d62a9 commit b9aa421
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/proof-of-spacetime/chia-farming-gateway/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand All @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions docs/proof-of-spacetime/fast-farmer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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 "<your 24 words here>" \
--payout-address <your xch address here> \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
```yaml
farmer:
full_node_peer:
host: gh-node.chia.foxypool.io
host: gh-farming-gateway.chia.foxypool.io
port: 28445
```

Expand Down

0 comments on commit b9aa421

Please sign in to comment.