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
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:
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.
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:
The text was updated successfully, but these errors were encountered: