Giter Club home page Giter Club logo

trezor-firmware's Introduction

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.

trezor-firmware's People

Contributors

admin-slush avatar adonagy avatar alepop avatar andrewkozlik avatar arachnid avatar axic avatar ddeath avatar dllaurence avatar hackmod avatar ilanolkies avatar jhoenicke avatar jonathancross avatar jpochyla avatar karelbilek avatar matejcik avatar mcudev avatar mkrufky avatar mruddy avatar peterzen avatar ph4r05 avatar prusnak avatar romanz avatar saleemrashid avatar slush0 avatar szymonlesisz avatar tsusanka avatar wo01 avatar y-chan avatar yura-pakhuchiy avatar zulucrypto avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.