v2.0 release
This commit is contained in:
@@ -10,8 +10,8 @@ Head over to the releases page and grab the latest binary. https://github.com/ad
|
|||||||
### Linux
|
### Linux
|
||||||
Extract and run the binary
|
Extract and run the binary
|
||||||
```
|
```
|
||||||
tar -xvf zcash-qt-wallet-v0.1.9.tar.gz
|
tar -xvf zcash-qt-wallet-v0.2.0.tar.gz
|
||||||
./zcash-qt-wallet-v0.1.9/zcash-qt-wallet
|
./zcash-qt-wallet-v0.2.0/zcash-qt-wallet
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
@@ -70,7 +70,7 @@ from your host and also zcashd is set to be configured to accept connections fro
|
|||||||
|
|
||||||
The easiest way to connect to a remote node is probably to ssh to it with port forwarding like this:
|
The easiest way to connect to a remote node is probably to ssh to it with port forwarding like this:
|
||||||
```
|
```
|
||||||
ssh -L8232:127.0.0.1.9232 user@remotehost
|
ssh -L8232:127.0.0.2.0232 user@remotehost
|
||||||
```
|
```
|
||||||
### 2. "Not enough balance" when sending transactions
|
### 2. "Not enough balance" when sending transactions
|
||||||
The most likely cause for this is that you are trying to spend unconfirmed funds. Unlike bitcoin, the zcash protocol doesn't let you spent unconfirmed funds yet. Please wait for
|
The most likely cause for this is that you are trying to spend unconfirmed funds. Unlike bitcoin, the zcash protocol doesn't let you spent unconfirmed funds yet. Please wait for
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ PRECOMPILED_HEADER = src/precompiled.h
|
|||||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
|
|
||||||
TARGET = zcash-qt-wallet
|
TARGET = zcash-qt-wallet
|
||||||
APP_VERSION=\\\"0.1.9\\\"
|
APP_VERSION=\\\"0.2.0\\\"
|
||||||
|
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|||||||
Reference in New Issue
Block a user