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

This commit is contained in:
adityapk00
2018-11-18 18:55:35 -08:00

View File

@@ -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) ![Screenshot](docs/screenshot-main.png?raw=true)
![Screenshots](docs/screenshot-sub.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 Head over to the releases page and grab the latest binary. https://github.com/adityapk00/zec-qt-wallet/releases
### Linux ### Linux
Extract and run the binary Extract and run the binary.
``` ```
tar -xvf zec-qt-wallet-v0.3.2.tar.gz tar -xvf zec-qt-wallet-v0.3.2.tar.gz
./zec-qt-wallet-v0.3.2/zec-qt-wallet ./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 c:\Qt5\bin\qmake.exe zec-qt-wallet.pro -tp vc CONFIG+=debug
``` ```
## Building on MacOS ## Building on macOS
You need to install the XCode app or the XCode command line tools first, and then install Qt. 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 git clone https://github.com/adityapk00/zec-qt-wallet.git
@@ -71,9 +71,8 @@ make
./zec-qt-wallet.app/Contents/MacOS/zec-qt-wallet ./zec-qt-wallet.app/Contents/MacOS/zec-qt-wallet
``` ```
### [Troubleshooting & FAQ](https://github.com/ZcashFoundation/zec-qt-wallet/wiki/Troubleshooting-&-FAQ) ### [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).
### Support or other questions For support or other questions, tweet at [@zecqtwallet](https://twitter.com/zecqtwallet) or [file an issue](https://github.com/ZcashFoundation/zec-qt-wallet/issues).
Tweet at [@zecqtwallet](https://twitter.com/zecqtwallet) for help.
_PS: zec-qt-wallet is NOT an official wallet, and is not affiliated with the Zerocoin Electric Coin Company in any way._ _PS: zec-qt-wallet is NOT an official wallet, and is not affiliated with the Zerocoin Electric Coin Company in any way._