Skip to content

recryptproject/recrypt-electrum

 
 

Repository files navigation

Recrypt Electrum

Licence: MIT Licence

Recrypt Electrum is a lightweight Recrypt 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 Recrypt mobile wallet

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

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

Compatible with Recrypt Qt Core wallet

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

Development version

Check out the code from Github:

git clone https://github.com/recryptproject/recrypt-electrum.git
cd recrypt-electrum

Install dependencies::

pip3 install -r requirements.txt
pip3 install -r requirements-binaries.txt
pip3 install -r requirements-fixed.txt

Compile the icons file for Qt:

sudo apt-get install pyqt5-dev-tools
pyrcc5 icons.qrc -o gui/qt/icons_rc.py

Compile the protobuf description file:

sudo apt-get install protobuf-compiler
protoc --proto_path=lib/ --python_out=lib/ lib/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:

./recrypt-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.

Android

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.6%
  • Other 1.4%