12016-03-02T00:07:20 *** Guest72772 has quit IRC
22016-03-02T00:07:20 *** Guest72772 has joined #bitcoin-core-dev
32016-03-02T00:07:20 *** Guest72772 is now known as amiller
42016-03-02T00:52:48 *** dirtynewshoes1 has joined #bitcoin-core-dev
52016-03-02T00:55:26 *** dirtynewshoes has quit IRC
62016-03-02T01:10:37 *** justanotheruser has quit IRC
72016-03-02T01:12:14 *** justanotheruser has joined #bitcoin-core-dev
82016-03-02T01:16:16 *** _alp_ has joined #bitcoin-core-dev
92016-03-02T01:20:30 *** mkarrer_ has quit IRC
102016-03-02T01:21:05 *** AaronVW has joined #bitcoin-core-dev
112016-03-02T01:24:33 *** AaronvanW_ has quit IRC
122016-03-02T01:36:54 *** mkarrer has joined #bitcoin-core-dev
132016-03-02T01:44:45 *** tr0nk has joined #bitcoin-core-dev
142016-03-02T01:48:28 *** Ylbam has quit IRC
152016-03-02T02:11:27 *** randy-waterhouse has left #bitcoin-core-dev
162016-03-02T02:16:10 *** belcher has quit IRC
172016-03-02T02:19:09 *** Cory has quit IRC
182016-03-02T02:20:16 *** Pasha has joined #bitcoin-core-dev
192016-03-02T02:27:09 *** Pasha is now known as Cory
202016-03-02T02:38:16 *** fengling has joined #bitcoin-core-dev
212016-03-02T02:40:44 *** sipa has joined #bitcoin-core-dev
222016-03-02T02:46:15 <phantomcircuit> im a bit confused here "Reject tx code 66: mempool min fee not met:"
232016-03-02T02:46:15 <phantomcircuit> "mempoolminfee": 0.00000000
242016-03-02T02:46:19 <phantomcircuit> what's going on there?
252016-03-02T02:48:20 *** Atomic_zEU0b has joined #bitcoin-core-dev
262016-03-02T02:48:50 *** GAit has quit IRC
272016-03-02T02:49:05 *** GAit has joined #bitcoin-core-dev
282016-03-02T02:51:52 <sipa> mempoolminfee is 0 when there is no minfee being enforced by the mempool
292016-03-02T02:52:04 <sipa> there may be other reasons why a minimum is needed
302016-03-02T02:54:46 *** p15 has joined #bitcoin-core-dev
312016-03-02T02:55:53 *** fengling has quit IRC
322016-03-02T02:56:10 *** fengling has joined #bitcoin-core-dev
332016-03-02T02:59:15 *** justanotheruser has quit IRC
342016-03-02T02:59:35 *** justanot1eruser has joined #bitcoin-core-dev
352016-03-02T03:21:08 *** jtimon has quit IRC
362016-03-02T03:27:58 *** jl2012 has quit IRC
372016-03-02T03:29:04 *** jl2012 has joined #bitcoin-core-dev
382016-03-02T03:32:07 *** Thireus has quit IRC
392016-03-02T03:46:01 *** Alopex has quit IRC
402016-03-02T03:47:07 *** Alopex has joined #bitcoin-core-dev
412016-03-02T04:11:29 <phantomcircuit> sipa, it's weird im seeing things in debug.log that dont seem to be anywhere in the code base
422016-03-02T04:28:53 *** achow101 has quit IRC
432016-03-02T04:33:14 *** Thireus has joined #bitcoin-core-dev
442016-03-02T04:50:17 *** MrHodl has quit IRC
452016-03-02T04:51:27 <phantomcircuit> OOH im seeing the reject messages from p2p
462016-03-02T04:51:29 <phantomcircuit> ha
472016-03-02T05:01:38 *** Giszmo has quit IRC
482016-03-02T05:16:26 <midnightmagic> does -core remember what tx were dumped and ignore them in the future too (presuming no node restart)
492016-03-02T05:16:43 <midnightmagic> i thought so but now I don't see any tracking mech
502016-03-02T05:32:51 *** wallet42 has joined #bitcoin-core-dev
512016-03-02T05:37:44 <sipa> dumped as in considered invalid or dumped as in evicted from mempool?
522016-03-02T05:37:53 <sipa> (the answer is yes in both cases)
532016-03-02T05:42:33 <sipa> 1) using the rejection cache
542016-03-02T05:42:41 <sipa> 2) by increasing the mempool relay fee
552016-03-02T05:44:38 *** frankenmint has quit IRC
562016-03-02T05:45:12 *** frankenmint has joined #bitcoin-core-dev
572016-03-02T05:46:21 *** frankenmint has quit IRC
582016-03-02T05:46:45 *** frankenmint has joined #bitcoin-core-dev
592016-03-02T05:48:09 *** frankenm_ has joined #bitcoin-core-dev
602016-03-02T05:48:09 *** frankenmint has quit IRC
612016-03-02T05:52:30 *** frankenm_ has quit IRC
622016-03-02T06:01:07 *** GAit has quit IRC
632016-03-02T06:30:01 *** justanot1eruser is now known as justanotheruser
642016-03-02T06:33:51 *** xiangfu has joined #bitcoin-core-dev
652016-03-02T06:44:08 *** arowser has quit IRC
662016-03-02T06:44:36 *** arowser has joined #bitcoin-core-dev
672016-03-02T06:47:38 *** Don_John has quit IRC
682016-03-02T06:48:53 *** frankenmint has joined #bitcoin-core-dev
692016-03-02T06:50:01 *** Alopex has quit IRC
702016-03-02T06:51:07 *** Alopex has joined #bitcoin-core-dev
712016-03-02T06:54:47 *** frankenmint has quit IRC
722016-03-02T07:13:07 *** Guest85079 has quit IRC
732016-03-02T07:28:49 <midnightmagic> sipa: thank you. sorry I missed your response. dumped as in timed-out, or evicted from the mempool via resource limit config. does the relay fee come back down when the mempool empties? (optimistically assuming the spam attacks will eventually stop and go away)
742016-03-02T07:29:30 <midnightmagic> sipa: i'd noticed bluematt's mempool limits were in by default and decided to try them out on a small node i run
752016-03-02T07:29:43 <midnightmagic> (as in, no patch needed anymore)
762016-03-02T07:30:23 <BlueMatt> yes, relay fee slowly drops over time
772016-03-02T07:30:37 <midnightmagic> nice. thanks!
782016-03-02T07:44:14 *** PaulCape_ has joined #bitcoin-core-dev
792016-03-02T07:45:07 *** PaulCapestany has quit IRC
802016-03-02T07:55:51 *** paveljanik has quit IRC
812016-03-02T07:56:15 *** paveljanik has joined #bitcoin-core-dev
822016-03-02T07:58:05 *** Thireus has quit IRC
832016-03-02T08:04:12 *** libertalis has quit IRC
842016-03-02T08:05:22 *** BashCo has quit IRC
852016-03-02T08:06:01 *** xiangfu has quit IRC
862016-03-02T08:06:04 *** BashCo has joined #bitcoin-core-dev
872016-03-02T08:07:53 *** xiangfu has joined #bitcoin-core-dev
882016-03-02T08:09:16 *** PaulCape_ has quit IRC
892016-03-02T08:09:54 *** PaulCapestany has joined #bitcoin-core-dev
902016-03-02T08:10:45 *** BashCo has quit IRC
912016-03-02T08:17:11 *** arowser has quit IRC
922016-03-02T08:18:01 *** arowser has joined #bitcoin-core-dev
932016-03-02T08:23:06 *** paveljanik has quit IRC
942016-03-02T08:24:06 *** Thireus has joined #bitcoin-core-dev
952016-03-02T08:28:29 *** murch has joined #bitcoin-core-dev
962016-03-02T08:31:06 *** BashCo has joined #bitcoin-core-dev
972016-03-02T08:39:31 *** Amnez777 has quit IRC
982016-03-02T08:39:31 *** Amnez777 has joined #bitcoin-core-dev
992016-03-02T08:48:11 *** Ylbam has joined #bitcoin-core-dev
1002016-03-02T08:50:51 *** frankenmint has joined #bitcoin-core-dev
1012016-03-02T08:55:33 *** frankenmint has quit IRC
1022016-03-02T09:18:31 <GitHub157> [bitcoin] hkopp opened pull request #7631: typos (master...master) https://github.com/bitcoin/bitcoin/pull/7631
1032016-03-02T09:21:17 *** AaronVW has quit IRC
1042016-03-02T09:21:19 <GitHub119> [bitcoin] jonasschnelli closed pull request #7631: typos (master...master) https://github.com/bitcoin/bitcoin/pull/7631
1052016-03-02T09:22:26 *** AaronvanW has joined #bitcoin-core-dev
1062016-03-02T09:36:36 *** tronDat has quit IRC
1072016-03-02T10:00:21 *** Guyver2 has joined #bitcoin-core-dev
1082016-03-02T10:12:17 *** hi has joined #bitcoin-core-dev
1092016-03-02T10:12:30 <hi> http://i.piccy.info/i9/e0e1d81613ba467353e9aacfc6cd2f4d/1456909889/169721/1009782/nedrmal.jpg
1102016-03-02T10:12:37 <hi> 1Nuj3pwSaXn4GE2WoVEAiDKTaPozo4mpVX
1112016-03-02T10:12:43 *** hi is now known as Guest96121
1122016-03-02T10:27:46 *** Guest96121 has quit IRC
1132016-03-02T10:31:54 *** gevs has joined #bitcoin-core-dev
1142016-03-02T10:37:45 *** murch has quit IRC
1152016-03-02T10:49:47 *** otium has joined #bitcoin-core-dev
1162016-03-02T10:51:38 *** frankenmint has joined #bitcoin-core-dev
1172016-03-02T10:56:30 *** frankenmint has quit IRC
1182016-03-02T11:24:06 *** cdecker_ has joined #bitcoin-core-dev
1192016-03-02T11:27:56 *** cdecker has quit IRC
1202016-03-02T11:28:02 *** cdecker_ is now known as cdecker
1212016-03-02T11:44:00 *** xiangfu has quit IRC
1222016-03-02T11:52:24 *** frankenmint has joined #bitcoin-core-dev
1232016-03-02T11:54:42 *** jujumax_ has joined #bitcoin-core-dev
1242016-03-02T11:57:39 *** frankenmint has quit IRC
1252016-03-02T11:58:05 *** wallet42 has quit IRC
1262016-03-02T12:05:57 *** tr0nk has quit IRC
1272016-03-02T12:06:58 *** jannes has joined #bitcoin-core-dev
1282016-03-02T12:32:54 *** Atomic_zEU0b has quit IRC
1292016-03-02T12:42:49 *** Naphex has quit IRC
1302016-03-02T12:55:18 *** Atomic_zEU0b has joined #bitcoin-core-dev
1312016-03-02T13:00:27 *** laurentmt has joined #bitcoin-core-dev
1322016-03-02T13:13:14 *** tr0nk has joined #bitcoin-core-dev
1332016-03-02T13:13:41 *** jcorgan has joined #bitcoin-core-dev
1342016-03-02T13:13:41 *** jcorgan has joined #bitcoin-core-dev
1352016-03-02T13:21:45 *** laurentmt has quit IRC
1362016-03-02T13:23:18 *** xiangfu has joined #bitcoin-core-dev
1372016-03-02T13:28:49 *** xiangfu has quit IRC
1382016-03-02T13:33:06 *** otium has quit IRC
1392016-03-02T13:34:20 *** paveljanik has joined #bitcoin-core-dev
1402016-03-02T13:34:21 *** paveljanik has joined #bitcoin-core-dev
1412016-03-02T13:39:19 *** otium has joined #bitcoin-core-dev
1422016-03-02T13:39:48 *** otium has quit IRC
1432016-03-02T13:48:14 *** tr0nk has quit IRC
1442016-03-02T13:50:22 *** tr0nk has joined #bitcoin-core-dev
1452016-03-02T13:53:08 *** frankenmint has joined #bitcoin-core-dev
1462016-03-02T13:56:45 *** jtimon has joined #bitcoin-core-dev
1472016-03-02T13:58:33 *** frankenmint has quit IRC
1482016-03-02T13:59:31 *** p15x has joined #bitcoin-core-dev
1492016-03-02T14:01:31 <GitHub54> [bitcoin] Lewuathe opened pull request #7632: Delete outdated test-patches reference (master...delete-test-patches-reference) https://github.com/bitcoin/bitcoin/pull/7632
1502016-03-02T14:02:01 <GitHub138> [bitcoin] laanwj closed pull request #7517: test: script_error checking in script_invalid tests (master...2016_02_test_script_errors) https://github.com/bitcoin/bitcoin/pull/7517
1512016-03-02T14:03:12 *** Giszmo has joined #bitcoin-core-dev
1522016-03-02T14:04:55 <GitHub174> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e5121eb951c4...409f843f2ed2
1532016-03-02T14:04:55 <GitHub174> bitcoin/master 2e23066 lewuathe: Delete outdated test-patches reference
1542016-03-02T14:04:56 <GitHub174> bitcoin/master 409f843 Wladimir J. van der Laan: Merge #7632: Delete outdated test-patches reference...
1552016-03-02T14:05:02 <GitHub97> [bitcoin] laanwj closed pull request #7632: Delete outdated test-patches reference (master...delete-test-patches-reference) https://github.com/bitcoin/bitcoin/pull/7632
1562016-03-02T14:36:31 *** frankenmint has joined #bitcoin-core-dev
1572016-03-02T14:41:21 *** mm_1 has quit IRC
1582016-03-02T14:41:54 *** mm_1 has joined #bitcoin-core-dev
1592016-03-02T14:46:25 *** laurentmt has joined #bitcoin-core-dev
1602016-03-02T14:46:27 *** laurentmt has quit IRC
1612016-03-02T14:58:30 *** tr0nk has quit IRC
1622016-03-02T15:10:55 *** treehug88 has joined #bitcoin-core-dev
1632016-03-02T15:17:46 *** p15x has quit IRC
1642016-03-02T15:30:56 *** dirtynewshoes1 is now known as dirtynewshoes
1652016-03-02T15:36:13 *** dirtynewshoes has quit IRC
1662016-03-02T15:39:30 *** treehug88 has quit IRC
1672016-03-02T15:40:40 *** dirtynewshoes has joined #bitcoin-core-dev
1682016-03-02T15:52:22 *** treehug88 has joined #bitcoin-core-dev
1692016-03-02T15:56:26 *** treehug88 has quit IRC
1702016-03-02T16:02:31 *** laurentmt has joined #bitcoin-core-dev
1712016-03-02T16:03:03 *** laurentmt has quit IRC
1722016-03-02T16:10:11 *** treehug88 has joined #bitcoin-core-dev
1732016-03-02T16:14:04 *** ibrightly_ has joined #bitcoin-core-dev
1742016-03-02T16:15:33 *** ibrightly has quit IRC
1752016-03-02T16:16:09 *** ibrightly_ is now known as ibrightly
1762016-03-02T16:51:27 *** arowser has quit IRC
1772016-03-02T16:52:26 *** arowser has joined #bitcoin-core-dev
1782016-03-02T16:53:17 *** jtimon has quit IRC
1792016-03-02T16:58:04 *** BashCo has quit IRC
1802016-03-02T17:08:32 *** moli has quit IRC
1812016-03-02T17:22:24 *** BashCo has joined #bitcoin-core-dev
1822016-03-02T17:24:27 *** Thireus has quit IRC
1832016-03-02T17:44:21 *** Thireus has joined #bitcoin-core-dev
1842016-03-02T18:14:29 *** tr0nk has joined #bitcoin-core-dev
1852016-03-02T18:18:13 *** Atomic_zEU0b has quit IRC
1862016-03-02T18:51:15 *** Thireus has quit IRC
1872016-03-02T18:53:56 *** Thireus has joined #bitcoin-core-dev
1882016-03-02T18:59:46 *** jtimon has joined #bitcoin-core-dev
1892016-03-02T19:15:52 *** treehug88 has quit IRC
1902016-03-02T19:33:52 *** frankenmint has quit IRC
1912016-03-02T19:36:47 *** moli has joined #bitcoin-core-dev
1922016-03-02T19:50:54 *** jtimon has quit IRC
1932016-03-02T19:55:21 *** wallet42 has joined #bitcoin-core-dev
1942016-03-02T19:58:05 *** frankenmint has joined #bitcoin-core-dev
1952016-03-02T20:00:11 <sdaftuar> hi reviewers -- it would be great to get some feedback/code review on the ancestor fee rate ("child-pays-for-parent") mining code in #7600. i think this code is ready and demonstrably better than the current mining algorithm.
1962016-03-02T20:02:12 <sipa> will look at it, once i'm done with some bip9 and segwit updates
1972016-03-02T20:02:20 *** wallet42 has quit IRC
1982016-03-02T20:04:32 *** wallet42 has joined #bitcoin-core-dev
1992016-03-02T20:04:52 *** tr0nk has quit IRC
2002016-03-02T20:06:27 <sdaftuar> great thanks. i'm collecting more data on the performance improvement, it's substantial on recent data
2012016-03-02T20:07:43 *** treehug88 has joined #bitcoin-core-dev
2022016-03-02T20:30:21 *** Thireus has quit IRC
2032016-03-02T20:32:29 *** Thireus has joined #bitcoin-core-dev
2042016-03-02T20:37:42 *** laurentmt has joined #bitcoin-core-dev
2052016-03-02T20:47:29 <paveljanik> ECDSA Key Extraction from Mobile Devices via Nonintrusive Physical Side Channels (http://eprint.iacr.org/2016/230.pdf)
2062016-03-02T20:49:01 <paveljanik> CoreBitcoin, not Bitcoin Core though. But interesting.
2072016-03-02T21:04:52 *** tr0nk has joined #bitcoin-core-dev
2082016-03-02T21:08:41 *** jtimon has joined #bitcoin-core-dev
2092016-03-02T21:34:34 *** laurentmt has quit IRC
2102016-03-02T21:44:44 *** evoskuil has quit IRC
2112016-03-02T21:47:12 *** tr0nk has quit IRC
2122016-03-02T22:07:31 *** treehug88 has quit IRC
2132016-03-02T22:20:49 *** otium has joined #bitcoin-core-dev
2142016-03-02T22:23:21 *** Guest99785 has joined #bitcoin-core-dev
2152016-03-02T22:23:26 *** Guest99785 has joined #bitcoin-core-dev
2162016-03-02T22:23:30 *** Guest99785 is now known as schmidty
2172016-03-02T22:23:43 *** belcher has joined #bitcoin-core-dev
2182016-03-02T22:35:12 *** fengling has quit IRC
2192016-03-02T22:43:49 *** wallet42 has quit IRC
2202016-03-02T22:45:23 *** Guyver2 has quit IRC
2212016-03-02T22:56:54 *** pmienk has quit IRC
2222016-03-02T23:05:06 *** pmienk has joined #bitcoin-core-dev
2232016-03-02T23:12:25 *** _alp_ has quit IRC
2242016-03-02T23:14:29 *** pavel_ has joined #bitcoin-core-dev
2252016-03-02T23:16:50 *** otium has left #bitcoin-core-dev
2262016-03-02T23:16:51 *** paveljanik has quit IRC
2272016-03-02T23:27:54 *** belcher has quit IRC
2282016-03-02T23:28:16 *** jannes has quit IRC
2292016-03-02T23:29:22 *** belcher has joined #bitcoin-core-dev
2302016-03-02T23:47:53 *** frankenmint has quit IRC