Skip to content

Commit 692e7e3

Browse files
committed
add README info on lightwalletd servers
1 parent 7fc543c commit 692e7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This will launch the interactive prompt. Type `help` to get a list of commands.
5050
## Notes:
5151
* If you want to run your own server, please see [zingo lightwalletd](https://github.com/zingolabs/lightwalletd), and then run `./zingo-cli --server http://127.0.0.1:9067`
5252
* The log file is in `~/.zcash/zingo-wallet.debug.log`. Wallet is stored in `~/.zcash/zingo-wallet.dat`
53-
* Currently, the default, hard-coded `lightwalletd` server is https://lwdv3.zecwallet.co:443/. To change this, you can modify line 25 of `lib/src/lightclient/lightclient_config.rs`
53+
* Currently, the default, hard-coded `lightwalletd` server is `https://lwdv3.zecwallet.co:443/` To change this, you can modify line 25 of `lib/src/lightclient/lightclient_config.rs` At the time of writing, two other internet-accessible servers are known: `mainnet.lightwalletd.com:9067` by @nighthawk-apps, also used by ECC mobile SDK, and `lightd-main.zcashfr.io:443` by @zcashfr.io We make no claims whatsoever of the speed, quality, availability, or "friendliness" of these servers, including the default.
5454

5555
## Running in non-interactive mode:
5656
You can also run `zingo-cli` in non-interactive mode by passing the command you want to run as an argument. For example, `zingo-cli addresses` will list all wallet addresses and exit.

0 commit comments

Comments
 (0)