-
Address path is `m/44'/0'/0'/0/-1`, though the address is derived as `m/44'/0'/0'/0/0`
![photo_2020-06-06_12-15-17](https://user-images.githubusercontent.com/25042473/83941948-9e1dd900-a7ef-11ea-9e…
-
I'm trying to use eth-lightwallet to generate BIP32/44 style addresses using custom paths, let's say:
```
BasePath = m'/0'/0''
Address 1= m'/0'/0'/1
Address 2= m'/0'/0'/2
Address 3= m'/0'/0'/3
…
-
Hi,
Where am I doing wrong?
C:\Workshop\Python\bip44-bip39-bip84-wallet-gen-and-query>py script.py bip44
Traceback (most recent call last):
File "C:\Workshop\Python\bip44-bip39-bip84-wallet-…
-
The old Ledger apps, including the Red wallet, use a legacy derivation path of _m/purpose'/coin_type'/account'/address_index_, but the new Ledger Live app uses the BIP44 derivation path of _m/purpose'…
-
When attempting to run the skycoin wallet from develop branch:
```
$ _pwd=$(pwd) ; echo ${_pwd/${HOME}/'${HOME}'}
${HOME}/go/src/github.com/skycoin/skycoin
[user@linux skycoin]$ git describe
v…
0pcom updated
3 weeks ago
-
https://github.com/MyCryptoHQ/MyCrypto/issues/2070
-
Would be really nice and reduce a TON of confusion and support sort of issues if the staking wallets could work off the same passphrase derived wallet address scheme as Orion. No more repeated backin…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When restoring a Firo seed with Lelantus in transaction history on Linux, the following…
-
**Versions**
bcoin v1.0.2
**Expected**
BIP44 HD wallets, including watch-only, to follow the specification that:
> Software should prevent a creation of an account if a previous account does n…
-
Torba and lbrycrd use a different standard (bip44 vs bip32) so private keys do not produce the same set of addresses. I understand we don't want the bip44 method to be the default, but there should be…