Browsing: BIP32
The gap limit is used because there are practically infinite addresses you can generate via Hierarchical Deterministic generation. If you…
bip32 hd wallets – Does BIP44 limit the maximum number of keys? (and some related questions)
My main question is actually the one in the title. However, for the sake of consistency, I asked some more…
I have 5 Regtest examples: (h4, h3, h2, h1, h0), all using the same xpriv (Regtest), but at different levels…
From BIP32: We represent an extended private key as (k, c), with k the normal private key, and c the…
I am trying to generate BIP32 HD addresses from my Trezors xPub key. I keep getting errors with most of…
I’m using the bitcoinjs collection of libraries, specifically https://github.com/bitcoinjs/wif, https://github.com/bitcoinjs/bip32 and https://github.com/bitcoinjs/bip39 with nodejs. I have a mnemonic and can…
I have an app that generates 1 public address = 1 transaction using HD Wallet. However I forgot to put…