Hello
is there a noob guide for making an air-gapped machine?
I get files from the server by the command scp, then i navigate my terminal to Cardano cli folder, but when i run key generation commands:
cardano-cli shelley node key-gen
–cold-verification-key-file node.vkey
–cold-signing-key-file node.skey
–operational-certificate-issue-counter node.counter
You need your cardano-cli executable.
Run the command in the shell:
which cardano-cli
on your server where it is installed. This will promt you the location of the executable.
Copy this cardano-cli to your cold environment.
still nothing, i downloaded the binary executable file, but when i run commands in the same folder it states:
henri@henri-laptop:/media/henri/scan$ cardano-cli shelley node key-gen
> --cold-verification-key-file node.vkey
> --cold-signing-key-file node.skey
> --operational-certificate-issue-counter node.counter
cardano-cli: command not found
is there a command how to run the executable file?
now it generated files, but they are empty and filesize is 0bytes. henri@henri-laptop:/media/henri/scan$ ls
cardano-cli --cold-verification-key-file
–cold-signing-key-file --operational-certificate-issue-counter
i think i needed wineHQ for that, im downloading it. got error that i dont have executable software on linux.
cancel that.
when i run ./cardano-cli it tells me i dont have permissions, when i do sudo, it tells me there is no command like that in cardano-cli
Hello,
i think i finally got it, problem was when i copied cardano-cli to usb stick it changed permission to read only and i could not change it. i did keys on my laptop and now will move them to usb.
Thank you!
I think there is a pre-requesit is a machine with the libraries installed.
my experience is libsoduim was needed and then after that it needs GLIBC so I am currently trying to work this out myself.