Adding chia.exe to your PATH on Windows for easy use

On a second thought adding to PATH is superior advice, as people use start-process and it wants a file not an alias. So again, this is how to do it in your $profile, or each time in a PowerShell script or the command line:

$ENV:PATH += $ENV:LOCALAPPDATA\chia-blockchain\app-*\resources\app.asar.unpacked\daemon

4 Likes