-
Notifications
You must be signed in to change notification settings - Fork 2k
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
chia show keys --show-mnemonic-seed
: Also show farmer private key
#16556
chia show keys --show-mnemonic-seed
: Also show farmer private key
#16556
Conversation
Technically, the farmer process alone doesn't need the master secret key, but only the farmer secret key. This change therefore makes it easier to retrieve this derived secret key.
Additional thoughts:
|
Pull Request Test Coverage Report for Build 6454238833
💛 - Coveralls |
This PR has been flagged as stale due to no activity for over 60 days. It will not be automatically closed, but it has been given a stale-pr label and should be manually reviewed by the relevant parties. |
@xchdata1 Thanks for the change. Would you be able to update the PR to target the |
Sure, done! |
Technically, the farmer process alone doesn't need the master secret key, but only the farmer secret key. This change therefore makes it easier to retrieve this derived secret key.