-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No suitable build variant #38
Comments
Hello! As far as I can see you have problems with compiling the library, not recovering the wallet. PS Sorry for late answer. |
If you are still having troubles with compiling the library just let me know, we'll try to figure it out. But first, describe the process step-by-step, please :) |
FYI if you just want to restore you wallet you may just use official monero wallet (cli or gui), it's fully compatible, we have nothing up the sleeve ;) |
Hi @naughtyfox I was trying to create APIs for this specific library. At first I just did The image above is my poor attempt at compiling the Binaries manually. I just did what the monero official guide said that I would do (Install dependencies, move gtest to a specific directory [I forgot the dirname], downloading the binaries yada-yada-yada) I was able to have the binaries compiled but it still did not work with this. P.S. I did not run anything Monero related to the background. Might this be one of the reasons I can't check my balance in node? |
The module uses obsolete monero's libwallet library ( |
Thanks a ton! Cheers! |
@HCPioquinto I updated libwallet version in the library, try to update the repo and build it manually ( |
Will check a wee bit later after some stuff. Thanks again. Will report any bugs I may encounter (hopefully none) |
Hello, I've been trying to work on with this library for a few weeks now and I had some issues opening a wallet or recovering them. Any recommendations?
The text was updated successfully, but these errors were encountered: