Skip to content

A zcash compatible GUI wallet built with Electron for use with a bitcoind-based full node

License

Notifications You must be signed in to change notification settings

calibrae-project/eleos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ed11f2 · Apr 27, 2018

History

62 Commits
Mar 6, 2018
Mar 6, 2018
Jun 7, 2017
Jun 7, 2017
Feb 16, 2017
Jun 4, 2017
Apr 3, 2017
May 21, 2017
Mar 6, 2018
Mar 6, 2018
Mar 6, 2018
Apr 7, 2018
Mar 6, 2018
May 21, 2017
Jun 7, 2017
Jun 7, 2017
Mar 6, 2018
Apr 27, 2018

Repository files navigation

Eleos

Eleos is a multi-platform wallet for zero-knowledge cryptocurrencies written in Electron.

  • Compatible with Windows, MacOS, and Linux
  • No third-party Java dependencies required
  • Supports Zencash, Zclassic, and Zcash

Screenshot

Installation

Note: First time installations may take awhile to load since ~1GB of cryptographic data must be downloaded first.

Windows and MacOS

The simplest way to get started on Windows or MacOS is to download and run the latest installer.

Linux

Note: Eleos requires that the compiled wallets are named zcashd-linux or zcld-linux and are saved into the eleos directory. Get the dependencies

sudo apt-get install node.js nodejs-legacy npm
npm install electron tcp-port-used tar-fs request-progress ht-auth express-ws node-pty

Get the source

git clone https://github.com/zencashio/eleos.git eleos

Copy the Zclassic/Zcash wallet daemon into the elos directory (name the binary zcld-linux or zcashd-linux)

cp ~/Builds/zclassic/src/zcashd ~/Builds/elos/zcld-linux

or

cp ~/Builds/zcash/src/zcashd ~/Builds/elos/zcashd-linux

Start eleos

cd ~/Builds/eleos && npm start

For mac, the files are located in:

/Applications/eleos.app/Contents/Resources/app

Supported Wallets

Eleos is primarily designed for Zcash-based cryptocurrencies. The wallet.dat for each cryptocurrency is stored in the directories below.

Support Status Windows Location MacOS Location
Zclassic Fully supported %APPDATA%/Zclassic ~/Library/Application Support/Zclassic
Zcash Fully supported %APPDATA%/Zcash ~/Library/Application Support/Zcash
Zencash Fully supported %APPDATA%/Zen ~/Library/Application Support/Zen

Development

Want to contribute? Great! We need help.

Todos

  • Display shielded tx generation status
  • Write MOAR tests
  • Write MOAR documentation

Help!

License

Common Public Attribution License (CPAL-1.0)