12016-02-27T00:25:30  *** jujumax has quit IRC
  22016-02-27T00:33:33  *** AaronvanW has quit IRC
  32016-02-27T00:34:54  *** jujumax has joined #bitcoin-core-dev
  42016-02-27T00:40:25  *** danielsocials has joined #bitcoin-core-dev
  52016-02-27T00:58:19  *** gevs has quit IRC
  62016-02-27T01:00:24  *** gevs has joined #bitcoin-core-dev
  72016-02-27T01:06:42  *** danielsocials has quit IRC
  82016-02-27T01:08:23  *** jujumax has quit IRC
  92016-02-27T01:14:39  *** proslogion has quit IRC
 102016-02-27T01:37:45  *** Chris_Stewart_5 has joined #bitcoin-core-dev
 112016-02-27T01:41:31  *** evoskuil has joined #bitcoin-core-dev
 122016-02-27T01:45:51  *** [_smitty] has quit IRC
 132016-02-27T02:01:58  *** wallet42 has quit IRC
 142016-02-27T02:06:01  *** gevs has quit IRC
 152016-02-27T02:28:28  *** Ylbam has quit IRC
 162016-02-27T02:29:02  *** Chris_Stewart_5 has quit IRC
 172016-02-27T02:29:39  *** p15x has joined #bitcoin-core-dev
 182016-02-27T02:43:19  *** Chris_Stewart_5 has joined #bitcoin-core-dev
 192016-02-27T02:58:05  *** gamersg has joined #bitcoin-core-dev
 202016-02-27T03:00:08  <GitHub88> [bitcoin] alfiedotwtf opened pull request #7612: [doc] Typo fix (master...master) https://github.com/bitcoin/bitcoin/pull/7612
 212016-02-27T03:08:36  <gamersg> is it ok to use C++11 in the master branch?
 222016-02-27T03:28:05  *** p15 has joined #bitcoin-core-dev
 232016-02-27T03:30:54  <sipa> gamersg: not yet
 242016-02-27T03:31:04  <sipa> but probably soon
 252016-02-27T03:33:56  <gamersg> alrite. Just thinking, do we plan to keep the current C and C++ styles mixed in the codebase
 262016-02-27T03:45:24  *** achow101 has joined #bitcoin-core-dev
 272016-02-27T04:46:56  <GitHub42> [bitcoin] GamerSg opened pull request #7613: Add autocomplete to bitcoin-qt's console window. (master...autocomplete) https://github.com/bitcoin/bitcoin/pull/7613
 282016-02-27T04:48:19  <Luke-Jr> ooh
 292016-02-27T04:51:12  <gamersg> its a pretty small change, first time looking into bitcoin code
 302016-02-27T04:52:34  <PRab_> gamersg: Does it only autocomplete the first word, or the entire command?
 312016-02-27T04:52:58  *** achow101 has quit IRC
 322016-02-27T04:54:44  <PRab_> (No big deal if its only the first word, thats still a big improvement)
 332016-02-27T04:56:07  <gamersg> just the command, lemme take a screenshot
 342016-02-27T04:56:30  <gamersg> was much easier than i thought, QT has a class to do it
 352016-02-27T04:57:19  <PRab_> gotcha. I had thought about it previously, but when I looked at https://github.com/bitcoin/bitcoin/blob/master/contrib/bitcoind.bash-completion I ran away.
 362016-02-27T05:03:46  <gamersg> http://imgur.com/wF667ky
 372016-02-27T05:04:27  <gamersg> i probably more time figuring out git since im new to it
 382016-02-27T05:04:30  <gamersg> spent*
 392016-02-27T05:05:25  <PRab_> Looks good to me.
 402016-02-27T05:06:04  <PRab_> Git is a bit tricky. I just spend an hour today teaching a coworker about branches, forks, remotes, etc.
 412016-02-27T05:06:24  <PRab_> Once you get the hang of it, it is very powerful.
 422016-02-27T05:06:40  <PRab_> I'm just sad that sourcetree constantly hangs for me.
 432016-02-27T05:08:24  <PRab_> gamersg: It probably wouldn't be a bad idea to link to the image from your pull request. It helps make it a bit more concrete.
 442016-02-27T05:14:41  <gamersg> PRab_: ok now, to figure out how to do that
 452016-02-27T05:15:17  <PRab_> Just add a comment on github with a link. If you want I can do it for you.
 462016-02-27T05:15:58  <PRab_> Oh, looks like you did it!
 472016-02-27T05:16:40  <gamersg> ya good that it supports file attachments
 482016-02-27T05:16:53  <PRab_> Yep, github is pretty nice.
 492016-02-27T05:17:08  <gamersg> bash completion is probably a nightmare
 502016-02-27T05:17:23  <gamersg> unless u are a shell scripting expert
 512016-02-27T05:21:03  <gamersg> is there a define signifying NOWALLET?
 522016-02-27T05:22:04  <PRab_> #ifdef ENABLE_WALLET?
 532016-02-27T05:24:51  <gamersg> hmm ok, travis seems to fail for NO WALLET builds
 542016-02-27T05:25:25  <gamersg> there ought to be a variable as well, since wallet can be disabled from command line
 552016-02-27T05:25:37  <PRab_> I'm heading to bed. Good luck.
 562016-02-27T05:25:59  <PRab_> It wasn't #ifdef ENABLE_WALLET ?
 572016-02-27T05:33:29  *** Chris_Stewart_5 has quit IRC
 582016-02-27T05:34:46  <gamersg> define is compile time
 592016-02-27T05:34:55  <gamersg> variable will affect runtime
 602016-02-27T05:35:04  <gamersg> yeah, i gtg as well, will look into it tmr
 612016-02-27T05:39:16  *** gamersg has left #bitcoin-core-dev
 622016-02-27T05:40:14  *** laurentmt has joined #bitcoin-core-dev
 632016-02-27T05:40:51  *** laurentmt has quit IRC
 642016-02-27T05:52:54  *** evoskuil has quit IRC
 652016-02-27T06:05:33  *** evoskuil has joined #bitcoin-core-dev
 662016-02-27T06:09:59  *** jtimon has quit IRC
 672016-02-27T06:11:35  <GitHub146> [bitcoin] luke-jr opened pull request #7614: Bugfix: gitian: Add curl to packages (now needed for depends) (master...depends_curl) https://github.com/bitcoin/bitcoin/pull/7614
 682016-02-27T06:27:01  *** Alopex has quit IRC
 692016-02-27T06:28:06  *** Alopex has joined #bitcoin-core-dev
 702016-02-27T06:34:19  *** evoskuil has quit IRC
 712016-02-27T06:49:45  *** PaulCape_ has joined #bitcoin-core-dev
 722016-02-27T06:50:02  *** evoskuil has joined #bitcoin-core-dev
 732016-02-27T06:53:09  *** PaulCapestany has quit IRC
 742016-02-27T07:05:15  *** wallet42 has joined #bitcoin-core-dev
 752016-02-27T07:15:29  *** AtashiCon has quit IRC
 762016-02-27T07:15:38  *** AtashiCon has joined #bitcoin-core-dev
 772016-02-27T07:52:40  *** AtashiCon has quit IRC
 782016-02-27T07:58:01  *** Don_John has quit IRC
 792016-02-27T08:14:04  *** p15 has quit IRC
 802016-02-27T08:14:07  *** p15x has quit IRC
 812016-02-27T08:20:42  *** p15x has joined #bitcoin-core-dev
 822016-02-27T08:44:26  *** AtashiCon has joined #bitcoin-core-dev
 832016-02-27T08:54:18  *** randy-waterhouse has quit IRC
 842016-02-27T08:55:01  *** Alopex has quit IRC
 852016-02-27T08:56:06  *** Alopex has joined #bitcoin-core-dev
 862016-02-27T08:58:06  *** AaronvanW has joined #bitcoin-core-dev
 872016-02-27T09:10:50  *** proslogion has joined #bitcoin-core-dev
 882016-02-27T09:40:57  *** Ylbam has joined #bitcoin-core-dev
 892016-02-27T10:03:51  *** Thireus has quit IRC
 902016-02-27T10:04:35  *** Thireus has joined #bitcoin-core-dev
 912016-02-27T10:08:52  *** p15x has quit IRC
 922016-02-27T10:28:35  *** p15x has joined #bitcoin-core-dev
 932016-02-27T10:43:15  *** AaronvanW has quit IRC
 942016-02-27T11:24:52  *** jtimon has joined #bitcoin-core-dev
 952016-02-27T12:14:40  *** jtimon has quit IRC
 962016-02-27T12:23:12  <GitHub93> [bitcoin] MarcoFalke opened pull request #7615: [wallet] Couple MIN_CHANGE with minimum relay fee (master...Mf1602-walletMinChange) https://github.com/bitcoin/bitcoin/pull/7615
 972016-02-27T13:08:51  *** p15x has quit IRC
 982016-02-27T13:38:03  *** laurentmt has joined #bitcoin-core-dev
 992016-02-27T13:38:49  *** laurentmt has quit IRC
1002016-02-27T13:43:38  *** wallet42 has quit IRC
1012016-02-27T14:00:53  <GitHub56> [bitcoin] MarcoFalke opened pull request #7616: Revert "depends: fix Boost 1.55 build on GCC 5" (master...Mf1602-boost155) https://github.com/bitcoin/bitcoin/pull/7616
1022016-02-27T14:21:11  *** jujumax has joined #bitcoin-core-dev
1032016-02-27T14:23:08  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1042016-02-27T14:33:32  *** Guyver2 has joined #bitcoin-core-dev
1052016-02-27T14:43:10  *** jtimon has joined #bitcoin-core-dev
1062016-02-27T15:03:47  *** Guest35056 has joined #bitcoin-core-dev
1072016-02-27T15:05:22  *** Guest35056 is now known as [_smitty]
1082016-02-27T15:07:58  *** jujumax has quit IRC
1092016-02-27T15:28:45  *** PRab_ has quit IRC
1102016-02-27T15:29:44  *** PRab has joined #bitcoin-core-dev
1112016-02-27T15:49:05  *** xiangfu has joined #bitcoin-core-dev
1122016-02-27T16:11:14  *** laurentmt has joined #bitcoin-core-dev
1132016-02-27T16:14:17  *** laurentmt has quit IRC
1142016-02-27T16:28:24  *** xiangfu has quit IRC
1152016-02-27T17:04:34  *** Arnavion has quit IRC
1162016-02-27T17:05:04  *** Arnavion has joined #bitcoin-core-dev
1172016-02-27T17:13:06  *** lesderid_ is now known as lesderid
1182016-02-27T17:21:42  <GitHub116> [bitcoin] MarcoFalke opened pull request #7617: [doc] Minor corrections to release notes and links (master...Mf1602-trivial9) https://github.com/bitcoin/bitcoin/pull/7617
1192016-02-27T17:22:20  *** justanot1eruser is now known as justanotheruser
1202016-02-27T18:10:53  *** AaronvanW has joined #bitcoin-core-dev
1212016-02-27T19:00:26  *** murch has joined #bitcoin-core-dev
1222016-02-27T19:14:42  *** jujumax has joined #bitcoin-core-dev
1232016-02-27T19:21:49  *** Chris_Stewart_5 has quit IRC
1242016-02-27T19:41:56  *** achow101 has joined #bitcoin-core-dev
1252016-02-27T19:51:06  *** jujumax has quit IRC
1262016-02-27T20:29:25  *** wallet42 has joined #bitcoin-core-dev
1272016-02-27T20:31:13  *** laurentmt has joined #bitcoin-core-dev
1282016-02-27T20:31:13  *** laurentmt has quit IRC
1292016-02-27T20:35:24  *** AaronvanW has quit IRC
1302016-02-27T20:41:31  *** Don_John has joined #bitcoin-core-dev
1312016-02-27T20:49:31  *** raedah has joined #bitcoin-core-dev
1322016-02-27T20:51:47  *** wallet42 has quit IRC
1332016-02-27T20:54:48  <btcdrak> does anyone know why gitian builder keeps asking for sudo password before making new image? It's supposed to be in the sudoers, I think there might be some other command that needs to be whitelisted.
1342016-02-27T20:55:07  <btcdrak> I am sure I remember this being discussed before in this channel, but cant find it in the logs
1352016-02-27T20:55:47  <sipa> i think it is vmbuilder that builds the image
1362016-02-27T20:58:16  *** instagibbs has quit IRC
1372016-02-27T20:59:21  <PRab> btcdrak: I remember that discussion also.
1382016-02-27T20:59:27  *** Thireus has quit IRC
1392016-02-27T21:00:54  <btcdrak> oh I found it https://botbot.me/freenode/bitcoin-core-dev/2016-02-18/?msg=60419903&page=3
1402016-02-27T21:01:30  <btcdrak> need to add an entry for lxc-execute as well
1412016-02-27T21:04:09  *** instagibbs has joined #bitcoin-core-dev
1422016-02-27T21:06:31  <PRab> btcdrak: Testing a change to /doc/gitian-building.md to see if I can automate it.
1432016-02-27T21:06:47  <btcdrak> It works. I'm submitting a PR
1442016-02-27T21:07:42  <PRab> Ok, I'll just test your PR.
1452016-02-27T21:14:29  <GitHub34> [bitcoin] btcdrak opened pull request #7619: Add missing sudo entry in gitian VM setup. (master...gitian-sudo) https://github.com/bitcoin/bitcoin/pull/7619
1462016-02-27T21:16:55  *** jujumax has joined #bitcoin-core-dev
1472016-02-27T21:17:04  <PRab> btcdrak: Doesn't > replace the entire file?
1482016-02-27T21:17:15  <PRab> I think it needs >> instead
1492016-02-27T21:17:52  <btcdrak> oops :) I assumed the original line was >> fixing
1502016-02-27T21:18:26  <btcdrak> fixed
1512016-02-27T21:19:13  <PRab> Looks better.
1522016-02-27T21:26:08  *** PaulCape_ has quit IRC
1532016-02-27T21:26:33  *** PaulCapestany has joined #bitcoin-core-dev
1542016-02-27T21:35:53  *** eragmus has quit IRC
1552016-02-27T21:36:18  *** Luke-Jr has quit IRC
1562016-02-27T21:36:37  *** Cory has quit IRC
1572016-02-27T21:36:37  *** afk11 has quit IRC
1582016-02-27T21:36:46  *** Luke-Jr has joined #bitcoin-core-dev
1592016-02-27T21:37:03  *** davec has quit IRC
1602016-02-27T21:37:04  *** crescendo has quit IRC
1612016-02-27T21:37:08  *** gmaxwell_ has joined #bitcoin-core-dev
1622016-02-27T21:37:16  *** davec has joined #bitcoin-core-dev
1632016-02-27T21:37:17  *** mr_burdell_ has joined #bitcoin-core-dev
1642016-02-27T21:37:30  *** lclc has quit IRC
1652016-02-27T21:37:32  *** arowser_ has joined #bitcoin-core-dev
1662016-02-27T21:37:33  *** gmaxwell_ is now known as Guest98919
1672016-02-27T21:37:42  *** PaulCape_ has joined #bitcoin-core-dev
1682016-02-27T21:37:44  *** jtimon has quit IRC
1692016-02-27T21:37:45  *** murr4y has quit IRC
1702016-02-27T21:37:45  *** mr_burdell has quit IRC
1712016-02-27T21:37:46  *** mr_burdell_ is now known as mr_burdell
1722016-02-27T21:37:54  *** jtimon_ has joined #bitcoin-core-dev
1732016-02-27T21:40:59  *** da2ce7 has quit IRC
1742016-02-27T21:41:31  *** wangchun has quit IRC
1752016-02-27T21:41:31  *** teward has quit IRC
1762016-02-27T21:42:09  *** PaulCape_ has quit IRC
1772016-02-27T21:42:09  *** arowser_ has quit IRC
1782016-02-27T21:42:09  *** Tasoshi has quit IRC
1792016-02-27T21:42:09  *** bad_duck has quit IRC
1802016-02-27T21:43:38  *** zibbo has quit IRC
1812016-02-27T21:44:07  *** Bootvis_ has quit IRC
1822016-02-27T21:55:03  *** lightningbot has joined #bitcoin-core-dev
1832016-02-27T21:55:11  *** fkhan has joined #bitcoin-core-dev
1842016-02-27T21:56:24  *** arubi has joined #bitcoin-core-dev
1852016-02-27T21:58:30  *** eragmus has joined #bitcoin-core-dev
1862016-02-27T22:01:08  *** nanotube has joined #bitcoin-core-dev
1872016-02-27T22:03:08  *** michagogo has joined #bitcoin-core-dev
1882016-02-27T22:06:10  *** AtashiCon has quit IRC
1892016-02-27T22:06:15  *** Arnavion3 has joined #bitcoin-core-dev
1902016-02-27T22:06:18  *** Arnavion3 is now known as AtashiCon
1912016-02-27T22:07:43  *** da2ce7 has quit IRC
1922016-02-27T22:07:45  *** Aleph0 has quit IRC
1932016-02-27T22:08:14  *** JackH has joined #bitcoin-core-dev
1942016-02-27T22:08:21  *** warren has quit IRC
1952016-02-27T22:08:22  *** Squidicc has quit IRC
1962016-02-27T22:08:22  *** MarcoFalke has quit IRC
1972016-02-27T22:08:23  *** berndj has quit IRC
1982016-02-27T22:08:23  *** Evel-Knievel has quit IRC
1992016-02-27T22:08:23  *** OxADADA has quit IRC
2002016-02-27T22:08:23  *** Madars has quit IRC
2012016-02-27T22:08:23  *** arichnad has quit IRC
2022016-02-27T22:08:32  *** Evel-Knievel has joined #bitcoin-core-dev
2032016-02-27T22:08:35  *** OxADADA has joined #bitcoin-core-dev
2042016-02-27T22:09:04  *** arichnad has joined #bitcoin-core-dev
2052016-02-27T22:09:53  *** berndj has joined #bitcoin-core-dev
2062016-02-27T22:10:05  *** Madars has joined #bitcoin-core-dev
2072016-02-27T22:10:10  *** AtashiCon has quit IRC
2082016-02-27T22:10:15  *** Arnavion3 has joined #bitcoin-core-dev
2092016-02-27T22:10:18  *** Arnavion3 is now known as AtashiCon
2102016-02-27T22:11:21  *** JackH has quit IRC
2112016-02-27T22:12:19  *** warren has joined #bitcoin-core-dev
2122016-02-27T22:18:32  *** murch has quit IRC
2132016-02-27T22:18:33  *** cj has quit IRC
2142016-02-27T22:19:31  *** baldur has quit IRC
2152016-02-27T22:19:31  *** dgenr8 has quit IRC
2162016-02-27T22:19:31  *** slackircbridge has quit IRC
2172016-02-27T22:19:33  *** davec_ has joined #bitcoin-core-dev
2182016-02-27T22:19:52  *** phantomcircuit has quit IRC
2192016-02-27T22:19:52  *** go1111111 has quit IRC
2202016-02-27T22:19:53  *** windsok has quit IRC
2212016-02-27T22:23:57  *** anttea has joined #bitcoin-core-dev
2222016-02-27T22:23:57  *** jron has joined #bitcoin-core-dev
2232016-02-27T22:24:30  *** instagibbs_ has joined #bitcoin-core-dev
2242016-02-27T22:25:06  *** da2ce7 has joined #bitcoin-core-dev
2252016-02-27T22:26:54  *** Aleph0 has joined #bitcoin-core-dev
2262016-02-27T22:26:59  *** BashCo_ has joined #bitcoin-core-dev
2272016-02-27T22:28:03  *** Amnez777 has joined #bitcoin-core-dev
2282016-02-27T22:28:34  *** pmienk_ has joined #bitcoin-core-dev
2292016-02-27T22:28:44  *** nickler has joined #bitcoin-core-dev
2302016-02-27T22:29:09  *** AtashiCon has quit IRC
2312016-02-27T22:29:12  *** nickler_ has quit IRC
2322016-02-27T22:29:12  *** nullpt_ has quit IRC
2332016-02-27T22:29:12  *** davec has quit IRC
2342016-02-27T22:29:12  *** instagibbs has quit IRC
2352016-02-27T22:29:12  *** BashCo has quit IRC
2362016-02-27T22:29:12  *** morcos has quit IRC
2372016-02-27T22:29:12  *** pmienk has quit IRC
2382016-02-27T22:29:12  *** Amnez777- has quit IRC
2392016-02-27T22:29:12  *** roasbeef_ has quit IRC
2402016-02-27T22:29:12  *** Eliel has quit IRC
2412016-02-27T22:29:13  *** jcorgan has quit IRC
2422016-02-27T22:29:22  *** alekos has joined #bitcoin-core-dev
2432016-02-27T22:29:58  *** kanzure_ has joined #bitcoin-core-dev
2442016-02-27T22:30:01  *** Cheeseo has joined #bitcoin-core-dev
2452016-02-27T22:30:01  *** Cheeseo has joined #bitcoin-core-dev
2462016-02-27T22:31:43  *** molz has joined #bitcoin-core-dev
2472016-02-27T22:31:59  *** mkarrer_ has joined #bitcoin-core-dev
2482016-02-27T22:32:28  *** afk11 has quit IRC
2492016-02-27T22:32:29  *** dansmith_btc has quit IRC
2502016-02-27T22:32:34  *** dirtynewshoes has quit IRC
2512016-02-27T22:33:05  *** amiller has quit IRC
2522016-02-27T22:33:05  *** kanzure has quit IRC
2532016-02-27T22:33:42  *** windsok has joined #bitcoin-core-dev
2542016-02-27T22:33:47  *** AtashiCon has joined #bitcoin-core-dev
2552016-02-27T22:33:53  *** kanzure_ is now known as kanzure
2562016-02-27T22:33:55  *** berndj has quit IRC
2572016-02-27T22:33:56  *** zxzzt_ has quit IRC
2582016-02-27T22:33:56  *** [_smitty] has quit IRC
2592016-02-27T22:33:58  *** bsm1175321 has quit IRC
2602016-02-27T22:33:58  *** hamburglar has quit IRC
2612016-02-27T22:33:58  *** RoyceX has quit IRC
2622016-02-27T22:33:58  *** wumpus has quit IRC
2632016-02-27T22:33:58  *** paveljanik has quit IRC
2642016-02-27T22:33:58  *** neha has quit IRC
2652016-02-27T22:33:59  *** mkarrer has quit IRC
2662016-02-27T22:34:04  *** da2ce7_mobile has quit IRC
2672016-02-27T22:34:06  *** gribble has quit IRC
2682016-02-27T22:34:06  *** TZander has quit IRC
2692016-02-27T22:34:06  *** moli has quit IRC
2702016-02-27T22:34:06  *** aureianimus has quit IRC
2712016-02-27T22:34:06  *** aureianimus_ has joined #bitcoin-core-dev
2722016-02-27T22:34:06  *** pavel_ has joined #bitcoin-core-dev
2732016-02-27T22:36:04  *** NicolasDorier has joined #bitcoin-core-dev
2742016-02-27T22:36:06  *** btcdrak has joined #bitcoin-core-dev
2752016-02-27T22:36:06  *** limpkin has joined #bitcoin-core-dev
2762016-02-27T22:36:06  *** zmanian_ has joined #bitcoin-core-dev
2772016-02-27T22:37:48  *** NicolasDorier has quit IRC
2782016-02-27T22:37:48  *** NicolasDorier has joined #bitcoin-core-dev
2792016-02-27T22:38:56  *** [_smitty] has joined #bitcoin-core-dev
2802016-02-27T22:40:06  *** neha has joined #bitcoin-core-dev
2812016-02-27T22:40:39  *** windsok has quit IRC
2822016-02-27T22:40:39  *** [_smitty] is now known as Guest81589
2832016-02-27T22:40:52  *** Guest81589 is now known as [_smitty]
2842016-02-27T22:40:53  *** go1111111 has joined #bitcoin-core-dev
2852016-02-27T22:41:21  *** baldur has joined #bitcoin-core-dev
2862016-02-27T22:41:55  *** windsok has joined #bitcoin-core-dev
2872016-02-27T22:41:57  *** Guyver2 has quit IRC
2882016-02-27T22:42:49  *** wumpus has joined #bitcoin-core-dev
2892016-02-27T22:42:55  *** dansmith_btc has joined #bitcoin-core-dev
2902016-02-27T22:43:05  *** afk11 has joined #bitcoin-core-dev
2912016-02-27T22:43:11  *** berndj has joined #bitcoin-core-dev
2922016-02-27T22:43:21  *** murch has joined #bitcoin-core-dev
2932016-02-27T22:43:43  *** jl2012 has quit IRC
2942016-02-27T22:44:01  *** aj_ has quit IRC
2952016-02-27T22:44:50  *** roasbeef has joined #bitcoin-core-dev
2962016-02-27T22:47:01  *** NicolasDorier has quit IRC
2972016-02-27T22:47:01  *** btcdrak has quit IRC
2982016-02-27T22:47:01  *** limpkin has quit IRC
2992016-02-27T22:47:01  *** zmanian_ has quit IRC
3002016-02-27T22:47:10  *** bsm1175321 has joined #bitcoin-core-dev
3012016-02-27T22:47:26  *** amiller has joined #bitcoin-core-dev
3022016-02-27T22:47:37  *** amiller is now known as Guest34486
3032016-02-27T22:47:38  *** aj has joined #bitcoin-core-dev
3042016-02-27T22:47:57  *** wallet42 has joined #bitcoin-core-dev
3052016-02-27T22:48:04  *** zmanian_ has joined #bitcoin-core-dev
3062016-02-27T22:48:08  *** zxzzt has joined #bitcoin-core-dev
3072016-02-27T22:48:48  *** NicolasDorier has joined #bitcoin-core-dev
3082016-02-27T22:48:49  *** kanzure has quit IRC
3092016-02-27T22:48:51  *** kanzure has joined #bitcoin-core-dev
3102016-02-27T22:49:50  *** gribble has joined #bitcoin-core-dev
3112016-02-27T22:49:54  *** jl2012 has joined #bitcoin-core-dev
3122016-02-27T22:50:38  *** dgenr8 has joined #bitcoin-core-dev
3132016-02-27T22:50:44  *** molz has quit IRC
3142016-02-27T22:50:46  *** da2ce7_mobile has joined #bitcoin-core-dev
3152016-02-27T22:51:16  *** btcdrak has joined #bitcoin-core-dev
3162016-02-27T22:51:18  *** nullpt has joined #bitcoin-core-dev
3172016-02-27T22:51:33  *** Amnez777 has quit IRC
3182016-02-27T22:51:34  *** Amnez777 has joined #bitcoin-core-dev
3192016-02-27T22:52:58  *** instagibbs_ has quit IRC
3202016-02-27T22:54:05  *** morcos has joined #bitcoin-core-dev
3212016-02-27T22:54:37  *** zxzzt has quit IRC
3222016-02-27T22:58:10  *** limpkin has joined #bitcoin-core-dev
3232016-02-27T22:58:10  *** murch has quit IRC
3242016-02-27T22:59:27  *** gmaxwell_ has joined #bitcoin-core-dev
3252016-02-27T22:59:42  *** gmaxwell has quit IRC
3262016-02-27T22:59:52  *** gmaxwell_ is now known as Guest8016
3272016-02-27T23:01:39  *** raedah_ is now known as raedah
3282016-02-27T23:02:13  *** Guest34486 has quit IRC
3292016-02-27T23:02:13  *** Guest34486 has joined #bitcoin-core-dev
3302016-02-27T23:02:13  *** Guest34486 is now known as amiller
3312016-02-27T23:05:22  *** randy-waterhouse has joined #bitcoin-core-dev
3322016-02-27T23:05:59  *** AtashiCon has quit IRC
3332016-02-27T23:06:20  *** belcher has quit IRC
3342016-02-27T23:06:38  *** AtashiCon has joined #bitcoin-core-dev
3352016-02-27T23:09:14  *** anttea has quit IRC
3362016-02-27T23:09:15  *** jron has quit IRC
3372016-02-27T23:09:52  *** Luke-Jr has quit IRC
3382016-02-27T23:10:20  *** Luke-Jr has joined #bitcoin-core-dev
3392016-02-27T23:14:04  *** ghtdak has joined #bitcoin-core-dev
3402016-02-27T23:15:32  *** wallet42 has quit IRC
3412016-02-27T23:24:22  *** molz has joined #bitcoin-core-dev
3422016-02-27T23:24:22  *** zxzzt has joined #bitcoin-core-dev
3432016-02-27T23:25:08  *** pmienk_ has quit IRC
3442016-02-27T23:26:02  *** instagibbs has joined #bitcoin-core-dev
3452016-02-27T23:31:53  *** wallet42 has joined #bitcoin-core-dev
3462016-02-27T23:36:48  *** ghtdak has quit IRC
3472016-02-27T23:37:37  *** ghtdak has joined #bitcoin-core-dev
3482016-02-27T23:37:37  *** pmienk has joined #bitcoin-core-dev
3492016-02-27T23:40:41  *** arichnad has quit IRC
3502016-02-27T23:45:48  *** arichnad has joined #bitcoin-core-dev
3512016-02-27T23:47:09  *** proslogion has quit IRC
3522016-02-27T23:50:28  *** Thireus has joined #bitcoin-core-dev