12017-10-16T00:10:39 *** belcher has joined #bitcoin-core-dev
22017-10-16T00:31:20 *** Blcom has joined #bitcoin-core-dev
32017-10-16T00:44:50 *** wxss has quit IRC
42017-10-16T00:45:20 *** Blcom has quit IRC
52017-10-16T00:46:14 *** tito__ has joined #bitcoin-core-dev
62017-10-16T00:46:38 <kanzure> is there an rpc command for converting from txid to wtxid? e.g. previously the node observed a transaction with some txid, i want to find its wtxid.
72017-10-16T00:49:10 <esotericnonsense> kanzure: getrawtransaction <hash> true ? (it seems to me that you couldn't find the wtxid in the general case unless it's txindexed)
82017-10-16T00:49:35 <Chris_Stewart_5> esotericnonsense: Or if it is in your wallet?
92017-10-16T00:49:46 <kanzure> No such mempool or blockchain transaction. Use gettransaction for wallet transactions.
102017-10-16T00:49:48 <esotericnonsense> yes, lazy language, basically if it's available to bitcoind
112017-10-16T00:50:05 <kanzure> i'm absolutely certain this is a real transaction
122017-10-16T00:50:36 <esotericnonsense> kanzure: is it sensitive? if it's not, you can pm me (I have txindex on)
132017-10-16T00:58:47 *** dabura667 has joined #bitcoin-core-dev
142017-10-16T01:03:29 *** tito__ has quit IRC
152017-10-16T01:04:25 *** promag has joined #bitcoin-core-dev
162017-10-16T01:05:29 *** Ylbam has quit IRC
172017-10-16T01:09:35 *** promag has quit IRC
182017-10-16T01:13:05 *** dabura667 has quit IRC
192017-10-16T01:13:14 *** dabura667_ has joined #bitcoin-core-dev
202017-10-16T01:33:21 <sipa> kanzure: does gettransaction work?
212017-10-16T01:33:31 <sipa> (for wallet txn)
222017-10-16T01:33:33 <kanzure> decoderawtransaction works for my purposes
232017-10-16T01:33:38 <kanzure> has hash and txid
242017-10-16T01:34:08 <sipa> ah of course
252017-10-16T01:42:48 <BlueMatt> soeone wanna close #11502? Guy is just asking for support at this point
262017-10-16T01:42:50 <gribble> https://github.com/bitcoin/bitcoin/issues/11502 | estimatefee is returning way-off value · Issue #11502 · bitcoin/bitcoin · GitHub
272017-10-16T01:51:51 *** meshcollider has quit IRC
282017-10-16T02:03:24 *** meshcollider has joined #bitcoin-core-dev
292017-10-16T02:04:45 *** harrymm_ has joined #bitcoin-core-dev
302017-10-16T02:06:49 <kanzure> sipa: which one is the wtxid? why is it "txid" and "hash"?
312017-10-16T02:07:17 <Chris_Stewart_5> What is the pull request number that implements segwit wallet?
322017-10-16T02:08:10 *** harrymm has quit IRC
332017-10-16T02:08:15 <esotericnonsense> kanzure: they're both the same. it'd be nice if the same term was used across the API.
342017-10-16T02:08:52 <kanzure> esotericnonsense: which one is both the same? the values you were returning were different between "txid" and "hash".
352017-10-16T02:08:54 <esotericnonsense> kanzure: there's some discussion in https://github.com/bitcoin/bitcoin/pull/11203 regarding 'what happens if there's a segwitv2'
362017-10-16T02:09:02 <esotericnonsense> wtxid and hash are the same
372017-10-16T02:09:24 <esotericnonsense> txid is different
382017-10-16T02:11:09 <esotericnonsense> the txid is the hash of the transaction serialized without witness data (what would be seen by an old pre-segwit node), hash/wxtid is the hash of the transaction serialized with witness data
392017-10-16T02:11:20 <esotericnonsense> wtxid*.
402017-10-16T02:12:04 <kanzure> in v0.15.0 why is txid and hash the same for a segwit transaction?
412017-10-16T02:12:12 <kanzure> in decoderawtransaction rpc output
422017-10-16T02:16:59 *** cheetah2 has joined #bitcoin-core-dev
432017-10-16T02:18:28 <cheetah2> How does one get the wallet passphrase using bitcoind getaccountaddress to make the account in php?
442017-10-16T02:25:38 *** cheetah2 has quit IRC
452017-10-16T02:26:45 <achow101> kanzure: they shouldn't be. do you have an example?
462017-10-16T02:32:06 <meshcollider> cheetah2: wrong channel, try #bitcoin
472017-10-16T02:35:19 *** cheetah2 has joined #bitcoin-core-dev
482017-10-16T02:36:05 *** Cory has quit IRC
492017-10-16T02:37:47 *** cheetah2 has quit IRC
502017-10-16T02:38:41 *** BashCo has quit IRC
512017-10-16T02:40:01 *** Chris_Stewart_5 has quit IRC
522017-10-16T02:42:59 *** Cory has joined #bitcoin-core-dev
532017-10-16T02:47:49 *** BashCo has joined #bitcoin-core-dev
542017-10-16T02:53:23 *** BashCo has quit IRC
552017-10-16T02:57:04 *** Chris_Stewart_5 has joined #bitcoin-core-dev
562017-10-16T03:16:51 *** BashCo has joined #bitcoin-core-dev
572017-10-16T03:19:08 *** Chris_Stewart_5 has quit IRC
582017-10-16T04:01:12 *** merehap__ has quit IRC
592017-10-16T04:01:26 *** merehap__ has joined #bitcoin-core-dev
602017-10-16T04:15:07 *** vicenteH` has joined #bitcoin-core-dev
612017-10-16T04:17:03 *** vicenteH has quit IRC
622017-10-16T04:56:56 <bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6ab0e4cf4954...2c66cea2d186
632017-10-16T04:56:56 <bitcoin-git> bitcoin/master 43f76f6 MeshCollider: Add missing comma from rescanblockchain
642017-10-16T04:56:57 <bitcoin-git> bitcoin/master 2c66cea Jonas Schnelli: Merge #11496: [Trivial] Add missing comma from rescanblockchain example...
652017-10-16T04:57:36 <bitcoin-git> [bitcoin] jonasschnelli closed pull request #11496: [Trivial] Add missing comma from rescanblockchain example (master...201710_missing_comma) https://github.com/bitcoin/bitcoin/pull/11496
662017-10-16T05:31:49 <bitcoin-git> [bitcoin] achow101 opened pull request #11507: Don't do slow transaction lookup when txindex is enabled (master...getrawtx-txindex) https://github.com/bitcoin/bitcoin/pull/11507
672017-10-16T05:35:04 *** shesek has joined #bitcoin-core-dev
682017-10-16T05:35:05 *** shesek has joined #bitcoin-core-dev
692017-10-16T05:37:46 *** Ylbam has joined #bitcoin-core-dev
702017-10-16T05:47:08 <bitcoin-git> [bitcoin] jonasschnelli opened pull request #11508: Fix crash via division by zero assertion (master...2017/10/qt_cc_crash_zero) https://github.com/bitcoin/bitcoin/pull/11508
712017-10-16T06:24:27 *** nOgAnOo has quit IRC
722017-10-16T06:24:38 *** hsmiths has quit IRC
732017-10-16T06:24:39 *** trotski2000 has quit IRC
742017-10-16T06:24:53 *** CodeShark has quit IRC
752017-10-16T06:24:58 *** nejon has quit IRC
762017-10-16T06:25:21 *** limpkin has quit IRC
772017-10-16T06:25:21 *** wbnns has quit IRC
782017-10-16T06:25:21 *** sugarpuff has quit IRC
792017-10-16T06:25:34 *** derbumi has quit IRC
802017-10-16T06:25:34 *** eragmus has quit IRC
812017-10-16T06:25:41 *** robby938 has quit IRC
822017-10-16T06:25:42 *** rubensayshi has quit IRC
832017-10-16T06:26:22 *** eragmus has joined #bitcoin-core-dev
842017-10-16T06:26:37 *** derbumi has joined #bitcoin-core-dev
852017-10-16T06:26:38 *** nejon has joined #bitcoin-core-dev
862017-10-16T06:26:38 *** CodeShark has joined #bitcoin-core-dev
872017-10-16T06:26:41 *** rubensayshi has joined #bitcoin-core-dev
882017-10-16T06:26:43 *** trotski2000 has joined #bitcoin-core-dev
892017-10-16T06:26:45 *** robby938 has joined #bitcoin-core-dev
902017-10-16T06:26:48 *** wbnns has joined #bitcoin-core-dev
912017-10-16T06:26:54 *** sugarpuff has joined #bitcoin-core-dev
922017-10-16T06:27:15 *** nOgAnOo has joined #bitcoin-core-dev
932017-10-16T06:27:23 *** ecurrencyhodler_ has joined #bitcoin-core-dev
942017-10-16T06:27:36 <ecurrencyhodler_> Hello
952017-10-16T06:27:57 *** bordeaux_facile has quit IRC
962017-10-16T06:28:25 <ecurrencyhodler_> Anyone understand the tech behind confidential transactions?
972017-10-16T06:28:41 <sipa> try #bitcoin-wizards
982017-10-16T06:28:51 <ecurrencyhodler_> Oh okay
992017-10-16T06:28:55 <ecurrencyhodler_> Ty
1002017-10-16T06:28:57 *** lrvick has quit IRC
1012017-10-16T06:29:20 *** bordeaux_facile has joined #bitcoin-core-dev
1022017-10-16T06:57:27 *** lrvick has joined #bitcoin-core-dev
1032017-10-16T06:59:33 *** BashCo has quit IRC
1042017-10-16T07:10:34 *** JackH has quit IRC
1052017-10-16T07:11:03 *** anonymous_765345 has joined #bitcoin-core-dev
1062017-10-16T07:11:47 *** jb55 has quit IRC
1072017-10-16T07:16:50 *** laurentmt has joined #bitcoin-core-dev
1082017-10-16T07:22:49 *** BashCo has joined #bitcoin-core-dev
1092017-10-16T07:23:20 *** JackH has joined #bitcoin-core-dev
1102017-10-16T07:25:10 *** AaronvanW has joined #bitcoin-core-dev
1112017-10-16T07:28:27 *** Aaronvan_ has quit IRC
1122017-10-16T07:34:12 <bitcoin-git> [bitcoin] practicalswift opened pull request #11509: Avoid assertion failure in coin control dialog. Fixes #11501. (master...dfeevary) https://github.com/bitcoin/bitcoin/pull/11509
1132017-10-16T07:35:39 <bitcoin-git> [bitcoin] fanquake closed pull request #11509: Avoid assertion failure in coin control dialog. Fixes #11501. (master...dfeevary) https://github.com/bitcoin/bitcoin/pull/11509
1142017-10-16T07:39:05 *** timothy has joined #bitcoin-core-dev
1152017-10-16T07:45:20 *** timothy has quit IRC
1162017-10-16T08:05:44 *** promag has joined #bitcoin-core-dev
1172017-10-16T08:10:37 *** promag has quit IRC
1182017-10-16T08:14:02 *** alreadylate has joined #bitcoin-core-dev
1192017-10-16T08:18:44 *** Guyver2 has joined #bitcoin-core-dev
1202017-10-16T08:21:50 *** meshcollider has quit IRC
1212017-10-16T08:22:02 *** hsmiths has joined #bitcoin-core-dev
1222017-10-16T08:22:49 *** limpkin has joined #bitcoin-core-dev
1232017-10-16T08:39:20 *** intcat has quit IRC
1242017-10-16T08:39:24 *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
1252017-10-16T08:39:25 *** Cogito_Ergo_Sum has quit IRC
1262017-10-16T08:39:25 *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
1272017-10-16T08:45:58 *** timothy has joined #bitcoin-core-dev
1282017-10-16T08:47:28 *** intcat has joined #bitcoin-core-dev
1292017-10-16T09:03:29 *** Ylbam has quit IRC
1302017-10-16T09:09:59 *** goatpig has joined #bitcoin-core-dev
1312017-10-16T09:14:05 *** alreadylate has quit IRC
1322017-10-16T09:24:36 *** vicenteH` is now known as vicenteH
1332017-10-16T09:27:09 <bitcoin-git> [bitcoin] simonmulser opened pull request #11510: Trivial: Log when peer reached MAX_BLOCKS_IN_TRANSIT_PER_PEER (master...add_log) https://github.com/bitcoin/bitcoin/pull/11510
1342017-10-16T09:27:14 *** ekrion has quit IRC
1352017-10-16T09:30:44 *** meshcollider has joined #bitcoin-core-dev
1362017-10-16T09:33:25 *** ekrion has joined #bitcoin-core-dev
1372017-10-16T09:45:27 *** JackH has quit IRC
1382017-10-16T09:51:27 *** JackH has joined #bitcoin-core-dev
1392017-10-16T09:52:14 *** alreadylate has joined #bitcoin-core-dev
1402017-10-16T10:01:49 *** wxss has joined #bitcoin-core-dev
1412017-10-16T10:03:29 *** JackH has quit IRC
1422017-10-16T10:27:29 *** reallll has joined #bitcoin-core-dev
1432017-10-16T10:28:05 *** belcher has quit IRC
1442017-10-16T10:33:37 *** Cogito_Ergo_Sum has quit IRC
1452017-10-16T10:39:15 *** alreadylate has quit IRC
1462017-10-16T10:50:54 *** rafalcpp has joined #bitcoin-core-dev
1472017-10-16T10:55:39 *** m8tion has joined #bitcoin-core-dev
1482017-10-16T11:29:09 *** SopaXorzTaker has joined #bitcoin-core-dev
1492017-10-16T11:38:05 *** SopaXorzTaker has quit IRC
1502017-10-16T11:40:07 *** SopaXorzTaker has joined #bitcoin-core-dev
1512017-10-16T11:41:19 *** anonymous_765345 has quit IRC
1522017-10-16T11:47:23 *** alreadylate has joined #bitcoin-core-dev
1532017-10-16T11:49:21 *** alreadylate has quit IRC
1542017-10-16T11:57:23 *** alreadylate has joined #bitcoin-core-dev
1552017-10-16T11:58:48 *** wxss has quit IRC
1562017-10-16T12:03:34 *** wxss has joined #bitcoin-core-dev
1572017-10-16T12:08:31 *** SopaXorzTaker has quit IRC
1582017-10-16T12:09:47 *** SopaXorzTaker has joined #bitcoin-core-dev
1592017-10-16T12:11:46 *** alreadylate has quit IRC
1602017-10-16T12:35:59 *** alreadylate has joined #bitcoin-core-dev
1612017-10-16T12:39:25 *** alreadylate has quit IRC
1622017-10-16T12:39:44 *** alreadylate has joined #bitcoin-core-dev
1632017-10-16T12:43:46 *** reallll has quit IRC
1642017-10-16T12:46:21 *** alreadylate has quit IRC
1652017-10-16T12:47:33 *** promag has joined #bitcoin-core-dev
1662017-10-16T12:47:37 *** alreadylate has joined #bitcoin-core-dev
1672017-10-16T12:51:41 *** promag has quit IRC
1682017-10-16T12:54:42 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1692017-10-16T12:55:56 *** SopaXorzTaker has quit IRC
1702017-10-16T13:00:33 *** meshcollider has quit IRC
1712017-10-16T13:06:02 *** dabura667_ has quit IRC
1722017-10-16T13:08:34 *** SopaXorzTaker has joined #bitcoin-core-dev
1732017-10-16T13:11:27 *** shesek has quit IRC
1742017-10-16T13:24:32 *** jouke has joined #bitcoin-core-dev
1752017-10-16T13:26:56 *** JackH has joined #bitcoin-core-dev
1762017-10-16T13:28:52 *** promag has joined #bitcoin-core-dev
1772017-10-16T13:37:41 *** Chris_Stewart_5 has quit IRC
1782017-10-16T13:44:37 *** sanada` has joined #bitcoin-core-dev
1792017-10-16T13:48:15 *** sanada has quit IRC
1802017-10-16T13:51:35 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1812017-10-16T13:57:23 *** unholymachine has quit IRC
1822017-10-16T13:58:37 *** unholymachine has joined #bitcoin-core-dev
1832017-10-16T14:10:37 *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
1842017-10-16T14:17:45 *** alreadylate has quit IRC
1852017-10-16T14:18:20 *** alreadylate has joined #bitcoin-core-dev
1862017-10-16T14:18:37 *** anonymous_765345 has joined #bitcoin-core-dev
1872017-10-16T14:22:50 *** alreadylate has quit IRC
1882017-10-16T14:24:50 *** alreadylate has joined #bitcoin-core-dev
1892017-10-16T14:45:28 *** alreadylate has quit IRC
1902017-10-16T14:45:50 *** Chris_Stewart_5 has quit IRC
1912017-10-16T14:47:57 *** alreadylate has joined #bitcoin-core-dev
1922017-10-16T14:49:21 *** BashCo has quit IRC
1932017-10-16T15:00:57 *** StopAndDecrypt has quit IRC
1942017-10-16T15:05:30 *** jb55 has joined #bitcoin-core-dev
1952017-10-16T15:08:53 *** StopAndDecrypt has joined #bitcoin-core-dev
1962017-10-16T15:15:17 *** anonymous_765345 has quit IRC
1972017-10-16T15:15:21 *** BashCo has joined #bitcoin-core-dev
1982017-10-16T15:20:20 <promag> ping luke-jr
1992017-10-16T15:21:24 <promag> why was the test removed in #10593?
2002017-10-16T15:21:26 <gribble> https://github.com/bitcoin/bitcoin/issues/10593 | Relax punishment for peers relaying invalid blocks and headers by luke-jr · Pull Request #10593 · bitcoin/bitcoin · GitHub
2012017-10-16T15:23:27 *** jb55 has quit IRC
2022017-10-16T15:42:36 *** anonymous_765345 has joined #bitcoin-core-dev
2032017-10-16T15:58:04 *** wasi has quit IRC
2042017-10-16T15:59:10 *** Anduck has quit IRC
2052017-10-16T15:59:13 *** wasi has joined #bitcoin-core-dev
2062017-10-16T15:59:27 *** Anduck has joined #bitcoin-core-dev
2072017-10-16T16:03:38 *** jpatche has joined #bitcoin-core-dev
2082017-10-16T16:12:10 *** anonymous_765345 has quit IRC
2092017-10-16T16:16:23 <luke-jr> promag: because it was testing for behaviour that was undesirable to have
2102017-10-16T16:24:23 *** jb55 has joined #bitcoin-core-dev
2112017-10-16T16:28:28 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2122017-10-16T16:30:45 *** ekrion has quit IRC
2132017-10-16T16:35:34 *** abpa has joined #bitcoin-core-dev
2142017-10-16T16:38:41 *** Ylbam has joined #bitcoin-core-dev
2152017-10-16T16:47:47 *** ekrion has joined #bitcoin-core-dev
2162017-10-16T16:52:09 *** timothy has quit IRC
2172017-10-16T16:55:10 *** alreadylate has quit IRC
2182017-10-16T17:02:02 *** jb55 has quit IRC
2192017-10-16T17:19:13 *** jb55 has joined #bitcoin-core-dev
2202017-10-16T17:52:00 *** m8tion has quit IRC
2212017-10-16T17:52:12 *** abpa has quit IRC
2222017-10-16T17:57:35 *** jb55 has quit IRC
2232017-10-16T17:59:06 *** jb55 has joined #bitcoin-core-dev
2242017-10-16T17:59:14 *** d_p__ has quit IRC
2252017-10-16T17:59:39 *** d_p has joined #bitcoin-core-dev
2262017-10-16T18:02:16 *** SopaXorzTaker has quit IRC
2272017-10-16T18:02:19 *** alreadylate has joined #bitcoin-core-dev
2282017-10-16T18:05:53 *** Silva_ has joined #bitcoin-core-dev
2292017-10-16T18:07:03 *** Silva_ is now known as guilhermevini
2302017-10-16T18:07:18 *** alreadylate has quit IRC
2312017-10-16T18:11:50 *** jpatche has quit IRC
2322017-10-16T18:13:31 *** Alexaaa has joined #bitcoin-core-dev
2332017-10-16T18:14:08 <Alexaaa> Hi all, Would learning this technology help me find a career and if so where should I start?
2342017-10-16T18:16:54 <Chris_Stewart_5> Alexaaa: #bitcoin
2352017-10-16T18:18:50 *** Alexaaa has quit IRC
2362017-10-16T18:50:14 *** vicenteH` has joined #bitcoin-core-dev
2372017-10-16T18:51:45 *** vicenteH has quit IRC
2382017-10-16T18:52:01 *** vicenteH` is now known as vicenteH
2392017-10-16T19:08:00 *** Cogito_Ergo_Sum2 has joined #bitcoin-core-dev
2402017-10-16T19:09:44 *** Cogito_Ergo_Sum has quit IRC
2412017-10-16T19:12:42 *** Chris_Stewart_5 has quit IRC
2422017-10-16T19:12:51 *** Cheeseo has joined #bitcoin-core-dev
2432017-10-16T19:19:31 *** rumpuscat has joined #bitcoin-core-dev
2442017-10-16T19:20:45 *** Dizzle has joined #bitcoin-core-dev
2452017-10-16T19:22:10 <rumpuscat> help -l
2462017-10-16T19:22:58 *** meshcollider has joined #bitcoin-core-dev
2472017-10-16T19:24:24 *** rumpuscat has quit IRC
2482017-10-16T19:29:49 *** rafalcpp has quit IRC
2492017-10-16T19:46:42 *** laurentmt has quit IRC
2502017-10-16T19:51:14 *** Cogito_Ergo_Sum2 is now known as Cogito_Ergo_Sum
2512017-10-16T19:51:37 *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
2522017-10-16T19:51:38 *** Cogito_Ergo_Sum has quit IRC
2532017-10-16T19:51:38 *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
2542017-10-16T20:02:39 *** rafalcpp has joined #bitcoin-core-dev
2552017-10-16T20:03:00 *** trippysalmon has quit IRC
2562017-10-16T20:04:54 *** alreadylate has joined #bitcoin-core-dev
2572017-10-16T20:06:13 *** lifeofguenter has quit IRC
2582017-10-16T20:13:12 *** trippysalmon has joined #bitcoin-core-dev
2592017-10-16T20:14:58 *** lifeofguenter has joined #bitcoin-core-dev
2602017-10-16T20:17:14 *** guilhermevini has quit IRC
2612017-10-16T20:19:23 *** alreadylate has quit IRC
2622017-10-16T20:32:42 <bitcoin-git> [bitcoin] donaloconnor opened pull request #11511: [Init] Remove redundant exit(EXIT_FAILURE) instances and replace with return false (master...161017_refactor_AppInit) https://github.com/bitcoin/bitcoin/pull/11511
2632017-10-16T20:47:35 *** alreadylate has joined #bitcoin-core-dev
2642017-10-16T21:17:25 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2652017-10-16T21:27:57 *** rafalcpp has quit IRC
2662017-10-16T21:28:42 *** rafalcpp has joined #bitcoin-core-dev
2672017-10-16T21:34:52 *** alreadylate has quit IRC
2682017-10-16T21:40:01 *** Cheeseo has quit IRC
2692017-10-16T21:45:50 <bitcoin-git> [bitcoin] TheBlueMatt opened pull request #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static seed adding (master...2017-10-seed-service-bits-cleanups) https://github.com/bitcoin/bitcoin/pull/11512
2702017-10-16T21:48:34 *** Cogito_Ergo_Sum has quit IRC
2712017-10-16T21:54:45 *** rafalcpp has quit IRC
2722017-10-16T21:55:29 *** rafalcpp has joined #bitcoin-core-dev
2732017-10-16T22:04:27 *** Chris_Stewart_5 has quit IRC
2742017-10-16T22:09:26 *** Guyver2 has quit IRC
2752017-10-16T22:14:01 *** rafalcpp has quit IRC
2762017-10-16T22:14:45 *** rafalcpp has joined #bitcoin-core-dev
2772017-10-16T22:16:48 *** echonaut1 has quit IRC
2782017-10-16T22:17:05 *** echonaut has joined #bitcoin-core-dev
2792017-10-16T22:20:11 *** [Author] has quit IRC
2802017-10-16T22:22:58 *** [Author] has joined #bitcoin-core-dev
2812017-10-16T22:36:41 *** cheese_ has joined #bitcoin-core-dev
2822017-10-16T23:00:10 *** belcher has joined #bitcoin-core-dev
2832017-10-16T23:11:56 *** goatpig has quit IRC
2842017-10-16T23:13:30 *** cachoahio has joined #bitcoin-core-dev
2852017-10-16T23:13:31 *** Dizzle has quit IRC
2862017-10-16T23:13:32 *** cachoahio has left #bitcoin-core-dev
2872017-10-16T23:16:35 *** [Author] has quit IRC
2882017-10-16T23:19:31 *** [Author] has joined #bitcoin-core-dev
2892017-10-16T23:21:37 *** cheese_ has quit IRC
2902017-10-16T23:26:59 *** [Author] has quit IRC
2912017-10-16T23:29:32 *** [Author] has joined #bitcoin-core-dev
2922017-10-16T23:31:01 *** rafalcpp has quit IRC
2932017-10-16T23:31:47 *** rafalcpp has joined #bitcoin-core-dev
2942017-10-16T23:38:53 *** dcousens has joined #bitcoin-core-dev
2952017-10-16T23:44:14 *** unholymachine has quit IRC
2962017-10-16T23:48:20 *** rafalcpp has quit IRC
2972017-10-16T23:49:28 *** rafalcpp has joined #bitcoin-core-dev
2982017-10-16T23:54:04 *** unholymachine has joined #bitcoin-core-dev
2992017-10-16T23:55:29 *** merehap_ has joined #bitcoin-core-dev
3002017-10-16T23:57:21 *** merehap_ has quit IRC
3012017-10-16T23:57:36 *** merehap_ has joined #bitcoin-core-dev
3022017-10-16T23:57:44 *** merehap__ has quit IRC