Skip to content

Commit

Permalink
Update pool urls to use lb ones
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Jan 23, 2024
1 parent be469ae commit a783d54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
5 changes: 1 addition & 4 deletions docs/proof-of-spacetime/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
```
with
```
./chia.bin plotnft join -i <wallet_id> -u https://farmer.chia.foxypool.io
./chia.bin plotnft join -i <wallet_id> -u https://farmer-chia.foxypool.io
```
and
```yaml
Expand Down

0 comments on commit a783d54

Please sign in to comment.