Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
i_like_money
on 03/02/2018, 09:12:48 UTC
Exciting news!

After around 3 weeks of (hard) work, our community release wallet version 2.1 is now available for Windows, Linux and Mac OS!
The following improvements have been made:


  • updates the look of the wallet
  • fixes the bug with the staking icon
  • fixes the network hanging causing syncing to occasionally stop without notice
  • fixes some other small bugs under the hood
  • sync progress bar updates more accurately
  • adds some new masternode features:
  • masternode status" console command
  • sorting and filtering of the masternode list in the GUI

You can download it from the website: https://community.coinonatx.io/downloads

Any feedback are more than welcome. Feel free to join us in our Discord channel: https://discord.gg/P9urZYT



   
Thanks!

Thank you for the updates! Wallet looks so much better now.

I had some issues with the Mac OS wallet because there were some libraries missing. I was able to add them using brew.

First install brew if you do not have it. https://brew.sh/

Next install the missing libraries. For me it was just the ones below. You may need to install additional ones. If so they can be found in the error report.

Code:
brew install berkeley-db@4
brew install gmp
brew install qt5
brew install openssl

After they are installed try opening the app again.