1 2015-02-25 01:07:25 <koobs> cfields: back if you still need me
 2 2015-02-25 01:07:44 <cfields> koobs: i could use a test in a few hours if you'll still be around
 3 2015-02-25 01:07:52 <koobs> cfields: yep ill be here
 4 2015-02-25 02:22:11 <harding> cfields: I'm working on enabling Travis for bitcoin/bitcoin.org.  Do you know if there's any reason that would interfere with the other bitcoin/ projects because we're part of the same organization?  (I estimate about 5 builds a day lasting less than 10 minutes each.)
 5 2015-02-25 02:26:59 <freewil> not sure about travis-ci.org, but the pro (.com) version limits # of concurrent builds per organization
 6 2015-02-25 02:30:00 <harding> freewil: Thanks!  I'll look into that and mention it in my PR; hopefully our low number of builds (which are relatively fast) will be tolerable.
 7 2015-02-25 02:30:31 <fanquake> harding Are you planning on building per pull, or setting a 5 build per day schedule?
 8 2015-02-25 02:33:36 <harding> fanquake: building per pull, plus maybe some direct commits to the master branch.  I estimate this to be about 5 builds at most on a typical day.
 9 2015-02-25 04:01:29 <fanquake> ;;blocks
10 2015-02-25 04:01:30 <gribble> 345028
11 2015-02-25 04:03:59 <Emcy_> is it true the bootstrap torrent is officially deprecated now
12 2015-02-25 04:13:39 <cfields> harding: not sure. we have kinda a special setup with them. We have dedicated builders (.com like) with .org features. We had to work out something kinda custom because the repos are public (.com's must be private)
13 2015-02-25 04:15:50 <sipa> Emcy_: i would argue there was never anything official about it
14 2015-02-25 04:24:17 <harding> cfields: hmm.  Do you think it'd be ok for me to turn it on tomorrow, run a few builds, and then turn it off if there are any problems?  I'll be setting our concurrency to 1 to attempt to minimize impact.
15 2015-02-25 04:26:07 <cfields> harding: sounds good to me
16 2015-02-25 04:26:45 <Emcy_> sipa right, i meant more that there is no ratinal reason to keep the bootstrap toorent anymore and JG will probably not update it
17 2015-02-25 04:26:56 <sipa> i believe so
18 2015-02-25 04:27:16 <harding> cfields: thanks!
19 2015-02-25 04:27:30 <Emcy_> neat. i can get rid of it now i guess
20 2015-02-25 04:27:47 <Emcy_> i think i put about 500gb up into it over the years
21 2015-02-25 04:27:59 <cfields> harding: please make sure to let wumpus know though, in case there are any surprises
22 2015-02-25 04:29:23 <cfields> Emcy_: you can just swap it for a full node and upload 500gb more :)
23 2015-02-25 04:29:52 <harding> cfields: will do.  I'll make sure he's online when I test.
24 2015-02-25 04:29:58 <Emcy_> i would do that if bitcoin core had some sort of bandwidth scheduler
25 2015-02-25 04:30:26 <Emcy_> it still assumes a unifomity of bandwidth that just doesnt exist on residential connections and increasingly less so
26 2015-02-25 04:31:43 <sipa> Emcy_: once 0.10 is sufficiently deployed, i'm all for a bandwidth scheduler
27 2015-02-25 04:32:02 <Emcy_> cool
28 2015-02-25 04:32:14 <cfields> yep, sounds like the logical progression
29 2015-02-25 04:32:25 <Emcy_> though it would suck if half the nodes refuse to relay txns half the time
30 2015-02-25 04:32:45 <cfields> Emcy_: still better than node opers refusing to run nodes at all :)
31 2015-02-25 04:32:58 <Emcy_> thats true
32 2015-02-25 04:34:49 <Emcy_> are tehre details anywhere of how floating fees was implemented in the end. I see the slider.....
33 2015-02-25 04:35:07 <Emcy_> did you work out how spv will handle it
34 2015-02-25 04:35:52 <sipa> Emcy_: in the same way they handle currency conversions
35 2015-02-25 04:36:24 <Emcy_> some server?
36 2015-02-25 05:23:09 <koobs> cfields: after splitting out linguisttools (lrelease/lupdate): http://dpaste.com/0NKGEQP
37 2015-02-25 05:23:14 <koobs> 45 less deps for bitcoin GUI
38 2015-02-25 05:54:41 <cfields> koobs: nice.
39 2015-02-25 05:55:43 <koobs> cfields: just about to duck out, privmsg me with what you need i'll take care of it when im back
40 2015-02-25 07:09:11 <ciemon> fanquake: Thanks for the "squash commits", I've learned more about git in the last week than I ever did before, all for a simple man page :)