-
-
There was a synchorinized BTC BIP49 in my wallet. I chose BIP84 also and it started to synchronize too. During the sync process of BIP84, I send BTC to BIP49 address. According to blockchair.com, the …
-
To support Trezor in coinjoin wallets like Wasabi (https://github.com/zkSNACKs/Meta/issues/30), some basic functionality for auto-signing / pre-confirmed signing needs to be implemented in Trezor Core…
-
When the nodes wallet was refactored to use a sqlite db segwit was also introduced
However the segwit derivation path where introduced under the BIP44 derivation path instead of the BIP84 path de…
-
The wallets created with BIP44 were imported on BlueWallet as BIP84, so, the address printed on the paper wallet is pointing to bip44 address that BlueWallet won't control.
Solution: deactivate BI…
-
1.) Go to https://iancoleman.io/bip39/
2.) Create a 24 Word seed
“elephant minor kick boost suit heart review sponsor hospital square arm together submit transfer inch warrior pitch advice spray sou…
-
When I use Seed Signer with Nunchuck on mainnet, everything works great!
But when I switch to testnet, export a xpub into Nunchuk, create a wallet with that xpub, I can't verify an address. The See…
-
I am trying to create a watch only wallet from public key.
With xpub import, it defaults to p2pkh with m/0 derivation path and shows incorrect for BIP84 addresses.
With zpub import, it defaults to…
-
There are some functions in the [`web3.eth.accounts`](https://web3js.readthedocs.io/en/v1.4.0/web3-eth-accounts.html#web3-eth-accounts) namespace of web3.js that could be useful in rust-web3 for accou…
-
### Background
Maybe I don't understand something here but my lnd sends my balance from one `p2wpkh` address to another after the channel was force closed remotely. There are no anchors, no HTLCs i…