dashpay / electrum-dash-old

Electrum-DASH - a Dash thin client
https://electrum-dash.org
MIT License
37 stars 112 forks source link

Electrum client stopped working #91

Closed staier closed 7 years ago

staier commented 7 years ago

Was there a mandatory update ? is 2.5.1 or upper officially released? screenshot from 2017-02-15 17 49 02

kryztoval commented 7 years ago

I think you need to get it from git sources to get the latest version. You will end up having version 2.6.4 if you do that.

kryztoval commented 7 years ago

I see you use Mint, which is based in Debian/Ubuntu. Here are the steps I used to run the latest client in Debian

git clone https://github.com/dashpay/electrum-dash.git cd electrum-dash sudo apt-get install python-qt4 python-pip python2.7-dev pyqt4-dev-tools wget wget http://anh.cs.luc.edu/331/code/aes.py sudo pip install ecdsa qrcode pbkdf2 protobuf jsonrpclib x11_hash pyrcc4 icons.qrc -o gui/qt/icons_rc.py ./electrum-dash

staier commented 7 years ago

i have no problem installing new version . However official release is still 2.4.1 ok. understood.