Monero is a very different cryptocurrency, their privacy-first approch and the fact to be a non Bitcoin clone or compatible, make it harder to integrate it in the current cryptocurrency wallet ecosystem.
At the beginning Monero just had Monero specific wallets, but now Ledger hardware wallet and Coinomi are some viable options, unfortunatly if you genenerated a BIP39 wallet and you want to switch to a Monero-specific wallet you can't change it easly, because th seeds have different format.
Why this tutorial?
Here some real world use cases:
- Let's say you lost the Ledger Nano S and you want to restore the seed backup to the official Monero GUI wallet
- or you generated a Monero wallet with Coinomi and You want to migrate to Monerujo.
- Any BIP39 wallet 24 words seed to Monero style 25 words wallet
BIP 39 Wallet 24 words to Monero/Electrum 25 words
from Ledger Nano S or Coinomi to Monero GUI, Monerujo, MyMonero.
Step 1: Build your Docker image with the seed converter tool by Ledger
You can download the Ledger tool how you prefere. My advice is to use it with docker to keep your environment clean and the tool easly portable.
Cut and paste the text below it a file named Dockerfile
.
FROM debian:9
RUN apt-get update && apt-get install libusb-dev libusb-1.0-0-dev libudev-dev python3 python3-pip -qq -y
RUN pip3 install pycryptodomex && pip3 install ECPy && pip3 install ledgerblue
WORKDIR /app/tools/python
Then build the Docker image.
docker build -t my/ledger-monero .
Step 2: run the command
Congratulation! Now the set up is done and you can run the tool with the command below every time you need it. Just follow the interactive instruction
# docker run --rm -ti -v $PWD/ledger-app-monero:/app my/ledger-monero sh -c "PYTHONPATH=`pwd`/src python3 -m ledger.monero.seedconv offline
Just type the 24 words seed to have a 25 words seed!
NOTE: currently you have to comment line 82
in the file ledger-app-monero/tools/python/src/ledger/monero/seedconv.py
as shown in the video, but in future it could be fixed.
Thank you for your contribution @luigi-tecnologo.
After reviewing your tutorial we suggest the following points listed below:
The subject of your tutorial is very interesting and very important for all users who have Ledger Nano S or Coinomi with Monero.
Your tutorial is quite short for a good tutorial. We recommend you aim for capturing at least 2-3 concepts.
In the next tutorial we suggest you use the tutorials template. Link
Your video has been very interesting and intuitive enough for users to learn how to restore Monero private keys from Ledger Nano S wallet.
Thank you for your work in developing this tutorial.
Looking forward to your upcoming tutorials.
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for the feedback
Posted using Partiko Android
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for your review, @portugalcoin! Keep up the good work!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Complimenti ottima guida!
Posted using Partiko iOS
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Grazie
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @luigi-tecnologo!
Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
Feel free to join our @steem-ua Discord server
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey, @luigi-tecnologo!
Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!
Get higher incentives and support Utopian.io!
Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via SteemPlus or Steeditor).
Want to chat? Join us on Discord https://discord.gg/h52nFrV.
Vote for Utopian Witness!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @luigi-tecnologo! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :
Click here to view your Board
If you no longer want to receive notifications, reply to this comment with the word
STOP
Do not miss the last post from @steemitboard:
Vote for @Steemitboard as a witness and get one more award and increased upvotes!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Getting the following error on the last step when trying to run the program: ImportError: No module named 'ledger'
any ideas
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Also, you're missing a " symbol in the command in the last step to run the program
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@luigi-tecnologo I am unable to run the commands like you laid out in this post. I really need help recovering my 25 word seed from my 24 word seed. Do you think you can help me please? I would be ok with you keeping some of the XMR for yourself and you could just send me some of it back (: I really hope you can help, Ledger team told me to reach out to the XMR community and they were of no help...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @alexvanaken , maybe something has changed.. OK, leave me your telegram nickname and I'll contact you
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey Luigi I had a friend of mine do it for me (: thanks so much for offering though! Sending you a Steem for being thoughtful and getting back to me!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit