Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.19 KB

README-Linux-x86_64.md

File metadata and controls

37 lines (26 loc) · 1.19 KB

Encompass - lightweight multi-coin client

Encompass consolidates support for various currencies into one wallet. It is a BIP-0044-compliant multi-currency wallet based on Electrum. This Encompass client uses Electrum servers of supported currencies to retrieve necessary data, so no "Encompass server" is necessary.

Homepage: https://maza.club/encompass

  1. ENCOMPASS ON LINUX

  • Installer package is provided at https://maza.club/encompass
  • To download and use:
    cd ~
    wget https://github.com/mazaclub/encompass/releases/v0.5.0/Encompass-0.5.0-Linux_x86_64.tgz
    tar -xpzvf Encompass-0.5.0-Linux_x86_64.tgz
    cd Encompass-0.5.0
    ./encompass_x86_64.bin
    

Once successfully installed simply type

encompass

Your wallets will be located in /home/YOUR_LOGIN_NAME/.encompass/wallets

Installation on 32bit machines is best achieved via github master or TAGGED branches

  1. HOW OFFICIAL PACKAGES ARE CREATED

See contrib/encompass-release/README.md for complete details on mazaclub release process

  1. HOW COIN-SPECIFIC MODULES ARE CREATED

See lib/chains/README.md.