-
### Steps to reproduce the bug:
I run `./lit --tn3 true` (from the README) and `./lit --tn3 myfreenode.net` (from the WALKTHROUGH) and get the following errors:
```
$./lit --tn3 true -v
passph…
-
Unlike the Bitcoin DNS seeder the original `zcash-seeder` was based on, this seeder has the need and capacity to serve different subsets of the network based on what NU the client is on.
This featu…
gtank updated
3 years ago
-
I have a 3n3 multisig wallet generated a long time ago. When I select wallet -> Details, I copy the public keys.
![image](https://user-images.githubusercontent.com/30128845/140618926-15c5d7fa-9ca8-…
-
## Notes
- `m/44'/5'/0'/0/0` a "hardened" (latest standard) key derivation path (extra bytes hashed with seed for a completely different, seemingly random, but deterministic key)
- `m` just beca…
-
Hi,
when I run `w = wallet.create_wallet(network="bitcoin", seed=None, children=1)`
I get this exception:
pywallet/utils/bip32.py", line 462, in serialize
self.network.EXT_SECRET…
-
I can't import seeds to electrum. Whether selecting m/44'/0'/0' or m/49'/0'/0' or m/84'/0'/0' it doesn't display the corresponding address.
uccuh updated
5 years ago
-
I tried creating an PSBT with Bitcoin Core v0.20.0 that is comprised of 2 inputs from different electrum wallets. I then proceeded to import said PSBT by going to tools -> Load transaction -> From…
-
Inspired by: [OWASP User Privacy Protection Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/User_Privacy_Protection_Cheat_Sheet.html#panic-modes)
If wallets are placed into encrypted vo…
-
As noted by @PatStLouis in the [20240917]() ACA-Pug meeting, when the `--seed` option is used as a startup parameter, a key is created along with a `did:sov` DID that uses that key by ACA-Py. This is…
-
For Kutil when generating from string seed.
https://gist.github.com/sipa/1799467#file-gistfile1-txt-L97-L104
https://tools.ietf.org/rfc/rfc4231.txt
Right now Kutil uses a single sha256 hash.
htt…