forex.pm forex forum binary options trade

 Сryptocurrency exchanges => Binance - Сryptocurrency exchanges => Topic started by: Bitcoin on Feb 03, 2022, 01:21 pm

Title: HD wallet parameters clarification
Post by: Bitcoin on Feb 03, 2022, 01:21 pm
HD wallet parameters clarification

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 key

  • bip32XpubKey is the extended public key

  • bip32Seed is the seed that is derived from the mnemonic


Does it make sense?
Also, what are bip32RootKey, accountXprivKey and accountXpubKey?


Source: HD wallet parameters clarification (https://bitcoin.stackexchange.com/questions/112197/hd-wallet-parameters-clarification)