Go to file
adityapk00 5f17f5d151 Move sendButtonEnabled to appstate 2020-11-10 21:14:42 -08:00
.github bug template. Fixes #272 2020-07-16 21:20:22 -07:00
.vscode Electron (#220) 2020-02-21 11:16:04 -08:00
app Move sendButtonEnabled to appstate 2020-11-10 21:14:42 -08:00
bin 0.9.20 2020-11-03 20:45:58 -08:00
configs Fix bufferutil warning 2020-03-02 12:31:12 -08:00
flow-typed Electron (#220) 2020-02-21 11:16:04 -08:00
internals Electron (#220) 2020-02-21 11:16:04 -08:00
resources Update icns 2020-02-27 10:02:28 -08:00
.dockerignore Electron (#220) 2020-02-21 11:16:04 -08:00
.editorconfig Electron (#220) 2020-02-21 11:16:04 -08:00
.eslintignore Electron (#220) 2020-02-21 11:16:04 -08:00
.eslintrc.js Zip321 support for multi-address URI payments (#71) 2020-10-13 11:42:39 -07:00
.flowconfig Electron (#220) 2020-02-21 11:16:04 -08:00
.gitattributes v0.9.12 2020-05-28 11:01:02 -07:00
.gitignore Electron (#220) 2020-02-21 11:16:04 -08:00
.prettierrc.json Electron (#220) 2020-02-21 11:16:04 -08:00
.stylelintrc Electron (#220) 2020-02-21 11:16:04 -08:00
LICENSE Add release script 2018-10-16 14:08:08 -07:00
README.md 0.9.20 2020-11-03 20:45:58 -08:00
afterSignHook.js Notarize Mac 2020-02-24 10:12:05 -08:00
appveyor.yml Electron (#220) 2020-02-21 11:16:04 -08:00
babel.config.js Electron (#220) 2020-02-21 11:16:04 -08:00
package-lock.json 0.9.15 2020-07-24 10:01:54 -07:00
package.json 0.9.20 2020-11-03 20:45:58 -08:00
public_key.asc #106 - Add public key, verification procedure 2019-02-19 14:56:26 -08:00
renovate.json Electron (#220) 2020-02-21 11:16:04 -08:00
yarn.lock Zip321 support for multi-address URI payments (#71) 2020-10-13 11:42:39 -07:00

README.md

ZecWallet Fullnode is a z-Addr first, Sapling compatible wallet and full node for zcashd that runs on Linux, Windows and macOS.

Screenshot Screenshots

Installation

Note: Zecwallet Fullnode will download the entire blockchain (about 26GB), and requires some familiarity with the command line. If you don't want to download the blockchain but prefer a Lite wallet, please check out Zecwallet Lite.

Head over to the releases page and grab the latest installers or binary. https://www.zecwallet.co

Linux

If you are on Debian/Ubuntu, please download the '.AppImage' package and just run it.

./Zecwallet.Fullnode-0.9.20.AppImage

If you prefer to install a .deb package, that is also available.

sudo apt install -f ./zecwallet_0.9.20_amd64.deb

Windows

Download and run the .msi installer and follow the prompts. Alternately, you can download the release binary, unzip it and double click on zecwallet.exe to start.

macOS

Double-click on the .dmg file to open it, and drag Zecwallet Fullnode on to the Applications link to install.

zcashd

ZecWallet needs a Zcash node running zcashd. If you already have a zcashd node running, ZecWallet will connect to it.

If you don't have one, ZecWallet will start its embedded zcashd node.

Additionally, if this is the first time you're running ZecWallet or a zcashd daemon, ZecWallet will download the Zcash params (~777 MB) and configure zcash.conf for you.

Compiling from source

ZecWallet is written in Electron/Javascript and can be build from source. Note that if you are compiling from source, you won't get the embedded zcashd by default. You can either run an external zcashd, or compile zcashd as well.

Pre-Requisits

You need to have the following software installed before you can build Zecwallet Fullnode

git clone https://github.com/ZcashFoundation/zecwallet.git
cd zecwallet

yarn install
yarn build

To start in development mode, run

yarn dev

To start in production mode, run

yarn start

Troubleshooting Guide & FAQ

Please read the troubleshooting guide for common problems and solutions. For support or other questions, tweet at @zecwallet or file an issue.

PS: ZecWallet is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way.