langerhans / dogecoin-wallet-new

Dogecoin Wallet app for your Android device. Standalone Dogecoin node, no centralized backend required. Forked from the popular Bitcoin Wallet.
188 stars 105 forks source link

Removing coin from paper wallet #6

Closed pascalmfrey closed 10 years ago

pascalmfrey commented 10 years ago

[Feature Request]

Would it be possible to include a feature to import DOGE into the wallet app by scanning a private key on a paper wallet?

langerhans commented 10 years ago

Yes, this is planned for a future version. Can't tell you when though ;)

linaGirl commented 10 years ago

I think there is also a problem with the input parser which validates privatekeys with the prefix «5» instead of the prefix «6».

InputParser.java

final Pattern PATTERN_PRIVATE_KEY = Pattern.compile("5[" + new String(Base58.ALPHABET) + "]{50,51}");
langerhans commented 10 years ago

@eventEmitter:: Thanks, changed the prefix in 1528f608c8cc7aebf029dbe4437f1fe67ac85a1c

langerhans commented 10 years ago

Finally added in latest version. Will be uploaded soon!