crypto:chia:cli:farm:farming_on_many_machines
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crypto:chia:cli:farm:farming_on_many_machines [2021/07/01 09:10] – [Start both the main PC and the new harvester] peter | crypto:chia:cli:farm:farming_on_many_machines [2021/07/01 09:58] (current) – [Create Plots] peter | ||
---|---|---|---|
Line 40: | Line 40: | ||
The new ssl/ca directory must be copied with each version of chia-blockchain. | The new ssl/ca directory must be copied with each version of chia-blockchain. | ||
+ | |||
+ | </ | ||
+ | |||
+ | <WRAP important> | ||
+ | **WARNING: | ||
+ | |||
+ | Each harvester must have a different set of TLS certificates for your main machine to recognize it as different harvesters. | ||
</ | </ | ||
Line 112: | Line 119: | ||
**NOTE: | **NOTE: | ||
- | * **[directory]** is the **copy** of the main machine CA directory and its network location. | + | * **[directory]** is the **copy** of the main machine CA directory and its network location. |
+ | **WARNING: | ||
+ | |||
+ | * Place the copy of the main machine /ca directory into a temp directory on the harvester. | ||
+ | * The harvester will use these files temporarily. | ||
+ | * This temporary directory can then be deleted. | ||
+ | |||
+ | </ | ||
For example, assuming the main PC CA was placed into \main_ca: | For example, assuming the main PC CA was placed into \main_ca: | ||
Line 123: | Line 137: | ||
---- | ---- | ||
- | ===== Start both the main PC and the new harvester ===== | + | ===== Start Chia on the main PC ===== |
+ | |||
+ | <code bash> | ||
+ | chia start farmer | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Start the new harvester ===== | ||
+ | |||
+ | On the new PC. | ||
<code bash> | <code bash> | ||
Line 133: | Line 157: | ||
It will make a full copy of the blockchain to get to normal sync. | It will make a full copy of the blockchain to get to normal sync. | ||
+ | |||
+ | Ensure that firewall rules allow the harvester to connect to the main machine. | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Check the new harvester is working ===== | ||
+ | |||
+ | On the main PC: | ||
+ | |||
+ | * Navigate to the **Farm** tab. | ||
+ | * At the bottom select **Hide Advanced Options**. | ||
+ | * The **Your Harvester Network** should show additional Node IDs for each harvester. | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | On the main PC **Farm** tab: | ||
+ | |||
+ | * **Last Attempted Proof**: | ||
+ | |||
+ | </ | ||
+ | |||
---- | ---- | ||
Line 140: | Line 186: | ||
New plots can now be created on the new machine. | New plots can now be created on the new machine. | ||
+ | |||
+ | <code bash> | ||
+ | chia plots create -f farmer_key -p pool_key | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * **farmer_key**: | ||
+ | * **pool_key**: | ||
Plots can also be copied over. | Plots can also be copied over. | ||
+ | |||
+ | Farming will only happen once full sync is completed. | ||
+ | |||
+ | </ | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
+ | |||
+ | <code bash> | ||
+ | chia plots check | ||
+ | </ | ||
</ | </ | ||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | https:// |
crypto/chia/cli/farm/farming_on_many_machines.1625130654.txt.gz · Last modified: 2021/07/01 09:10 by peter