Created
June 30, 2019 19:32
-
-
Save grubles/1fc1cf0fb51dd55469c635a5ea7da539 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./cli/lightning-cli listpeers | |
{ | |
"peers" : [ | |
{ | |
"id" : "02954a618a5684fbb7454d0c1bc87579d5164c35829fccc54d9f4df1a369356b48", | |
"connected" : true, | |
"netaddr" : [ | |
"192.168.1.166:9735" | |
], | |
"globalfeatures" : "", | |
"localfeatures" : "aa", | |
"channels" : [ | |
{ | |
"state" : "CHANNELD_AWAITING_LOCKIN", | |
"scratch_txid" : "9a4ef91df2615b1c8e19a4fce330b5783981f18a4c3fe02326336e2b172b94b2", | |
"owner" : "lightning_channeld", | |
"channel_id" : "190357c7147f827a08731286df8f47d03efbfa8d97f8f1417f105815b8321420", | |
"funding_txid" : "201432b81558107f41f1f8978dfafb3ed0478fdf861273087a827f14c7570319", | |
"private" : false, | |
"funding_allocation_msat" : { | |
"02954a618a5684fbb7454d0c1bc87579d5164c35829fccc54d9f4df1a369356b48" : 0, | |
"02c92715b3a10951e3af9f7b516f49609fcf5b34f5e368ee7058fcbc7974755b64" : 1000000000 | |
}, | |
"funding_msat" : { | |
"02954a618a5684fbb7454d0c1bc87579d5164c35829fccc54d9f4df1a369356b48" : "0msat", | |
"02c92715b3a10951e3af9f7b516f49609fcf5b34f5e368ee7058fcbc7974755b64" : "1000000000msat" | |
}, | |
"msatoshi_to_us" : 1000000000, | |
"to_us_msat" : "1000000000msat", | |
"msatoshi_to_us_min" : 1000000000, | |
"min_to_us_msat" : "1000000000msat", | |
"msatoshi_to_us_max" : 1000000000, | |
"max_to_us_msat" : "1000000000msat", | |
"msatoshi_total" : 1000000000, | |
"total_msat" : "1000000000msat", | |
"dust_limit_satoshis" : 546, | |
"dust_limit_msat" : "546000msat", | |
"max_total_htlc_in_msat" : "18446744073709551615msat", | |
"their_channel_reserve_satoshis" : 10000, | |
"their_reserve_msat" : "10000000msat", | |
"our_channel_reserve_satoshis" : 10000, | |
"our_reserve_msat" : "10000000msat", | |
"spendable_msatoshi" : 989774000, | |
"spendable_msat" : "989774000msat", | |
"htlc_minimum_msat" : 0, | |
"minimum_htlc_in_msat" : "0msat", | |
"their_to_self_delay" : 144, | |
"our_to_self_delay" : 144, | |
"max_accepted_htlcs" : 483, | |
"status" : [ | |
"CHANNELD_AWAITING_LOCKIN:Funding needs 3 more confirmations for lockin." | |
], | |
"in_payments_offered" : 0, | |
"in_msatoshi_offered" : 0, | |
"in_offered_msat" : "0msat", | |
"in_payments_fulfilled" : 0, | |
"in_msatoshi_fulfilled" : 0, | |
"in_fulfilled_msat" : "0msat", | |
"out_payments_offered" : 0, | |
"out_msatoshi_offered" : 0, | |
"out_offered_msat" : "0msat", | |
"out_payments_fulfilled" : 0, | |
"out_msatoshi_fulfilled" : 0, | |
"out_fulfilled_msat" : "0msat", | |
"htlcs" : [] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment