-
Notifications
You must be signed in to change notification settings - Fork 181
bx ek public to address
Eric Voskuil edited this page Sep 15, 2015
·
15 revisions
Extract the payment address of an encrypted public key (BIP38).
$ bx ek-public-to-address --help
Usage: bx ek-public-to-address [-h] [--config VALUE] [PASSPHRASE]
[EK_PUBLIC_KEY]
Info: Extract the payment address of an encrypted public key (BIP38).
Options (named):
-c [--config] The path to the configuration settings file.
-h [--help] Get a description and instructions for this command.
Arguments (positional):
PASSPHRASE The passphrase that was used to generate the
intermediate passphrase token.
EK_PUBLIC_KEY The encrypted public key from which to extract the
payment address.
See also ek-public-to-ec.
lot/sequence
$ bx ek-public-to-address "my passphrase" cfrm38VXASNzNjsak8pLc3ZtyPnBNDxAAbB18KMMCSjf8ZhW3FVTeuw2r9J3tyAUNyhfM7VMZuP
1LoMVBxYZuzZZfTckU3JRccwFCMJYP3WRg
$ bx ek-public-to-address "my passphrase" cfrm38VUVm4ZGXku7wWGiLfAJNoeDHConFb9CugfTnR1SQC1jf3uwyKULmCMk4SUhsXasMyPcA9
1DeDt7odeJqJvquJ6obEZfH1hfJHMvnURa
piped commands
$ bx seed | bx ek-public passphraseryQXuRZZQ3Jw5rAT7m6MzxkGSSRmysq3Ayj9vuEHEnbVPJSmRQ2xYFKDKjGYrq | bx ek-public-to-address "my passphrase"
7113f4c2e8f67b61225c9a619cd984b63f28df434bf18217
cfrm38VURwDvZXxV2AfWnHe6GwDxSG4FkrK4en7VdaxLPMxMnU8BaLneNVAwf19TAkbmAptNNaH
1DS3aqzg5w8bMsyzyutxcrhKoLZGjPnC13
incorrect passphrase
$ bx ek-public-to-address "i forgot" cfrm38VURwDvZXxV2AfWnHe6GwDxSG4FkrK4en7VdaxLPMxMnU8BaLneNVAwf19TAkbmAptNNaH
The passphrase is incorrect.
--uncompressed
$ bx ek-public-to-address "my passphrase" cfrm38V5FtqpFoBNE9wpKjp5Fe97tM7YX6brNPCjpb9uLiqENKfeHHUKLd2VrvQhuHVUwgNVaSt
1MydksvfdWNXM1KnVTS8A78M4b78aJcL1W
--version 111 (testnet)
$ bx ek-public-to-address "my passphrase" cfrm2zc7BCp4KwhEE6HzSSxVhUyj2ky8bzvSLEqmAPcakQXb49uFQ87UEg8EhbuwA33t8db2fYW
mtABBAtcTLGZhxNupNZcPaVLZetzHVWgAp
--version 48 (litecoin), --uncompressed
$ bx ek-public-to-address "my passphrase" cfrm3B6UzSYXiZ36wznhsBGA2YdMrPq9VdxGetyK1VQ3o4A4bxiCY1h9XmUaK7M7tonUhBVyHBw
LgCb26EViAcabp1wfbRRS8C7GoUQffafGp
Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build BX
- General Information
- Developer Information
- Configuration Settings
- Tutorials
- Meta Commands
- Wallet Commands
- Key Encryption Commands
- Stealth Commands
- Messaging Commands
- Transaction Commands
- Online Commands
- Encoding Commands
- Hash Commands
- Math Commands