ManojNimbalkar / bitcoin-wallet

Automatically exported from code.google.com/p/bitcoin-wallet
0 stars 0 forks source link

RFE: provide some mechanism to import private keys #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Probably no UI required for this.
Some folks like using vanity addresses (generated with vanitygen or somesuch.) 
While I see a very obvious way to export private keys from the android app 
(which is great BTW), I see no equivalent method to import them in.

Pretty low priority stuff, but here's to hoping there's a cheap way to make it 
possible. :)

Original issue reported on code.google.com by hen...@gmail.com on 29 Mar 2012 at 11:16

GoogleCodeExporter commented 9 years ago
I'm absolutely with you.

I have already implemented this as a preview, however BitCoinJ cannot replay 
blockchains currently and thus importing keys is still not possible.

Original comment by andreas....@gmail.com on 29 Mar 2012 at 11:47

GoogleCodeExporter commented 9 years ago
Can't you cross compile the native library to arm? So you don't need to 
re-write it in Java?

Original comment by brendan....@gmail.com on 20 Apr 2012 at 2:11

GoogleCodeExporter commented 9 years ago
Which native library are you talking about?

Original comment by andreas....@gmail.com on 20 Apr 2012 at 3:11

GoogleCodeExporter commented 9 years ago
As of version 2.31, it is now possible to import private keys (see README).

Original comment by andreas....@gmail.com on 7 Nov 2012 at 9:48