marksn on Nostr: A lot of people underestimate how secure software wallet entropy can be. A Bitcoin ...
A lot of people underestimate how secure software wallet entropy can be.
A Bitcoin seed does not become secure because it is generated on a hardware device. It becomes secure because the randomness behind it is strong.
Modern Linux systems use a cryptographically secure random number generator (CSPRNG) that collects entropy from multiple system sources and produces unpredictable random data. Wallets like LND rely on this foundation when creating their seeds.
The real security question is not:
“Hardware wallet or software wallet?”
The better question is:
“Was the entropy generation secure, and is the private key protected afterwards?”
A properly generated LND seed has an enormous security margin. The biggest risks are usually not the RNG itself, but operational mistakes:
* exposing the seed
* poor backups
* malware
* compromised devices
Hardware wallets reduce certain attack surfaces, but they are not magical. Their security still depends on trustworthy entropy generation and good implementation.
Published at
2026-08-01 13:41:17 CESTEvent JSON
{
"id": "3c41caf84a3e267dc49693865b81962c6358086b332bef975c66d499e1646207",
"pubkey": "8c657869fc1ef7ab797d91abf86c32c89af92b8f6ce146351d26a0c208c0fcb6",
"created_at": 1785584477,
"kind": 1,
"tags": [
[
"client",
"Primal iOS"
]
],
"content": "A lot of people underestimate how secure software wallet entropy can be.\n\nA Bitcoin seed does not become secure because it is generated on a hardware device. It becomes secure because the randomness behind it is strong.\n\nModern Linux systems use a cryptographically secure random number generator (CSPRNG) that collects entropy from multiple system sources and produces unpredictable random data. Wallets like LND rely on this foundation when creating their seeds.\n\nThe real security question is not:\n“Hardware wallet or software wallet?”\n\nThe better question is:\n“Was the entropy generation secure, and is the private key protected afterwards?”\n\nA properly generated LND seed has an enormous security margin. The biggest risks are usually not the RNG itself, but operational mistakes:\n\n* exposing the seed\n* poor backups\n* malware\n* compromised devices\n\nHardware wallets reduce certain attack surfaces, but they are not magical. Their security still depends on trustworthy entropy generation and good implementation.",
"sig": "1f219565999cb4a316af9affa296d36caec0ffa642f11db43eaac1e2cf4a69f94fc59af8a3f999b14fa8b23cfb0b827947b5e702144f3eb917d454b1ab409390"
}