From 9a0e4c3049172d1983eb16486e21c153f4234f97 Mon Sep 17 00:00:00 2001 From: CapDog <34176400+capitalistdog@users.noreply.github.com> Date: Wed, 29 Jan 2020 18:00:59 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 59fa93ad..1cfaabf7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is an early test release of the [ShockWallet](https://shockwallet.app) API. +This is an alpha release of the [ShockWallet](https://shockwallet.app) API. For easy setup on your Laptop/Desktop, [a wizard is available here.](https://github.com/shocknet/wizard) @@ -9,12 +9,12 @@ For easy setup on your Laptop/Desktop, [a wizard is available here.](https://git * Looks for local LND in its default path * Default gun peer is `gun.shock.network` * Change defaults in `defaults.js` -* Requires [Node.js](https://nodejs.org) LTS +* Requires [Node.js](https://nodejs.org) 13 #### Steps: -1) Run [LND](https://github.com/lightningnetwork/lnd/releases) - *Example testnet startup*: +1) Run [LND](https://github.com/lightningnetwork/lnd/releases) - *Example mainnet startup*: - ```./lnd --bitcoin.active --bitcoin.testnet --bitcoin.node=neutrino --neutrino.connect=faucet.lightning.community``` + ```./lnd --bitcoin.active --bitcoin.mainnet --bitcoin.node=neutrino --neutrino.connect=neutrino.shock.network``` 2) Download and Install API @@ -25,5 +25,5 @@ cd api yarn install ``` -3) Run with `node main -h 0.0.0.0` +3) Run with `node main -h -c 0.0.0.0` // remove -c for testnet 4) Connect with ShockWallet