mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
fix workflow file and test changes (#6476)
This commit is contained in:
@@ -16,16 +16,12 @@ If you want to experiment with `lightningd`, there's a script to set up a `bitco
|
||||
. contrib/startup_regtest.sh
|
||||
```
|
||||
|
||||
|
||||
|
||||
Note that your local nodeset will be much faster/more responsive if you've configured your node to expose the developer options, e.g.
|
||||
|
||||
```bash
|
||||
./configure --enable-developer
|
||||
```
|
||||
|
||||
|
||||
|
||||
#### Mainnet Option
|
||||
|
||||
To test with real bitcoin, you will need to have a local `bitcoind` node running:
|
||||
@@ -34,8 +30,6 @@ To test with real bitcoin, you will need to have a local `bitcoind` node runnin
|
||||
bitcoind -daemon
|
||||
```
|
||||
|
||||
|
||||
|
||||
Wait until `bitcoind` has synchronized with the network.
|
||||
|
||||
Make sure that you do not have `walletbroadcast=0` in your `~/.bitcoin/bitcoin.conf`, or you may run into trouble.
|
||||
@@ -47,8 +41,6 @@ You can start `lightningd` with the following command:
|
||||
lightningd --network=bitcoin --log-level=debug
|
||||
```
|
||||
|
||||
|
||||
|
||||
This creates a `.lightning/` subdirectory in your home directory: see `man -l doc/lightningd.8` (or [???](???)) for more runtime options.
|
||||
|
||||
## Using The JSON-RPC Interface
|
||||
@@ -73,4 +65,4 @@ Once you've started for the first time, there's a script called `contrib/bootstr
|
||||
|
||||
There are also numerous plugins available for Core Lightning which add capabilities: see the [Plugins](doc:plugins) guide, and check out the plugin collection at: <https://github.com/lightningd/plugins>, including [helpme](https://github.com/lightningd/plugins/tree/master/helpme) which guides you through setting up your first channels and customising your node.
|
||||
|
||||
For a less reckless experience, you can encrypt the HD wallet seed: see [HD wallet encryption](doc:securing-keys).
|
||||
For a less reckless experience, you can encrypt the HD wallet seed: see [HD wallet encryption](doc:securing-keys).
|
||||
|
||||
Reference in New Issue
Block a user