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