Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
modzer0
on 30/11/2017, 12:04:59 UTC
Guys,

I have completed my first modified version of the wallet without the freezing issue. I am NOT the dev of this coin, but this code is based on the dev's latest updated code. My modifications move the masternode list updating code off to another thread so it doesn't hang the GUI while updating. There are still a few other occasional freezes in the GUI (I've noticed especially when syncing for a while) - I may take a stab at those later. In this case, I was specifically targeting the freezing up for 20+ seconds every 30 seconds or so that made the wallet very frustrating to use.

Compiled Windows 64-bit wallet: https://github.com/modzer0hax/CoinonatX/releases/download/2.0.3.3-modz1/CoinonatX-win64.zip
Compiled Windows 32-bit wallet: https://github.com/modzer0hax/CoinonatX/releases/download/2.0.3.3-modz1/CoinonatX-win32.zip
Source on github: https://github.com/modzer0hax/CoinonatX

Disclaimer: I can assure you I've added no malicious code, but if you're worried about that then don't use this or review the source and compile it yourself. Make sure you have backups, etc. etc. and treat this as pre-release code. I'm not responsible if it ruins your wallet, corrupts your files, steals your wife, and all that.

I hope this will be helpful to someone.

Thanks for your work, I'd almost given up on CoinonatX.

I am still experiencing hangs while syncing the blockchain, so perhaps there are some locking issue there as well?

Yes, that's what I was referring to above. I will probably take a look at that next to see what can be done there.

I noticed the devs have merged my code into their github repo, so it looks like the next official version of the wallet will probably have my changes included.