-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
274f5cd
commit 46e9813
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Fast Farmer | ||
--- | ||
|
||
[Fast Farmer](https://github.com/GalactechsLLC/dg_fast_farmer){target=_blank} is a 3rd-party lightweight farmer for the chia blockchain written in rust and works by connecting to a regular chia full node. | ||
|
||
- [x] Fast Farmer is fully supported on Foxy-Pool! | ||
- [x] NFT and OG plots are supported! | ||
- [x] Bladebit compressed plots are supported! | ||
- [ ] Gigahorse plots are not yet supported, but support is being worked on | ||
|
||
|
||
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_port: 28444 | ||
``` | ||
To initialize a new setup completely without a local full node run: | ||
```bash | ||
./ff init \ | ||
--fullnode-rpc-host node-rpc-gateway-chia.foxypool.io \ | ||
--fullnode-rpc-port 443 \ | ||
--fullnode-ws-host node.chia.foxypool.io \ | ||
--fullnode-ws-port 28444 \ | ||
--mnemonic "<your 24 words here>" \ | ||
--payout-address <your xch address here> \ | ||
-d <your plot directory here> \ | ||
-d <your other plot directory here> | ||
``` | ||
|
||
!!! info "Note" | ||
If you can run a full node, you should! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters