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

Usage Example doesn't work #11

Open
fabiodame opened this issue Dec 8, 2024 · 1 comment
Open

Usage Example doesn't work #11

fabiodame opened this issue Dec 8, 2024 · 1 comment

Comments

@fabiodame
Copy link

I'm trying the usage examples, but I can't recover seeds with SSKR, every time I press enter it asks for another input, I have to end it with Ctrl+C like here:

C:\Users\aaa\.cargo\bin>seedtool` --out sskr -g 2-of-3 -s btwm
tantkpgowkguaeadaersrncktdjyoysalgpfuturndjyuecamhwswtwdos
tantkpgowkguaeadadsfvadtptvdrevwylwlgamnptsffguebznypriast
tantkpgowkguaeadaohkbajodkgaldlkkkaowykizmctyklalysfbglahh

C:\Users\aaa\.cargo\bin>seedtool --in sskr
tantkpgowkguaeadaersrncktdjyoysalgpfuturndjyuecamhwswtwdos
tantkpgowkguaeadadsfvadtptvdrevwylwlgamnptsffguebznypriast
^D

^C
C:\Users\aaa\.cargo\bin>

@wolfmcnally
Copy link
Contributor

It seems the issue arises because seedtool expects EOF (End Of File) input, and this behavior differs between Unix-based systems and Windows. On Unix, EOF is signaled with Ctrl+D, while on Windows, it is typically Ctrl+Z followed by Enter.

If you’re using Windows, when entering the last line of input, press Ctrl+Z, then hit Enter. This should signal EOF and allow seedtool to process the input.

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