User Tools

Site Tools


guides:farming:winplot

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
Last revisionBoth sides next revision
guides:farming:winplot [2021/10/09 18:18] – [How-To] gnomuzguides:farming:winplot [2022/06/13 09:23] – [How-To] spacefarmer01
Line 7: Line 7:
        - take note the "Last Height Farmed" in the "Farm" card of the GUI        - take note the "Last Height Farmed" in the "Farm" card of the GUI
        - or type ''chia farm summary'' in the CLI, it will display the "Last height farmed" also        - or type ''chia farm summary'' in the CLI, it will display the "Last height farmed" also
-  - Then you have to  search this block height on [[https://chiaexplorer.com|Chiaexplorer]], and take note of the ''plot_public_key'' attribute +  - Then you have to  search this block height on [[https://xchscan.com|XCHscan]], and take note of the ''plot_public_key'' attribute 
   - That done, just paste on the machine(s) that run the harvester(s):    - That done, just paste on the machine(s) that run the harvester(s): 
-''curl %%--%%insecure %%--%%no-progress-meter  +<code>curl --insecure --no-progress-meter \ 
-%%--%%cert ~/.chia/mainnet/config/ssl/harvester/private_harvester.crt  +  --cert ~/.chia/mainnet/config/ssl/harvester/private_harvester.crt \ 
-%%--%%key ~/.chia/mainnet/config/ssl/harvester/private_harvester.key  +  --key ~/.chia/mainnet/config/ssl/harvester/private_harvester.key \ 
--d '{}' -H %%"%%Content-Type: application/json%%"%% -X POST https://localhost:8560/get_plots  +  -d '{}' 
-| python3 -m json.tool  +  -H "Content-Type: application/json" 
-| grep -B5 "<plot_public_key_here>"  +  -X POST https://localhost:8560/get_plots \ 
-| grep -o '/.*\.plot'''+    | python3 -m json.tool \ 
 +    | grep -B5 "<plot_public_key_here>" \ 
 +    | grep -o '/.*\.plot'</code>
  
 ==== Output ==== ==== Output ====
guides/farming/winplot.txt · Last modified: 2023/01/08 08:43 by vleesbanaan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki