Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Implement a command to display info about farmer #11

Closed
ozgunozerk opened this issue Oct 25, 2022 · 1 comment · Fixed by #31
Closed

Implement a command to display info about farmer #11

ozgunozerk opened this issue Oct 25, 2022 · 1 comment · Fixed by #31
Assignees
Labels
core-implementation Implementing main features
Milestone

Comments

@ozgunozerk
Copy link
Contributor

ozgunozerk commented Oct 25, 2022

Scenario: Getting information on the farmer
	Given I am farming
	When I run `subspace-cli info`
	Then I should see information on the farmer instance

The information can be the following:

  • is a farmer instance active, if so, the status of that instance:
    SYNCING 40% - (process ID) connected to Gemini-2a
  • how much reward they gained in total (need block explorer integration for this, let's do this later)
  • how much space they pledged
  • how much space is pledged in total (by the network) - check this formula https://github.com/subspace/block-vote-authorship-collector

Considering these will be available to CLI via SDK, this should be fairly easy to implement

@achiurizo
Copy link
Contributor

I think we may need to revisit this and try to do a couple things:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core-implementation Implementing main features
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants