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

[feat] Console wallet support Mbase58 cipher seed or seedwords import via env or file #6640

Open
leet4tari opened this issue Oct 18, 2024 · 2 comments

Comments

@leet4tari
Copy link
Contributor

leet4tari commented Oct 18, 2024

Very similar to #6572, but would help with automation and docker use of seedwords import. Currently having an issue where the space separated word lists is been picked up as additional args on the command line.

If the word list would be encoded as Mbase58 or if the seedwords would be imported via a file, then container and similar used (kubernetes) setup would have less problems.

@SWvheerden SWvheerden changed the title [feat] Console wallet support base64 seedwords import via env or file [feat] Console wallet support base58 seedwords import via env or file Oct 18, 2024
@SWvheerden SWvheerden changed the title [feat] Console wallet support base58 seedwords import via env or file [feat] Console wallet support Mbase58 seedwords import via env or file Oct 18, 2024
@SWvheerden SWvheerden changed the title [feat] Console wallet support Mbase58 seedwords import via env or file [feat] Console wallet support Mbase58 cipher seed or seedwords import via env or file Oct 18, 2024
@SWvheerden
Copy link
Collaborator

This should work very similarly to how the console wallet does paper wallet import.
You should be able to specify seed words or the cipherseed as base58.
These can be encrypted or not.

@leet4tari
Copy link
Contributor Author

Keen to try and use, but all base58 command line tools seem a little broken and I am not sure I want to trust some online encoder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants