Advertisement
Guest User

Untitled

a guest
May 24th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. bitcoiner@ninja:~$ lightning-cli listpeers
  2. {
  3. "peers": [
  4. {
  5. "id": "0274ce2cee1266882c266940abd10d1a8c5285c68fd984e468e325884b9b5e526c",
  6. "connected": false,
  7. "alias": "BitMEX",
  8. "color": "ff0000",
  9. "channels": [
  10. {
  11. "state": "ONCHAIN",
  12. "short_channel_id": "523018:388:1",
  13. "channel_id": "7ac18d40a9f85b683f49fe73cbe4f87ea1c429848bb7fa54c657358ec4222878",
  14. "funding_txid": "792822c48e3557c654fab78b8429c4a17ef8e4cb73fe493f685bf8a9408dc17a",
  15. "msatoshi_to_us": 145000000,
  16. "msatoshi_to_us_min": 145000000,
  17. "msatoshi_to_us_max": 145000000,
  18. "msatoshi_total": 145000000,
  19. "dust_limit_satoshis": 546,
  20. "max_htlc_value_in_flight_msat": 18446744073709551615,
  21. "their_channel_reserve_satoshis": 0,
  22. "our_channel_reserve_satoshis": 1450,
  23. "channel_reserve_satoshis": 0,
  24. "spendable_msatoshi": 143550000,
  25. "htlc_minimum_msat": 0,
  26. "their_to_self_delay": 144,
  27. "our_to_self_delay": 144,
  28. "to_self_delay": 144,
  29. "max_accepted_htlcs": 483,
  30. "status": [
  31. "ONCHAIN:Owning subdaemon lightning_onchaind died (61952)"
  32. ],
  33. "in_payments_offered": 0,
  34. "in_msatoshi_offered": 0,
  35. "in_payments_fulfilled": 0,
  36. "in_msatoshi_fulfilled": 0,
  37. "out_payments_offered": 0,
  38. "out_msatoshi_offered": 0,
  39. "out_payments_fulfilled": 0,
  40. "out_msatoshi_fulfilled": 0
  41. }
  42. ]
  43. }
  44. ]
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement