chromaway / ngcccbase

next-gen colored coin client base
MIT License
85 stars 46 forks source link

Create a dump_priv_keys command-line function #144

Closed jimmysong closed 10 years ago

jimmysong commented 10 years ago

Currently, there is no way to dump private keys. Make one.

israellevin commented 10 years ago

Oh, please please do. It will be so much nicer.

Edit: regardless to having this as an option, how do I get a private key? I use bitcoind to do mulisig, but I can't sign without the key. Tried playing with deterministic.py, encoding data to base58 and back, but nothing I get there is accepted by "bitcoind importprivkey" as valid input.

Edit: thanks jimmysong! It works!