--- Day changed Wed Oct 16 2019 00:08 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket 00:13 -!- azizLIGHT [~azizLIGHT@unaffiliated/azizlight] has joined #joinmarket 00:15 < waxwing_> yeah working OK here so far, merge error i guess (you can always just git reset --hard HEAD~N on the branch and then pull again, i find that's easiest when there's been some overwriting on the branch causing problems) 00:55 -!- MaxSan [~four@185.156.174.155] has quit [Quit: Leaving.] 01:21 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Ping timeout: 240 seconds] 01:36 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has joined #joinmarket 02:22 -!- MaxSan [~four@185.156.174.155] has joined #joinmarket 02:50 -!- MaxSan [~four@185.156.174.155] has quit [Quit: Leaving.] 03:00 < waxwing_> anyone who'll be in berlin, see you there hopefully - i'm heading over now, there's various meetups next few days before conf at weekend. 04:12 -!- MaxSan [~four@185.156.174.155] has joined #joinmarket 04:28 -!- MaxSan [~four@185.156.174.155] has quit [Quit: Leaving.] 04:34 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 05:29 -!- Giszmo [~leo@122-58-98-6-adsl.sparkbb.co.nz] has quit [Remote host closed the connection] 05:33 -!- viasil [~viasil@95.174.67.204] has quit [Ping timeout: 240 seconds] 05:36 -!- viasil [~viasil@95.174.67.204] has joined #joinmarket 06:42 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 08:22 -!- MaxSan [~four@185.156.174.155] has joined #joinmarket 09:15 -!- undeath [~undeath@hashcat/team/undeath] has joined #joinmarket 11:08 -!- raedah [~x@192.30.89.51] has quit [Ping timeout: 240 seconds] 11:10 -!- HackiE [c125fc83@gateway/web/cgi-irc/kiwiirc.com/ip.193.37.252.131] has joined #joinmarket 11:40 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #joinmarket 11:50 < AgoraRelay> [agora-irc/AlexCato1] waxwing, can confirm it was merge failing, but even with git reset i couldnt get it running (even after years of using git, i oftentimes just dont understand wtf is going on there). Re-installed #359 from scratch, running it now. Have fun in Berlin 12:50 -!- HackiE is now known as Hakki 12:53 -!- fishguts_ [~fishguts@121-200-12-43.79c80c.syd.nbn.aussiebb.net] has joined #joinmarket 12:56 -!- fishguts [~fishguts@121-200-12-43.79c80c.syd.nbn.aussiebb.net] has quit [Ping timeout: 264 seconds] 13:22 -!- Hakki [c125fc83@gateway/web/cgi-irc/kiwiirc.com/ip.193.37.252.131] has quit [Ping timeout: 265 seconds] 13:49 < kristapsk> trying to apply #359 to my production yg, also have some exception at the start 13:52 < AgoraRelay> [agora-irc/AlexCato1] yg code needs to be adapted, if you modified it (and thus did possibly not auto-merge the changes) 13:52 < AgoraRelay> [agora-irc/AlexCato1] mixdepth balances are acquired a different way now 13:52 < kristapsk> no, there is some other problem 13:53 < kristapsk> I actually have to yg's, the main one, and other smaller one, for some testing, etc 13:53 < kristapsk> at least with the smaller one it now thinks I have zero balance in the wallet... 13:53 < AgoraRelay> [agora-irc/AlexCato1] that's odd. What does the exception say? 13:53 < kristapsk> there was "not enough to be a maker" error, followed by uncatched exception 13:54 < kristapsk> 2019-10-16 23:51:14,680 [ERROR] You do not have the minimum required amount of coins to be a maker: 100000 13:54 < kristapsk> 2019-10-16 23:51:14,681 [INFO] Failed to create offers, giving up. 13:54 < kristapsk> Unhandled error in Deferred: 13:54 < kristapsk> I will try to figure out what's happening there 13:56 < undeath> that suggests syncing isn't picking up any coins 13:57 < undeath> does display work? 13:57 < undeath> from wallet-tools.py 13:58 < AgoraRelay> [agora-irc/AlexCato] mh. A completely fresh checkout and install.sh of #359 fixed the problems for me with my testwallet 13:59 < kristapsk> no, wallet-tool shows zero balance 13:59 < kristapsk> the same is with other wallet too 13:59 < AgoraRelay> [agora-irc/AlexCato] i believe it was a side effect of not merging that YG modularization of the other PR recently merged 13:59 < kristapsk> ahhh, fuck 13:59 < kristapsk> I'm not sure I ran install there with --develop 13:59 < kristapsk> will re-run install.sh and try again 14:00 < kristapsk> in yg code here it is basically s/wallet/wallet_service/g 14:00 < kristapsk> (I have custom yg, not default privacyenhanced one) 14:01 < AgoraRelay> [agora-irc/AlexCato] there's more 14:01 < kristapsk> I don't see more - https://patch-diff.githubusercontent.com/raw/JoinMarket-Org/joinmarket-clientserver/pull/359.patch 14:01 < AgoraRelay> [agora-irc/AlexCato] this was also merged inbetween and did affect me when testing 359: https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/406/files 14:01 < AgoraRelay> [agora-irc/AlexCato] and 359 was rebased on it 14:03 < kristapsk> I did git checkout master and git pull before applying the patch 14:03 < AgoraRelay> [agora-irc/AlexCato] when you have a custom YG, did you manually change your YG to also include the #406 changes? 14:04 < kristapsk> AlexCato, yes, I applied them before they were merged into master, because it was issue with my modified yg :) 14:04 < kristapsk> anyways, the root of the problem is that even wallet-tool shows zero balance 14:05 < AgoraRelay> [agora-irc/AlexCato] alright, in that case i hope it is the --develop thing :D 14:08 < kristapsk> nop, it's not develop thing 14:13 < kristapsk> ok, switched back to master right now, will try to figure out this later 14:34 < kristapsk> btw, found another minor issue, with current master 14:34 < kristapsk> txfee = 100 is the default in yg-privacyenhanced 14:35 < kristapsk> due to all this merging etc, got this in my yg 14:35 < kristapsk> (I set it to 0 myself usually) 14:35 < kristapsk> when starting such yg you get 14:35 < kristapsk> 2019-10-17 00:19:10,889 [INFO] Warning: too high txfee to be profitable, halfing it to: 63 14:35 < kristapsk> 2019-10-17 00:19:10,890 [INFO] Warning: too high txfee to be profitable, halfing it to: 31 14:35 < kristapsk> 2019-10-17 00:19:10,891 [INFO] Warning: too high txfee to be profitable, halfing it to: 15 14:36 < kristapsk> it's with ordertype cjrelfee and default cjfee_r 0.00002 (which is unfairly cheap IMHO, as I have said before) 15:44 -!- Giszmo [~leo@122-58-98-6-adsl.sparkbb.co.nz] has joined #joinmarket 16:11 * sturles agrees that cjfee_r 0.00002 is unfairly cheap 16:12 < sturles> I don't want to increase it too much either, since it could be used as a fingerprint. 16:20 -!- undeath [~undeath@hashcat/team/undeath] has quit [Quit: WeeChat 2.6] 17:12 -!- AgoraRelay [~jmrelayfn@p5DE4A669.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 17:26 -!- AgoraRelay [~jmrelayfn@p5DE4ACC8.dip0.t-ipconnect.de] has joined #joinmarket 18:03 < qubenix> sturles: with yg-privacyenhanced.py your fee and minsize have a configurable variance to help with fingerprinting. 18:04 < qubenix> fee, minsize, and coinjoin fee (forgot that one) all have variance. 18:23 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has quit [Ping timeout: 250 seconds] 18:45 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has joined #joinmarket 22:47 -!- takamatsu [~takamatsu@unaffiliated/takamatsu] has quit [Ping timeout: 268 seconds] 23:10 < AgoraRelay> [agora-irc/AlexCato] +. 23:18 -!- bsm1175321 [~mcelrath@pool-71-161-100-47.cncdnh.east.myfairpoint.net] has quit [Ping timeout: 240 seconds] 23:41 < sturles> qubenix: I know, but if my fee is consistently 10x the default, which would still result in less than 1% annual interest on my funds, the variance doesn't help much.