You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
**N.B. The app is under development and the code has not yet been audited. It's currently configured to run on testnet.**
8
+
**N.B. This is still early technology and there’s a risk of losing all of your funds. We recommend not putting in more money than you are willing to lose.**
9
9
10
10
### Getting Started
11
11
@@ -15,8 +15,6 @@ The app comes for two threat models:
15
15
16
16
2.*Tin Foil Hat:* if you'd rather build it yourself and do without auto updates, see the instructions below.
17
17
18
-
After installing the app, head on over to the [testnet faucet](https://testnet.coinfaucet.eu/en/) to send some test BTC to your wallet.
19
-
20
18
### Contributing
21
19
22
20
See the `ToDo (next release)` column on our [project board](https://github.com/lightninglabs/lightning-app/projects/1?fullscreen=true). Issues that are easy to pick up for outside contributors are labeled `help wanted`.
The packaged app will then be available in the `dist` directory. The packaged version of the app will run on Bitcoin testnet.
65
+
The packaged app will then be available in the `dist` directory. The packaged version of the app will run on Bitcoin mainnet.
68
66
69
67
### Starting the Packaged App (light client)
70
68
@@ -73,33 +71,33 @@ To run the packaged version of the app e.g. for macOS run:
73
71
./dist/mac/Lightning.app/Contents/MacOS/Lightning
74
72
```
75
73
76
-
The app is configured for testnet by default but you can opt-in to mainnet if you have a btcd node running. Be aware that this is currently still experimental:
74
+
The app is configured for mainnet by default but you can opt-in to testnet:
0 commit comments