12017-12-09T00:00:19  <sipa> cluelessperson: use getmempoolentry RPC
  22017-12-09T00:00:35  *** dermoth has quit IRC
  32017-12-09T00:00:56  *** dermoth has joined #bitcoin-core-dev
  42017-12-09T00:01:14  *** wa1id has joined #bitcoin-core-dev
  52017-12-09T00:02:47  *** Randolf has joined #bitcoin-core-dev
  62017-12-09T00:03:03  <cluelessperson> sipa: first I'd like to focus on getting the fee for every transaction in the last N blocks
  72017-12-09T00:03:16  <sipa> there is no way to do that without txindex
  82017-12-09T00:03:27  <sipa> (which is incompatible with pruning)
  92017-12-09T00:03:29  <cluelessperson> sipa: what about the next block mined?
 102017-12-09T00:04:39  <cluelessperson> sipa: If my software is just running, it can just check the transactions as they are being confirmed, before the UTXO is gone?
 112017-12-09T00:05:25  *** embrok has quit IRC
 122017-12-09T00:05:52  <sipa> cluelessperson: no
 132017-12-09T00:06:24  <sipa> you can for mempool transactions
 142017-12-09T00:06:28  <sipa> but not for blocs
 152017-12-09T00:06:30  <cluelessperson> sipa: is there a way to get all the UTXOs that the current block deals with? like some sort of subscriptions?
 162017-12-09T00:06:32  *** intcat has quit IRC
 172017-12-09T00:06:43  <cluelessperson> sipa: my goal is to understand fees that go through, not just those waiting
 182017-12-09T00:07:02  <cluelessperson> I'm concerned that I'll miss things if I just watch for mempool transactions disappearing
 192017-12-09T00:07:28  <cluelessperson> sipa: unless! maybe I can measure mempool transactions, and then verify they went into the last block when they disappear?
 202017-12-09T00:07:37  *** intcat has joined #bitcoin-core-dev
 212017-12-09T00:11:01  *** promag has joined #bitcoin-core-dev
 222017-12-09T00:11:41  *** Chris_Stewart_5 has joined #bitcoin-core-dev
 232017-12-09T00:12:15  *** jb55 has quit IRC
 242017-12-09T00:13:31  *** PaulCapestany has quit IRC
 252017-12-09T00:14:35  <sipa> cluelessperson: won't work for all transactions
 262017-12-09T00:14:45  <sipa> some transactions are not seen until they appear in a block
 272017-12-09T00:16:04  <Sentineo> miner not broadcasting them? or somehow they get lost during transmit to my node sipa ?
 282017-12-09T00:17:09  <sipa> miners have full discretion about what transactions they put in blocks
 292017-12-09T00:17:43  *** PaulCapestany has joined #bitcoin-core-dev
 302017-12-09T00:23:41  *** wa1id has quit IRC
 312017-12-09T00:33:53  *** archaeal has joined #bitcoin-core-dev
 322017-12-09T00:34:42  *** PaulCapestany has quit IRC
 332017-12-09T00:35:05  *** PaulCapestany has joined #bitcoin-core-dev
 342017-12-09T00:35:55  *** promag has quit IRC
 352017-12-09T00:42:33  *** LeMiner2 has joined #bitcoin-core-dev
 362017-12-09T00:43:41  *** Chris_Stewart_5 has quit IRC
 372017-12-09T00:44:47  *** LeMiner has quit IRC
 382017-12-09T00:44:48  *** LeMiner2 is now known as LeMiner
 392017-12-09T00:46:19  *** PaulCapestany has quit IRC
 402017-12-09T00:58:35  *** PaulCapestany has joined #bitcoin-core-dev
 412017-12-09T01:03:19  *** intcat has quit IRC
 422017-12-09T01:04:32  *** intcat has joined #bitcoin-core-dev
 432017-12-09T01:16:33  *** Emcy_ has joined #bitcoin-core-dev
 442017-12-09T01:17:46  *** Chucknz has joined #bitcoin-core-dev
 452017-12-09T01:18:35  *** dps has quit IRC
 462017-12-09T01:20:01  *** Emcy has quit IRC
 472017-12-09T01:22:32  *** promag has joined #bitcoin-core-dev
 482017-12-09T01:28:46  <promag> jimpo: why not use std::queue for m_queue?
 492017-12-09T01:29:22  *** intcat has quit IRC
 502017-12-09T01:30:16  *** intcat has joined #bitcoin-core-dev
 512017-12-09T01:30:33  <jimpo> I need an iterator where elements can be erased for the Interrupt method
 522017-12-09T01:30:49  <jimpo> Originally was using deque, then I changed it
 532017-12-09T01:35:45  <promag> initially BlockUntilSyncedToCurrentChain can take a while right?
 542017-12-09T01:40:18  *** Chucknz has quit IRC
 552017-12-09T01:42:57  *** DvdKhl has quit IRC
 562017-12-09T01:43:15  <jimpo> Not really, it should just return false until it's gotten in sync once, then it should process blocks pretty quickly after that
 572017-12-09T01:46:07  *** Randolf has quit IRC
 582017-12-09T01:46:11  *** Victorsueca has quit IRC
 592017-12-09T01:47:30  *** Victorsueca has joined #bitcoin-core-dev
 602017-12-09T01:51:13  *** promag has quit IRC
 612017-12-09T02:03:15  *** intcat has quit IRC
 622017-12-09T02:04:28  *** zshlyk has joined #bitcoin-core-dev
 632017-12-09T02:12:01  *** Murch has quit IRC
 642017-12-09T02:15:16  *** zshlyk has quit IRC
 652017-12-09T02:16:05  *** zshlyk has joined #bitcoin-core-dev
 662017-12-09T02:20:35  *** Randolf has joined #bitcoin-core-dev
 672017-12-09T02:24:09  *** Ylbam has quit IRC
 682017-12-09T02:31:11  *** imabinarydigit01 has joined #bitcoin-core-dev
 692017-12-09T02:31:33  *** imabinarydigit01 has quit IRC
 702017-12-09T02:34:36  *** Giszmo has quit IRC
 712017-12-09T02:34:52  *** valval has joined #bitcoin-core-dev
 722017-12-09T02:48:53  *** Randolf has quit IRC
 732017-12-09T02:52:02  *** Giszmo has joined #bitcoin-core-dev
 742017-12-09T02:54:33  *** Randolf has joined #bitcoin-core-dev
 752017-12-09T03:05:05  *** agolx has joined #bitcoin-core-dev
 762017-12-09T03:12:19  <agolx> I'd like to make my bitcoind collect any valid transaction and not evict things if it gets full. I know there's a max mem limit that you can increase, but is there a minimum fee setting somewhere? and is it configurable or do I have to modify a header and rebuild.
 772017-12-09T03:12:21  <agolx> thx
 782017-12-09T03:16:15  *** Randolf has quit IRC
 792017-12-09T03:18:19  *** zshlyk has quit IRC
 802017-12-09T03:18:23  <agolx> @here
 812017-12-09T03:19:06  *** zshlyk has joined #bitcoin-core-dev
 822017-12-09T03:22:27  *** jamesob has quit IRC
 832017-12-09T03:24:47  <sipa> agolx: -minrelayfee
 842017-12-09T03:24:55  <agolx> thanks
 852017-12-09T03:25:06  <agolx> works in the config file right?
 862017-12-09T03:27:08  <sipa> yes
 872017-12-09T03:27:12  <sipa> like every setting
 882017-12-09T03:29:30  <agolx> there are literally zero hits in source for minrelayfee
 892017-12-09T03:29:35  <agolx> so no
 902017-12-09T03:30:32  *** imabinarydigit01 has joined #bitcoin-core-dev
 912017-12-09T03:31:01  <aj> minrelaytxfee
 922017-12-09T03:31:12  <agolx> <3
 932017-12-09T03:31:49  <aj> also, apparently patches work better when you compile them
 942017-12-09T03:32:56  <agolx> are when yhou don't rm -rf your desktop like i did :)
 952017-12-09T03:32:58  *** imabinarydigit01 has quit IRC
 962017-12-09T03:41:09  *** Victorsueca has quit IRC
 972017-12-09T03:42:19  *** Victorsueca has joined #bitcoin-core-dev
 982017-12-09T03:45:12  *** imabinarydigit01 has joined #bitcoin-core-dev
 992017-12-09T03:50:32  *** Randolf has joined #bitcoin-core-dev
