Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] chia farm summary should show remote harvesters #1461

Closed
geoffp opened this issue Mar 23, 2021 · 16 comments
Closed

[ENHANCEMENT] chia farm summary should show remote harvesters #1461

geoffp opened this issue Mar 23, 2021 · 16 comments
Labels
enhancement New feature or request

Comments

@geoffp
Copy link

geoffp commented Mar 23, 2021

Currently we have:

Farming status: Farming                                                         
Total chia farmed: 0.0                                                          
User transaction fees: 0.0                                                      
Block rewards: 0.0                                                              
Last height farmed: 0                                                           
Plot count: 80                                                                  
Total size of plots: 7.919 TiB                                                  
Estimated network space: 137.114 PiB                                            
Expected time to win: 3 days                                                    
Note: log into your key using 'chia wallet show' to see rewards for each key

But this is disconcerting, because it doesn’t allow you to verify that your remote harvesters are operating correctly. It could be something like this when more than one harvester node is active:

Farming status: Farming                                                         
Total chia farmed: 0.0                                                          
User transaction fees: 0.0                                                      
Block rewards: 0.0                                                              
Last height farmed: 0                                                           
Plot count: 80
  ├ localhost: 78
  └ 10.0.0.123: 2                                                     
Total size of plots: 7.919 TiB                                                  
Estimated network space: 137.114 PiB                                            
Expected time to win: 3 days                                                    
Note: log into your key using 'chia wallet show' to see rewards for each key
@dorkmo
Copy link

dorkmo commented Mar 23, 2021

ive found the best thing to look at in the gui for assurance is the "last attempted proof" time stamp, and is it within a minute of current time.

@geoffp
Copy link
Author

geoffp commented Mar 23, 2021

@dorkmo, totally. And you can inspect the logs on the farmer if you have

log_level: INFO

set. But this would be a much better CLI UX.

@mariano54 mariano54 added the enhancement New feature or request label Mar 24, 2021
@mariano54
Copy link
Contributor

Yeah this would be a nice feature to have. Farmer would need to store the farming info and provide this in the RPC. not super complicated feature. If anyone wants to code this up, let me know and I can provide guidance.

@Dravenex
Copy link

This feature would be awesome, because right now I noticed that farming is pretty unstable. It happened to me that the GUI showed "farming" but it wasn't, as I mentioned in another issue thread. I would also like a more user friendly guide for using the CLI.

@jespino
Copy link
Contributor

jespino commented Apr 11, 2021

I can give it a try.

@hedandan1989
Copy link

great idea!

@nicezic
Copy link

nicezic commented May 7, 2021

I want to know the progress of this function.

@jespino
Copy link
Contributor

jespino commented May 7, 2021

@nicezic0 I'm still working on it, but I'm struggling to have the time to do it properly, I have around 75% of the work done.

@thauburger
Copy link

@jespino thanks for the effort here! This will be super helpful.

@sargonas
Copy link
Contributor

@jespino anything I can do to help? This has been annoying me all weekend since I moved to a split-system setup, and so my OCD is quite motivated to help get it resolved LOL

@eric-vader
Copy link

@jespino Thanks for the work! upvote this feature!

@L3Nerd
Copy link

L3Nerd commented May 17, 2021

@jespino May I help you?

@zhubiaogg
Copy link

I want to know the progress of this function.

@hzceo
Copy link

hzceo commented May 25, 2021

How is going now.So important feature.

@lvpcguru
Copy link

Looks like its in the works in this PR and another #3600

@mariano54
Copy link
Contributor

Fixed by 1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests