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
Note: First time run it may take awhile to load since ~1GB of cryptographic data must be downloaded first.
The simplest way to get started on Windows or Mac OS is to download and run the latest standlone application. No need for installation!
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
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 |
If you consider to make a donation, here are our addresses : ZCL : t1SHPhCr6TScktD9Ndm16VEjYJsMoR2DUBv
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