--- Log opened Fri Dec 28 00:00:05 2018 00:45 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 245 seconds] 01:02 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 01:40 -!- ott0disk [~smuxi@134.28.68.51.rdns.lunanode.com] has joined #c-lightning 01:50 -!- ott0disk [~smuxi@134.28.68.51.rdns.lunanode.com] has quit [Ping timeout: 246 seconds] 02:30 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 02:36 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 03:48 < blockstream_bot> [Christian Decker, Blockstream] I wonder if it shouldn't be an rpc call instead, since a cli option would require a restart 03:49 -!- farmerwampum [~farmerwam@162.219.178.98] has quit [Quit: farmerwampum] 03:49 -!- farmerwampum [~farmerwam@162.219.178.98] has joined #c-lightning 03:54 -!- farmerwampum [~farmerwam@162.219.178.98] has quit [Client Quit] 03:54 -!- farmerwampum [~farmerwam@162.219.178.98] has joined #c-lightning 04:59 -!- farmerwampum [~farmerwam@162.219.178.98] has quit [Quit: farmerwampum] 04:59 -!- farmerwampum [~farmerwam@162.219.178.98] has joined #c-lightning 05:04 -!- farmerwampum [~farmerwam@162.219.178.98] has quit [Client Quit] 05:04 -!- farmerwampum [~farmerwam@162.219.178.98] has joined #c-lightning 05:35 -!- deusexbeer [~deusexbee@093-092-180-106-dynamic-pool-adsl.wbt.ru] has joined #c-lightning 05:47 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 256 seconds] 06:13 < warren> I think it needs to be both a config option and also a RPC call. It needs the config option so it won't prune before it is told via RPC where it can stop pruning. 06:13 < warren> perhaps the config option is instead a boolean, default off, where on means "don't prune until the prunebefore RPC call tells me where to stop" 06:14 < warren> Other apps would benefit from this 06:17 < warren> conf prune= remains unchanged 06:17 < warren> conf prunewait=1 (default 0) and it won't prune at all until prunebefore tells it where to stop 06:17 < warren> RPC prunebefore=HEIGHT allow the ordinary pruning to happen until HEIGHT, but don't go beyond the existing prune= minimum. 06:19 < warren> A reason to make prunebefore=HEIGHT a config option is for the way LND recommends the full-node to have all blocks from March 2018. In that case they wouldn't use the RPC. 06:48 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Quit: Leaving] 07:15 -!- farmerwampum [~farmerwam@162.219.178.98] has quit [Ping timeout: 250 seconds] 07:19 -!- farmerwampum [~farmerwam@184.75.209.90] has joined #c-lightning 07:34 -!- farmerwampum [~farmerwam@184.75.209.90] has quit [Quit: farmerwampum] 07:34 -!- farmerwampum [~farmerwam@184.75.209.90] has joined #c-lightning 07:39 -!- farmerwampum [~farmerwam@184.75.209.90] has quit [Client Quit] 07:39 -!- farmerwampum [~farmerwam@184.75.209.90] has joined #c-lightning 08:12 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 08:16 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 08:44 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has joined #c-lightning 09:26 -!- michaelsdunn1 [~michaelsd@unaffiliated/michaelsdunn1] has quit [] 10:58 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 12:17 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 2.2] 12:19 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 12:39 -!- kexkey [~kexkey@96.9.247.44] has joined #c-lightning 14:16 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 14:22 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #c-lightning 14:27 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 14:49 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 264 seconds] 15:55 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 240 seconds] 16:46 < belcher> warren i think theres an rpc call which already exists which can be used for that 16:46 < belcher> my memory might be failing but it was added because the armoury wallet needed it 17:33 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 250 seconds] 19:19 -!- tweaks [~tweeeaks@unaffiliated/tweeeaks] has quit [Quit: leaving] 19:27 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 256 seconds] 19:33 -!- booyah [~bb@193.25.1.157] has quit [Remote host closed the connection] 19:45 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 19:49 -!- spinza [~spin@155.93.246.187] has joined #c-lightning 20:05 < CubicEarth> prunblockchain 20:06 < CubicEarth> belcher: https://bitcoincore.org/en/doc/0.17.0/rpc/blockchain/pruneblockchain/ 20:06 < CubicEarth> warren: 20:17 < CubicEarth> warren: I had the exact same idea several months ago, and discussed it on core-dev (8th / 9th of September) 20:20 < CubicEarth> If PRUNEBLOCKCHAIN provides lighting the functionality it needs, there would just be one more desirable component to close the loop, which is a way for lightning to control when and if bitcoind is running, or at least downloading new blocks 20:22 < CubicEarth> otherwise, if lightning isn't running, bitcoind would continue to run until the disk space was filled up, at which point it would supposedly do a controlled shutdown, but filling a disk isn't good. 20:23 -!- charltonh [~charltonh@189.160.97.62] has joined #c-lightning 20:24 < CubicEarth> it was gmaxwell's suggestion about the on/off control 20:25 < charltonh> Hey guys, I have a 12m sat channel from my LBW wallet (android) to my c-lightning node thats just about depleted so I am trying to refill it. 20:27 < charltonh> But when I try to pay the invoice I get 205 Cannot find a route error. Which is weird because I have a direct channel. 20:29 < charltonh> msatoshis spendable is sufficient, and I used to do this all the time 20:49 < charltonh> I googled this and came up with nothimg other than that it has come up many times before. 20:50 < charltonh> Is there anything I can try? Ive already resynced the wallet even though the issues seems to be on the c-lightning side. I also updated to the latest c-lightning from github. 20:58 -!- tweaks [~tweeeaks@unaffiliated/tweeeaks] has joined #c-lightning 21:38 < molz> charltonh, didn't you have this issue before and we talked about it in this channel? 21:47 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-muhzynlsjblcoded] has left #c-lightning [] 21:47 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-muhzynlsjblcoded] has joined #c-lightning 21:58 < charltonh> molz musta been someone else 22:01 < charltonh> I saw some conversation about this error while I was googling, and there was no clear resolution, though it was mentioned to check the direction of the channel and that the funds were spendable. 22:02 < molz> charltonh, if the payment is to spend all your fund and there's not enough money left to pay for the closing then it will not let you do it 22:02 < charltonh> I know that. not the problem. 22:03 < charltonh> and if it was, that shouldnt be the error msg 22:04 < molz> have you tried to send a smaller amount? 22:04 < charltonh> yes. even less than half wont work. 22:06 < charltonh> is there some way to resync/reload routing? 22:07 < molz> not that i know of, but you can restart your nodes and try again 22:08 < charltonh> didnt work. 22:10 < charltonh> my node is open and fine from the wallet, and I can send funds to it from the wallet. 22:24 < charltonh> Guys, if the payment is going to a connected channel/hop, we need a more helpful msg than could not find a route. That is wrong. 23:02 < molz> charltonh, i'm testing on testnet, it works for me 23:02 < molz> from my LBW wallet i opened a channel to my c-lightning node, then i'm sending payments from LBW to the c-lightning nodes, works 23:03 < molz> node* 23:09 < charltonh> Try a channel size of 12m sats or more 23:22 < molz> charltonh, you got the LBW to open a channel with the CL node with 12M sat, correct? 23:48 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning --- Log closed Sat Dec 29 00:00:05 2018