Fix typos and cleanup
This commit is contained in:
committed by
GitHub
parent
416217e215
commit
0530212b21
10
README.md
10
README.md
@@ -17,12 +17,12 @@ tar -xvf zec-qt-wallet-v0.2.7.tar.gz
|
||||
Unzip the release binary and double click on zec-qt-wallet to start.
|
||||
|
||||
## Prerequisites: zcashd
|
||||
zec-qt-wallet needs a Zcash node running zcashd. Linux users should download the zcash node software
|
||||
zec-qt-wallet needs a Zcash node running zcashd. Linux users should download the Zcash node software
|
||||
from [https://z.cash/download/](https://z.cash/download/), configure `zcash.conf`, download the parameters and start zcashd according to the [official documentation](https://zcash.readthedocs.io/en/latest/rtd_pages/user_guide.html).
|
||||
|
||||
There is currently no official zcashd build for Windows so Windows users may either [cross-compile from source on Linux](https://zcash.readthedocs.io/en/latest/rtd_pages/user_guide.html#installation) to generate the necessary zcashd executables or simply download community hosted pre-compiled executables such as those hosted by WinZEC developer [@radix42](https://github.com/radix42) at https://zcash.dl.mercerweiss.com/zcash-win-v2.0.1b.zip.
|
||||
|
||||
Alternitavely run zcashd inside [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
|
||||
Alternatively run zcashd inside [WSL](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
|
||||
|
||||
For all installations zcashd needs to run with RPC enabled (`server=1`, which is the default) and with a RPC username/password set. Add the following entries into `~/.zcash/zcash.conf` for Linux or` C:\Users\your-username\AppData\Roaming\Zcash\zcash.conf` on Windows replacing the default values with a strong password. zec-qt-wallet should detect these settings but if that fails you may edit the connection settings manually via the `File->Settings` menu.
|
||||
|
||||
@@ -31,7 +31,7 @@ rpcuser=username
|
||||
rpcpassword=password
|
||||
```
|
||||
|
||||
Additionaly for Windows users the Zcash parameters must be manually downloaded and placed in `C:\Users\your-username\AppData\Roaming\ZcashParams`. The following files are required (and are around ~1.7GB in total).
|
||||
Additionally for Windows users the Zcash parameters must be manually downloaded and placed in `C:\Users\your-username\AppData\Roaming\ZcashParams`. The following files are required (and are around ~1.7GB in total).
|
||||
|
||||
```
|
||||
https://z.cash/downloads/sapling-spend.params
|
||||
@@ -87,10 +87,10 @@ The easiest way to connect to a remote node is probably to ssh to it with port f
|
||||
ssh -L8232:127.0.0.1:8232 user@remotehost
|
||||
```
|
||||
### 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
|
||||
1-2 blocks for the funds to confirm and retry the transaction.
|
||||
|
||||
### Support or other questions
|
||||
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._
|
||||
|
||||
Reference in New Issue
Block a user