Post
Topic
Board Announcements (Altcoins)
Re: [ASN] Ascension coin - community takeover, new dev team
by
conteaza
on 21/11/2018, 03:40:52 UTC
Ubuntu QT wallet is now available. Please download from github: https://github.com/ascensioncoin/AscensionCoin/releases/tag/v3.0.0

MacOS and Windows wallets are next on the list. Stay tuned.

Great!

But I got this error in Ubuntu 18.04:

Code:
./ascension-qt: error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file or directory

Had to do this:

Code:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qrencode

And now it works.