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