You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Command: docker run parity/subkey:2.0.0-rc6 generate-node-key --file ~/node-key
Expected Result:
A file named node-key being created in $USER's home directory.
OR
If it cannot be saved to a file (because docker?), output the following:
Actual Result: Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
OR
when used without the --file option
subkey-generate-node-key 2.0.0-rc6
Generate a random node libp2p key, save it to file and print its peer ID
USAGE:
subkey generate-node-key --file <file>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
The text was updated successfully, but these errors were encountered:
generate-node-key
does not work in dockerCommand:
docker run parity/subkey:2.0.0-rc6 generate-node-key --file ~/node-key
Expected Result:
A file named
node-key
being created in $USER's home directory.OR
If it cannot be saved to a file (because docker?), output the following:
Actual Result:
Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
OR
when used without the
--file
optionThe text was updated successfully, but these errors were encountered: