Update 13_1_Verifying_Your_Lightning_Setup.md

This commit is contained in:
Javier Vargas 2020-07-12 14:24:40 +02:00 committed by GitHub
parent e5b47ce6e8
commit 9478f28fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?