Licence: GNU GPL v3
Authors: sunerok, bitspill & whit3water
Language: Python
Homepage: http://electrum-doged.space/
sudo apt-get install git pyqt4-dev-tools python-pip python-dev python-slowaes
sudo pip install pyasn1 pyasn1-modules pbkdf2 tlslite qrcode
git clone https://github.com/doged/electrum-doged && cd electrum-doged
pyrcc4 icons.qrc -o gui/qt/icons_rc.py
sudo python setup.py install
./electrum-doged
http://electrum-doged.space/DogecoinDark_URIs.html
cd electrum-doged
git pull
sudo python setup.py install
-download this repo as a zip and extract it to where you would like it to run from. https://github.com/doged/electrum-doged/archive/master.zip
-download python 2.7 for windows here: https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi
-download Microsoft Visual C++ Compiler for Python 2.7 here: http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266
-download python qt4: http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.3/PyQt4-4.11.3-gpl-Py2.7-Qt4.8.6-x64.exe
-then in ms visual studio command prompt, go into the directory electrum-doged:
pyrcc4 icons.qrc -o gui/qt/icons_rc.py
py -m pip install pip pyasn1 pyasn1-modules pbkdf2 tlslite qrcode ecdsa ltc_scrypt
py setup.py install
py electrum-doged
- HOW OFFICIAL PACKAGES ARE CREATED
python mki18n.py
pyrcc4 icons.qrc -o gui/qt/icons_rc.py
python setup.py sdist --format=zip,gztar
On Mac OS X:
sudo python setup-release.py py2app
ARCHFLAGS="-arch i386 -arch x86_64" sudo python setup-release.py py2app --includes sip
sudo hdiutil create -fs HFS+ -volname "Electrum-DOGED" -srcfolder dist/Electrum-DOGED.app dist/electrum-doged-VERSION-macosx.dmg
alternate official build method:
On Linux:
python setup.py sdist --format=gztar
On Windows:
export VERSION=2.0.0
pyinstaller windows.spec
zip -r dist/reddcoin-electrum-$VERSION-win.zip dist/reddcoin-electrum.exe
On Mac OS X:
export VERSION=2.0.0
pyinstaller macosx.spec
sudo hdiutil create -fs HFS+ -volname "Reddcoin Electrum" -srcfolder "dist/Reddcoin Electrum.app" dist/reddcoin-electrum-$VERSION-mac.dmg