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

Input file cannot be read #35

Open
duffusmucous opened this issue Mar 15, 2018 · 3 comments
Open

Input file cannot be read #35

duffusmucous opened this issue Mar 15, 2018 · 3 comments

Comments

@duffusmucous
Copy link

./bitcoin-tool --output-format base58check --public-key-compression uncompressed --network bitcoin --input-type private-key --input-format hex --output-type private-key-wif --input-file passcrck.txt
Invalid character (ASCII=58) at offset 40
Failed to decode hex input (invalid format).

I have tried everything I even converted the file to unicode characters but I am still getting the same error.

@streamofstars
Copy link

It looks like in your passcrck.txt file, there is a colon (":") character somewhere. You defined input format as hex, so you must not feed the tool with ascii characters other than [0-9a-f].

@streamofstars
Copy link

@duffusmucous has my answer solved the problem you reported? If so, can you please close the issue?

@Alf71
Copy link

Alf71 commented Jan 9, 2021

Hi,

I am having the same problem since today.
I have generated a HEX list with Password Tech, but I 'm receiving error messages:

Invalid character (ASCII=4294967279) at offset 0
Failed to decode hex input (invalid format).

It works good with the command [openssl rand $[32*keys] | xxd -p -c32]

To be honest, I would use only this command, but I am willing to get several ranges of bits, for example b240, b200, b250, but I don't know how to do it using the openssl command.

Thanks in advance

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

3 participants