mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-18 22:54:25 +01:00
fix workflow file and test changes (#6476)
This commit is contained in:
9
.github/workflows/rdme-docs-sync.yml
vendored
9
.github/workflows/rdme-docs-sync.yml
vendored
@@ -1,15 +1,16 @@
|
|||||||
name: ReadMe Sync
|
name: ReadMe Sync
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
types:
|
types:
|
||||||
- closed
|
- closed
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
paths:
|
paths:
|
||||||
- 'doc/*'
|
- 'doc/'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
if_merged:
|
rdme-docs:
|
||||||
if: github.event.pull_request.merged == true
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repo 📚
|
- name: Check out repo 📚
|
||||||
|
|||||||
@@ -16,16 +16,12 @@ If you want to experiment with `lightningd`, there's a script to set up a `bitco
|
|||||||
. contrib/startup_regtest.sh
|
. 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.
|
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
|
```bash
|
||||||
./configure --enable-developer
|
./configure --enable-developer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Mainnet Option
|
#### Mainnet Option
|
||||||
|
|
||||||
To test with real bitcoin, you will need to have a local `bitcoind` node running:
|
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
|
bitcoind -daemon
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Wait until `bitcoind` has synchronized with the network.
|
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.
|
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
|
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.
|
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
|
## 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.
|
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