MultiversX Tracker is Live!

Can't Access funds due to derivation path

Bitcoin Stack Exchange

Bitcoin News / Bitcoin Stack Exchange 155 Views

I created a seed phrase and public key via the following Node.js code:

const mnemonic = bip39.generateMnemonic()
const seed = await bip39.mnemonicToSeed(mnemonic)
const node = bip32.fromSeed(seed)
const xPubString = node.neutered().toBase58()

Then I used BTCPay Server to generate an address for this public key and sent funds to that address. The transaction is confirmed on the chain and shows up in BTCPay Server. However, I'm trying to load this wallet via seed phrase into either Electrum or Wasabi wallets to be able to spend the funds. I can't get the funds to show up in either application. I believe this has to be a problem with using the correct Derivation Path because I'm not sure what the above code defaults to. I can confirm that the address starts with bc1, so I think that tells me that the Derivation Path should be m/84'/0'/0', but it doesn't work.

I've tried just about every combination of Derivation Path I can think of to try to get the funds but nothing seems to show up. Any recommendations?


Get BONUS $200 for FREE!

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