--- Log opened Sun May 12 00:00:10 2019 01:59 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 258 seconds] 02:21 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 03:39 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 03:41 -!- belcher [~belcher@unaffiliated/belcher] has joined #c-lightning 03:47 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 06:20 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 244 seconds] 06:35 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #c-lightning 07:07 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 246 seconds] 07:12 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #c-lightning 07:46 -!- rh0nj [~rh0nj@88.99.167.175] has quit [Remote host closed the connection] 07:47 -!- rh0nj [~rh0nj@88.99.167.175] has joined #c-lightning 08:08 -!- wailo [9176edad@gateway/web/freenode/ip.145.118.237.173] has joined #c-lightning 08:10 < wailo> Hello 08:12 < wailo> I would appreciate some input here. I am trying to test payment routing using a script below, but it fails with 08:13 < wailo> route not found 08:13 < wailo> ,---- | # Start bitcoin, alice, bob, charlie | docker-compose up -d | docker ps -a `---- ,---- | # Alice -> Bob | docker exec alice lightning-cli connect $bob_id bob | docker exec alice lightning-cli fundchannel $bob_id 25000 `---- ,---- | # Bob -> Charlie | docker exec bob lightning-cli connect $charlie_id charlie | docker exec bob lightning-cli fundchannel $charlie_id 13000 `---- ,---- | # 08:13 < wailo> 08:17 < wailo> Reformatted the script with ; separator 08:17 < wailo> # Start bitcoin, alice, bob, charlie;docker-compose up -d;docker ps -a;# Alice -> Bob;docker exec alice lightning-cli connect $bob_id bob;docker exec alice lightning-cli fundchannel $bob_id;# Bob -> Charlie;docker exec bob lightning-cli connect $charlie_id charlie;docker exec bob lightning-cli fundchannel $charlie_id 13000;# Find a route from alice to charlie;docker exec alice lightning-cli getroute $charlie_id 1000 0.4; 08:32 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 09:24 < m-schmoock> wailo: you need to wait until the channels are confirmed 09:25 < m-schmoock> directly after setting the up, they are not yet in state CHANNELD_NORMAL. The also cannot have a short_channel_id yet since its unlikely their funding TX are confirmed not even once. 09:26 < m-schmoock> normally you need 6 confirmations (default). Personally, I use smaller values. Should be more than 1 though 09:27 < wailo> m-schmoock: I have actually waited until the channels is confirmed, but I am not 100% certain, so I will train again and confirm. Thanks for your input 09:28 < wailo> I gtg now 09:29 < m-schmoock> i needs to be confirmed 6 times 09:29 < m-schmoock> cu 09:33 -!- wailo [9176edad@gateway/web/freenode/ip.145.118.237.173] has quit [Ping timeout: 256 seconds] 09:59 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 11:33 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 245 seconds] 11:50 -!- jb55 [~jb55@S010660e327dca171.vc.shawcable.net] has quit [Ping timeout: 244 seconds] 12:29 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 13:00 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #c-lightning 14:36 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 14:45 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 15:28 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:37 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 15:41 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:50 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 16:32 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 17:41 < fiatjaf> I'm trying to load some small funds from an old abandoned c-lightning installation 17:42 < fiatjaf> I was running it on --offline mode and suddenly it stopped, now when I try to restart it I get "wallet_block_add: database is locked" 17:42 < fiatjaf> I've updated to the latest master (before I was using 0.6 or something like that) but the problem remains 17:43 < fiatjaf> is there a way to get the funds without having to run lightningd? it's just one utxo. 17:57 < fiatjaf> [UNRELATED] in yet another old abandoned c-lightning installation I have a node A with a single small channel with node B (which I control and it's in use). what is the best approach here to take these funds out from node A to node B and delete node A completely? close the channel then transfer them on-chain to node B? send them all through lightning to node B then close the channel? what about the minimum_reserve_whatever? is it possible in the 17:57 < fiatjaf> future to add a way to close-to-somewhere instead of closing to me (if both nodes agree, for example)? is that planned? 20:52 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has joined #c-lightning 20:53 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 246 seconds] 22:32 -!- ulrichard [~richi@dzcpe6300borminfo01-e0.static-hfc.datazug.ch] has joined #c-lightning 23:25 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 245 seconds] --- Log closed Mon May 13 00:00:11 2019