--- Log opened Thu Oct 08 00:00:40 2020 00:02 -!- remaeus [remaeusrol@gateway/shell/matrix.org/x-imvgurzzvxxczgjx] has joined #joinmarket 00:08 < waxwing> have we had any further tests of wasabi->jm bip78? 00:32 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 00:32 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 00:33 -!- Netsplit *.net <-> *.split quits: remaeus, jonatack 00:34 -!- emzy_ [~quassel@raspberry.emzy.de] has joined #joinmarket 00:37 -!- remaeus [remaeusrol@gateway/shell/matrix.org/x-xqaqbyhqxhxkhhrt] has joined #joinmarket 01:08 -!- butta [5ff5b259@host-95-245-178-89.retail.telecomitalia.it] has joined #joinmarket 01:09 -!- jonatack [~jon@213.152.161.239] has joined #joinmarket 02:15 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 02:16 -!- bob423 [~bob4235@2a0b:f4c2:2::1] has joined #joinmarket 02:24 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 02:27 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #joinmarket 02:28 -!- belcher [~belcher@unaffiliated/belcher] has quit [Client Quit] 02:31 < bob423> Where can I get help about errors I don't understand? 02:55 -!- jonatack [~jon@213.152.161.239] has quit [Quit: jonatack] 03:06 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 03:09 -!- belcher_ [~belcher@unaffiliated/belcher] has quit [Ping timeout: 272 seconds] 03:09 -!- asy [~asymptoti@gateway/tor-sasl/asymptotically] has joined #joinmarket 03:18 -!- Hallie63Glover [~Hallie63G@static.57.1.216.95.clients.your-server.de] has joined #joinmarket 03:35 -!- emzy_ [~quassel@raspberry.emzy.de] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 03:55 -!- MaxSan [~four@185.156.175.171] has joined #joinmarket 04:09 -!- butta [5ff5b259@host-95-245-178-89.retail.telecomitalia.it] has quit [Remote host closed the connection] 04:23 -!- MaxSan [~four@185.156.175.171] has quit [Ping timeout: 260 seconds] 04:32 -!- bob423 [~bob4235@2a0b:f4c2:2::1] has quit [Remote host closed the connection] 04:42 < kristapsk> waxwing, yes, I did, there is an issue, haven't yet looked at it more carefully; and I lost logs after computer reboot, will ask Max for another test 05:11 < kristapsk> it fails on this check - input_type = self.wallet_service.check_finalized_input_type(inp) 05:11 < kristapsk> if psbt_input.utxo.scriptPubKey.is_p2sh(): 05:11 < kristapsk> builtins.AttributeError: 'CBitcoinTransaction' object has no attribute 'scriptPubKey' 05:11 < kristapsk> (I commented out try / except block to find exact issue) 05:12 < kristapsk> here's that PSBT proposal from Wasabi - cHNidP8BAHEBAAAAAf5h7wfohIiz7mec4bu1pgIzSQyl2WXtn6lEV4T3j8OuAAAAAAD/////AqCGAQAAAAAAFgAUBjegjdQa1atsuFy/fUTLTZAL1JU9BgAAAAAAABYAFFDpxd8Jfr+nGBUMHkk/vumO0eoQAAAAAAABAR+ejwEAAAAAABYAFElcvvohsHe14YxjkNWtxBZIqYitAQD9cgEBAAAAAAECsRUrYzm2lIrpb4aWXGTCFD+AOYmmX1SEY+EK+XoiEQgAAAAAAP////+MnI05eoQvOKyfr6rGjlsR3lpV7QxZhbjkOJ4hFy9P0AEAAAAA/////wKejwEAAAAAABYAFElcvvohsHe14YxjkNWtxBZIqYitno8BAAAAAAAWABSjlrOorhbW+4kPA 05:12 < kristapsk> syp5dK0jiMZpwJHMEQCIEq6eKorDcRNryahgf9dSbXNDF189IpgCS30sO8O+Rq1AiB0+61nCPYUOZGjF1PbZqPJaj53aX+A0lPN94RsVj16rAEhAoRJr5SAugyyzsyal4EwdWxTkZojg1Zo1u0iMlRnb5l0AkcwRAIgEQa+jK8Tx8EYbz0BtPv+sWTAW05UCnvo7jnpz4K8RHkCICp9h32SZEbcCowUWWq/oTf6vZabZ6ZEfabpafYEv+hRASEC72+ds8r1uwY9Len7FIQEvxl1L4rNkq+1Tt8RkMn/KkYAAAAAAQhrAkcwRAIgF5sXG1ltRnxXZ26YVw3+FiPKWYQg96PMtRcCfpYhehYCIGjI9ekMY8UD65F1et8r0u4uGZJ1YbINyMXWIeREVpuHASECXgVy93A4N3u9JETR1FHSRh64cGwjUjDe3NuPGO 05:12 < kristapsk> HaukYAAAA= 05:21 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has joined #joinmarket 05:50 < waxwing> kristapsk, ah thanks. yeah that is a bug at first glance. i wrote the code assuming always only WITNESS_UTXO 05:51 < waxwing> so PSBT_Input.utxo would be of type CTxOut but here in this new version of things where we always provide NONWITNESS_UTXO as well, PSBT_Input.utxo will be of type CTransaction. 05:51 < waxwing> should be mostly easy to fix I think. 05:53 < waxwing> kristapsk, do please keep me in the loop on these test findings. i could have fixed that earlier if you'd told me. 05:57 -!- tralfaz is now known as davterra 06:15 < kristapsk> waxwing, so, you will fix this? 06:18 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has quit [Remote host closed the connection] 06:33 < waxwing> see #698 06:33 < waxwing> the important thing is it's the same basic root cause as the previous one. what i'm particularly interested though, is to see if any errors crop up in the fee negotiation. 06:34 < waxwing> well but anyway we just need to keep going :) 06:36 < waxwing> i tried to join @joinmarketorg on telegram but i think they blocked me lol 06:37 < waxwing> tbh i am not exactly enthused about joining more groups tho so not complaining really 07:08 < kristapsk> I'm testing it with Max right now 07:11 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has quit [Ping timeout: 240 seconds] 07:12 -!- dr-orlovsky [~dr-orlovs@31.14.40.19] has joined #joinmarket 07:20 < waxwing> thx 07:37 < kristapsk> waxwing, now it's new error (but seems related), commented on the PR 07:44 < waxwing> kristapsk, yup, thinking. it is related, yep, but this is less trivial, it may be an awkward aspect of the way the underlying lib works. i'll patch it asap and ping you here. 07:44 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has quit [Ping timeout: 240 seconds] 07:46 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has joined #joinmarket 08:02 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has joined #joinmarket 08:04 < waxwing> yeah best i can figure, it's a bug in python-bitcointx, i think it's just a detail he missed when he did that recent patch. probably. 08:50 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Read error: Connection reset by peer] 08:50 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #joinmarket 08:52 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #joinmarket 09:24 -!- Hallie63Glover [~Hallie63G@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 256 seconds] 09:27 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has joined #joinmarket 09:35 -!- GuyLad [b06992d7@176.105.146.215] has joined #joinmarket 09:36 < GuyLad> I'm trying to set up JM with the precompiled exe on a Win7 box. The only thing it creates when I run it (and get the appropriate error message) is an empty 'logs' folder in the same place I ran the exe. No config files or anything in my user folder. Could be a problem with W7's PITA folder permissions system, but I decided to ask anyway, to make 09:36 < GuyLad> sure I'm not missing anything. 10:34 < waxwing> GuyLad, are you the same as 'nodsley' from a couple days back? 10:34 < waxwing> i answered (it's in the logs, see /title) but unfortunately my answer doesn't really help 10:35 < GuyLad> Yeah, got disconnected and couldn't remember the name. 10:43 < GuyLad> waxwing Found it in the logs. Yeah, I know about the error. If I understand things correctly, it should create some folders and a config file in the OS user folder. I can't find any. Could an incorrectly configured Bitcoin Core be responsible? 10:43 < GuyLad> I've tried running it as admin, no luck. 11:03 -!- adlai [~adlai@unaffiliated/adlai] has left #joinmarket ["I can neither confirm nor deny the details of any contract smart nor dumb"] 11:04 < waxwing> hmm are you sure you have the right location for where it should end up? let me double check 11:05 < waxwing> https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/jmbase/jmbase/support.py#L210-L211 11:06 < waxwing> i'm trying to remember isn't is something like c:\users\name\roaming(?)\appdata and then joinmarket? sorry not in a place i can check right now 11:06 < waxwing> maybe someone else has used windows and can help 11:10 < GuyLad> I've tried both manual and automatic searches of the anarchic nightmare that is the windows user folder structure, but no luck. The .exe doesn't have to be run from a particular location, right? 11:29 < waxwing> GuyLad, no indeed, it should be OK from anywhere, due to the thing that is apparently not working for you, i.e. the user-area location of the config 11:40 < GuyLad> Tried rebooting again, and this time it seems to have worked. No clue why, but the config file is there now (NAME\AppData\Roaming\joinmarket). Thanks for the help, anyway. 12:20 -!- fiatjaf [~fiatjaf@2804:7f2:2a85:2fc:ea40:f2ff:fe85:d2dc] has quit [Ping timeout: 272 seconds] 12:25 -!- fiatjaf [~fiatjaf@179.180.231.131] has joined #joinmarket 12:32 -!- fiatjaf [~fiatjaf@179.180.231.131] has quit [Ping timeout: 240 seconds] 13:57 -!- fiatjaf [~fiatjaf@179.180.231.131] has joined #joinmarket 14:59 -!- asy [~asymptoti@gateway/tor-sasl/asymptotically] has quit [Quit: Leaving] 15:09 -!- GuyLad [b06992d7@176.105.146.215] has quit [Remote host closed the connection] 16:24 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 17:00 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 17:05 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 17:10 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #joinmarket 17:48 -!- HackRelay [~jmrelayha@p5486696d.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 17:50 -!- DSRelBot [~DSRelBot@p5486696d.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 18:00 -!- DSRelBot [~DSRelBot@p54866984.dip0.t-ipconnect.de] has joined #joinmarket 18:04 -!- HackRelay [~jmrelayha@p54866984.dip0.t-ipconnect.de] has joined #joinmarket 19:20 -!- rdymac [uid31665@gateway/web/irccloud.com/x-hvdhflnzjmnpbwvp] has quit [Quit: Connection closed for inactivity] 23:02 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Ping timeout: 240 seconds] 23:59 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 272 seconds] --- Log closed Fri Oct 09 00:00:41 2020