--- Day changed Tue Mar 27 2018 00:04 < waxwing> in case you haven't seen it yet kristapsk made a fake-joinmarket-coinjoin script to be run on a Core wallet, here: https://github.com/kristapsk/bitcoin-scripts/blob/master/fake-coinjoin.sh 01:01 -!- MaxSan [~user@91.207.102.163] has joined #joinmarket 02:55 < waxwing> i noticed one thing a bit off in the modelling and opened an issue, but if others take a read of it they may see other things that could be changed. 03:15 -!- lnostdal [~lnostdal@gateway/tor-sasl/lnostdal] has quit [Quit: https://quanto.ga/] 03:17 -!- lnostdal [~lnostdal@77.70.119.51] has joined #joinmarket 03:25 -!- GitHub179 [GitHub179@gateway/service/github.com/x-hgsftgtejrzfebao] has joined #joinmarket 03:25 < GitHub179> [joinmarket-clientserver] AdamISZ closed pull request #130: Better formatting for "cj batch" rows in wallet history output (master...cjbatch-format) https://git.io/vxBGl 03:25 -!- GitHub179 [GitHub179@gateway/service/github.com/x-hgsftgtejrzfebao] has left #joinmarket [] 03:25 -!- GitHub167 [GitHub167@gateway/service/github.com/x-rxqifhufrwjafkvm] has joined #joinmarket 03:25 < GitHub167> [joinmarket-clientserver] AdamISZ pushed 2 new commits to master: https://git.io/vxztT 03:25 < GitHub167> joinmarket-clientserver/master 8a43b2f Kristaps Kaupe: Better formatting for "cj batch" rows in wallet history output 03:25 < GitHub167> joinmarket-clientserver/master bb99b8a Adam Gibson: Merge #130: Better formatting for "cj batch" rows in wallet history output... 03:25 -!- GitHub167 [GitHub167@gateway/service/github.com/x-rxqifhufrwjafkvm] has left #joinmarket [] 04:10 -!- MaxSan [~user@91.207.102.163] has quit [Remote host closed the connection] 04:11 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 04:23 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has quit [Ping timeout: 246 seconds] 04:26 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has joined #joinmarket 04:50 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has quit [Ping timeout: 260 seconds] 05:09 -!- Giszmo [~leo@pc-37-38-86-200.cm.vtr.net] has joined #joinmarket 05:56 -!- Lairem [~User@unaffiliated/lairem] has quit [Quit: Leaving.] 06:02 -!- instagibbs [~instagibb@pool-100-15-128-78.washdc.fios.verizon.net] has joined #joinmarket 06:14 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #joinmarket 06:55 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 240 seconds] 06:56 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has joined #joinmarket 06:56 -!- StopAndDecrypt [~StopAndDe@c-73-248-248-9.hsd1.nj.comcast.net] has quit [Changing host] 06:56 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has joined #joinmarket 07:01 -!- quitobro [quitobro@gateway/vpn/privateinternetaccess/quitobro] has joined #joinmarket 08:15 < arubi> belcher, nice one. I have a vacation off of work soon and planning on setting up your EPS 08:34 -!- GitHub17 [GitHub17@gateway/service/github.com/x-hfsgxfpnklhbthez] has joined #joinmarket 08:34 < GitHub17> [joinmarket-clientserver] mecampbellsoup opened pull request #131: Reformat source code (master...reformat-source-code) https://git.io/vxzbk 08:34 -!- GitHub17 [GitHub17@gateway/service/github.com/x-hfsgxfpnklhbthez] has left #joinmarket [] 08:43 -!- dcousens [~dcousens@101.188.205.87] has quit [Ping timeout: 248 seconds] 08:43 -!- dcousens [~dcousens@121.214.4.218] has joined #joinmarket 08:49 -!- dcousens [~dcousens@121.214.4.218] has quit [Ping timeout: 276 seconds] 08:49 -!- dcousens [~dcousens@110.140.132.131] has joined #joinmarket 09:03 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 09:04 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #joinmarket 10:31 < pigeons> updating the wallet_utils.py can just be dropped in right? no need to "rebuild" anything? 10:36 < waxwing> pigeons, no there's no building here 10:36 < waxwing> do you mean you're making some change to the code locally? 10:37 < waxwing> welcome to PR it even if you think it's unlikely to help others, we can check if it's useful (or if there's some problem with it) 10:37 < pigeons> i was just sensitive to it as the recent major update required repeating the install process 10:37 < pigeons> no just updating the recent change you guys merged 10:37 < waxwing> oh i'm being dumb, sorry 10:38 < waxwing> yes the idea is that new versions of the modules are put into the virtualenv. if you just change the code locally it doesn't work unless you chose the developer mode 10:38 < pigeons> thanks 10:38 < waxwing> it's actually a fairly annoying detail, that. 10:39 < waxwing> i forgot who mecambellsoup is; are you here? 10:41 < quitobro> @waxwing yea, hello 10:43 < quitobro> waxwing: btw that `auto-discover-rpc-credentials` PR should also be GTG or at least ready for review 10:46 < waxwing> yeah i commented. 10:47 < waxwing> yeah so i don't want to do an overall code-reformat now, if you go back to 2016 you can find a huge operation to reformat done by ghtdak, we were going into great detail on yapf and stuff ... perhaps it's good to do it again, but then we'd have to absolutely fix and make sure everyone's using the same style. 10:48 < waxwing> perhaps if it's just fixing the imports it might be different tho' 10:49 < waxwing> other stuff, i know there's like PEP8 and whatnot, see the TODO.md, but .. i feel like a natural thing to do might be to fold that into a Python 3 upgrade, problem is i went a long way down that road and then got stuck. 10:50 < waxwing> we're using some packages connected with twisted (txsocksx) that don't work with Python3, plus the whole thing turned out to be way more work than I expected. I'm kinda thinking it might be better to switch entirely to async stuff. if so, that'd be a wholesale rewrite. 10:50 < waxwing> (well, big, if not quite wholesale) 10:57 -!- GitHub15 [GitHub15@gateway/service/github.com/x-zkxkvyovxehbsnhe] has joined #joinmarket 10:57 < GitHub15> [joinmarket-clientserver] AdamISZ closed pull request #128: Enable data dir configuration to obtain RPC credentials from cookie auth file (master...auto-discover-json-rpc-credentials) https://git.io/vxGIU 10:57 -!- GitHub15 [GitHub15@gateway/service/github.com/x-zkxkvyovxehbsnhe] has left #joinmarket [] 10:57 -!- GitHub199 [GitHub199@gateway/service/github.com/x-bsccpzgbslzsbgcb] has joined #joinmarket 10:57 < GitHub199> [joinmarket-clientserver] AdamISZ pushed 2 new commits to master: https://git.io/vxgYS 10:57 < GitHub199> joinmarket-clientserver/master ea67a8b mecampbellsoup: Optionally read RPC credentials from bitcoind cookie auth file 10:57 < GitHub199> joinmarket-clientserver/master c463bc4 Adam Gibson: Merge #128: Enable data dir configuration to obtain RPC credentials from cookie auth file... 10:57 -!- GitHub199 [GitHub199@gateway/service/github.com/x-bsccpzgbslzsbgcb] has left #joinmarket [] 11:13 -!- quitobro_ [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has joined #joinmarket 11:16 -!- quitobro [quitobro@gateway/vpn/privateinternetaccess/quitobro] has quit [Ping timeout: 276 seconds] 11:16 -!- quitobro [quitobro@gateway/vpn/privateinternetaccess/quitobro] has joined #joinmarket 11:18 -!- quitobro_ [~quitobro@pool-108-41-0-186.nycmny.fios.verizon.net] has quit [Ping timeout: 240 seconds] 14:34 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket 15:23 < AgoraRelay> [agora-irc/sonofstalin] hello 16:38 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Ping timeout: 268 seconds] 19:43 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 20:36 -!- AgoraRelay [~jmrelayfn@p5DE4A591.dip0.t-ipconnect.de] has quit [Ping timeout: 260 seconds] 20:51 -!- AgoraRelay [~jmrelayfn@p5DE4A7F1.dip0.t-ipconnect.de] has joined #joinmarket 21:30 -!- quitobro [quitobro@gateway/vpn/privateinternetaccess/quitobro] has quit [Quit: quitobro] 21:46 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Read error: Connection reset by peer] 22:03 -!- lnostdal [~lnostdal@77.70.119.51] has joined #joinmarket 23:41 -!- belcher_ [~user@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 23:42 -!- belcher_ [~user@unaffiliated/belcher] has joined #joinmarket 23:47 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket