Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It only takes a minute to sign up.
Sign up to join this communityAnybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
I'm using HD Address Generator to create an HD wallet:
let mnemonic = "voyage blind unit shoulder yellow attitude mule all hire above obvious swap" let bip84 = HdAddGen.withMnemonic(mnemonic, false, "BTC", true, 84)
The object that I'm getting back contains the fields:
bip32Seed
bip32RootKey
accountXprivKey
accountXpubKey
bip32XprivKey
bip32XpubKey
I went over HD Wallets and Extended Keys, as I understand:
bip32XprivKey
is the extended private keybip32XpubKey
is the extended public keybip32Seed
is the seed that is derived from the mnemonic
Does it make sense?
Also, what are bip32RootKey
, accountXprivKey
and accountXpubKey
?
Assuming the 84 parameter means that you want BIP84 addresses then:
bip32RootKey: this would be the root EC private key accountXprivKey: this would be the extended private key at derivation path m/84’/0’/0’ accountXpubKey: this would be the extended public key at derivation path m/84’/0’/0’
You can get bonuses upto $100 FREE BONUS when you:
💰 Install these recommended apps:
💲 SocialGood - 100% Crypto Back on Everyday Shopping
💲 xPortal - The DeFi For The Next Billion
💲 CryptoTab Browser - Lightweight, fast, and ready to mine!
💰 Register on these recommended exchanges:
🟡 Binance🟡 Bitfinex🟡 Bitmart🟡 Bittrex🟡 Bitget
🟡 CoinEx🟡 Crypto.com🟡 Gate.io🟡 Huobi🟡 Kucoin.
Comments