User Tools

Site Tools


poolinfo:community_node

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
poolinfo:community_node [2023/11/29 12:58] – added link to community node stat page vleesbanaanpoolinfo:community_node [2024/04/07 13:21] (current) – add legacy annotation to chia 2.1.x earl
Line 62: Line 62:
   - Find the Chia ''config.yaml''. For Linux it's located in:<code>$HOME/.chia/mainnet/config/</code>Using Windows it's located in:<code>C:\Users\<yourusername\.chia\mainnet\config</code>   - Find the Chia ''config.yaml''. For Linux it's located in:<code>$HOME/.chia/mainnet/config/</code>Using Windows it's located in:<code>C:\Users\<yourusername\.chia\mainnet\config</code>
   - Search for the following entry: <code>farmer:   - Search for the following entry: <code>farmer:
-  full_node_peer+  full_node_peers
-    host: localhost +    host: localhost 
-    port: 8444</code> +      port: 8444</code> 
-  - For **Chia 2.0.0** or newer, change it to: <code>farmer: +  - Update the host and port fields according to your Chia client version:<WRAP
-  full_node_peer: +^ Chia Official ^ Host ^ Port ^ 
-    host: community-node.spacefarmers.io +| Chia >= 2.2.0                                  | community-node.spacefarmers.io |  8444 | 
-    port: 18444</code>For **Chia 1.8.2** or older, use the following instead: <code>farmer: +| Chia >= 2.1.0 < 2.2.x (legacy)                 | community-node.spacefarmers.io |  18444 | 
-  full_node_peer: +^ GigaHorse Farmer ^ Host ^ Port ^ 
-    host: community-node.spacefarmers.io +| Gigahorse 3.0 >= 2.2.1.giga33                  | community-node.spacefarmers.io |  8445 | 
-    port: 8444</code>For **Gigahorse 2.1.1.giga22** or newer, change it to: <code>farmer: +Gigahorse 2.0 >= 2.1.1.giga22 < 2.2.x (legacy) | community-node.spacefarmers.io |  18445 
-  full_node_peer: + 
-    host: community-node.spacefarmers.io +For instance, if you are using Chia 2.2.1, the entry should resemble this: 
-    port: 18445</code>For **Gigahorse 1.8.2.giga14** or olderuse the following instead: <code>farmer: + 
-  full_node_peer+<code>farmer: 
-    host: community-node.spacefarmers.io +  full_node_peers
-    port: 8445</code>+    host: community-node.spacefarmers.io 
 +      port: 8444</code> 
 +</WRAP> 
 +  - For those using IPv6, it's advised to set prefer_ipv6 to true as follows:<code>prefer_ipv6: true</code>
   - You can now start just the farmer (without local full node). CLI: <code>chia start farmer-only harvester</code>   - You can now start just the farmer (without local full node). CLI: <code>chia start farmer-only harvester</code>
   - (Optional) If you want to use a wallet as well, make sure your ''config.yaml'' allows the wallet to connect to other ("unknown") peers/nodes (as you won't have a "known" and trusted local peer/node running): <code>wallet:   - (Optional) If you want to use a wallet as well, make sure your ''config.yaml'' allows the wallet to connect to other ("unknown") peers/nodes (as you won't have a "known" and trusted local peer/node running): <code>wallet:
Line 92: Line 95:
  
 If you have any suggestions or critiques, please reach out to us in our [[https://discord.gg/EgnjUCnCCt|discord]], so that we can continue to improve this. If you have any suggestions or critiques, please reach out to us in our [[https://discord.gg/EgnjUCnCCt|discord]], so that we can continue to improve this.
- 
- 
-==== Community Node Endpoint Overview ==== 
- 
-^ Farmer Version (Current) ^ Node Hostname ^ Node Port ^ 
-| Chia >=2.0.0                                | community-node.spacefarmers.io |  18444 | 
-| Gigahorse >=2.1.1.giga22                    | community-node.spacefarmers.io |  18445 | 
-^ Farmer Version (Legacy) ^ Node Hostname ^ Node Port ^ 
-| Chia %%<=%%1.8.2                            | community-node.spacefarmers.io |   8444 | 
-| Gigahorse %%<=%%1.8.2.giga14                | community-node.spacefarmers.io |   8445 | 
- 
poolinfo/community_node.1701262687.txt.gz · Last modified: 2023/11/29 12:58 by vleesbanaan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki