this post was submitted on 21 Nov 2023
6 points (87.5% liked)

Bitcoin

759 readers
1 users here now

founded 1 year ago
MODERATORS
 

Hi all! Does anybody know if bitcoin core (bitcoin-qt) is also vulnerable to keybleed / randstorm? Thank you

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 6 points 11 months ago

Randstorm is specific to javascript implementations of bitcoin (as in bitcoin-js, not sure if there are others). Bitcoin core is unaffected, it's written in C++.

Keybleed is just unciphered's wallet checker app, right? Not some separate vulnerability?

[โ€“] [email protected] 4 points 11 months ago

My understanding is that it only effects wallets which used bitcoin-js, so core and most wallets are safe. It should only effect wallets generated in a web browser like paper wallet generators and those at a handful of sites. Bitcoin core and most desktop clients should be safe from this.