I’ve been following along with this video
but cannot get chia --help to run. Theres a coment on the video saying I need a fullnode set up and sync’d before i can run this set up. Is that correct?
Any help appreciated.
MD
I’ve been following along with this video
but cannot get chia --help to run. Theres a coment on the video saying I need a fullnode set up and sync’d before i can run this set up. Is that correct?
Any help appreciated.
MD
You need to issue that command in powershell first (edit the path so it fits your user)
Set-Alias -Name chia "C:\Users\julia\AppData\Local\Programs\Chia\resources\app.asar.unpacked\daemon\chia.exe"
chia wallet show
perhaps you can also set up the environment path variable.
Amazing!! thanks so much for the help.