Browse Source

Merge branch 'master' of github.com:adityapk00/zec-qt-wallet

import_zecw
adityapk00 6 years ago
parent
commit
6b10ddf9d8
  1. 15
      README.md

15
README.md

@ -1,4 +1,4 @@
zec-qt-wallet is a z-Addr first, Sapling compatible wallet and full node for zcashd that runs on Windows and Linux
zec-qt-wallet is a z-Addr first, Sapling compatible wallet and full node for zcashd that runs on Linux, Windows and macOS.
![Screenshot](docs/screenshot-main.png?raw=true)
![Screenshots](docs/screenshot-sub.png?raw=true)
@ -7,7 +7,7 @@ zec-qt-wallet is a z-Addr first, Sapling compatible wallet and full node for zca
Head over to the releases page and grab the latest binary. https://github.com/adityapk00/zec-qt-wallet/releases
### Linux
Extract and run the binary
Extract and run the binary.
```
tar -xvf zec-qt-wallet-v0.3.2.tar.gz
./zec-qt-wallet-v0.3.2/zec-qt-wallet
@ -59,8 +59,8 @@ To create the Visual Studio project files so you can compile and run from Visual
c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -tp vc CONFIG+=debug
```
## Building on MacOS
You need to install the XCode app or the XCode command line tools first, and then install Qt.
## Building on macOS
You need to install the Xcode app or the Xcode command line tools first, and then install Qt.
```
git clone https://github.com/adityapk00/zec-qt-wallet.git
@ -71,9 +71,8 @@ make
./zec-qt-wallet.app/Contents/MacOS/zec-qt-wallet
```
### [Troubleshooting & FAQ](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Troubleshooting-&-FAQ)
### Support or other questions
Tweet at [@zecqtwallet](https://twitter.com/zecqtwallet) for help.
### [Troubleshooting Guide & FAQ](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Troubleshooting-&-FAQ)
Read the [troubleshooting guide](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Troubleshooting-&-FAQ).
For support or other questions, tweet at [@zecqtwallet](https://twitter.com/zecqtwallet) or [file an issue](https://github.com/ZcashFoundation/zec-qt-wallet/issues).
_PS: zec-qt-wallet is NOT an official wallet, and is not affiliated with the Zerocoin Electric Coin Company in any way._

Loading…
Cancel
Save