-
I used an Ethereum mnemonic for import and wallet generation, but I received an 'invalid seed' error. I reviewed the code and the official implementation, and I understand why this error occurs. Howev…
-
- The use of BIP32 with ED25519 is secure and does not introduce any security vulnerabilities.
- The implementation of BIP32 for ED25519 in the library [https://github.com/jpopesculian/ed25519-dalek-…
-
Let's improve the explorer backend load by discussing our current tx fetching/caching strategy in our apps (mobile/desktop/extension wallets & explorer).
There are 2 main UI components where our ap…
-
The HD-Wallet implementation is flawed and does not align with the official BIP32/44 standards as we seem only incrementing / deriving on the address index level with a static (potentially config-deri…
ca333 updated
4 months ago
-
https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki
-
Implement support for hd wallet
-
Summary of Events:
First Operation (November 2013):
- I generated a BTC key using Multibit Wallet version 0.5.14 on my iMac running macOS (referred to as Key 1).
- After generating the key, no …
ecxcn updated
2 hours ago
-
Summary of Events:
First Operation (November 2013):
- I generated a BTC key using Multibit Wallet version 0.5.14 on my iMac running macOS (referred to as Key 1).
- After generating the key, no …
ecxcn updated
2 hours ago
-
https://cirrus-ci.com/task/5232872305459200:
```bash
067] node0 2024-11-04T11:58:48.064759Z [httpworker.0] [src/wallet/wallet.h:936] [WalletLogPrintf] [default wallet] m_address_book.size() = 2
[…
-
Currently, libplanet is using [secp256k1] private key directly without any abstraction. it would be great if we can use HD Wallet (Hierarchical Deterministic Wallet) following [BIP-32] and [BIP-44] to…