Post
Topic
Board Development & Technical Discussion
Re: A few words about minikeys
by
larry_vw_1955
on 23/03/2022, 05:08:09 UTC

Any error detection is better than none.

if you know your minikey's bitcoin address you'll know if there was an error typing in your minikey. so you dont need error detection in that case. if you dont know your bitcoin address then you might be in trouble. even with this "error detection"

Error detection is far faster than generating Bitcoin address though.
compare that with something like bip38 encrypted private keys which if they dont decrypt to the address they are supposed to, then they are invalid.  Shocked