nicovs / electrum-nycoin

electrum verge wallet!

Home Page:http://electrum-verge.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electrum-XVG - Lightweight Verge client

Electrum-XVG

Build Status

Licence: GNU GPL v3

Authors: sunerok, bitspill & whit3water

Language: Python

Homepage: http://electrum-verge.xyz/

Warning

Don't forget to copy your randomly generated seedphrase, this will act as your private key. They are not stored on our servers, so please don't lose them!

Installation

Ubuntu/Linux

First, install all the dependencies to get started:

sudo apt-get install git pyqt4-dev-tools python-pip python-dev python-slowaes

sudo pip install pyasn1 pyasn1-modules pbkdf2 tlslite qrcode

Now download this project and navigate to its folder:

git clone https://github.com/vergecurrency/electrum-xvg && cd electrum-xvg

Install the client:

pyrcc4 icons.qrc -o gui/qt/icons_rc.py

sudo python setup.py install

chmod +x ./electrum-xvg

To run Electrum from this directory, just do:

./electrum-xvg

To start Electrum from your web browser, see http://electrum-verge.xyz/Verge_URIs.html

How to update your Electrum client:

Navigate to the project folder:

cd electrum-xvg

Download the updates:

git pull

Install the new version:

sudo python setup.py install

Windows

Download this project as a zip file and extract it to where you would like it to run from.

https://github.com/vergecurrency/electrum-xvg/archive/master.zip

Download and install some project dependencies:

In MS Visual Studio command prompt, go into the directory electrum-xvg:

pyrcc4 icons.qrc -o gui/qt/icons_rc.py

Install other dependencies:

py -m pip install pip pyasn1 pyasn1-modules pbkdf2 tlslite qrcode ecdsa ltc_scrypt

Install Electrum-XVG:

py setup.py install

Run:

py electrum-xvg

How official packages are created

python mki18n.py

pyrcc4 icons.qrc -o gui/qt/icons_rc.py

python setup.py sdist --format=zip,gztar

Mac OSX

On port based installs

sudo python setup-release.py py2app

On brew installs

ARCHFLAGS="-arch i386 -arch x86_64" sudo python setup-release.py py2app --includes sip

sudo hdiutil create -fs HFS+ -volname "Electrum-XVG" -srcfolder dist/Electrum-XVG.app dist/electrum-xvg-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/verge-electrum-$VERSION-win.zip dist/verge-electrum.exe

On Mac OS X:

export VERSION=2.0.0

pyinstaller macosx.spec

sudo hdiutil create -fs HFS+ -volname "Verge Electrum" -srcfolder "dist/VERGE Electrum.app" dist/VERGE-electrum-$VERSION-mac.dmg

Verge Electrum Server List

  • electrum-verge.xyz
  • electrum-xvg.stream

Visit our IRC Chat!

About

electrum verge wallet!

http://electrum-verge.xyz

License:GNU General Public License v3.0


Languages

Language:Python 98.5%Language:Shell 0.6%Language:CSS 0.4%Language:HTML 0.3%Language:NSIS 0.2%