Code Monkey home page Code Monkey logo

aeon-gui's People

Contributors

aeonix avatar apertamono avatar cryptochangements34 avatar debruyne-1 avatar einsteinsfool avatar erciccione avatar fluffypony avatar glv2 avatar jaqueeee avatar jonathancross avatar krzysztoff7 avatar lafudoci avatar luigi1111 avatar mandrill-pie avatar maxxor avatar mbg033 avatar moneromooo-monero avatar moroccanmalinois avatar pazos avatar rafficer avatar rbrunner7 avatar rpcjacobs avatar sanderfoobar avatar selsta avatar signo88 avatar stoffu avatar szogun1987 avatar taushet avatar timo614 avatar xiphon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aeon-gui's Issues

Fatal error: wallet/api/wallet2_api.h: No such file or directory #include <wallet/api/wallet2_api.h>

Am on Ubuntu 18, am getting the following issue when running build.sh on gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)

In file included from ../main.cpp:42:0:
../src/libwalletqt/WalletManager.h:6:10: fatal error: wallet/api/wallet2_api.h: No such file or directory
#include <wallet/api/wallet2_api.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:1070: recipe for target 'main.o' failed
make: *** [main.o] Error 1


Tried it again, am now getting the following error:

/usr/bin/x86_64-linux-gnu-ld: cannot find -lwallet_merged
/usr/bin/x86_64-linux-gnu-ld: cannot find -lepee
/usr/bin/x86_64-linux-gnu-ld: cannot find -leasylogging
/usr/bin/x86_64-linux-gnu-ld: cannot find -llmdb
collect2: error: ld returned 1 exit status
Makefile:299: recipe for target 'release/bin/aeon-wallet-gui' failed
make: *** [release/bin/aeon-wallet-gui] Error 1


Downgraded to G++ 4.8 and am now getting:

g++: error: unrecognized command line option ‘-fstack-protector-strong’
Makefile:1225: recipe for target 'qrc_translations.o' failed
make: *** [qrc_translations.o] Error 1

Cannot minimize GUI to dock v0.14.2.1

v0.14.2.1 release candidate binaries
OSX 11.6.6 Big Sur

Custom decorations turned on:
OSX - cannot minimize to dock
Windows - can minimize to taskbar

Custom decorations turned off:
OSX - can minimize to dock

Monero v0.17.2.1 can minimize to dock with custom decorations turned on.

Mixture of languages on the GUI and daemon always synchronizing

Hi,
I'm using AEON windows 64bit v0.13.1.0-aeon (Qt 5.12.4) and I have as you can see, the left part in Portuguese and the right part in English! How can I have all in English?

Secondly, no mater how long I keep the wallet opened it always says "Daemon sincronizando" on the bottom left corner.

aeon

Aeon gui install on ubuntu

Hi,
I just installed the aeon gui on Ubuntu, followed the instructions and everything went well until the very last bit.

My problem is that, I can't open the executable in build/release/bin folder. Double clicking on it does nothing.

Is there another way arround that, maybe launching the gui via terminal ?
Thanks for the help.

[Feature Request] M1 GUI support

Currently release binary only works on Intel OSX.

Due to the depreciation of intel cpu for OSX and large amount of current M1 osx users, Aeon should have functional binaries on GUI that support M1 cpu.

Monero currently supports M1 cpu on release binaries for GUI.

Outdated libpng12 package required

I am running Linux Mint 20.1 Cinnamon version 4.8.6

I get the following error when trying to run gui wallet:

./start-gui.sh
./aeon-wallet-gui: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

Am I doing something wrong or am I expected to go through the trouble of installing a package that has been outdated for quite some time and can't even be installed with APT (at least not with jumping through some unknown hoops)?

Please advise on whether you can update this to use the newer libpng package (16 or so?) or provide recommended work around for those with newer builds of linux.

Aeon Daemon Fails To Start

Hello. Can somebody please help me? I have been trying to get the MacOS Aeon GUI wallet to properly sync for over two months now without any success (so that I can see the balance in my wallet). I was able to delete all Aeon files from my desktop and redownloaded the GUI wallet (latest version), then I restored using the mnemonic seed thinking this would solve the problem. Surprisingly, I got the same error message after attempting to start the daemon from a local node: "Daemon failed to start. Please check your wallet and daemon log for errors. You can also try to start aeon manually." Yes, I tried to start manually, but still get the same error message. I would have tried a REMOTE node but I don't know of any that I can trust. Any suggestions as to why I can't get the daemon working on a local node? Thanks!

I tried to attach a screen shot of the error message from the log, but I don't know if it attached in a readable format.

Screen Shot 2021-08-24 at 11 29 27 PM

GUI will not connect to remote node if switching to remote from local unless restarting GUI

OS : OSX 10.13.6
Also known issue on Windows 10

Build version: Latest 12.9 point release

Issue:
When an incorrect remote node IP address is entered and daemon can not connect prompting "local node starting in ***sec", if user selects use remote node and changes to correct IP address, daemon will not connect to that IP until GUI is restarted upon which it connects the first try to the remote node.

If on OSX after GUI hangs up and user closes program, the program crashes and attempts to send crash report.

If on Windows GUI does close normally.

If user is using Local Daemon and switches to remote node and clicks connect, GUI will also hang up until restarted in which it connects fine so long as correct IP is used.

Aeon GUI does not allow ringsize 0 transactions but CLI does

