-
Notifications
You must be signed in to change notification settings - Fork 952
Closed
Labels
Description
Issue and Steps to Reproduce
Synced Bitcoind and Lightningd fully. Connected to two different nodes. Transferred funds from my bitcoin wallet. Try and fund channels, 48 hours of awaiting locking
getinfo
output
{ "id" : "0350ef95f8cf301c3cef4504dd8478c9c2a805172fb661a6c212108fdbf7301a70", "port" : 9735, "address" :
[
{ "type" : "ipv4", "address" : "52.242.24.175", "port" : 9735 } ], "version" : "v0.5.2-2016-11-21-2314-ged3984f", "blockheight" : 514388, "network" : "bitcoin" }
getlog
output
{ "creation_time" : "1521557240.030336194", "created_at" : "1521557240.030336194", "bytes_used" : 1734647, "bytes_max" : 20971520, "log" :
[
{ "type" : "SKIPPED", "num_skipped" : 21 },
{ "type" : "INFO", "time" : "1.096228392", "source" : "lightningd(8):", "log" : "Server started with public key 0350ef95f8cf301c3cef4504dd8478c9c2a805172fb661a6c212108fdbf7301a70, alias light.videogames4bitcoin.com (color #0350ef) and lightningd v0.5.2-2016-11-21-2314-ged3984f" },
{ "type" : "SKIPPED", "num_skipped" : 11530 },
{ "type" : "INFO", "time" : "62.474603222", "source" : "lightningd(8):", "log" : "lightning_channeld-03ca035ea082d3ba5cba13890895a0818ee000a99d983ec6e65ebeb79fb6d986e3 chan #3: Peer connection lost" },
{ "type" : "INFO", "time" : "62.474646824", "source" : "lightningd(8):", "log" : "03ca035ea082d3ba5cba13890895a0818ee000a99d983ec6e65ebeb79fb6d986e3 chan #3: Peer transient failure in CHANNELD_AWAITING_LOCKIN: lightning_channeld: Owning subdaemon lightning_channeld died (62208)" },
{ "type" : "SKIPPED", "num_skipped" : 1077 } ] }