1002017-12-09T03:54:54  *** indistylo has joined #bitcoin-core-dev
1012017-12-09T03:57:19  *** Randolf has quit IRC
1022017-12-09T03:57:42  *** Randolf has joined #bitcoin-core-dev
1032017-12-09T04:04:15  *** Randolf has quit IRC
1042017-12-09T04:13:35  *** zshlyk has quit IRC
1052017-12-09T04:14:18  *** zshlyk has joined #bitcoin-core-dev
1062017-12-09T04:17:19  *** zshlyk has quit IRC
1072017-12-09T04:18:11  *** zshlyk has joined #bitcoin-core-dev
1082017-12-09T04:52:12  *** chjj has quit IRC
1092017-12-09T05:03:38  *** indistylo has quit IRC
1102017-12-09T05:05:35  *** lesderid has quit IRC
1112017-12-09T05:05:35  *** ossifrage has quit IRC
1122017-12-09T05:05:35  *** tripleslash has quit IRC
1132017-12-09T05:05:35  *** unholymachine has quit IRC
1142017-12-09T05:05:35  *** jouke has quit IRC
1152017-12-09T05:05:35  *** jnewbery has quit IRC
1162017-12-09T05:05:35  *** davec_ has quit IRC
1172017-12-09T05:05:35  *** jouke_ has quit IRC
1182017-12-09T05:05:35  *** cfields has quit IRC
1192017-12-09T05:05:35  *** trotski2000 has quit IRC
1202017-12-09T05:05:35  *** nOgAnOo has quit IRC
1212017-12-09T05:05:35  *** lejitz has quit IRC
1222017-12-09T05:05:35  *** brg444 has quit IRC
1232017-12-09T05:05:35  *** agolx has quit IRC
1242017-12-09T05:05:35  *** archaeal has quit IRC
1252017-12-09T05:05:35  *** sc__ has quit IRC
1262017-12-09T05:05:35  *** zshlyk has quit IRC
1272017-12-09T05:05:35  *** dermoth has quit IRC
1282017-12-09T05:05:35  *** bule2 has quit IRC
1292017-12-09T05:05:35  *** ghost43 has quit IRC
1302017-12-09T05:05:35  *** arubi has quit IRC
1312017-12-09T05:05:35  *** midnightmagic has quit IRC
1322017-12-09T05:05:35  *** mturquette has quit IRC
1332017-12-09T05:05:35  *** michagogo has quit IRC
1342017-12-09T05:05:35  *** lifeofguenter_ has quit IRC
1352017-12-09T05:05:35  *** commavir has quit IRC
1362017-12-09T05:05:35  *** sugarpuff has quit IRC
1372017-12-09T05:05:35  *** xHire has quit IRC
1382017-12-09T05:05:35  *** crazyprodigy has quit IRC
1392017-12-09T05:05:36  *** stevenroose has quit IRC
1402017-12-09T05:05:36  *** BlueMatt has quit IRC
1412017-12-09T05:05:36  *** schnerchi has quit IRC
1422017-12-09T05:05:36  *** gijensen has quit IRC
1432017-12-09T05:05:36  *** zxzzt has quit IRC
1442017-12-09T05:05:36  *** sdaftuar has quit IRC
1452017-12-09T05:05:36  *** asoltys has quit IRC
1462017-12-09T05:05:36  *** mariorz has quit IRC
1472017-12-09T05:05:36  *** AndyS2 has quit IRC
1482017-12-09T05:05:36  *** dlb76 has quit IRC
1492017-12-09T05:05:36  *** comboy has quit IRC
1502017-12-09T05:05:36  *** ibrightly has quit IRC
1512017-12-09T05:05:36  *** TheV01d has quit IRC
1522017-12-09T05:05:36  *** Masaomi[m] has quit IRC
1532017-12-09T05:05:36  *** Sentineo has quit IRC
1542017-12-09T05:05:36  *** dcousens has quit IRC
1552017-12-09T05:05:36  *** earlz has quit IRC
1562017-12-09T05:05:36  *** _flow_ has quit IRC
1572017-12-09T05:05:36  *** helo has quit IRC
1582017-12-09T05:05:37  *** hsmiths has quit IRC
1592017-12-09T05:05:37  *** andytoshi has quit IRC
1602017-12-09T05:05:37  *** PatBoy has quit IRC
1612017-12-09T05:05:37  *** harding_ has quit IRC
1622017-12-09T05:05:37  *** pigeons has quit IRC
1632017-12-09T05:05:37  *** rodarmor has quit IRC
1642017-12-09T05:05:37  *** grondon has quit IRC
1652017-12-09T05:05:37  *** musalbas has quit IRC
1662017-12-09T05:05:37  *** windsok has quit IRC
1672017-12-09T05:05:37  *** twistedline has quit IRC
1682017-12-09T05:05:37  *** Arokh has quit IRC
1692017-12-09T05:05:37  *** valval has quit IRC
1702017-12-09T05:05:37  *** go1111111 has quit IRC
1712017-12-09T05:05:37  *** roasbeef has quit IRC
1722017-12-09T05:05:37  *** Anduck has quit IRC
1732017-12-09T05:05:38  *** puff has quit IRC
1742017-12-09T05:05:38  *** newbie-- has quit IRC
1752017-12-09T05:05:38  *** gmaxwell has quit IRC
1762017-12-09T05:05:38  *** CryptAxe has quit IRC
1772017-12-09T05:05:38  *** newbold_ has quit IRC
1782017-12-09T05:05:38  *** MarcoFalke has quit IRC
1792017-12-09T05:05:38  *** waxwing has quit IRC
1802017-12-09T05:05:38  *** chainhead has quit IRC
1812017-12-09T05:05:38  *** nanotube has quit IRC
1822017-12-09T05:05:38  *** kanzure has quit IRC
1832017-12-09T05:05:38  *** griswaalt[m] has quit IRC
1842017-12-09T05:05:38  *** warxhead has quit IRC
1852017-12-09T05:05:38  *** nullptr| has quit IRC
1862017-12-09T05:05:38  *** booyah has quit IRC
1872017-12-09T05:05:38  *** roadcrap has quit IRC
1882017-12-09T05:05:38  *** ensign has quit IRC
1892017-12-09T05:05:38  *** Taek has quit IRC
1902017-12-09T05:05:38  *** nsh has quit IRC
1912017-12-09T05:05:38  *** Dyaheon has quit IRC
1922017-12-09T05:05:38  *** luke-jr has quit IRC
1932017-12-09T05:05:38  *** berndj has quit IRC
1942017-12-09T05:05:38  *** Dummbatz has quit IRC
1952017-12-09T05:05:38  *** cysm has quit IRC
1962017-12-09T05:05:38  *** jl2012 has quit IRC
1972017-12-09T05:05:38  *** aspect_ has quit IRC
1982017-12-09T05:05:38  *** jcorgan has quit IRC
1992017-12-09T05:05:38  *** adiabat has quit IRC
2002017-12-09T05:05:39  *** kewde[m] has quit IRC
2012017-12-09T05:05:39  *** herzmeister[m] has quit IRC
2022017-12-09T05:05:39  *** spinza has quit IRC
2032017-12-09T05:05:39  *** lio17 has quit IRC
2042017-12-09T05:05:39  *** owowo has quit IRC
2052017-12-09T05:05:39  *** lari has quit IRC
2062017-12-09T05:05:39  *** atroxes has quit IRC
2072017-12-09T05:05:39  *** sjums has quit IRC
2082017-12-09T05:05:39  *** rubensayshi has quit IRC
2092017-12-09T05:05:39  *** pindarhk_ has quit IRC
2102017-12-09T05:05:39  *** eragmus has quit IRC
2112017-12-09T05:05:39  *** derbumi has quit IRC
2122017-12-09T05:05:39  *** jimpo has quit IRC
2132017-12-09T05:05:39  *** bitbee has quit IRC
2142017-12-09T05:05:39  *** newbold has quit IRC
2152017-12-09T05:05:39  *** adam3us has quit IRC
2162017-12-09T05:05:39  *** jonasschnelli has quit IRC
2172017-12-09T05:05:39  *** robby938 has quit IRC
2182017-12-09T05:05:39  *** wbnns has quit IRC
2192017-12-09T05:05:39  *** CodeShark has quit IRC
2202017-12-09T05:05:39  *** niska has quit IRC
2212017-12-09T05:05:39  *** Muis has quit IRC
2222017-12-09T05:05:39  *** emzy has quit IRC
2232017-12-09T05:05:39  *** phantomcircuit has quit IRC
2242017-12-09T05:05:39  *** klow has quit IRC
2252017-12-09T05:05:39  *** warren has quit IRC
2262017-12-09T05:05:39  *** jrayhawk has quit IRC
2272017-12-09T05:05:39  *** wolfspraul has quit IRC
2282017-12-09T05:05:39  *** wallet42 has quit IRC
2292017-12-09T05:05:39  *** Vortiago has quit IRC
2302017-12-09T05:05:39  *** thrasher` has quit IRC
2312017-12-09T05:05:39  *** PaulCapestany has quit IRC
2322017-12-09T05:05:40  *** instagibbs has quit IRC
2332017-12-09T05:05:40  *** Madars has quit IRC
2342017-12-09T05:05:40  *** rabidus has quit IRC
2352017-12-09T05:05:40  *** gwillen has quit IRC
2362017-12-09T05:05:40  *** marsadm has quit IRC
2372017-12-09T05:05:40  *** da2ce7_ has quit IRC
2382017-12-09T05:05:40  *** baldur_ has quit IRC
2392017-12-09T05:05:40  *** isis has quit IRC
2402017-12-09T05:05:40  *** cryptapus has quit IRC
2412017-12-09T05:05:40  *** shtirlic has quit IRC
2422017-12-09T05:05:40  *** alephzero has quit IRC
2432017-12-09T05:05:40  *** Varunram has quit IRC
2442017-12-09T05:05:40  *** sipa has quit IRC
2452017-12-09T05:05:40  *** kinlo has quit IRC
2462017-12-09T05:05:40  *** cluelessperson has quit IRC
2472017-12-09T05:05:40  *** harrymm has quit IRC
2482017-12-09T05:05:40  *** echonaut7 has quit IRC
2492017-12-09T05:05:41  *** so has quit IRC
2502017-12-09T05:05:41  *** rafalcpp has quit IRC
2512017-12-09T05:05:41  *** whphhg has quit IRC
2522017-12-09T05:05:41  *** Squidicuz has quit IRC
2532017-12-09T05:05:41  *** BCBot has quit IRC
2542017-12-09T05:05:41  *** aj has quit IRC
2552017-12-09T05:05:41  *** rockhouse has quit IRC
2562017-12-09T05:05:41  *** sturles has quit IRC
2572017-12-09T05:05:41  *** ybit has quit IRC
2582017-12-09T05:05:41  *** Eliel has quit IRC
2592017-12-09T05:05:41  *** petertodd has quit IRC
2602017-12-09T05:05:41  *** imabinarydigit01 has quit IRC
2612017-12-09T05:05:41  *** StopAndDecrypt_ has quit IRC
2622017-12-09T05:05:41  *** Soligor has quit IRC
2632017-12-09T05:05:41  *** brianhoffman has quit IRC
2642017-12-09T05:05:41  *** nickler has quit IRC
2652017-12-09T05:05:41  *** vicenteH has quit IRC
2662017-12-09T05:05:41  *** Ge0rges has quit IRC
2672017-12-09T05:05:41  *** Magma has quit IRC
2682017-12-09T05:05:42  *** hellxcode has quit IRC
2692017-12-09T05:05:42  *** ajtowns[m] has quit IRC
2702017-12-09T05:05:42  *** BashCo has quit IRC
2712017-12-09T05:05:42  *** kabaum has quit IRC
2722017-12-09T05:05:42  *** Provoostenator has quit IRC
2732017-12-09T05:05:42  *** gaf_ has quit IRC
2742017-12-09T05:05:42  *** [b__b] has quit IRC
2752017-12-09T05:05:42  *** kakobrekla has quit IRC
2762017-12-09T05:05:42  *** ryanofsky has quit IRC
2772017-12-09T05:05:42  *** Chicago has quit IRC
2782017-12-09T05:05:42  *** ccook has quit IRC
2792017-12-09T05:05:42  *** DrFeelGood has quit IRC
2802017-12-09T05:05:42  *** Guest77835 has quit IRC
2812017-12-09T05:05:42  *** NielsvG has quit IRC
2822017-12-09T05:05:42  *** exit70 has quit IRC
2832017-12-09T05:05:42  *** lrvick has quit IRC
2842017-12-09T05:05:42  *** Apocalyptic has quit IRC
2852017-12-09T05:05:42  *** profall has quit IRC
2862017-12-09T05:05:42  *** Evel-Knievel has quit IRC
2872017-12-09T05:05:42  *** kbgg has quit IRC
2882017-12-09T05:05:42  *** mesh_ has quit IRC
2892017-12-09T05:05:42  *** qrestlove has quit IRC
2902017-12-09T05:05:42  *** fronti has quit IRC
2912017-12-09T05:05:42  *** hkjn0 has quit IRC
2922017-12-09T05:05:42  *** Giszmo has quit IRC
2932017-12-09T05:05:43  *** cl0uding has quit IRC
2942017-12-09T05:05:43  *** gribble has quit IRC
2952017-12-09T05:05:43  *** trippysalmon has quit IRC
2962017-12-09T05:05:43  *** BGL has quit IRC
2972017-12-09T05:05:43  *** d9b4bef9 has quit IRC
2982017-12-09T05:05:43  *** murchandamus has quit IRC
2992017-12-09T05:05:43  *** merehap has quit IRC
3002017-12-09T05:05:43  *** Deadhand has quit IRC
3012017-12-09T05:05:43  *** Emcy_ has quit IRC
3022017-12-09T05:05:43  *** LeMiner has quit IRC
3032017-12-09T05:05:43  *** TD-Linux has quit IRC
3042017-12-09T05:05:43  *** justanotheruser has quit IRC
3052017-12-09T05:05:43  *** sanada has quit IRC
3062017-12-09T05:05:43  *** ryan-c has quit IRC
3072017-12-09T05:05:43  *** Cory has quit IRC
3082017-12-09T05:05:43  *** bordeaux_facile has quit IRC
3092017-12-09T05:05:43  *** murr4y has quit IRC
3102017-12-09T05:05:43  *** kallewoof has quit IRC
3112017-12-09T05:05:44  *** paracyst has quit IRC
3122017-12-09T05:05:44  *** bad_duck has quit IRC
3132017-12-09T05:05:44  *** ekrok has quit IRC
3142017-12-09T05:05:44  *** mr_burdell has quit IRC
3152017-12-09T05:05:44  *** dgenr8 has quit IRC
3162017-12-09T05:05:44  *** Lauda has quit IRC
3172017-12-09T05:05:44  *** wumpus has quit IRC
3182017-12-09T05:05:44  *** mlz has quit IRC
3192017-12-09T05:05:44  *** c40d9b0743a91f40 has quit IRC
3202017-12-09T05:05:44  *** morcos has quit IRC
3212017-12-09T05:05:44  *** _parts has quit IRC
3222017-12-09T05:05:44  *** Lightsword has quit IRC
3232017-12-09T05:05:44  *** eenoch has quit IRC
3242017-12-09T05:05:44  *** achow101 has quit IRC
3252017-12-09T05:05:44  *** GAit has quit IRC
3262017-12-09T05:39:59  *** justanotheruser has joined #bitcoin-core-dev
3272017-12-09T05:39:59  *** gribble has joined #bitcoin-core-dev
3282017-12-09T05:39:59  *** Randolf has joined #bitcoin-core-dev
3292017-12-09T05:39:59  *** ekrok has joined #bitcoin-core-dev
3302017-12-09T05:39:59  *** lrvick has joined #bitcoin-core-dev
3312017-12-09T05:39:59  *** yoctopede has joined #bitcoin-core-dev
3322017-12-09T05:39:59  *** bordeaux_facile_ has joined #bitcoin-core-dev
3332017-12-09T05:39:59  *** bad_duck has joined #bitcoin-core-dev
3342017-12-09T05:39:59  *** paracyst has joined #bitcoin-core-dev
3352017-12-09T05:39:59  *** kallewoof has joined #bitcoin-core-dev
3362017-12-09T05:39:59  *** murr4y has joined #bitcoin-core-dev
3372017-12-09T05:39:59  *** Cory has joined #bitcoin-core-dev
3382017-12-09T05:39:59  *** ryan-c has joined #bitcoin-core-dev
3392017-12-09T05:39:59  *** sanada has joined #bitcoin-core-dev
3402017-12-09T05:39:59  *** TD-Linux has joined #bitcoin-core-dev
3412017-12-09T05:39:59  *** LeMiner has joined #bitcoin-core-dev
3422017-12-09T05:39:59  *** Emcy_ has joined #bitcoin-core-dev
3432017-12-09T05:39:59  *** Ge0rges has joined #bitcoin-core-dev
3442017-12-09T05:39:59  *** vicenteH has joined #bitcoin-core-dev
3452017-12-09T05:39:59  *** nickler has joined #bitcoin-core-dev
3462017-12-09T05:39:59  *** brianhoffman has joined #bitcoin-core-dev
3472017-12-09T05:39:59  *** Soligor has joined #bitcoin-core-dev
3482017-12-09T05:39:59  *** StopAndDecrypt_ has joined #bitcoin-core-dev
3492017-12-09T05:39:59  *** imabinarydigit01 has joined #bitcoin-core-dev
3502017-12-09T05:39:59  *** ccook has joined #bitcoin-core-dev
3512017-12-09T05:39:59  *** Chicago has joined #bitcoin-core-dev
3522017-12-09T05:39:59  *** ryanofsky has joined #bitcoin-core-dev
3532017-12-09T05:39:59  *** kakobrekla has joined #bitcoin-core-dev
3542017-12-09T05:39:59  *** [b__b] has joined #bitcoin-core-dev
3552017-12-09T05:39:59  *** gaf_ has joined #bitcoin-core-dev
3562017-12-09T05:39:59  *** Provoostenator has joined #bitcoin-core-dev
3572017-12-09T05:39:59  *** kabaum has joined #bitcoin-core-dev
3582017-12-09T05:39:59  *** BashCo has joined #bitcoin-core-dev
3592017-12-09T05:39:59  *** hellxcode has joined #bitcoin-core-dev
3602017-12-09T05:39:59  *** archaeal has joined #bitcoin-core-dev
3612017-12-09T05:39:59  *** GAit has joined #bitcoin-core-dev
3622017-12-09T05:39:59  *** achow101 has joined #bitcoin-core-dev
3632017-12-09T05:39:59  *** eenoch has joined #bitcoin-core-dev
3642017-12-09T05:39:59  *** morcos has joined #bitcoin-core-dev
3652017-12-09T05:39:59  *** c40d9b0743a91f40 has joined #bitcoin-core-dev
3662017-12-09T05:39:59  *** Lightsword has joined #bitcoin-core-dev
3672017-12-09T05:39:59  *** mlz has joined #bitcoin-core-dev
3682017-12-09T05:39:59  *** _parts has joined #bitcoin-core-dev
3692017-12-09T05:39:59  *** wumpus has joined #bitcoin-core-dev
3702017-12-09T05:39:59  *** Lauda has joined #bitcoin-core-dev
3712017-12-09T05:39:59  *** dgenr8 has joined #bitcoin-core-dev
3722017-12-09T05:39:59  *** mr_burdell has joined #bitcoin-core-dev
3732017-12-09T05:39:59  *** Magma has joined #bitcoin-core-dev
3742017-12-09T05:39:59  *** Deadhand has joined #bitcoin-core-dev
3752017-12-09T05:39:59  *** merehap has joined #bitcoin-core-dev
3762017-12-09T05:39:59  *** murchandamus has joined #bitcoin-core-dev
3772017-12-09T05:39:59  *** d9b4bef9 has joined #bitcoin-core-dev
3782017-12-09T05:39:59  *** BGL has joined #bitcoin-core-dev
3792017-12-09T05:39:59  *** trippysalmon has joined #bitcoin-core-dev
3802017-12-09T05:39:59  *** Evel-Knievel has joined #bitcoin-core-dev
3812017-12-09T05:39:59  *** kbgg has joined #bitcoin-core-dev
3822017-12-09T05:39:59  *** mesh_ has joined #bitcoin-core-dev
3832017-12-09T05:39:59  *** qrestlove has joined #bitcoin-core-dev
3842017-12-09T05:39:59  *** fronti has joined #bitcoin-core-dev
3852017-12-09T05:39:59  *** hkjn0 has joined #bitcoin-core-dev
3862017-12-09T05:39:59  *** profall has joined #bitcoin-core-dev
3872017-12-09T05:39:59  *** Apocalyptic has joined #bitcoin-core-dev
3882017-12-09T05:39:59  *** exit70 has joined #bitcoin-core-dev
3892017-12-09T05:39:59  *** NielsvG has joined #bitcoin-core-dev
3902017-12-09T05:39:59  *** Guest77835 has joined #bitcoin-core-dev
3912017-12-09T05:39:59  *** DrFeelGood has joined #bitcoin-core-dev
3922017-12-09T05:39:59  *** cl0uding has joined #bitcoin-core-dev
3932017-12-09T05:39:59  *** Giszmo has joined #bitcoin-core-dev
3942017-12-09T05:39:59  *** agolx has joined #bitcoin-core-dev
3952017-12-09T05:39:59  *** valval has joined #bitcoin-core-dev
3962017-12-09T05:39:59  *** PaulCapestany has joined #bitcoin-core-dev
3972017-12-09T05:39:59  *** dermoth has joined #bitcoin-core-dev
3982017-12-09T05:39:59  *** bule2 has joined #bitcoin-core-dev
3992017-12-09T05:39:59  *** go1111111 has joined #bitcoin-core-dev
4002017-12-09T05:39:59  *** cluelessperson has joined #bitcoin-core-dev
4012017-12-09T05:39:59  *** ghost43 has joined #bitcoin-core-dev
4022017-12-09T05:39:59  *** arubi has joined #bitcoin-core-dev
4032017-12-09T05:39:59  *** instagibbs has joined #bitcoin-core-dev
4042017-12-09T05:39:59  *** harrymm has joined #bitcoin-core-dev
4052017-12-09T05:39:59  *** rodarmor has joined #bitcoin-core-dev
4062017-12-09T05:39:59  *** grondon has joined #bitcoin-core-dev
4072017-12-09T05:39:59  *** midnightmagic has joined #bitcoin-core-dev
4082017-12-09T05:39:59  *** mturquette has joined #bitcoin-core-dev
4092017-12-09T05:39:59  *** echonaut7 has joined #bitcoin-core-dev
4102017-12-09T05:39:59  *** warxhead has joined #bitcoin-core-dev
4112017-12-09T05:39:59  *** brg444 has joined #bitcoin-core-dev
4122017-12-09T05:39:59  *** lejitz has joined #bitcoin-core-dev
4132017-12-09T05:39:59  *** trotski2000 has joined #bitcoin-core-dev
4142017-12-09T05:39:59  *** nOgAnOo has joined #bitcoin-core-dev
4152017-12-09T05:39:59  *** cfields has joined #bitcoin-core-dev
4162017-12-09T05:39:59  *** jouke_ has joined #bitcoin-core-dev
4172017-12-09T05:39:59  *** davec_ has joined #bitcoin-core-dev
4182017-12-09T05:39:59  *** jnewbery has joined #bitcoin-core-dev
4192017-12-09T05:39:59  *** jouke has joined #bitcoin-core-dev
4202017-12-09T05:39:59  *** unholymachine has joined #bitcoin-core-dev
4212017-12-09T05:39:59  *** tripleslash has joined #bitcoin-core-dev
4222017-12-09T05:39:59  *** ossifrage has joined #bitcoin-core-dev
4232017-12-09T05:39:59  *** lesderid has joined #bitcoin-core-dev
4242017-12-09T05:39:59  *** Sentineo has joined #bitcoin-core-dev
4252017-12-09T05:39:59  *** sc__ has joined #bitcoin-core-dev
4262017-12-09T05:39:59  *** Madars has joined #bitcoin-core-dev
4272017-12-09T05:39:59  *** so has joined #bitcoin-core-dev
4282017-12-09T05:39:59  *** dcousens has joined #bitcoin-core-dev
4292017-12-09T05:39:59  *** TheV01d has joined #bitcoin-core-dev
4302017-12-09T05:39:59  *** ibrightly has joined #bitcoin-core-dev
4312017-12-09T05:39:59  *** comboy has joined #bitcoin-core-dev
4322017-12-09T05:39:59  *** dlb76 has joined #bitcoin-core-dev
4332017-12-09T05:39:59  *** mariorz has joined #bitcoin-core-dev
4342017-12-09T05:39:59  *** asoltys has joined #bitcoin-core-dev
4352017-12-09T05:39:59  *** sdaftuar has joined #bitcoin-core-dev
4362017-12-09T05:39:59  *** zxzzt has joined #bitcoin-core-dev
4372017-12-09T05:39:59  *** gijensen has joined #bitcoin-core-dev
4382017-12-09T05:39:59  *** BlueMatt has joined #bitcoin-core-dev
4392017-12-09T05:39:59  *** schnerchi has joined #bitcoin-core-dev
4402017-12-09T05:39:59  *** stevenroose has joined #bitcoin-core-dev
4412017-12-09T05:39:59  *** crazyprodigy has joined #bitcoin-core-dev
4422017-12-09T05:39:59  *** xHire has joined #bitcoin-core-dev
4432017-12-09T05:39:59  *** sugarpuff has joined #bitcoin-core-dev
4442017-12-09T05:39:59  *** AndyS2 has joined #bitcoin-core-dev
4452017-12-09T05:39:59  *** commavir has joined #bitcoin-core-dev
4462017-12-09T05:39:59  *** lifeofguenter_ has joined #bitcoin-core-dev
4472017-12-09T05:39:59  *** michagogo has joined #bitcoin-core-dev
4482017-12-09T05:39:59  *** rafalcpp has joined #bitcoin-core-dev
4492017-12-09T05:39:59  *** roadcrap has joined #bitcoin-core-dev
4502017-12-09T05:39:59  *** nullptr| has joined #bitcoin-core-dev
4512017-12-09T05:39:59  *** booyah has joined #bitcoin-core-dev
4522017-12-09T05:39:59  *** earlz has joined #bitcoin-core-dev
4532017-12-09T05:39:59  *** spinza has joined #bitcoin-core-dev
4542017-12-09T05:39:59  *** lio17 has joined #bitcoin-core-dev
4552017-12-09T05:39:59  *** pigeons has joined #bitcoin-core-dev
4562017-12-09T05:39:59  *** harding_ has joined #bitcoin-core-dev
4572017-12-09T05:39:59  *** PatBoy has joined #bitcoin-core-dev
4582017-12-09T05:39:59  *** andytoshi has joined #bitcoin-core-dev
4592017-12-09T05:39:59  *** hsmiths has joined #bitcoin-core-dev
4602017-12-09T05:39:59  *** helo has joined #bitcoin-core-dev
4612017-12-09T05:39:59  *** _flow_ has joined #bitcoin-core-dev
4622017-12-09T05:39:59  *** windsok has joined #bitcoin-core-dev
4632017-12-09T05:39:59  *** whphhg has joined #bitcoin-core-dev
4642017-12-09T05:39:59  *** roasbeef has joined #bitcoin-core-dev
4652017-12-09T05:39:59  *** rabidus has joined #bitcoin-core-dev
4662017-12-09T05:39:59  *** owowo has joined #bitcoin-core-dev
4672017-12-09T05:39:59  *** twistedline has joined #bitcoin-core-dev
4682017-12-09T05:39:59  *** ensign has joined #bitcoin-core-dev
4692017-12-09T05:39:59  *** gwillen has joined #bitcoin-core-dev
4702017-12-09T05:39:59  *** Taek has joined #bitcoin-core-dev
4712017-12-09T05:39:59  *** nsh has joined #bitcoin-core-dev
4722017-12-09T05:39:59  *** Dyaheon has joined #bitcoin-core-dev
4732017-12-09T05:39:59  *** marsadm has joined #bitcoin-core-dev
4742017-12-09T05:39:59  *** luke-jr has joined #bitcoin-core-dev
4752017-12-09T05:39:59  *** Squidicuz has joined #bitcoin-core-dev
4762017-12-09T05:39:59  *** lari has joined #bitcoin-core-dev
4772017-12-09T05:39:59  *** Anduck has joined #bitcoin-core-dev
4782017-12-09T05:39:59  *** da2ce7_ has joined #bitcoin-core-dev
4792017-12-09T05:39:59  *** baldur_ has joined #bitcoin-core-dev
4802017-12-09T05:39:59  *** niska has joined #bitcoin-core-dev
4812017-12-09T05:39:59  *** berndj has joined #bitcoin-core-dev
4822017-12-09T05:39:59  *** Dummbatz has joined #bitcoin-core-dev
4832017-12-09T05:39:59  *** cysm has joined #bitcoin-core-dev
4842017-12-09T05:39:59  *** isis has joined #bitcoin-core-dev
4852017-12-09T05:39:59  *** cryptapus has joined #bitcoin-core-dev
4862017-12-09T05:39:59  *** jl2012 has joined #bitcoin-core-dev
4872017-12-09T05:39:59  *** Muis has joined #bitcoin-core-dev
4882017-12-09T05:39:59  *** aspect_ has joined #bitcoin-core-dev
4892017-12-09T05:39:59  *** atroxes has joined #bitcoin-core-dev
4902017-12-09T05:39:59  *** jcorgan has joined #bitcoin-core-dev
4912017-12-09T05:39:59  *** adiabat has joined #bitcoin-core-dev
4922017-12-09T05:39:59  *** Arokh has joined #bitcoin-core-dev
4932017-12-09T05:39:59  *** BCBot has joined #bitcoin-core-dev
4942017-12-09T05:39:59  *** emzy has joined #bitcoin-core-dev
4952017-12-09T05:39:59  *** shtirlic has joined #bitcoin-core-dev
4962017-12-09T05:39:59  *** kanzure has joined #bitcoin-core-dev
4972017-12-09T05:39:59  *** nanotube has joined #bitcoin-core-dev
4982017-12-09T05:39:59  *** chainhead has joined #bitcoin-core-dev
4992017-12-09T05:39:59  *** waxwing has joined #bitcoin-core-dev
5002017-12-09T05:39:59  *** MarcoFalke has joined #bitcoin-core-dev
5012017-12-09T05:39:59  *** newbold_ has joined #bitcoin-core-dev
5022017-12-09T05:39:59  *** CryptAxe has joined #bitcoin-core-dev
5032017-12-09T05:39:59  *** gmaxwell has joined #bitcoin-core-dev
5042017-12-09T05:39:59  *** newbie-- has joined #bitcoin-core-dev
5052017-12-09T05:39:59  *** puff has joined #bitcoin-core-dev
5062017-12-09T05:39:59  *** klow has joined #bitcoin-core-dev
5072017-12-09T05:39:59  *** sjums has joined #bitcoin-core-dev
5082017-12-09T05:39:59  *** alephzero has joined #bitcoin-core-dev
5092017-12-09T05:39:59  *** aj has joined #bitcoin-core-dev
5102017-12-09T05:39:59  *** phantomcircuit has joined #bitcoin-core-dev
5112017-12-09T05:39:59  *** CodeShark has joined #bitcoin-core-dev
5122017-12-09T05:39:59  *** robby938 has joined #bitcoin-core-dev
5132017-12-09T05:39:59  *** wbnns has joined #bitcoin-core-dev
5142017-12-09T05:39:59  *** jonasschnelli has joined #bitcoin-core-dev
5152017-12-09T05:39:59  *** adam3us has joined #bitcoin-core-dev
5162017-12-09T05:39:59  *** newbold has joined #bitcoin-core-dev
5172017-12-09T05:39:59  *** bitbee has joined #bitcoin-core-dev
5182017-12-09T05:39:59  *** jimpo has joined #bitcoin-core-dev
5192017-12-09T05:39:59  *** derbumi has joined #bitcoin-core-dev
5202017-12-09T05:39:59  *** eragmus has joined #bitcoin-core-dev
5212017-12-09T05:39:59  *** pindarhk_ has joined #bitcoin-core-dev
5222017-12-09T05:39:59  *** rubensayshi has joined #bitcoin-core-dev
5232017-12-09T05:39:59  *** Varunram has joined #bitcoin-core-dev
5242017-12-09T05:39:59  *** warren has joined #bitcoin-core-dev
5252017-12-09T05:39:59  *** jrayhawk has joined #bitcoin-core-dev
5262017-12-09T05:39:59  *** wolfspraul has joined #bitcoin-core-dev
5272017-12-09T05:39:59  *** rockhouse has joined #bitcoin-core-dev
5282017-12-09T05:39:59  *** sipa has joined #bitcoin-core-dev
5292017-12-09T05:39:59  *** kinlo has joined #bitcoin-core-dev
5302017-12-09T05:39:59  *** sturles has joined #bitcoin-core-dev
5312017-12-09T05:40:00  *** wallet42 has joined #bitcoin-core-dev
5322017-12-09T05:40:00  *** ybit has joined #bitcoin-core-dev
5332017-12-09T05:40:00  *** Vortiago has joined #bitcoin-core-dev
5342017-12-09T05:40:00  *** thrasher` has joined #bitcoin-core-dev
5352017-12-09T05:40:00  *** Eliel has joined #bitcoin-core-dev
5362017-12-09T05:40:00  *** petertodd has joined #bitcoin-core-dev
5372017-12-09T05:42:57  *** Randolf has quit IRC
5382017-12-09T05:47:20  *** agolx has quit IRC
5392017-12-09T06:10:54  *** Victorsueca has quit IRC
5402017-12-09T06:12:15  *** Victorsueca has joined #bitcoin-core-dev
5412017-12-09T06:13:38  *** guest04 has joined #bitcoin-core-dev
5422017-12-09T06:15:05  *** guest04 has left #bitcoin-core-dev
5432017-12-09T06:16:50  *** SopaXorzTaker has joined #bitcoin-core-dev
5442017-12-09T06:22:32  *** yoctopede has quit IRC
5452017-12-09T06:23:40  *** yoctopede has joined #bitcoin-core-dev
5462017-12-09T06:25:41  *** yoctopede has quit IRC
5472017-12-09T06:26:31  *** yoctopede has joined #bitcoin-core-dev
5482017-12-09T06:53:55  *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
5492017-12-09T07:02:38  *** chjj has joined #bitcoin-core-dev
5502017-12-09T07:09:47  *** _imabinarydigit0 has joined #bitcoin-core-dev
5512017-12-09T07:09:48  *** _imabinarydigit0 has quit IRC
5522017-12-09T07:21:25  *** yoctopede has quit IRC
5532017-12-09T07:23:20  *** yoctopede has joined #bitcoin-core-dev
5542017-12-09T07:23:39  *** Guest77835 is now known as ndrst
5552017-12-09T07:23:46  *** ndrst has joined #bitcoin-core-dev
5562017-12-09T07:26:26  *** _imabinarydigit0 has joined #bitcoin-core-dev
5572017-12-09T07:29:46  *** _imabinarydigit0 has quit IRC
5582017-12-09T07:30:07  *** Randolf has joined #bitcoin-core-dev
5592017-12-09T07:31:07  *** _imabinarydigit0 has joined #bitcoin-core-dev
5602017-12-09T07:31:22  *** _imabinarydigit0 has quit IRC
5612017-12-09T07:37:48  *** bule2 has quit IRC
5622017-12-09T07:39:37  <bitcoin-git> [bitcoin] laanwj closed pull request #11740: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling only* (master...2017/11/NNL_signaling) https://github.com/bitcoin/bitcoin/pull/11740
5632017-12-09T07:40:06  *** _imabinarydigit0 has joined #bitcoin-core-dev
5642017-12-09T07:40:36  *** _imabinarydigit0 has quit IRC
5652017-12-09T07:42:30  *** niska has quit IRC
5662017-12-09T07:43:14  *** imabinarydigit01 has quit IRC
5672017-12-09T07:48:25  *** yoctopede has quit IRC
5682017-12-09T07:49:10  *** yoctopede has joined #bitcoin-core-dev
5692017-12-09T07:52:44  *** niska has joined #bitcoin-core-dev
5702017-12-09T07:54:13  <achow101> \o/
5712017-12-09T07:55:30  *** imabinarydigit01 has joined #bitcoin-core-dev
5722017-12-09T07:55:43  *** imabinarydigit01 has quit IRC
5732017-12-09T07:57:33  *** Masaomi[m] has joined #bitcoin-core-dev
5742017-12-09T08:00:13  *** valval has quit IRC
5752017-12-09T08:00:18  *** chjj has quit IRC
5762017-12-09T08:00:48  *** imabinarydigit01 has joined #bitcoin-core-dev
5772017-12-09T08:05:14  *** rabidus has quit IRC
5782017-12-09T08:05:18  *** yoctopede has quit IRC
5792017-12-09T08:06:27  *** rabidus has joined #bitcoin-core-dev
5802017-12-09T08:06:31  *** yoctopede has joined #bitcoin-core-dev
5812017-12-09T08:32:30  *** Victorsueca has quit IRC
5822017-12-09T08:32:59  *** Victorsueca has joined #bitcoin-core-dev
5832017-12-09T08:34:23  *** alreadylate has joined #bitcoin-core-dev
5842017-12-09T08:34:28  *** alreadylate has quit IRC
5852017-12-09T08:36:43  *** yoctopede has quit IRC
5862017-12-09T08:37:12  *** yoctopede has joined #bitcoin-core-dev
5872017-12-09T08:40:57  *** JamesAU has joined #bitcoin-core-dev
5882017-12-09T08:53:51  *** cl0uding has quit IRC
5892017-12-09T09:01:16  *** Masaomi[m] has quit IRC
5902017-12-09T09:05:32  *** herzmeister[m] has joined #bitcoin-core-dev
5912017-12-09T09:06:26  *** cl0uding has joined #bitcoin-core-dev
5922017-12-09T09:11:00  *** hellxcode has quit IRC
5932017-12-09T09:12:43  *** promag has joined #bitcoin-core-dev
5942017-12-09T09:12:44  *** yoctopede has quit IRC
5952017-12-09T09:13:34  *** yoctopede has joined #bitcoin-core-dev
5962017-12-09T09:15:23  *** herzmeister[m] has quit IRC
5972017-12-09T09:17:26  *** promag has quit IRC
5982017-12-09T09:17:40  *** herzmeister[m] has joined #bitcoin-core-dev
5992017-12-09T09:19:33  *** yoctopede has quit IRC
6002017-12-09T09:20:43  *** yoctopede has joined #bitcoin-core-dev
6012017-12-09T09:23:45  *** Guyver2 has joined #bitcoin-core-dev
6022017-12-09T09:27:09  *** griswaalt[m] has joined #bitcoin-core-dev
6032017-12-09T09:27:10  *** ajtowns[m] has joined #bitcoin-core-dev
6042017-12-09T09:27:10  *** kewde[m] has joined #bitcoin-core-dev
6052017-12-09T09:27:18  *** Masaomi[m] has joined #bitcoin-core-dev
6062017-12-09T09:35:49  *** esotericnonsense has joined #bitcoin-core-dev
6072017-12-09T09:36:44  *** meshcollider has joined #bitcoin-core-dev
6082017-12-09T09:38:22  <mesh_> \o/
6092017-12-09T09:56:42  *** Ylbam has joined #bitcoin-core-dev
6102017-12-09T10:03:23  *** yoctopede has quit IRC
6112017-12-09T10:04:09  *** yoctopede has joined #bitcoin-core-dev
6122017-12-09T10:04:54  *** DvdKhl has joined #bitcoin-core-dev
6132017-12-09T10:09:36  *** yoctopede has quit IRC
6142017-12-09T10:10:13  *** yoctopede has joined #bitcoin-core-dev
6152017-12-09T10:12:14  *** chjj has joined #bitcoin-core-dev
6162017-12-09T10:14:06  *** promag has joined #bitcoin-core-dev
6172017-12-09T10:14:36  *** AaronvanW has joined #bitcoin-core-dev
6182017-12-09T10:16:32  *** AaronvanW has quit IRC
6192017-12-09T10:17:11  *** AaronvanW has joined #bitcoin-core-dev
6202017-12-09T10:17:52  *** AaronvanW has joined #bitcoin-core-dev
6212017-12-09T10:22:27  *** AaronvanW has quit IRC
6222017-12-09T10:34:17  *** promag has quit IRC
6232017-12-09T10:40:52  *** cl0uding has quit IRC
6242017-12-09T10:46:22  *** Victorsueca has quit IRC
6252017-12-09T10:47:36  *** Victorsueca has joined #bitcoin-core-dev
6262017-12-09T10:53:36  *** cl0uding has joined #bitcoin-core-dev
6272017-12-09T11:00:24  *** SopaXorzTaker has quit IRC
6282017-12-09T11:02:00  *** Oscarblu04 has joined #bitcoin-core-dev
6292017-12-09T11:02:06  *** SopaXorzTaker has joined #bitcoin-core-dev
6302017-12-09T11:02:45  *** Oscarblu04 has left #bitcoin-core-dev
6312017-12-09T11:15:40  *** tothemoon has joined #bitcoin-core-dev
6322017-12-09T11:23:39  *** laurentmt has joined #bitcoin-core-dev
6332017-12-09T11:30:18  *** yoctopede has quit IRC
6342017-12-09T11:38:29  *** yoctopede has joined #bitcoin-core-dev
6352017-12-09T11:42:10  *** meshcollider has quit IRC
6362017-12-09T11:43:55  *** tothemoon has quit IRC
6372017-12-09T11:46:08  *** wxss has joined #bitcoin-core-dev
6382017-12-09T12:04:35  *** yoctopede has quit IRC
6392017-12-09T12:05:46  *** yoctopede has joined #bitcoin-core-dev
6402017-12-09T12:12:59  *** ExtraCrispy has joined #bitcoin-core-dev
6412017-12-09T12:21:29  *** cl0uding has quit IRC
6422017-12-09T12:25:10  *** ExtraCrispy has quit IRC
6432017-12-09T12:34:07  *** cl0uding has joined #bitcoin-core-dev
6442017-12-09T12:37:30  *** Chris_Stewart_5 has joined #bitcoin-core-dev
6452017-12-09T12:40:21  *** ghost43 has quit IRC
6462017-12-09T12:40:33  *** ghost43 has joined #bitcoin-core-dev
6472017-12-09T12:47:35  *** Chris_Stewart_5 has quit IRC
6482017-12-09T12:59:45  *** DvdKhl has quit IRC
6492017-12-09T13:01:12  *** Chris_Stewart_5 has joined #bitcoin-core-dev
6502017-12-09T13:18:18  *** Victorsueca has quit IRC
6512017-12-09T13:19:16  *** Giszmo has quit IRC
6522017-12-09T13:19:31  *** Victorsueca has joined #bitcoin-core-dev
6532017-12-09T13:22:41  *** Chris_Stewart_5 has quit IRC
6542017-12-09T13:29:19  *** yoctopede has quit IRC
6552017-12-09T13:30:31  *** yoctopede has joined #bitcoin-core-dev
6562017-12-09T13:42:21  *** yoctopede has quit IRC
6572017-12-09T13:43:14  *** yoctopede has joined #bitcoin-core-dev
6582017-12-09T13:45:40  *** laurentmt has quit IRC
6592017-12-09T13:54:58  *** pbase has joined #bitcoin-core-dev
6602017-12-09T14:00:57  *** Giszmo has joined #bitcoin-core-dev
6612017-12-09T14:02:44  <cluelessperson> does bitcoin core support an "addrindex=1" ?
6622017-12-09T14:09:26  *** pbase has quit IRC
6632017-12-09T14:20:58  *** Guyver2 has quit IRC
6642017-12-09T14:24:10  *** Cheeseo has joined #bitcoin-core-dev
6652017-12-09T14:26:23  *** yoctopede has quit IRC
6662017-12-09T14:27:15  *** yoctopede has joined #bitcoin-core-dev
6672017-12-09T14:31:21  *** yoctopede has quit IRC
6682017-12-09T14:31:26  *** hkjn0_ has joined #bitcoin-core-dev
6692017-12-09T14:32:17  *** yoctopede has joined #bitcoin-core-dev
6702017-12-09T14:33:37  *** cl0uding has quit IRC
6712017-12-09T14:33:38  *** hkjn0 has quit IRC
6722017-12-09T14:33:50  *** hkjn0_ is now known as hkjn0
6732017-12-09T14:45:33  *** cl0uding has joined #bitcoin-core-dev
6742017-12-09T15:14:56  *** hellxcode has joined #bitcoin-core-dev
6752017-12-09T15:22:22  *** yoctopede has quit IRC
6762017-12-09T15:23:04  *** Cheeseo has quit IRC
6772017-12-09T15:24:32  *** yoctopede has joined #bitcoin-core-dev
6782017-12-09T15:30:21  *** yoctopede has quit IRC
6792017-12-09T15:31:14  *** yoctopede has joined #bitcoin-core-dev
6802017-12-09T15:32:19  *** cl0uding has quit IRC
6812017-12-09T15:42:48  *** instagibbs has quit IRC
6822017-12-09T15:43:06  *** kabaum has quit IRC
6832017-12-09T15:44:00  *** kabaum has joined #bitcoin-core-dev
6842017-12-09T15:44:32  *** cl0uding has joined #bitcoin-core-dev
6852017-12-09T16:04:05  *** cl0uding has quit IRC
6862017-12-09T16:10:21  *** yoctopede has quit IRC
6872017-12-09T16:11:14  *** yoctopede has joined #bitcoin-core-dev
6882017-12-09T16:14:21  *** yoctopede has quit IRC
6892017-12-09T16:15:12  *** yoctopede has joined #bitcoin-core-dev
6902017-12-09T16:17:18  *** cl0uding has joined #bitcoin-core-dev
6912017-12-09T16:25:35  *** cl0uding has quit IRC
6922017-12-09T16:34:00  *** instagibbs has joined #bitcoin-core-dev
6932017-12-09T16:36:29  *** Kozuch has joined #bitcoin-core-dev
6942017-12-09T16:38:52  *** cl0uding has joined #bitcoin-core-dev
6952017-12-09T16:43:40  <instagibbs> cluelessperson, no, there are various efforts that add it internally or externally
6962017-12-09T16:46:19  *** cl0uding has quit IRC
6972017-12-09T16:47:03  *** hellxcode has quit IRC
6982017-12-09T16:48:35  *** Victorsueca has quit IRC
6992017-12-09T16:49:47  *** Victorsueca has joined #bitcoin-core-dev
7002017-12-09T16:57:47  *** cl0uding has joined #bitcoin-core-dev
7012017-12-09T17:03:44  *** Dummbatz has quit IRC
7022017-12-09T17:15:22  *** yoctopede has quit IRC
7032017-12-09T17:16:12  *** yoctopede has joined #bitcoin-core-dev
7042017-12-09T17:18:05  *** promag has joined #bitcoin-core-dev
7052017-12-09T17:20:43  *** MrPaz has joined #bitcoin-core-dev
7062017-12-09T17:29:57  *** promag has quit IRC
7072017-12-09T17:49:15  *** R has joined #bitcoin-core-dev
7082017-12-09T17:49:37  *** R is now known as Guest1742
7092017-12-09T17:53:50  *** Guest1742 has quit IRC
7102017-12-09T18:02:35  *** cl0uding has quit IRC
7112017-12-09T18:10:32  *** MrPaz has quit IRC
7122017-12-09T18:13:09  *** Randolf has quit IRC
7132017-12-09T18:16:08  *** cl0uding has joined #bitcoin-core-dev
7142017-12-09T18:29:34  *** yoctopede has quit IRC
7152017-12-09T18:30:35  *** yoctopede has joined #bitcoin-core-dev
7162017-12-09T18:31:27  *** yoctopede has quit IRC
7172017-12-09T18:32:19  *** yoctopede has joined #bitcoin-core-dev
7182017-12-09T18:40:24  *** bule2 has joined #bitcoin-core-dev
7192017-12-09T18:57:19  *** promag has joined #bitcoin-core-dev
7202017-12-09T18:58:09  *** cl0uding has quit IRC
7212017-12-09T18:58:17  *** promag has quit IRC
7222017-12-09T18:59:40  *** promag has joined #bitcoin-core-dev
7232017-12-09T19:07:22  *** yoctopede has quit IRC
7242017-12-09T19:08:29  *** yoctopede has joined #bitcoin-core-dev
7252017-12-09T19:09:21  *** chjj has quit IRC
7262017-12-09T19:10:06  *** cl0uding has joined #bitcoin-core-dev
7272017-12-09T19:12:21  *** promag has quit IRC
7282017-12-09T19:13:22  *** yoctopede has quit IRC
7292017-12-09T19:14:19  *** yoctopede has joined #bitcoin-core-dev
7302017-12-09T19:22:48  *** esotericnonsense has quit IRC
7312017-12-09T19:24:59  *** esotericnonsense has joined #bitcoin-core-dev
7322017-12-09T19:34:38  *** MrPaz has joined #bitcoin-core-dev
7332017-12-09T19:38:47  *** bule has joined #bitcoin-core-dev
7342017-12-09T19:41:00  *** bule2 has quit IRC
7352017-12-09T19:41:03  *** rafalcpp has quit IRC
7362017-12-09T19:59:00  *** meshcollider has joined #bitcoin-core-dev
7372017-12-09T20:00:06  *** Victorsueca has quit IRC
7382017-12-09T20:01:17  *** Victorsueca has joined #bitcoin-core-dev
7392017-12-09T20:10:14  *** Randolf has joined #bitcoin-core-dev
7402017-12-09T20:10:31  *** MrPaz has quit IRC
7412017-12-09T20:18:46  *** roadcrap has quit IRC
7422017-12-09T20:20:33  *** SopaXorzTaker has quit IRC
7432017-12-09T20:22:08  <andytoshi> on regtest, under what conditions will `sendrawtransaction` silently succeed but the tx then not get confirmed by a `generate` call?
7442017-12-09T20:23:30  *** yoctopede has quit IRC
7452017-12-09T20:24:25  *** yoctopede has joined #bitcoin-core-dev
7462017-12-09T20:25:06  *** bule2 has joined #bitcoin-core-dev
7472017-12-09T20:25:24  *** Ylbam has quit IRC
7482017-12-09T20:25:26  <sipa> andytoshi: what height are you at?
7492017-12-09T20:26:02  <andytoshi> sipa: 148
7502017-12-09T20:27:20  <andytoshi> my coins are 100 blocks old and i have prematurewitness on
7512017-12-09T20:27:24  *** bule has quit IRC
7522017-12-09T20:27:29  *** deferu has joined #bitcoin-core-dev
7532017-12-09T20:29:45  <sipa> andytoshi: segwit only activates at block 432 iirc
7542017-12-09T20:30:29  <andytoshi> right, but with the -prematurewitness flag it should activate immediately, right?
7552017-12-09T20:30:50  <andytoshi> initially i was getting an RPC error no-witness-yet or something like that, and -prematurewitness made that error stop happening, so i think i'm in the clear
7562017-12-09T20:32:07  <andytoshi> i'll jump 1000 blocks forward and see what happens..
7572017-12-09T20:32:11  <arubi> do minrelaytxfee \ blockmintxfee behave the same on regtest?  maybe the fee is too low for the defaults?
7582017-12-09T20:32:30  <andytoshi> there's an explicit error when the fee is too low
7592017-12-09T20:42:56  *** MrPaz has joined #bitcoin-core-dev
7602017-12-09T20:43:34  <andytoshi> jumping forward 1000 blocks seems to fix it, i think this may be a bug (or a misunderstanding on my part) in what prematurewitness does
7612017-12-09T20:43:45  <andytoshi> i'll circle back, i've got another bug to chase down in my software..
7622017-12-09T20:50:18  *** DrFeelGood has quit IRC
7632017-12-09T20:53:38  <andytoshi> ok, got that. now jumping ahead 1000 vs 100 blocks at startup is the difference between my software's integration tests passing or failing. i guess it's just the segwit activation height then.
7642017-12-09T20:54:13  <andytoshi> thanks. if somebody familiar with -prematurewitness can comment on whether this sounds like a bug, i'll open an issue
7652017-12-09T21:06:57  *** Kozuch has quit IRC
7662017-12-09T21:14:50  *** yoctopede has quit IRC
7672017-12-09T21:15:24  *** yoctopede has joined #bitcoin-core-dev
7682017-12-09T21:26:56  *** cl0uding has quit IRC
7692017-12-09T21:27:53  *** Cheeseo has joined #bitcoin-core-dev
7702017-12-09T21:38:46  *** cl0uding has joined #bitcoin-core-dev
7712017-12-09T21:42:35  *** yoctopede has quit IRC
7722017-12-09T21:43:56  *** yoctopede has joined #bitcoin-core-dev
7732017-12-09T21:44:41  <sipa> andytoshi: prematurewitness is just about the mempool, iirc
7742017-12-09T21:45:27  *** cl0uding has quit IRC
7752017-12-09T21:50:18  *** foobar_ has joined #bitcoin-core-dev
7762017-12-09T21:50:18  <foobar_> hi
7772017-12-09T21:50:45  <foobar_> does bitcoin rule or what
7782017-12-09T21:51:20  <foobar_> doesnt wtf bye
7792017-12-09T21:51:22  *** foobar_ has quit IRC
7802017-12-09T21:53:21  <sipa> andytoshi: yes, the block assembly code won't include segwit transactions until the rule is enforced by consensus
7812017-12-09T21:56:35  *** MrPaz has quit IRC
7822017-12-09T21:58:09  *** cl0uding has joined #bitcoin-core-dev
7832017-12-09T22:04:43  *** booyah_ has joined #bitcoin-core-dev
7842017-12-09T22:05:15  *** booyah has quit IRC
7852017-12-09T22:08:45  *** meshcollider has quit IRC
7862017-12-09T22:14:27  *** Randolf has quit IRC
7872017-12-09T22:15:24  *** yoctopede has quit IRC
7882017-12-09T22:15:47  *** eck has joined #bitcoin-core-dev
7892017-12-09T22:16:23  *** yoctopede has joined #bitcoin-core-dev
7902017-12-09T22:16:43  *** yoctopede has quit IRC
7912017-12-09T22:17:35  *** yoctopede has joined #bitcoin-core-dev
7922017-12-09T22:27:23  *** tknp has joined #bitcoin-core-dev
7932017-12-09T22:30:25  *** BashCo_ has joined #bitcoin-core-dev
7942017-12-09T22:30:38  *** yoctopede has quit IRC
7952017-12-09T22:31:06  *** BashCo has quit IRC
7962017-12-09T22:31:17  *** yoctopede has joined #bitcoin-core-dev
7972017-12-09T22:33:26  *** roadcrap has joined #bitcoin-core-dev
7982017-12-09T22:34:14  *** MrPaz has joined #bitcoin-core-dev
7992017-12-09T22:35:19  *** MisterPaz has joined #bitcoin-core-dev
8002017-12-09T22:39:02  *** MrPaz has quit IRC
8012017-12-09T22:48:28  *** StopAndDecrypt_ is now known as StopAndDecrypt
8022017-12-09T22:48:41  *** StopAndDecrypt has joined #bitcoin-core-dev
8032017-12-09T22:50:04  *** StopAndDecrypt is now known as StopAndDecrypt_
8042017-12-09T22:52:12  *** StopAndDecrypt_ has quit IRC
8052017-12-09T22:52:55  *** StopAndDecrypt has joined #bitcoin-core-dev
8062017-12-09T23:03:53  *** MisterPaz has quit IRC
8072017-12-09T23:04:25  *** Randolf has joined #bitcoin-core-dev
8082017-12-09T23:09:21  *** AaronvanW has joined #bitcoin-core-dev
8092017-12-09T23:10:23  *** MisterPaz has joined #bitcoin-core-dev
8102017-12-09T23:12:06  *** MrPaz has joined #bitcoin-core-dev
8112017-12-09T23:13:08  *** Aaronvan_ has joined #bitcoin-core-dev
8122017-12-09T23:14:51  *** MisterPaz has quit IRC
8132017-12-09T23:16:25  *** yoctopede has quit IRC
8142017-12-09T23:16:36  *** AaronvanW has quit IRC
8152017-12-09T23:17:14  *** yoctopede has joined #bitcoin-core-dev
8162017-12-09T23:18:27  *** Kozuch has joined #bitcoin-core-dev
8172017-12-09T23:26:23  *** yoctopede has quit IRC
8182017-12-09T23:26:31  *** deferu has quit IRC
8192017-12-09T23:27:17  *** yoctopede has joined #bitcoin-core-dev
8202017-12-09T23:31:35  *** go1111111 has quit IRC
8212017-12-09T23:31:47  *** go11111111111 has joined #bitcoin-core-dev
8222017-12-09T23:32:23  *** go11111111111 has quit IRC
8232017-12-09T23:33:08  *** go1111111 has joined #bitcoin-core-dev
8242017-12-09T23:38:41  *** dgenr8 has quit IRC
8252017-12-09T23:44:21  *** deferu has joined #bitcoin-core-dev
8262017-12-09T23:46:07  *** AaronvanW has joined #bitcoin-core-dev
8272017-12-09T23:46:30  *** AaronvanW has quit IRC
8282017-12-09T23:49:20  *** Aaronvan_ has quit IRC
8292017-12-09T23:51:01  *** merehap has quit IRC
8302017-12-09T23:53:03  *** Randolf has quit IRC
8312017-12-09T23:56:01  *** d9b4bef9 has quit IRC
8322017-12-09T23:57:17  *** d9b4bef9 has joined #bitcoin-core-dev
8332017-12-09T23:59:05  *** chjj has joined #bitcoin-core-dev