Linux and MacOS

To find your farmer and pool keys on Linux or MacOS you can use the following command.

chia keys show | grep 'Pool\|Farmer'

If you use the GUI on MacOS try.

cd /Applications/Chia.app/Contents/Resources/app.asar.unpacked/daemon
./chia keys show

Windows

Finding your farmer and pool keys on Windows is a bit trickier.

  1. Open the Command Prompt by going to Start and typing cmd and pressing enter.
  2. Paste the following command in the line
    %APPDATA%/../Local/chia-blockchain/app-1.1.7/resources/app.asar.unpacked/daemon/chia.exe keys show


  3. Never share your private keys ,only public keys are safe to be shared. You will find your keys in the output.
  4. If you got an error on the first line you might be on an other version of chia application.
  5. To figure out which version you need type
    cd %APPDATA%/../Local/chia-blockchain/
    followed by dir
  6. Hopefully you will see a version number that looks like app-1.0.5 or app-1.0.6 etc. Replace the version number in the command on line 2 and try it again.
  7. If nothing works shoot us a message and we will look over it together