< phantomcircuit> wumpus, opinion on modifying CONTIBUTORS.md to include "Reviewers should include the id of the commits which they reviewed in their comments."
< GitHub148> [bitcoin] pstratem opened pull request #7185: Note that reviewers should mention the id of the commits they reviewed. (master...2015-12-07-contributingackcommit) https://github.com/bitcoin/bitcoin/pull/7185
< GitHub197> [bitcoin] pstratem closed pull request #5989: improve addr/inv trickle logic (master...trickle_fix) https://github.com/bitcoin/bitcoin/pull/5989
< GitHub36> [bitcoin] pstratem closed pull request #6745: Net: Remove "Address refresh broadcast" logic. (master...addr_known_reset) https://github.com/bitcoin/bitcoin/pull/6745
< Luke-Jr> phantomcircuit: s/id/commithash/
< phantomcircuit> Luke-Jr, please comment on pr mentioning commithash
< * phantomcircuit> runs
< morcos> phantomcircuit: i apologize for the ultra bikeshed, but isn't it a bit annoying to print out two memory usage stats right next to each other, one 1000-based and one 1024-based
< phantomcircuit> morcos, fixed
< Luke-Jr> gmaxwell: for blocks 300031..309685 (excluding outliers), of 2,701,513 total non-generation transactions, approximately 160,289 (5.93%) were mined by priority
< morcos> Luke-Jr: and how many of those would not have made it in by fee? (what do you mean excluding outliers?)
< Luke-Jr> morcos: excluding blocks which my code was unable to determine the priority/fee boundary
< aj> Luke-Jr: can you tell how much of a discount they got? (ie, delta between the max/avg fee priority txs paid, versus min/avg fee non-priority txs paid)
< dcousens> Luke-Jr: were those blocks full?
< Luke-Jr> dcousens: unlikely
< dcousens> Luke-Jr: so how can you definitively say they wouldn't have been included otherwise?
< Luke-Jr> dcousens: I can't, and it doesn't seem relevant.
< dcousens> Luke-Jr: " were mined by
< dcousens> priority"
< Luke-Jr> if impossible requests are made, I'm just going to go back to "onus of proof is on the remove-priority camp" :P
< Luke-Jr> dcousens: yes, that's true regardless of whether they would have been included otherwise
< dcousens> Luke-Jr: haha, agreed that onus on proof is definitely on remove-priority
< dcousens> simply because, if its being used, then, maybe the altruism is worth keeping
< gmaxwell> Luke-Jr: I think people are just trying to get clarity on what you measured and now.
< gmaxwell> how*
< gmaxwell> 5% certantly sounds like more than just only benefiting old timers!
< Luke-Jr> gmaxwell: this is specifically the results I am finding from http://codepad.org/VCZUhPe3
< GitHub132> [bitcoin] jtimon reopened pull request #7091: Consensus build package (master...consensus-build) https://github.com/bitcoin/bitcoin/pull/7091
< GitHub171> [bitcoin] luke-jr opened pull request #7186: Backports for 0.10.5 (updated to dc0305d) (0.10...backports-for-0.10.5) https://github.com/bitcoin/bitcoin/pull/7186
< GitHub1> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/dc0305d15aa0...16ccb74ef2e0
< GitHub1> bitcoin/master e3bc5e0 Wladimir J. van der Laan: net: Account for `sendheaders` `verack` messages...
< GitHub1> bitcoin/master 16ccb74 Wladimir J. van der Laan: Merge pull request #7180...
< GitHub88> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/16ccb74ef2e0...0800092fc252
< GitHub121> [bitcoin] laanwj closed pull request #4906: Issue#1643: Coinselection prunes extraneous inputs from ApproximateBestSubset (master...Fix-#1643) https://github.com/bitcoin/bitcoin/pull/4906
< GitHub88> bitcoin/master 5c03483 AlSzacrel: Coinselection prunes extraneous inputs from ApproximateBestSubset...
< GitHub88> bitcoin/master af9510e Murch: Moved set reduction to the end of ApproximateBestSubset to reduce performance impact
< GitHub88> bitcoin/master fc0f52d Murch: Added a test for the pruning of extraneous inputs after ApproximateBestSet
< wumpus> curious, two nodes w/ /bitcoinj:0.12.2/ send almost 150kB of ping messages in less than a day: "ping": 145376, that's... abnormal at the least
< wumpus> one vps at linode and one at fdcserver.net
< wumpus> looking at their conntimes about ~10.5 bytes of ping traffic per second
< wumpus> (for normal nodes this is ~0.15)
< wumpus> I wonder why...
< tulip> wumpus: just from observation nodes seem to ping an awful lot. even if you just did a pong a second ago you can end up pinging again in the next. maybe we could have a cool down for pings just to reduce the chat a bit?
< wumpus> I'm seeing none of this behavior from bitcoin core nodes
< tulip> I'm not sure anything stops wonky node implementations from going crazy with pings.
< wumpus> either this is some specific abuse/attack, or a bug in a certain spy node implementation :-)
< tulip> hm well you'll ping late if you're loaded down right? maybe there's some cpu usage related leakage somewhere.
< tulip> it would reveal your process block time for example, as you don't reply to pings while doing that. you'll end up dropping your peers if you sit for 20 minutes reorganising for example.
< tulip> I don't see that as useful information. buggy is probably more realistic and more likely.
< gmaxwell> wumpus: :(
< gmaxwell> wumpus: there is a privacy attack that looks like that.
< gmaxwell> In the current code, sending lots of pings destroys any trickle delays.
< gmaxwell> thus the patch from pieter that pulls back out the patch from phantomcircuit.
< gmaxwell> Sad to hear that its being actively exploited, happy that we already have a fix.
< GitHub96> [bitcoin] morcos opened pull request #7187: Keep reorgs fast for SequenceLocks checks (master...fastReorgBIP68) https://github.com/bitcoin/bitcoin/pull/7187
< gmaxwell> wumpus: same nodes seem to be connecting to everyone; also supporting that theory.
< GitHub65> [bitcoin] morcos closed pull request #7187: Keep reorgs fast for SequenceLocks checks (master...fastReorgBIP68) https://github.com/bitcoin/bitcoin/pull/7187
< GitHub133> [bitcoin] morcos reopened pull request #7187: Keep reorgs fast for SequenceLocks checks (master...fastReorgBIP68) https://github.com/bitcoin/bitcoin/pull/7187
< phantomcircuit> jonasschnelli_, ./configure doesn't detect qt4 on my debian jessie system
< phantomcircuit> i had to manually specify --with-gui=qt4
< MarcoFalke> Is qt5 installed as well?
< phantomcircuit> i dont think so
< phantomcircuit> dpkg-query: no packages found matching libqt*5*
< MarcoFalke> Only if both are installed it chooses qt5: https://github.com/bitcoin/bitcoin/pull/6938/files
< MarcoFalke> If qt4 is installed it chooses nothing
< phantomcircuit> ah
< phantomcircuit> hmm
< MarcoFalke> Not sure if a bug or feature
< phantomcircuit> MarcoFalke, definitely a bug
< GitHub130> [bitcoin] smenglish opened pull request #7188: Update sha512.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7188
< MarcoFalke> phantomcircuit, mind to report a bug?