-
Where can I find the farmer's pk list (running 1.2.2 on Windows)? I know about "chia keys show". I am asking about the location of the file where the pk list is stored. |
Beta Was this translation helpful? Give feedback.
Answered by
kanna5
Jul 21, 2021
Replies: 1 comment
-
Farmer key is derived from master key, master key is stored in python |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
emlowe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Farmer key is derived from master key, master key is stored in python
keyring
. Actual location of the file is platform dependent. On Windows it is managed byCredential Manager
.