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

Command line usage #20

Open
ghost opened this issue Jul 17, 2018 · 3 comments
Open

Command line usage #20

ghost opened this issue Jul 17, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 17, 2018

I would like to be able to run this as a stand-alone mnemonic password generator from a terminal like:

$ ./bip39 --entropy=256 --lang=en --mnemoniconly

And grab the password from stdout for use in another program. Would something like this be feasible or within the scope of this project?

@tyler-smith
Copy link
Owner

Not sure when I'll have time to build this but I think it's both feasible and within scope.

In your example, what is the --mnemoniconly flag doing? Or rather, what is returned in addition to the mnemonic without the flag?

@ghost
Copy link
Author

ghost commented Jul 21, 2018

The --mnemoniconly flag may have been a misread of the code. 😅

@tyler-smith tyler-smith mentioned this issue Jul 26, 2018
Closed
@modood
Copy link

modood commented Jan 8, 2020

Thanks @tyler-smith for this library, I wrote a commandline tool for creating keys, mnemonic seeds and HD addresses with this library.

https://github.com/modood/keygen

It is very simple and useful, maybe you should try it. @ghost

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

No branches or pull requests

2 participants