-
Currently, the master seed creates as many addresses as desired. However, these multiple addresses are not being used wisely since, in most cases, only one is being used.
The whole point of an HD w…
-
1. migrate assets to a sUDT account with the hardware wallet
https://github.com/Magickbase/neuron-public-issues/assets/12881040/bcb80162-2e92-4487-857d-0206bc4f241e
Reason:
Hardware sign missed…
-
I have a big problem I hope for a solution
Cannot withdraw
I have the password
I have default_wallet
I do import Seed and private keys I enter the password come out to me
inside it is on the phon…
-
Implement KeyStore object and encryption-decryption for it (all keystore versions)
Implement HD Wallet object and encryption-decryption for it (password based and not password based)
Implement Walle…
-
Hello I noticed 2 things when I run such commands:
```./hd-wallet-derive.php -g --key="xprv......" --addr-type=p2sh-segwit --preset=electrum```
```./hd-wallet-derive.php -g --key="yprv......" --ad…
-
{"address":"1HUkkXPp7BV1bD5W7jphzF6WJCjmpxvuHH","warning":"This endpoint has been deprecated, for the best safety and security, use the HD API instead: https://github.com/blockchain/service-my-wallet-…
-
Hello guys
I need to convert my HD wallet to WIF (to be imported in another wallet that only accepts these method). Can i use bitcoin-tool to get it from my BIP39 Mnemonic, BIP32 passphrase, BIP…
-
In the future we will see many wallets app, mobile, desktop, web. I think most of them will implemented as a HD wallet. For bip44, Namada need to restrict the usage of each field and give out a spec, …
-
We currently have at least three independent wallet implementations:
- https://github.com/spacemeshos/smcli/tree/develop/wallet (new code, incomplete, not public)
- https://github.com/spacemeshos/…
-
```
This was detected by the unit tests and makes the behaviour flaky. The
assertion is checking that downward key derivation worked correctly. If the AES
padding happens to be the correct value the…