From a783d54a4163dbaaec07797bbe99f3a1cd6209ee Mon Sep 17 00:00:00 2001 From: Felix Brucker Date: Tue, 23 Jan 2024 10:39:28 +0700 Subject: [PATCH] Update pool urls to use lb ones --- .../foxy-pool/pools/chia-og/getting-started.md | 9 --------- .../foxy-pool/pools/chia/getting-started.md | 9 ++------- docs/proof-of-spacetime/getting-started.md | 5 +---- .../guides/switching-from-flex-farmer-to-foxy.md | 2 +- 4 files changed, 4 insertions(+), 21 deletions(-) diff --git a/docs/proof-of-spacetime/foxy-pool/pools/chia-og/getting-started.md b/docs/proof-of-spacetime/foxy-pool/pools/chia-og/getting-started.md index 291d2f4..f57e2ce 100644 --- a/docs/proof-of-spacetime/foxy-pool/pools/chia-og/getting-started.md +++ b/docs/proof-of-spacetime/foxy-pool/pools/chia-og/getting-started.md @@ -31,15 +31,6 @@ If the connection to the pool worked you'll now see a log entry in your chia `de Connected to OG pool Foxy-Pool CHIA (OG) ``` -!!! info Note - Should you have trouble connecting to the pool due to your ISP blocking the pool url or not routing correctly to it, you can add - - ```yaml - pool_url: 'https://farmer-chia-og.foxypool.io' - ``` - - to the farmer section of the `config.yaml` - Once you submitted your first partial to the pool you can log in to the pool. This can take 1 - 60 minutes, depending on your capacity. You can search your log for diff --git a/docs/proof-of-spacetime/foxy-pool/pools/chia/getting-started.md b/docs/proof-of-spacetime/foxy-pool/pools/chia/getting-started.md index 84e4906..2d20be0 100644 --- a/docs/proof-of-spacetime/foxy-pool/pools/chia/getting-started.md +++ b/docs/proof-of-spacetime/foxy-pool/pools/chia/getting-started.md @@ -9,20 +9,15 @@ ![join pool step 1](../../../../assets/img/getting-started/join-chia-pool-1.png){: loading=lazy } - Then enter the pools farmer url (`https://farmer.chia.foxypool.io`) and finally click on "Change" at the bottom: - - !!! info "Note" - If your ISP blocks the pool url or does not correctly route to it you can use `https://farmer-chia.foxypool.io` instead. + Then enter the pools farmer url (`https://farmer-chia.foxypool.io`) and finally click on "Change" at the bottom: ![join pool step 2](../../../../assets/img/getting-started/join-chia-pool-2.png){: loading=lazy } === "via the CLI" Use the following command to join the pool. If you have multiple keys you will get asked which key to use. ```bash - chia plotnft join --id 2 --pool_url https://farmer.chia.foxypool.io + chia plotnft join --id 2 --pool_url https://farmer-chia.foxypool.io ``` - !!! info "Note" - If your ISP blocks the pool url or does not correctly route to it you can use `https://farmer-chia.foxypool.io` instead. 4. Once your PlotNFT switched over to the pool an account is created for your Launcher Id. At this point you can log in to the pools [My Farmer](https://chia.foxypool.io/my-farmer){target=_blank} tab with it, or use the login link generated by your wallet to also [authenticate](authenticate.md). diff --git a/docs/proof-of-spacetime/getting-started.md b/docs/proof-of-spacetime/getting-started.md index ebdbe3e..4ebdebb 100644 --- a/docs/proof-of-spacetime/getting-started.md +++ b/docs/proof-of-spacetime/getting-started.md @@ -26,10 +26,7 @@ 2. Once you see the XCH in your balance it is time to create a PlotNFT by selecting "Pooling" in the sidebar on the left in the Chia GUI and clicking on "Join a Pool": ![empty pooling tab](../assets/img/chia-getting-started/empty-pooling-tab.png){: loading=lazy } -3. Input the pool url `https://farmer.chia.foxypool.io` and hit "Create" at the bottom: - - !!! info "Note" - If your ISP blocks the pool url or does not correctly route to it you can use `https://farmer-chia.foxypool.io` instead. +3. Input the pool url `https://farmer-chia.foxypool.io` and hit "Create" at the bottom: ![create-plotnft](../assets/img/chia-getting-started/create-plotnft.png){: loading=lazy } 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 5385d07..95263df 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 @@ -26,7 +26,7 @@ ``` with ``` - ./chia.bin plotnft join -i -u https://farmer.chia.foxypool.io + ./chia.bin plotnft join -i -u https://farmer-chia.foxypool.io ``` and ```yaml