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
This implementation has been in production use on the Bitcoin mainnet since early 2018, with the launch of the [Blockstream Store][blockstream-store-blog].
28
31
We recommend getting started by experimenting on `testnet` (or `regtest`), but the implementation is considered stable and can be safely used on mainnet.
29
32
30
33
Any help testing the implementation, reporting bugs, or helping with outstanding issues is very welcome.
31
-
Don't hesitate to reach out to us on IRC at [#lightning-dev @ libera.chat][irc1], [#c-lightning @ libera.chat][irc2], or on the implementation-specific mailing list[c-lightning@lists.ozlabs.org][ml1], or on the Lightning Network-wide mailing list[lightning-dev@lists.linuxfoundation.org][ml2], or on Discord [core-lightning][discord], or on Telegram [Core Lightning][telegram].
34
+
Don't hesitate to reach out to us on [Build-on-L2][bol2], or on the implementation-specific [mailing list][ml1], or on the Lightning Network-wide [mailing list][ml2], or on [CLN Discord][discord], or on [CLN Telegram][telegram], or on IRC at [dev][irc1]/[gen][irc2] channel.
32
35
33
36
## Getting Started
34
37
@@ -107,7 +110,7 @@ your first channels and customizing your node.
107
110
For a less reckless experience, you can encrypt the HD wallet seed:
108
111
see [HD wallet encryption](#hd-wallet-encryption).
109
112
110
-
You can also chat to other users at [#c-lightning @ libera.chat][irc2];
113
+
You can also chat to other users at Discord [core-lightning][discord];
111
114
we are always happy to help you get started!
112
115
113
116
@@ -207,19 +210,25 @@ Developers wishing to contribute should start with the developer guide [here](do
0 commit comments