Skip to content

Usage Example doesn't work #11

Open
@fabiodame

Description

@fabiodame

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>

Activity

wolfmcnally

wolfmcnally commented on Dec 12, 2024

@wolfmcnally
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @wolfmcnally@fabiodame

        Issue actions

          Usage Example doesn't work · Issue #11 · BlockchainCommons/seedtool-cli-rust