Hi all,
I am trying to execute this command on my air-gapped machine (raspberry pi) using Coin Cashews: How to build a Cardano Stake Pool guide.
Command:
cardano-cli node key-gen
–cold-verification-key-file node.vkey
–cold-signing-key-file node.skey
–operational-certificate-issue-counter node.counter
I am receiving the error message of “cannot execute binary file: Exec format error”
Why would this be the case? Would this be because I am trying to run a file that is only supported on an x86_64 architecture on an ARM architecture? Or could this just be due to permissions?
Thanks everyone for your time!