Post
Topic
Board Announcements (Altcoins)
Re: [UNO] Unobtanium Info & Discussion - Update to 0.10 Wallet - Merge Mine w/BTC!
by
cragv
on 19/05/2017, 21:54:39 UTC
Big thanks to Learminer for his help here and in Telegram! For anyone else in future, he put me onto this git repository: https://github.com/bitcoinjs/bs58check (and suggested I download the github repo, make a new file (e.g. app.js) and then simply include the demo code from the github page).

...it appears my private key is stored in unencrypted Base58 format (58 character private key, starts with '6') and I need to convert it to Bitcoin-qt format.

Hi,

Please try to import the private key in Electrum_uno. It seems to usually do a good job picking the correct format... Also, what is the first character of the string of the private key? Don't post more than the first character obviously.

And my sincere thanks for checking in with this gem, cryptapus, I really appreciate it! I'd forgotten about Electrum_uno. It's been awhile since I've been in a crypto mindset. I'll absolutely give this a go if Learminer's method falls through (I've already made headway on that one, though won't get to finishing the process until I'm back at a computer later today. Big work weekend here! Thanks again Smiley

EDIT: cryptapus, THANK YOU!! I just did it by Sweeping the wallet and pasting its public key in the Address box and putting the private key in hexadecimal format in the Private Key box (after simply pasting it in base58 format didn't work) and FINALLY, I'm staring at the balance in the wallet! YES!! Cheesy Thanks again guys.

EDIT 2: cryptapus, I can see the two transactions but the wallet is in 'watching mode':



How would I get this to an active mode so I can send the UNO to another address? I tried finding my way with the console but I'm struggling a bit, here. Thanks for any advice you can offer here. -C.