--- Day changed Tue Aug 09 2016 00:02 < waxwing> could the owner of J5FCiN9mwAkRDEit let me know what code commit it's running on, thanks 00:06 < waxwing> afk for a bit 00:43 <+JM-IRCRelay> [AlexCato] @waxwing: thats me, i'm running commit 53e30d74e0f83bf3e02b41ab1b7f54d4a556a5b0 00:43 <+JM-IRCRelay> [AlexCato] which is Author: Adam Gibson Date: Mon Aug 8 00:36:09 2016 +0300 01:52 -!- megaddin [aladdin@gateway/shell/fnordserver.eu/x-ixbhbejurqrhhhcs] has joined #joinmarket 02:08 -!- Giszmo [~leo@ip5f5ac08d.dynamic.kabel-deutschland.de] has joined #joinmarket 02:44 < waxwing> alexcato thanks, so the fix failed. if you could find a way to send me the bot's log file it'd be appreciated. 02:48 -!- zmachine [uid67411@gateway/web/irccloud.com/x-dkjxeopkoeknxksg] has quit [Quit: Connection closed for inactivity] 03:06 -!- freekevin [freekevin@gateway/shell/xshellz/x-dxzarrzyvrydvyqf] has quit [Ping timeout: 276 seconds] 03:09 <+JM-IRCRelay> [AlexCato] well, since this is only testnet with no privacy implications at all... here you go: http://pastebin.com/XHJTBXeg 03:10 <+JM-IRCRelay> [AlexCato] @waxwing (last line) 03:11 -!- freekevin [freekevin@gateway/shell/xshellz/x-cldncftnfsehoyra] has joined #joinmarket 03:41 < waxwing> alex: thanks muchly. btw i just tried a tx with your bot and it went through ok (i was on rizon *and* cgan) which is .. annoying :) 03:57 < waxwing> does anyone know the exact mechanism of how this works in IRC? You get a 433 if the nick is in use; why does that happen on a disconnect/reconnect cycle? is it because somehow the first session is not really "dropped" on the server side, so the nick is still considered to be in use? i guess that makes sense. 04:20 -!- lnostdal [~lnostdal@29-202-11.connect.netcom.no] has joined #joinmarket 06:08 < waxwing> hmm refactoring yieldgenerator into a module in joinmarket wasn't that hard. at least superficially. now i can make a privacy tweaked yg without another copy paste epidemic :) 06:08 < nkuttler> i was surprised that some yigens use their own hardcoded settings instead of the config file 06:09 < waxwing> yeah that's kind of another thing. 06:09 < waxwing> the whole thing is a result of, ahem, "organic" growth :) 06:09 < nkuttler> yeah ;) 06:10 < waxwing> we've been meaning to fix up the top level scripts for ages, just so much else to do, and no one wants to do it 06:10 < nkuttler> it was good to learn about pexpect though. transactions work nice too 06:10 < nkuttler> yeah, not a high priority 06:10 < waxwing> yes pexpect is quite powerful really, although i found it tricky 06:11 < nkuttler> it certainly is. the api isn't very clean imo 06:12 < nkuttler> took me like 2 hrs to write those 8 lines :D 06:12 -!- lnostdal [~lnostdal@29-202-11.connect.netcom.no] has quit [Read error: Connection reset by peer] 06:42 -!- grubles [~buttsniff@unaffiliated/grubles] has quit [Quit: Leaving] 06:50 -!- lnostdal [~lnostdal@29-202-11.connect.netcom.no] has joined #joinmarket 07:47 -!- zmachine [uid67411@gateway/web/irccloud.com/x-sfcbqgwrwhpepxnh] has joined #joinmarket 07:52 -!- jm_user [jclofk@bitcoinshell.mooo.com] has quit [Ping timeout: 276 seconds] 07:53 -!- jm_user [jclofk@bitcoinshell.mooo.com] has joined #joinmarket 10:18 -!- zmachine [uid67411@gateway/web/irccloud.com/x-sfcbqgwrwhpepxnh] has quit [Quit: Connection closed for inactivity] 10:21 -!- Aaa111222 [b759befa@gateway/web/cgi-irc/kiwiirc.com/ip.183.89.190.250] has joined #joinmarket 10:26 -!- Aaa111222 [b759befa@gateway/web/cgi-irc/kiwiirc.com/ip.183.89.190.250] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 10:28 -!- Aaa111222 [86c42a66@gateway/web/cgi-irc/kiwiirc.com/ip.134.196.42.102] has joined #joinmarket 10:49 -!- Aaa111222 [86c42a66@gateway/web/cgi-irc/kiwiirc.com/ip.134.196.42.102] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 10:49 -!- Aaa111222 [b759befa@gateway/web/cgi-irc/kiwiirc.com/ip.183.89.190.250] has joined #joinmarket 10:53 -!- Aaa111222 [b759befa@gateway/web/cgi-irc/kiwiirc.com/ip.183.89.190.250] has quit [Client Quit] 11:22 < nkuttler> that sounds odd 11:22 < nkuttler> change value=0 below dust threshold, finding new utxos 11:23 < nkuttler> 0 sounds like no dust, so 0 should be fine? 11:24 < waxwing> this a yg or a send? 11:24 < nkuttler> yg delue 11:24 < nkuttler> looks like a thinko 11:24 < nkuttler> deluxe even. i need a new keyboard.. 11:25 < waxwing> ok. not sure about that one, wasn't involved in making it. raedah is the main author. all i know is it's more complex :) 11:25 < pigeons> oh he made deluxe too as well as oscillator huh 11:25 < nkuttler> i think i'll tweak that logic 11:26 < waxwing> well, it's normal to get change below dust, but it coming out 0 from the yg side is not so easy to explain, i agree. 11:26 < nkuttler> or maybe i should just use the basic one 11:26 < waxwing> but so many things go into this, it's hard to say. 11:26 < waxwing> i'm testing out a new privacy focused one now. 11:27 < nkuttler> that's on another branch, isn't it? 11:27 < waxwing> basic and mixdepth should function normally afaik, not sure about others 11:27 < waxwing> nkuttler: i'll probably stick it on 0.2 after i've tested it out 11:27 < nkuttler> ah, ok 11:28 < waxwing> which tx was it nkuttler , if it's easy to see? 11:29 < waxwing> which block explorers have testnet, blockr, blockexplorer.com maybe? 13:39 < GithubBot5678> [joinmarket] AdamISZ opened pull request #602: refactor yieldgenerator module into joinmarket, add yg-pe (privacy en… (0.2.0...ygrefactor) https://git.io/v6CEO 13:40 < GithubBot5678> [joinmarket] AdamISZ closed pull request #602: refactor yieldgenerator module into joinmarket, add yg-pe (privacy en… (0.2.0...ygrefactor) https://git.io/v6CEO 13:44 < waxwing> anyone who wants to pull latest can try out the yg-pe (means "privacy enhancement") flavour of yield generator in the test pit. 13:44 < waxwing> the delta to basic is that it will choose utxos to minimize order reannouncement on transaction unconfirm/confirm, where that's possible. 13:46 < nkuttler> hm, can i pull github prs straight into my repo? 13:46 < nkuttler> i guess it's in your repo? 13:47 < waxwing> nkuttler: i merged it immediately 13:47 < waxwing> after testing, of course 13:48 < nkuttler> for consistency i think the name should start with yield-generator 13:48 < waxwing> nkuttler: i also think so. but i got annoyed with having names like yield-generator-privacy-enhancement.py 13:48 < waxwing> but w/e 13:48 < nkuttler> anyway, running it now 13:51 < waxwing> nkuttler: to answer your question tho', you can do that, i always forget the syntax like git pull refs/something/something 13:51 < waxwing> always have to look it up 13:52 < nkuttler> well, it has to be in a repo somewhere. i already know how to add more repos :) 13:52 < nkuttler> if github has something magical for pull requests, oh well 13:52 < waxwing> yeah you can basically create a branch for the PR, that's the idea 13:52 < nkuttler> interesting 14:03 -!- lnostdal [~lnostdal@29-202-11.connect.netcom.no] has quit [Quit: lnostdal] 14:05 < waxwing> k thx i'll try a small one to verify it's working on yours too 14:07 -!- Giszmo [~leo@ip5f5ac08d.dynamic.kabel-deutschland.de] has quit [Quit: Leaving.] 14:11 < waxwing> hmm no looks like the last change was wrong. well no biggie, it's just an algo thing, i'll take another look. 14:52 < waxwing> k fixed 14:55 < nkuttler> pulled 15:04 -!- mkarrer [~mkarrer@142.red-83-47-107.dynamicip.rima-tde.net] has quit [] 17:28 -!- zmachine [uid67411@gateway/web/irccloud.com/x-wodnoytbhywxpkgs] has joined #joinmarket 19:38 -!- zmachine [uid67411@gateway/web/irccloud.com/x-wodnoytbhywxpkgs] has quit [Quit: Connection closed for inactivity]