alexbridge
- USB Storage Crypto WalletFeb 12, 2026
Just for curiosity, i finally got an answer from the seller. Indeed, i sent him a message some days ago, and forgot about it since i though i won't get any answer. I was wrong. Although i gave up the idea of buying from…
- USB Storage Crypto WalletFeb 10, 2026
I never store plain seed phrase on USB storage. However, i used VeraCrypt to save the seed phrase, but just in case. This VeraCrypt file is just a backup of others backups made otherwise. As you mentioned the idea is to…
- USB Storage Crypto WalletFeb 7, 2026
Regarding key generation. I used this: https://github.com/trezor/python-mnemonic on a live USB in air plane mode after installing the Python package. Indeed this package rely on secrets which CSPRNG and it seems that…
- USB Storage Crypto WalletFeb 7, 2026
In theory i totally agree, but in practice it is another story. This implies to avoid every non open source software. And even for open source software, very few people are able and have time to understand thousand…
- USB Storage Crypto WalletFeb 5, 2026
Hello, Thanks for your contribution and explanations. I am now convinced. I checked, but it seems that the last two only support BTC. What about SecuX bio? I probably won't buy one since it can be use on mobile devices…
- USB Storage Crypto WalletFeb 2, 2026
Yes, i though that too, but because Coinomi is mentionned i had a doubt. Anyway i gave up the idea of buying such "thing"... However i'm still curious to know if it is just a usuall UBS driver with software inside or if…
- USB Storage Crypto WalletFeb 1, 2026
Ok. Thanks for confirming my doubts. At the beginning I thought it might me a new brand. I'm also serious when trust is involved.
- USB Storage Crypto WalletFeb 1, 2026
Hey everyone, I found this wallet on eBay: https://www.ebay.com/itm/156239220852 Is it real? Also, can I use it with Electrum software? Appreciate any input!
- Best ways to create a secure seed or mnemonicMar 23, 2019
Thanks for your answers. Yes, i'm aware that it is recommended to generate the seed phrase offline. My feeling is that hardware wallets are convenient and safe to use but i'm not comfortable to let them generate the…
- Best ways to create a secure seed or mnemonicMar 19, 2019
Hey everyone, Sorry if this has been asked before. I know we need a CSPRNG for seed generation, but I'm curious if some wallets (whether they’re desktop, mobile, or hardware) can produce more random outcomes than…
- PY21 Easy BIP39 mnemonic generator in PYTHONFeb 23, 2019
Just wondering; can someone explains why this is bad...if it is...And why the code given by the others members are better (if they are). Thanks:)
- PY21 Easy BIP39 mnemonic generator in PYTHONFeb 22, 2019
Still, it looks as if given an entropy, the mnemonic generated doesn't match the one provided by Ian Coleman on his website...
- PY21 Easy BIP39 mnemonic generator in PYTHONFeb 22, 2019
Ok:)
- PY21 Easy BIP39 mnemonic generator in PYTHONFeb 22, 2019
Interesting code. You assume you have a better entropy source when you randomly choose one from three random entropy source. But is it really the case? Moreover, i don't get: if you don't store the result of the…
- PY21 Easy BIP39 mnemonic generator in PYTHONFeb 20, 2019
Hello, Thanks for the experimentation. Although it may not be a huge improvement, i think it might be more natural to replace: with Cheers