We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to uncompress public key:
$ ./bitcoin-tool --input-type public-key --input-format hex --input 02710f15e674fbbb328272ea7de191715275c7a814a6d18a59dd41f3ef4535d9ea --output-type public-key --output-format hex --public-key-compression uncompressed
02710f15e674fbbb328272ea7de191715275c7a814a6d18a59dd41f3ef4535d9ea
$ ./bitcoin-tool --input-type public-key --input-format hex --input 02710f15e674fbbb328272ea7de191715275c7a814a6d18a59dd41f3ef4535d9ea --output-type all --network bitcoin --public-key-compression uncompressed
address.hex:00dac839ce05cf9504cb4ef3652845c33f3effc3eb address.base58:143nUvkwEKCxPFhqRwDpGaS5Uenka address.base58check:1LwpAkb3yXd9x96o6wyNBCN75fcvkqTLhn public-key-ripemd160.hex:dac839ce05cf9504cb4ef3652845c33f3effc3eb public-key-ripemd160.base58:43nUvkwEKCxPFhqRwDpGaS5Uenka public-key-ripemd160.base58check:LwpAkb3yXd9x96o6wyNBCN75fcvniKbzG public-key-sha256.hex:42177ebe8ecee72d311b102e8de2b4baa80853e1384d9376e3fd14f7527a8386 public-key-sha256.base58:5SzgrrWTZE8AekBe4xPyWkrAbT44V8461z53Bk8ZgYE1 public-key-sha256.base58check:W7E6SwQmcH85QGJQLC66nR8i71ssKC8R4JxG7pW3FSUTDif3a public-key.hex:02710f15e674fbbb328272ea7de191715275c7a814a6d18a59dd41f3ef4535d9ea public-key.base58:j4y9s95MeM9s37bsY3eZxNcgiPBpsjUqeKFjFcCGfevu public-key.base58check:5kHHuFqsrCGvJ57RNpMp9Bu56ak8nTi4TctPxPJZpzu57ounjZ
The text was updated successfully, but these errors were encountered:
I don't think such conversion is supported yet, even though possible (e.g. https://github.com/iancoleman/keycompression).
Sorry, something went wrong.
No branches or pull requests
Trying to uncompress public key:
The text was updated successfully, but these errors were encountered: