Converting multiple btc private keys in standard text format to WIP

2

Ok, going crazy! I have a file that lists my old private keys (2011) (not original wallet.dat, just keys txt file). I need to convert each of these keys (not one at a time) into either a WIP key (base58) format or inserted into a new-wallet. The only solutions I have seen are to convert one at a time. I need a script to convert the raw private keys in the file with an output of the WIP keys, allowing me to import all at one time into a wallet ...

any suggestions ? much thanks! sky

user5573

Posted 2014-03-18T05:36:19.053

Reputation: 39

also adding the original privkey is 64 chars rather than 32user5573 2014-03-18T14:35:23.937

No answers