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
We're trying to derive a list of child address public keys from a parent public key with path "m/44H/0H/0H". The parent public key is derived using the HD seed.
Is this possible?
Example code
DeterministicHierarchy dh = new DeterministicHierarchy(privateMasterKey); HDPath path = HDPath.parsePath("m/44H/0H/0H"); DeterministicKey dk = dh.get(path.subList(0, path.size()), true, true);
We would like to store base 58 of the dk
public key and then use it to derive children with paths m/44H/0H/0H/n
.
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