User Tools

Site Tools


guides:farming:winplot

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
guides:farming:winplot [2021/09/09 13:08] – created vleesbanaanguides:farming:winplot [2022/06/13 09:23] – [How-To] spacefarmer01
Line 4: Line 4:
    
 ==== How-To ==== ==== How-To ====
-  - First you have to find the plot_public_key of the winning plot on [[https://chiaexplorer.com|Chiaexplorer]], it's an attribute of the won block +  - To determine which was the height of the block you won : 
-  - That done, just paste on the machine(s) that run the harvester(s): ''curl --insecure --cert ~/.chia/mainnet/config/ssl/harvester/private_harvester.crt --key ~/.chia/mainnet/config/ssl/harvester/private_harvester.key -d '{}' -H "Content-Type: application/json" -X POST https://localhost:8560/get_plots | python3 -m json.tool | grep -B5 '<plot_public_key>| grep -o '/.*\.plot' '' +       - 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 
 +  - 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):  
 +<code>curl --insecure --no-progress-meter \ 
 +  --cert ~/.chia/mainnet/config/ssl/harvester/private_harvester.crt 
 +  --key ~/.chia/mainnet/config/ssl/harvester/private_harvester.key 
 +  -d '{}' 
 +  -H "Content-Type: application/json" 
 +  -X POST https://localhost:8560/get_plots 
 +    | python3 -m json.tool 
 +    | grep -B5 "<plot_public_key_here>" \ 
 +    | grep -o '/.*\.plot'</code>
  
 ==== Output ==== ==== Output ====
Line 12: Line 23:
 ''/plots/plot-k32-2021-07-04-14-36-30708752fcaa545a5b2ae5e76b0057d77268e55d4de810a4f4cdffb10dde5671.plot'' ''/plots/plot-k32-2021-07-04-14-36-30708752fcaa545a5b2ae5e76b0057d77268e55d4de810a4f4cdffb10dde5671.plot''
  
-Congratulations, you have now located your winning plots+Congratulations, you have now located your winning plot
 Say some nice words, pad your drive on the back or relocate the plot to a "Victorious" folder; only you know how to honor your winners the right way! :-) Say some nice words, pad your drive on the back or relocate the plot to a "Victorious" folder; only you know how to honor your winners the right way! :-)
  
guides/farming/winplot.txt · Last modified: 2023/01/08 08:43 by vleesbanaan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki