dashpay / electrum-dash-old

Electrum-DASH - a Dash thin client
https://electrum-dash.org
MIT License
37 stars 113 forks source link

Unable to import extended keys in new wallet creation dialog. #15

Closed nmarley closed 8 years ago

nmarley commented 8 years ago

The "next" button is just grayed out/disabled, doesn't enable when I paste in an xprv or an xpub key.

Kefkius commented 8 years ago

Is this because of #7 (i.e. what do the extended keys start with)?

nmarley commented 8 years ago

No, I don't think so. I haven't dived into why this isn't working. On Mar 5, 2016 16:20, "Kefkius" notifications@github.com wrote:

Is this because of #7 https://github.com/dashpay/electrum-dash/pull/7 (i.e. what do the extended keys start with)?

— Reply to this email directly or view it on GitHub https://github.com/dashpay/electrum-dash/issues/15#issuecomment-192610536 .

nmarley commented 8 years ago

Ok, this is working for me now, closing this issue. I expected Electrum to allow sub-keys entered instead of only the master xpub/xprv keys, but apparently it won't accept child keys, only the master.

nmarley commented 8 years ago

Nevermind! You were right @Kefkius , this is exactly because I wasn't running the right local version of Electrum — I was using my drk* branch instead. It does work with sub-keys as well as master keys.