The latest GUI 12.6 does not allow ring size 0 transactions, the slider bar does not move to 0, 1 is the lowest. CLI wallet 12.6 allows ring size 0 transactions. Although this 0 mixin transaction removal is being discussed on Reddit:
( https://www.reddit.com/r/Aeon/comments/9mwj5p/removal_of_0_mixing_as_and_when_bulletproofs/ ) , I am unsure as to why the GUI already has this removed and only Ring size 1 or 3 and higher is allowed.

If we are going to remove ring size 0,1,2,3,4 when we activate bulletproofs and ring CT next, I think we can ignore this issue for now and just verify the ring sizes are disabled with the next pre-release testing. If we plan to not remove ring size 0 we need to fix this issue on gui wallet.

Please discuss.

"Daemon failed to start"

I'm getting the error "Daemon failed to start" when trying to connect.

Here's the log files:

[21/02/20 1:46 PM] 2020-02-21 09:46:25.103 0x1118e35c0 INFO global src/daemon/main.cpp:227 Aeon 'Aletheia' (v0.13.1.0-release)
Error: Couldn't connect to daemon: 127.0.0.1:11181
[21/02/20 1:46 PM] 2020-02-21 09:46:39.213 0x10b94f5c0 INFO global src/daemon/main.cpp:227 Aeon 'Aletheia' (v0.13.1.0-release)
Error: Couldn't connect to daemon: 127.0.0.1:11181
[21/02/20 1:46 PM] 2020-02-21 09:46:42.280 0x107b695c0 INFO global src/daemon/main.cpp:227 Aeon 'Aletheia' (v0.13.1.0-release)
Error: Couldn't connect to daemon: 127.0.0.1:11181
[21/02/20 1:46 PM] 2020-02-21 09:46:45.343 0x108c765c0 INFO global src/daemon/main.cpp:227 Aeon 'Aletheia' (v0.13.1.0-release)
Error: Couldn't connect to daemon: 127.0.0.1:11181
[21/02/20 1:46 PM] 2020-02-21 09:46:48.436 0x115f4c5c0 INFO global src/daemon/main.cpp:227 Aeon 'Aletheia' (v0.13.1.0-release)
Error: Couldn't connect to daemon: 127.0.0.1:11181
[21/02/20 1:46 PM] 2020-02-21 09:46:51.489 0x11481b5c0 INFO global src/daemon/main.cpp:227 Aeon 'Aletheia' (v0.13.1.0-release)
Error: Couldn't connect to daemon: 127.0.0.1:11181
[21/02/20 1:46 PM] 2020-02-21 09:46:54.566 0x10a92e5c0 INFO global src/daemon/main.cpp:227 Aeon 'Aletheia' (v0.13.1.0-release)
Error: Couldn't connect to daemon: 127.0.0.1:11181
[21/02/20 1:46 PM] 2020-02-21 09:46:57.621 0x104e3f5c0 INFO global src/daemon/main.cpp:227 Aeon 'Aletheia' (v0.13.1.0-release)
Error: Couldn't connect to daemon: 127.0.0.1:11181
[21/02/20 1:47 PM] 2020-02-21 09:47:00.668 0x10a2635c0 INFO global src/daemon/main.cpp:227 Aeon 'Aletheia' (v0.13.1.0-release)
Error: Couldn't connect to daemon: 127.0.0.1:11181
[21/02/20 1:47 PM] 2020-02-21 09:47:03.731 0x1157da5c0 INFO global src/daemon/main.cpp:227 Aeon 'Aletheia' (v0.13.1.0-release)
Error: Couldn't connect to daemon: 127.0.0.1:11181
[21/02/20 1:47 PM] 2020-02-21 09:47:06.797 0x10332f5c0 INFO global src/daemon/main.cpp:227 Aeon 'Aletheia' (v0.13.1.0-release)
Error: Couldn't connect to daemon: 127.0.0.1:11181

OSX compile error ld: library not found for -lwallet_merged

clang: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
ld: warning: directory not found for option '-L/Users/admin/Downloads/aeon-gui/monero/lib'
ld: library not found for -lwallet_merged
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [release/bin/aeon-wallet-gui.app/Contents/MacOS/aeon-wallet-gui] Error 1

Cloning this issue on aeon GUI master build with qt 5.11 installed via brew with proper paths set up :
monero-project#1139

I have not tried to build Monero GUI yet to see if issue still is there but monero bug was closed with no resolution.

Running QT creator 4.7 I get totally different issue not finding wallet2.api.h file

Compiling on Debian wasn't easy

I had to install these additional packages in order to compile on debian. They do not appear in the build instructions

apt-get install qttools5-dev-tools qtcreator qtdeclarative5-dev qml-module-qtquick-xmllistmodel qt5-qmake

In addition to googling the number of problems that arose while compiling. Not all of them were solved by installing another package.

error?

_chrono -lboost_program_options -lssl -llmdb -lcrypto -Wl,-Bdynamic -lQt5Quick -lQt5Widgets -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lGL -lpthread
/usr/bin/x86_64-linux-gnu-ld: impossibile trovare -lwallet_merged
/usr/bin/x86_64-linux-gnu-ld: impossibile trovare -lepee
/usr/bin/x86_64-linux-gnu-ld: impossibile trovare -leasylogging
/usr/bin/x86_64-linux-gnu-ld: impossibile trovare -llmdb
collect2: error: ld returned 1 exit status
Makefile:292: recipe for target 'release/bin/aeon-wallet-gui' failed
make: *** [release/bin/aeon-wallet-gui] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.