Fast Farmer
Fast Farmer is a 3rd-party lightweight farmer for the chia blockchain developed by evergreen and written in rust and works by connecting to a regular chia full node.
- Fast Farmer is fully supported on Foxy-Pool!
- NFT and OG plots are supported!
- Bladebit compressed plots are supported!
- Gigahorse plots are supported, please use the binaries from here
Fast Farmer can be used without a local full node, by using the Foxy Chia Farming Gateway. To use it just edit your fast_farmer.yaml
:
fullnode_ws_host: farming-gateway-chia.foxypool.io
fullnode_ws_port: 443
To initialize a new setup completely without a local full node run:
.\ff.exe init `
--fullnode-rpc-host node-rpc-gateway-chia.foxypool.io `
--fullnode-rpc-port 443 `
--fullnode-ws-host farming-gateway-chia.foxypool.io `
--fullnode-ws-port 443 `
--payout-address <your xch address here> `
-d <your plot directory here> `
-d <your other plot directory here>
./ff init \
--fullnode-rpc-host node-rpc-gateway-chia.foxypool.io \
--fullnode-rpc-port 443 \
--fullnode-ws-host farming-gateway-chia.foxypool.io \
--fullnode-ws-port 443 \
--payout-address <your xch address here> \
-d <your plot directory here> \
-d <your other plot directory here>
Note
If you can run a full node, you should!