Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private Network Tutorial, missing schemes in "Add keys to the keystore" section #714

Closed
VITALcleantech opened this issue Dec 23, 2021 · 2 comments · Fixed by #866
Closed
Labels
bug 🐛 Something isn't working. webdev 🕸 This issue is assigned to @paritytech/webdev team

Comments

@VITALcleantech
Copy link

What browsers are you seeing the problem on?

No response

Bug report for the website

In the "Add keys to the keystore" section #3 aura and #4 gran, error messages related to "scheme" result when entering:
./target/release/node-template key insert --base-path /tmp/node01
--chain customSpecRaw.json
--suri
--password-interactive
--key-type aura

and:
./target/release/node-template key insert --base-path /tmp/node01
--chain customSpecRaw.json
--suri
--password-interactive
--key-type gran

Steps to reproduce the problem

Solution is to add the schemes to the command:
--scheme Sr25519
and
--scheme Ed25519 \

./target/release/node-template key insert --base-path /tmp/node01
--chain customSpecRaw.json
--scheme Sr25519
--suri
--password-interactive
--key-type aura

and:
./target/release/node-template key insert --base-path /tmp/node01
--chain customSpecRaw.json
--scheme Ed25519
--suri
--password-interactive
--key-type gran

@VITALcleantech VITALcleantech added bug 🐛 Something isn't working. webdev 🕸 This issue is assigned to @paritytech/webdev team labels Dec 23, 2021
@lisa-parity
Copy link
Contributor

Looks like it is already there to me:
image

image

@VITALcleantech
Copy link
Author

VITALcleantech commented Jan 6, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working. webdev 🕸 This issue is assigned to @paritytech/webdev team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants