I have an XMR Monero wallet on my MAC computer, went through Changelly and sent (accidentally) XMO to it instead of XMR. Everything was correct except I sent XMO instead of XMR. I have looked at a couple of posts but they seem to be referring to recovering an XMR transaction to an XMR wallet. I have installed monero-original-v0.11.2.0 CLI wallet with the same seed words and now have the same address as my XMR wallet. That's where I'm stuck, the wallet is sync'd but I still don't have any balance. I also tried creating a wallet from a specific date. Can anyone help with where to go from here? thanks - H Mark.
2 Answers
Edit: Seems the question has been answered by dEBRUYNE in comments above. Therein lies the answer.
Use your XMR seed with the XMO client to get your funds back. You can still exchange them to XMR at Changelly, but I wouldn't count on that being the case forever, as XMO is not, as far as I know, used by anyone, at all, for anything.
XmanXU has posted on github the fork, though I would not recommend using it. The person advertised the publication on reddit as well, to near-universal disapproval, by the way. It seems to be a scam coin that actually hurts the privacy of XMR itself.
-
thanks much for the repy - can you elaborate on how to use my XMR seed with the XMO client? Since Changelly transaction has sent it to the XMR seed which is unique... ?? – hmark Apr 20 '18 at 03:25
-
i'm new at this so maybe confused a bit. I have an XMR wallet. I just installed what I suspect to be the XMO wallet which is a command line thing. So are you saying use my existing XMR wallet seed words with the newly installed XMO wallet? – hmark Apr 20 '18 at 04:04
-
Follow dEBRUYNE's advice first. dEBRUYNE is a highly respected member of the community. – Apr 22 '18 at 19:30
-
I think debruyne is saying this, however. Download official, old release of xmr at github. The October 27th hydra. Then try to load up that up with your xmr seed. The old xmr client should be compatible with your xmo. You sent (some coin, ex bitcoin) to changelly and wanted to get xmr in return, but accidentallly clicked xmo, correct? I think debruyne is confused on your question a little. Or maybe I am. – Apr 22 '18 at 19:40
-
Yes - exactly. I sent some coin to Changelly and wanted XMR but accidentally clicked on XMO. Changelly Support states the transaction was successful and it's not their problem. But here is the issue: I can look up the incoming hash on the block chain and see the correct amount of incoming coin. But when I look up the outgoing hash transaction in the XMO block chain, the transaction exists but is for zero amount. Support tells me that XMO is encrypted and that is why it is zero. But there are other transactions in the chain showing actual amounts. I think I've been ripped off, more than less. – hmark Apr 23 '18 at 22:35
-
My wallet isn't going to sync for an amount more than zero unless there is something I don't understand about the block chain and transactions (highly likely). I followed dEBUYNE's instructions and was able to load the old XMO wallet with seed and obtain the same address that Changelly sent to. But I still can't get a balance and believing that is because the blockchain transaction is zero amount. If wrong please correct me. I'm kind of fighting with Changelly Support who just keep saying Sync Wallet. I have. – hmark Apr 23 '18 at 22:40
-
Also want to thank you for taking time to assist and responding. Per above comment to dEBRUYNE, I was able to recover my XMO. – hmark Apr 26 '18 at 00:36
Here is what I did to get my XMO back into a wallet and then transfer it somewhere else. The GUI wallet will not work. I don't know why except that it "seems" to be syncing to the wrong chain. I had to download the CLI (command line interface) wallet and run the Monerod application from a terminal. It took many days for the sync to complete and there were many errors appearing as it did so. When the sync completely finished. I used my original seed words and password to recreate a wallet with the same address as the XMO was sent to. Only then could I see my balance and I quickly sent it somewhere else to get the XMO out of that wallet and into a different coin. I can provide the commands to recreate the wallet, etc., but I would have to research it on the Internet. To answer where your XMO coin is... it's simply a blockchain transaction. When you sync the appropriate XMO blockchain and open the appropriate wallet with the receiving address, the XMO will appear there. You can delete the wallet and recreate it because the record of where the coin is supposed to be is in the blockchain. That's my very basic understanding of it from many days of trying to recover my XMO and figure out what was happening. Sync to the correct blockchain, recreate your wallet, and you will have your coin. However, if you don't have your seed words and password used to create the address, I don't know what you can do. Those are necessary to recreate a wallet with the matching address.

- 21
- 4
-
btw, here is the link to the right monero cli wallet - i forgot to add it above: – hmark Jun 09 '18 at 02:09
-
https://github.com/XmanXU/monero-original/releases. it's monero-original-0.11.3.0.zip for pc or .tgz for mac or Linux – hmark Jun 09 '18 at 02:10
This following one is mine: hash=9367fff02a34cb0cac49779b54dbb452ea64c75b7ee252e47be6fcdd26565e52 fee=0.000000000000 total amt=0.000000000000 size=13058. See what I mean? – hmark Apr 23 '18 at 23:44
size=95 //
That's simply a coinbase transaction, see: https://monero.stackexchange.com/a/3908/44 – dEBRUYNE Apr 24 '18 at 09:31