12016-03-07T00:09:49 *** justanotheruser has quit IRC
22016-03-07T00:10:15 *** justanotheruser has joined #bitcoin-core-dev
32016-03-07T00:19:36 *** jtimon has quit IRC
42016-03-07T00:31:54 *** belcher has quit IRC
52016-03-07T01:00:58 *** Ylbam has quit IRC
62016-03-07T01:11:34 *** AaronvanW_ has joined #bitcoin-core-dev
72016-03-07T01:14:51 *** AaronvanW has quit IRC
82016-03-07T02:01:17 *** p15 has joined #bitcoin-core-dev
92016-03-07T02:13:52 *** fengling has joined #bitcoin-core-dev
102016-03-07T02:20:57 *** xiangfu has joined #bitcoin-core-dev
112016-03-07T02:33:02 *** Cory has quit IRC
122016-03-07T02:35:20 *** Pasha has joined #bitcoin-core-dev
132016-03-07T02:38:11 *** Pasha is now known as Cory
142016-03-07T02:45:51 *** amiller has quit IRC
152016-03-07T02:53:26 *** Guest12566 has joined #bitcoin-core-dev
162016-03-07T03:02:06 *** AaronvanW_ has quit IRC
172016-03-07T03:09:26 *** zooko`` has joined #bitcoin-core-dev
182016-03-07T03:18:11 *** zooko`` has quit IRC
192016-03-07T03:23:20 *** wallet42 has quit IRC
202016-03-07T03:34:01 *** Alopex has quit IRC
212016-03-07T03:35:06 *** Alopex has joined #bitcoin-core-dev
222016-03-07T03:37:15 *** wallet42 has joined #bitcoin-core-dev
232016-03-07T03:40:20 *** zooko has joined #bitcoin-core-dev
242016-03-07T04:18:50 *** zooko has quit IRC
252016-03-07T04:32:27 *** lahwran has quit IRC
262016-03-07T04:34:46 *** lahwran has joined #bitcoin-core-dev
272016-03-07T04:35:16 *** Guest12566 is now known as amiller
282016-03-07T04:35:46 *** amiller is now known as Guest28909
292016-03-07T04:35:50 *** Guest28909 is now known as amiller
302016-03-07T04:35:50 *** amiller has joined #bitcoin-core-dev
312016-03-07T04:39:46 *** arowser has quit IRC
322016-03-07T04:40:08 *** arowser has joined #bitcoin-core-dev
332016-03-07T04:52:02 *** Alopex has quit IRC
342016-03-07T04:53:07 *** Alopex has joined #bitcoin-core-dev
352016-03-07T05:06:09 *** xiangfu has quit IRC
362016-03-07T05:08:01 *** Alopex has quit IRC
372016-03-07T05:09:06 *** Alopex has joined #bitcoin-core-dev
382016-03-07T06:03:27 *** go1111111 has quit IRC
392016-03-07T06:18:49 *** go1111111 has joined #bitcoin-core-dev
402016-03-07T06:31:25 *** wallet42 has quit IRC
412016-03-07T06:42:42 *** wallet42 has joined #bitcoin-core-dev
422016-03-07T07:07:11 *** Don_John_ has quit IRC
432016-03-07T07:10:28 *** Ylbam has joined #bitcoin-core-dev
442016-03-07T07:20:29 *** Thireus has quit IRC
452016-03-07T07:44:07 *** xiangfu has joined #bitcoin-core-dev
462016-03-07T07:49:30 *** frankenmint has quit IRC
472016-03-07T07:50:49 *** Naphex has joined #bitcoin-core-dev
482016-03-07T08:00:13 *** frankenmint has joined #bitcoin-core-dev
492016-03-07T08:01:03 <Naphex> https://queue.acm.org/detail.cfm?id=2209336
502016-03-07T08:09:36 *** cjcj has joined #bitcoin-core-dev
512016-03-07T08:11:25 *** Thireus has joined #bitcoin-core-dev
522016-03-07T08:12:36 *** BashCo has quit IRC
532016-03-07T08:18:19 *** _alp_ has quit IRC
542016-03-07T08:20:22 *** xabbix has quit IRC
552016-03-07T08:22:15 <Naphex> "In the problematic situation, packets queued in a network buffer are only dropped if the buffer is full. Having a big and constantly full buffer which causes increased transmission delays and reduced interactivity, especially when looking at two or more simultaneous transmissions over the same channel, is called bufferbloat. Available channel bandwidth can also end up being unused, as some fast
562016-03-07T08:22:21 <Naphex> destinations may not be reached due to buffers clogged with data awaiting delivery to slow destinations, what is caused by contention between simultaneous transmissions competing for some space in an already full buffer." https://en.wikipedia.org/wiki/CoDel
572016-03-07T08:22:39 <Naphex> a fair queue / codel-like scheduling algorithm for the mempool is starting to be needed
582016-03-07T08:23:22 <gmaxwell> this is unrelated to bitcoin---- an entirely different and largely inapplicable area of science which refers deals with adaptive rate control against invisible remote buffers of unknown capacity.
592016-03-07T08:23:44 <Naphex> yes
602016-03-07T08:24:01 <Naphex> but i am looking for some of its properties
612016-03-07T08:24:42 <Naphex> we have a known capacity limit (1MB) and invisible remote buffers of unknown capacity(mempools?)
622016-03-07T08:24:52 <gmaxwell> I haven not seen anything in this space which is applicable (and I was participating in the IETF AQM working group since the first BOF session on it.)
632016-03-07T08:25:22 <gmaxwell> Naphex: mempools are fixed capacity.
642016-03-07T08:25:38 <gmaxwell> (and priority ordered)
652016-03-07T08:26:20 <Naphex> yep but the capacity is a user preference
662016-03-07T08:26:29 <Naphex> although defaults are presented
672016-03-07T08:27:12 <Naphex> yep - and at the moment it displays increased delays and low interactivity
682016-03-07T08:27:56 <gmaxwell> Naphex: what you're doing there is pattern matching words; this doesn't mean that the things are at all related.
692016-03-07T08:28:06 <Naphex> CoDel distinguishes between two "types" of a queue (or rather, the effects produced by a queue): (mempool beeing the queue / confirmed getting pased)
702016-03-07T08:28:50 <Naphex> gmaxwell: i'm trying to explain it better; i am only trying to think of unconfirmed transactions as a queue
712016-03-07T08:29:39 <gmaxwell> You might want to take your brainstorming elsewhere, this channel is for concrete activity around bitcoin core today.
722016-03-07T08:30:18 <Naphex> i'll take your hint
732016-03-07T08:31:46 <gmaxwell> Naphex: you can try #bitcoin-wizards; but without a more coherent view of the applicability I don't know if it will be productive, but someone there might want to discuss it with you.
742016-03-07T08:31:48 *** xabbix has joined #bitcoin-core-dev
752016-03-07T08:33:16 *** Naphex has quit IRC
762016-03-07T08:33:17 *** Naphex has joined #bitcoin-core-dev
772016-03-07T08:39:10 *** paveljanik has quit IRC
782016-03-07T08:46:23 *** MarcoFalke has joined #bitcoin-core-dev
792016-03-07T09:06:10 *** jannes has joined #bitcoin-core-dev
802016-03-07T09:07:43 *** arowser has quit IRC
812016-03-07T09:08:33 *** arowser has joined #bitcoin-core-dev
822016-03-07T09:20:48 *** AaronvanW_ has joined #bitcoin-core-dev
832016-03-07T09:21:46 *** arowser has quit IRC
842016-03-07T09:22:14 *** arowser has joined #bitcoin-core-dev
852016-03-07T09:43:32 *** flavius5 has joined #bitcoin-core-dev
862016-03-07T09:48:44 *** jtimon has joined #bitcoin-core-dev
872016-03-07T09:49:17 *** jtimon has quit IRC
882016-03-07T09:49:28 *** BashCo has joined #bitcoin-core-dev
892016-03-07T09:50:58 *** Ylbam has quit IRC
902016-03-07T09:53:10 *** flavius5 has quit IRC
912016-03-07T09:58:37 *** Guyver2 has joined #bitcoin-core-dev
922016-03-07T09:59:24 *** Thireus has quit IRC
932016-03-07T10:00:56 *** Thireus has joined #bitcoin-core-dev
942016-03-07T10:05:16 *** go1111111 has quit IRC
952016-03-07T10:16:59 *** go1111111 has joined #bitcoin-core-dev
962016-03-07T10:54:32 *** Ylbam has joined #bitcoin-core-dev
972016-03-07T11:01:05 *** gevs_ has quit IRC
982016-03-07T11:18:27 *** MarcoFalke has quit IRC
992016-03-07T11:19:05 *** MarcoFalke has joined #bitcoin-core-dev
1002016-03-07T11:20:05 *** MarcoFalke has quit IRC
1012016-03-07T11:20:31 *** MarcoFalke has joined #bitcoin-core-dev
1022016-03-07T11:20:48 *** wallet42 has quit IRC
1032016-03-07T11:27:28 *** xiangfu has quit IRC
1042016-03-07T11:38:55 <AaronvanW_> is CPFP in use today?
1052016-03-07T11:53:19 <aj> eligius uses it i think
1062016-03-07T11:55:40 <btcdrak> a patch is coming to Core soon: https://bitcoincore.org/en/meetings/2016/03/03/#child-pays-for-parent-cpfp-mining
1072016-03-07T11:57:01 *** gevs has joined #bitcoin-core-dev
1082016-03-07T11:57:02 *** gevs has joined #bitcoin-core-dev
1092016-03-07T11:59:58 *** laurentmt has joined #bitcoin-core-dev
1102016-03-07T12:01:13 *** gevs has quit IRC
1112016-03-07T12:01:18 *** laurentmt has quit IRC
1122016-03-07T12:01:51 *** frankenmint has quit IRC
1132016-03-07T12:04:49 *** gevs has joined #bitcoin-core-dev
1142016-03-07T12:04:49 *** gevs has joined #bitcoin-core-dev
1152016-03-07T12:21:57 *** Giszmo has joined #bitcoin-core-dev
1162016-03-07T12:33:34 <zibbo> Does anyone have statistics on how many miners implement opt-in rbf logic?
1172016-03-07T12:51:20 *** randy-waterhouse has left #bitcoin-core-dev
1182016-03-07T13:10:08 *** Noice has quit IRC
1192016-03-07T13:14:24 *** Noice has joined #bitcoin-core-dev
1202016-03-07T13:38:56 *** xiangfu has joined #bitcoin-core-dev
1212016-03-07T13:41:09 *** arowser has quit IRC
1222016-03-07T13:41:35 *** arowser has joined #bitcoin-core-dev
1232016-03-07T13:45:23 *** xiangfu has quit IRC
1242016-03-07T13:47:25 *** frankenmint has joined #bitcoin-core-dev
1252016-03-07T13:48:40 <GitHub126> [bitcoin] instagibbs closed pull request #7602: [WIP] [RPC] Add call zaptransaction to delete transaction from wallet (master...zaponetx) https://github.com/bitcoin/bitcoin/pull/7602
1262016-03-07T13:59:16 *** frankenmint has quit IRC
1272016-03-07T13:59:27 *** paveljanik has joined #bitcoin-core-dev
1282016-03-07T14:01:27 *** tucenaber has quit IRC
1292016-03-07T14:41:12 *** arowser has quit IRC
1302016-03-07T14:41:27 *** arowser has joined #bitcoin-core-dev
1312016-03-07T14:47:57 *** Guyver2 has quit IRC
1322016-03-07T15:12:02 *** kinlo has quit IRC
1332016-03-07T15:17:08 *** kinlo has joined #bitcoin-core-dev
1342016-03-07T15:25:36 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1352016-03-07T15:55:17 *** frankenmint has joined #bitcoin-core-dev
1362016-03-07T16:00:29 *** frankenmint has quit IRC
1372016-03-07T16:03:31 *** asdfasdfarewar has joined #bitcoin-core-dev
1382016-03-07T16:04:04 *** Thireus has quit IRC
1392016-03-07T16:24:27 *** BashCo has quit IRC
1402016-03-07T16:26:32 *** Thireus has joined #bitcoin-core-dev
1412016-03-07T16:28:38 *** Chris_Stewart_5 has quit IRC
1422016-03-07T16:35:25 *** Guyver2 has joined #bitcoin-core-dev
1432016-03-07T16:41:32 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1442016-03-07T16:46:32 *** arowser has quit IRC
1452016-03-07T16:46:48 *** arowser has joined #bitcoin-core-dev
1462016-03-07T16:48:27 *** BashCo has joined #bitcoin-core-dev
1472016-03-07T16:55:31 *** Don_John has joined #bitcoin-core-dev
1482016-03-07T17:00:54 *** Don_John has quit IRC
1492016-03-07T17:06:34 *** moli has quit IRC
1502016-03-07T17:06:39 *** dagurval has quit IRC
1512016-03-07T17:17:10 *** Guest51429 has joined #bitcoin-core-dev
1522016-03-07T17:17:22 *** Guest51429 is now known as [_smitty]
1532016-03-07T17:27:54 *** arichnad has quit IRC
1542016-03-07T17:28:12 *** laurentmt has joined #bitcoin-core-dev
1552016-03-07T17:30:29 *** moli has joined #bitcoin-core-dev
1562016-03-07T17:56:01 *** MarcoFalke has quit IRC
1572016-03-07T17:57:22 *** frankenmint has joined #bitcoin-core-dev
1582016-03-07T17:57:34 *** laurentmt has quit IRC
1592016-03-07T18:02:11 *** frankenmint has quit IRC
1602016-03-07T18:14:27 *** wumpus has quit IRC
1612016-03-07T18:15:16 *** wumpus has joined #bitcoin-core-dev
1622016-03-07T18:33:57 *** wallet42 has joined #bitcoin-core-dev
1632016-03-07T18:44:46 *** Chris_Stewart_5 has quit IRC
1642016-03-07T18:55:08 *** mrkent has joined #bitcoin-core-dev
1652016-03-07T19:27:02 *** asdfasdfarewar has quit IRC
1662016-03-07T19:27:18 <GitHub188> [bitcoin] laanwj closed pull request #7461: Make internal (core) errors show up in the Qt client. (master...propagateAlert) https://github.com/bitcoin/bitcoin/pull/7461
1672016-03-07T19:36:48 *** ebfull has quit IRC
1682016-03-07T19:38:39 *** jannes has quit IRC
1692016-03-07T19:52:00 *** cocoBTC has joined #bitcoin-core-dev
1702016-03-07T19:52:33 *** afk11 has joined #bitcoin-core-dev
1712016-03-07T19:53:41 *** cocoBTC has quit IRC
1722016-03-07T19:58:05 *** frankenmint has joined #bitcoin-core-dev
1732016-03-07T20:03:15 *** frankenmint has quit IRC
1742016-03-07T21:20:04 *** Don_John has joined #bitcoin-core-dev
1752016-03-07T21:34:28 *** belcher has joined #bitcoin-core-dev
1762016-03-07T21:36:17 *** JackH_ has joined #bitcoin-core-dev
1772016-03-07T21:38:25 *** JackH has quit IRC
1782016-03-07T21:39:25 *** bsm117532 has joined #bitcoin-core-dev
1792016-03-07T21:48:01 *** ebfull has joined #bitcoin-core-dev
1802016-03-07T21:58:50 *** frankenmint has joined #bitcoin-core-dev
1812016-03-07T22:03:34 *** frankenmint has quit IRC
1822016-03-07T22:03:38 *** zooko has joined #bitcoin-core-dev
1832016-03-07T22:06:00 *** wallet42 has quit IRC
1842016-03-07T22:07:15 *** laurentmt has joined #bitcoin-core-dev
1852016-03-07T22:07:21 *** laurentmt has quit IRC
1862016-03-07T22:17:08 *** frankenmint has joined #bitcoin-core-dev
1872016-03-07T22:24:43 *** mrkent_ has joined #bitcoin-core-dev
1882016-03-07T22:26:54 *** wallet42 has joined #bitcoin-core-dev
1892016-03-07T22:27:28 *** mrkent has quit IRC
1902016-03-07T22:33:11 *** windsok has quit IRC
1912016-03-07T22:34:14 *** Cheeseo has quit IRC
1922016-03-07T22:37:02 *** randy-waterhouse has joined #bitcoin-core-dev
1932016-03-07T22:50:11 *** randy-waterhouse has left #bitcoin-core-dev
1942016-03-07T22:52:16 *** randy-waterhouse has joined #bitcoin-core-dev
1952016-03-07T22:57:42 *** Cheeseo has joined #bitcoin-core-dev
1962016-03-07T23:03:46 *** wallet42 has quit IRC
1972016-03-07T23:04:52 *** wallet42 has joined #bitcoin-core-dev
1982016-03-07T23:32:22 *** pavel_ has joined #bitcoin-core-dev
1992016-03-07T23:34:33 *** paveljanik has quit IRC
2002016-03-07T23:41:14 *** arowser has quit IRC
2012016-03-07T23:41:46 *** arowser has joined #bitcoin-core-dev