-
It's pretty old and uncool. Uses a lot of sub-deps. Unaudited subdeps which could be updated by different authors is a supply chain security issue.
The suggestion is to switch to https://github.com…
-
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…
-
Для реализации идентификации пользователя через его крипто-кошелек можно использовать несколько подходов. Давайте рассмотрим один из возможных вариантов реализации с использованием Python и Flask.
##…
-
According to BIP39 the last word should be the checksum, but you ignore this in the code.
https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
https://iancoleman.io/bip39/
Also, since the…
-
The current version used does not validate checksums correctly and an update has been issued upstream.
-
```shell
(.venv) ubuntu@c2-large-x86-syd-1:~/workspace/yzp$ python3 --version
Python 3.10.12
(.venv) ubuntu@c2-large-x86-syd-1:~/workspace/yzp$ pip show bittensor
Name: bittensor
Version: 8.2.0
…
-
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-…
-
I was curious regarding the security risks of relying on entropy generated by the ```getRandomValue``` command, for those who use the BIP39 tool without supplying their own entropy (advanced function)…
-
- [ ] Create bip39 seedphrase
- [ ] Set passphrase
- [ ] Save encrypted wallet.dat
- [ ] Talk to lightwalletd
- [ ] Detect balance of a zaddr
- [ ] Detect balance of entire wallet
- [ ] C…
-
It's a pity, it was an extra security 'cause compromising BIP39 Tool was meaning to compromise the repo but also your twitter account (the bip39-standalone.html compiled from a compromised source coul…