Post
Topic
Board Announcements (Altcoins)
Re: Lethean (LTHN): The Safest Way To Be Online. P2P VPN
by
yakavetta
on 11/12/2018, 11:09:40 UTC
I have funds on my ITNS and was wondering how to convert it. I have my private key and tried to use it on lethean wallet but not working. Anyone can help me?

Thanks

Had the same issue:
so I have sent my ITNS to TradeOgre exchange and there was credited under the LTHN ticket, than I send them back to the last wallet version
Im afraid to use unreliable exchange. Is there any way to do it on cold storage?

I hope I can help. First of all if you still have an intense wallet and itns coins there nothing to worry about as long as you still have the wallet or the private keys. For those who have the private keys you can just download the new wallet and check the folloing documentation:

https://github.com/LetheanMovement/lethean/issues/41
or far below:->

For those who want to create a cold storage lethean.io provides a paper wallet html for download which you may run on any offline system (for example with linux tails).
It's just a rebrand so it's still the same blockchain! +Monero rebase
For your coins saftey always check the checksum and/or make a test with multiple addresses coming from paperwallet generators and use random numbers of these generated to check if it worked.
You could also just download the current wallet and use it on a linux tails version which I consider also a safe way.

In my case i actually ripped the wlan from a laptop and removed the harddrive and made a linux tails boot cd Cheesy

----------------------------------------------------------------------------
Open your Wallet GUI application
Open the wallet that you wish to migrate to a new rebase wallet
Go to File -> Export key
The text will be 256 characters long. It will look like this:

Not a real key Tongue

0B33DFD38FED54CBA53521ABC40DDE3F75C7E38BFF7A962075C9FFDD4D74A0C08B053DD8B520274 E4EBFB003ACBAC24B1AAD8CDDFFD43375F2751FF50DBCCD396D40F8A2C0A9F9D70EE536EBF12E73 238923935067E4AC317AC577030B73B15327C33FE709E411BE0225DE049B2375DB2CC935CC7355F 439F8264CC14EF88DC5

Temporarily copy this key to a notepad file. We will need this in a moment.

(Determine your Secret and Public View/Spend Keys )

That one big 256 character string is actually four separate 64 character keys. We need to separate them out so we know what we're dealing with. Just add a return/line break after each 64 characters so you get your 4 keys. They are in a very specific order.

Spend Public
View Public
Spend Secret
View Secret
Using our fake key as an example, we would separate that out to...

Spend Public: 0B33DFD38FED54CBA53521ABC40DDE3F75C7E38BFF7A962075C9FFDD4D74A0C0

View Public: 8B053DD8B520274E4EBFB003ACBAC24B1AAD8CDDFFD43375F2751FF50DBCCD39

Spend Secret: 6D40F8A2C0A9F9D70EE536EBF12E73238923935067E4AC317AC577030B73B153

View Secret: 27C33FE709E411BE0225DE049B2375DB2CC935CC7355F439F8264CC14EF88DC5

Again, do NOT share these. Moving along, we can now convert our wallet to the new XMR Rebase using these keys.

-------------------------------------------------------------------