Post
Topic
Board Bitcoin Technical Support
Merits 1 from 1 user
Re: Private Key lost one character
by
mocacinno
on 23/03/2016, 13:04:51 UTC
⭐ Merited by ETFbitcoin (1)
i'm sorry i'm not a programmer Cheesy, any open source tool available to do that?

Do you have bitcoind running on a linux server?
In that case, something like this might work:
Code:
for i in `perl -e '$,=" ";print +(A..Z),(a..z),(0..9)'` ; do bitcoin-cli  importprivkey "yourkey"$i ; done