mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 16:36:32 +00:00
Update 13_1_Verifying_Your_Lightning_Setup.md
This commit is contained in:
parent
e5b47ce6e8
commit
9478f28fbb
@ -35,7 +35,7 @@ If it's not running, you'll want to run `lightningd --network=testnet` by hand.
|
|||||||
|
|
||||||
## Verify your node
|
## Verify your node
|
||||||
|
|
||||||
You should have the whole blockchain downloaded before you start playing. Just run the `bitcoin-cli getblockcount` alias to see if it's all loaded.
|
You should have an output like this indicating your node is ready.
|
||||||
```
|
```
|
||||||
$ lightning-cli --network=testnet getinfo
|
$ lightning-cli --network=testnet getinfo
|
||||||
{
|
{
|
||||||
@ -68,9 +68,15 @@ $ lightning-cli --network=testnet getinfo
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If node is still sycing with bitcoin network you should see a message like this.
|
||||||
|
|
||||||
|
```
|
||||||
|
"warning_bitcoind_sync": "Bitcoind is not up-to-date with network."
|
||||||
|
```
|
||||||
|
|
||||||
## Summary: Verifying your Lightning setup
|
## Summary: Verifying your Lightning setup
|
||||||
|
|
||||||
Before you start playing with lightning, you should make sure that your aliases are set up, your lightinnd is running, and your node is synced. You may also want to set up some access to alternative lightning setups, if you're an advanced user.
|
Before you start playing with lightning, you should make sure that your aliases are set up, your lightningd is running, and your node is synced. You may also want to set up some access to alternative lightning setups, if you're an advanced user.
|
||||||
|
|
||||||
## What's Next?
|
## What's Next?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user