Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

VIPSTARCOIN-electrum/electrum-vips-update-stoped

 
 

Repository files navigation

VIPSTARCOIN Electrum

Licence: MIT Licence

VIPSTARCOIN Electrum is a lightweight VIPSTARCOIN wallet forked from Electrum

Getting started

For Windows and Mac OS X users, you can download latest release here.

If you are using Linux, read the "Development Version" section.

Compatible with VIPSTARCOIN mobile wallet

VIPSTARCOIN Electrum standard wallet uses bip44 derivation path with coin_type set to 88 which not compatible with the current vipstarcoin mobile wallet.

If you want to be compatible with the vipstarcoin mobile wallet, you need to choose "VIPSTARCOIN mobile wallet compatible" to create or restore your wallet.

Compatible with VIPSTARCOIN Qt Core wallet

If you want to import private master key from VIPSTARCOIN Qt Core wallet, you need to choose "VIPSTARCOIN Qt Core wallet compatible" to restore your wallet.

Development version

Check out the code from Github:

git clone https://github.com/VIPSTARCOIN-electrum/electrum-vips.git
cd electrum-vips

Install dependencies::

sudo apt-get install libusb-1.0-0-dev libudev-dev
on osx:
    brew install libusb
    
pip3 install -r requirements.txt
pip3 install -r requirements-binaries.txt
pip3 install -r requirements-fixed.txt

Compile the protobuf description file:

sudo apt-get install protobuf-compiler
protoc --proto_path=electrum --python_out=electrum electrum/paymentrequest.proto

Create translations (optional):

sudo apt-get install python-requests gettext

on osx:
brew install gettext
brew link gettext --force

./contrib/make_locale

Run it:

./run_electrum

Creating Binaries

To create binaries, create the 'packages' directory:

./contrib/make_packages

This directory contains the python dependencies used by Electrum.

Mac OS X

See contrib/build-osx/README.md file.

Windows

See contrib/build-wine/README.md file.

Linux

See contrib/build-linux/README.md file.

See gui/kivy/Readme.md file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • Shell 1.3%
  • Other 0.5%