Skip to content

Multi-Platform Graphical Wallet for ZClassic

License

Notifications You must be signed in to change notification settings

michaelotis/eleos

 
 

Repository files navigation

Eleos

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

  • Compatible with Windows, MacOS, and Linux
  • No Third-Party Java Dependencies Required
  • Supports Zclassic

Screenshot

First Time Run

Note: First time run it 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 Mac OS is to download and run the latest standlone application. No need for installation!

Linux

Note: Eleos requires that the compiled wallets are named zcld-linux and are saved into the eleos directory. You can compile yourself or get the file here : https://github.com/michaelotis/eleos/releases/tag/1.0

Get the source

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

cd ~/Builds/eleos

npm install 

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

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

Start eleos

npm start

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

Donation

If you consider to make a donation, here are our addresses : ZCL : t1SHPhCr6TScktD9Ndm16VEjYJsMoR2DUBv

License

Common Public Attribution License (CPAL-1.0) Created by Josh Yabut for ZenCash Modified and maintained by Michael Otis of ZClassic/Bitcoin Private Development Team

About

Multi-Platform Graphical Wallet for ZClassic

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 62.5%
  • JavaScript 15.4%
  • CSS 14.4%
  • Objective-C 6.6%
  • C 1.1%