--- Log opened Mon Nov 30 00:00:31 2020 00:08 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has left #c-lightning [] 00:08 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has joined #c-lightning 00:46 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has joined #c-lightning 00:58 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Remote host closed the connection] 00:58 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #c-lightning 01:20 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 01:21 < liberliver> Hey. My cligntning keeps selecting wrong UTXO in auto mode (I mean when I don't point it to select particular), txns do not reach blockchain but the channel creation protocol is somewhat starting. 01:21 < liberliver> I've tried fundchannel with "all" option and with amount equal to exact amount of sats I have in unspent outputs. Both options produced "bad-txns-inputs-missingorspent" and started channel creation which obviously can't be cancelled or interrupted so my node ends in some state when I can't create new channels with particular peers. 01:24 -!- reallll is now known as belcher 01:26 < m-schmoock> cdecker: can we merge the drain cleanup https://github.com/lightningd/plugins/pull/161 ? Last remaining testflake drain/test_drain.py::test_drain_and_refill (~ -2% chance), but this one seems very complex. I will fix it but not now ... 01:26 < m-schmoock> I now also apply all the flake8 fixes everything I touch so that we can enable this check when we re-enable travis on this repo 01:26 < m-schmoock> (in a dedicated flake8 commit) 01:29 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 01:29 < m-schmoock> liberliver: are you running with developer enable commands? 01:30 < m-schmoock> theres a dev-rescan-outputs command that could help to check for already spend or missing funds 01:31 < liberliver> m-schmoock: yes, i can see it 01:32 < m-schmoock> Handle with care. It will not loose funds or something, but it can mix certain things up when you have ongoing or unconfirmed openings or closures 01:34 < liberliver> m-schmoock: I have a guess that I misunderstood something about fundchannel and it doesn't deduce fees from amount parameter 01:35 < liberliver> so maybe it tries to add some spent outputs (I don't see it reasonable) 01:35 < m-schmoock> liberliver: it should always work wit the amoutn "all" (as long as you have funds). the commands deducts the fees itself then 01:36 < m-schmoock> It should not try to add already spend outputs. But if true, in this case dev-rescan-outputs will fix that 01:36 < liberliver> m-schmoock: it doesn't work with all definitely. I tried it yesterday and it aggregated all outputs including spent ones 01:36 < m-schmoock> really wired 01:38 < liberliver> Ok. It worked only with specified UTXO 01:40 < m-schmoock> It should have worked with "all" and Im quite shure dev-rescan-outputs would fix it so that it does. Your internal wallet seems to be a bit confused 01:42 < liberliver> Nope. It doesnt work. And with sats = sum(UTXO) also it doesn't work 01:42 < liberliver> Yes. And fees should be added to amount parameter. 01:42 < m-schmoock> cdecker: thx ;) 01:43 < liberliver> m-schmoock: thank you very much anyway 01:43 < m-schmoock> liberliver: It sounds unhealthy to me ... what version are you running? 01:44 < m-schmoock> maybe updateing and restart? 01:46 < liberliver> m-schmoock: 0.9.2 no, restart doesn't help. Yesterday daroison reocmmended fundchannel_cancel and it didn't work. today it worked for me when it tried it right after tx broadcasting failure 02:08 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 02:08 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has joined #c-lightning 03:12 < darosior> liberliver: your wallet seems indeed confused. You can try a bulkier rescan by running with `--rescan=-` with n the approximate number of blocks your node has been runing. If it does not work probably post an issue for more people to have an eye on this (especially cdecker), but it is likely due to your backend so --rescan should help. 03:15 <@cdecker> liberliver: --rescan can get your wallet back into a state that is synchronous with the blockchain, `--dev-rescan-outputs` should do the same, but quicker. If neither of them help it is probably something on our end, and we'd be happy to debug with you on github (better for keeping context). 03:16 <@cdecker> fwiw bad-txns-inputs-missingorspent is a pretty clear indicator that either your node isn't up to date with the blockchain (it is trying to spend an already spent output), or it has sent a previous transaction that hasn't confirmed yet and is trying to spend its change output 03:27 < m-schmoock> theres some issue we parse msatoshi amounts int pyln code. It used to take float denominations with non msat units, e.g. 0.01btc 03:27 < m-schmoock> this gives me (recent pyln version) File \"/home/btc/lightning.git/contrib/pyln-client/pyln/client/plugin.py\", line 488, in _coerce_arguments\n args[key] = Millisatoshi(val)\n File \"/home/btc/lightning.git/contrib/pyln-client/pyln/client/lightning.py\", line 56, in __init__\n self.millisatoshis = int(v[0:-3]) * 1000 * 10**8\nValueError: invalid literal for int() with base 10: '0.01'\n" 03:28 < m-schmoock> and some plugins that used to take btc values now fail unless msat is given without a float 03:28 < m-schmoock> -.- 03:31 < liberliver> cdecker: darosior: thank you all. I will save your recommendations. But I want to accent this: listfunds shows me spent along with confirmed output. And using "all" in fundchannel apparently leads to selecting ALL outputs both spent and unspent. 03:32 <@cdecker> m-schmoock: good catch, sorry for that regression 03:32 < m-schmoock> I wonder why no blackbox test failed because of that 03:33 < m-schmoock> I think this may be the same issue that prevented me from multiplying a msat value by a float. not sure though 04:01 < darosior> Opened some issues in the plugin repo halfly as self-reminders, halfly for newcomers :) 04:08 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Remote host closed the connection] 04:09 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #c-lightning 04:43 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has quit [Ping timeout: 240 seconds] 04:55 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has joined #c-lightning 05:35 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 05:37 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has quit [Remote host closed the connection] 05:38 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has joined #c-lightning 05:38 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 05:38 -!- vasild_ is now known as vasild 05:57 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 06:03 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 06:03 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 06:18 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 06:19 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has joined #c-lightning 06:58 < m-schmoock> cdecker: more nits on backup plugin here and there https://github.com/lightningd/plugins/pull/169 07:01 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Remote host closed the connection] 07:02 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #c-lightning 07:07 -!- queip is now known as CobraKai 07:07 -!- CobraKai is now known as queip 07:33 -!- kexkey [~kexkey@static-198-54-132-105.cust.tzulo.com] has joined #c-lightning 07:59 -!- queip [~queip@unaffiliated/rezurus] has quit [Ping timeout: 272 seconds] 08:09 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Remote host closed the connection] 08:09 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #c-lightning 08:15 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 08:17 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Remote host closed the connection] 08:18 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #c-lightning 08:26 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has left #c-lightning [] 08:26 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has joined #c-lightning 08:27 -!- queip [~queip@unaffiliated/rezurus] has joined #c-lightning 08:36 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has quit [Ping timeout: 264 seconds] 08:38 < m-schmoock> cdecker: regarding the Millisatoshi from float string regression https://github.com/ElementsProject/lightning/pull/4237 08:39 -!- kristapsk_ is now known as kristapsk 08:45 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 08:53 -!- helloshitty [~psysc0rpi@bl20-171-222.dsl.telepac.pt] has quit [Quit: leaving] 08:58 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has joined #c-lightning 08:59 -!- liberliver [~Thunderbi@144.49.211.130.bc.googleusercontent.com] has quit [Client Quit] 09:41 -!- jasan [~j@n.bublina.eu.org] has joined #c-lightning 09:41 < jasan> cdecker: where is the gossip_store.corrupt cemetery? 09:42 * jasan has a fresh one 09:45 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 09:48 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 09:52 -!- jasan [~j@n.bublina.eu.org] has quit [Quit: will be back] 10:18 -!- user___ [~user@mail.deeplinkmedia.com] has quit [Ping timeout: 240 seconds] 10:29 -!- jasan [~j@n.bublina.eu.org] has joined #c-lightning 10:59 < m-schmoock> jasan: /dev/null ;) 11:02 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Remote host closed the connection] 11:03 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #c-lightning 11:05 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Remote host closed the connection] 11:06 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #c-lightning 11:13 < jasan> ROTFL 11:13 < jasan> OK 11:13 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Remote host closed the connection] 11:14 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #c-lightning 11:28 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Remote host closed the connection] 11:29 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #c-lightning 11:53 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 12:00 < jasan> rusty: Link please 12:00 < rusty> jasan: yep, just looking now! 12:00 <@cdecker> Mornin' :-) 12:00 < m-schmoock> rusty just woke up and is flashed for the ATH :D 12:00 < jasan> :-) 12:01 < jasan> m-schmoock: What does ATH stand for? 12:01 <@cdecker> It's a new cryptocurrency: Athereum :-) 12:01 < rusty> https://meet.jit.si/CLightning-Open-Meeting 12:13 < m-schmoock> jasan: all time high (fiat price :) 12:15 -!- user____ [~user@mail.deeplinkmedia.com] has joined #c-lightning 12:37 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Ping timeout: 256 seconds] 12:50 -!- jasan [~j@n.bublina.eu.org] has quit [Quit: Good night!] 13:08 < m-schmoock> we should deprecate sendinvoiceless from the plugin repo for keysend ... 13:35 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 13:40 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 13:49 -!- shesek [~shesek@unaffiliated/shesek] has joined #c-lightning 14:38 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 14:39 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has joined #c-lightning 14:44 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 14:45 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 14:45 -!- vasild_ is now known as vasild 15:04 -!- ctrlbreak [~ctrlbreak@159.2.182.106] has quit [Read error: Connection reset by peer] 15:05 -!- ctrlbreak [~ctrlbreak@159.2.182.106] has joined #c-lightning 15:11 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 15:11 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Quit: %bye%] 15:12 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 15:43 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 15:53 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #c-lightning 16:54 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has left #c-lightning [] 16:55 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-lsntjcdlexygkbwj] has joined #c-lightning 17:27 -!- reallll [~belcher@unaffiliated/belcher] has joined #c-lightning 17:30 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 264 seconds] 17:39 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 17:39 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #c-lightning 20:02 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 20:14 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Ping timeout: 240 seconds] 20:32 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 21:12 -!- jonatack [~jon@82.102.27.171] has quit [Ping timeout: 240 seconds] 21:15 -!- jonatack [~jon@88.124.242.136] has joined #c-lightning 21:21 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #c-lightning 22:51 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #c-lightning 22:55 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 22:57 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Read error: Connection reset by peer] 22:59 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has quit [Read error: Connection reset by peer] 23:00 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 23:00 -!- sr_gi [~sr_gi@80.174.218.168.dyn.user.ono.com] has joined #c-lightning 23:01 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Client Quit] --- Log closed Tue Dec 01 00:00:32 2020