12017-11-22T00:02:07 *** quantbot has joined #bitcoin-core-dev
22017-11-22T00:03:12 *** Cheeseo has quit IRC
32017-11-22T00:10:09 *** vicenteH has quit IRC
42017-11-22T00:15:38 *** wunpunch has quit IRC
52017-11-22T00:15:53 *** promag has quit IRC
62017-11-22T00:17:06 *** promag has joined #bitcoin-core-dev
72017-11-22T00:21:05 *** promag has quit IRC
82017-11-22T01:02:28 *** Chris_Stewart_5 has joined #bitcoin-core-dev
92017-11-22T01:32:31 <bitcoin-git> [bitcoin] merehap opened pull request #11748: [Tests] Adding unit tests for GetDifficulty in blockchain.cpp. (master...blockchain_unittests) https://github.com/bitcoin/bitcoin/pull/11748
102017-11-22T01:38:00 *** Chris_Stewart_5 has quit IRC
112017-11-22T01:52:59 *** Ylbam has quit IRC
122017-11-22T02:01:06 *** justanotheruser has quit IRC
132017-11-22T02:02:42 *** justanotheruser has joined #bitcoin-core-dev
142017-11-22T02:05:56 <bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d4267a3ab271...5ea932a51083
152017-11-22T02:05:56 <bitcoin-git> bitcoin/master d2ea2bc practicalswift: trivial: Fix unsuccessful typo
162017-11-22T02:05:57 <bitcoin-git> bitcoin/master 5ea932a Pieter Wuille: Merge #11746: trivial: Fix unsuccessful typo...
172017-11-22T02:05:58 *** ForAll has joined #bitcoin-core-dev
182017-11-22T02:06:31 <bitcoin-git> [bitcoin] sipa closed pull request #11746: trivial: Fix unsuccessful typo (master...unsuccesful) https://github.com/bitcoin/bitcoin/pull/11746
192017-11-22T02:06:49 *** justanotheruser has quit IRC
202017-11-22T02:07:10 *** justanotheruser has joined #bitcoin-core-dev
212017-11-22T02:08:36 <ForAll> wrapping my head around things first by observation
222017-11-22T02:16:15 *** bule has quit IRC
232017-11-22T02:16:34 *** bule has joined #bitcoin-core-dev
242017-11-22T02:29:40 *** ForAll has quit IRC
252017-11-22T02:55:08 *** bule has quit IRC
262017-11-22T02:58:29 *** chjj has joined #bitcoin-core-dev
272017-11-22T03:07:38 *** bule has joined #bitcoin-core-dev
282017-11-22T03:12:53 *** Giszmo has quit IRC
292017-11-22T03:17:21 *** AaronvanW has quit IRC
302017-11-22T03:21:35 *** jtimon has quit IRC
312017-11-22T03:55:45 <meshcollider> sipa: are you here at the moment?
322017-11-22T03:56:12 <sipa> that depends onyour definition of 'here'
332017-11-22T03:57:06 <meshcollider> lol :) Just a quick question re #11708, if I make redeemScript also accept an array of scripts, do you think listunspent should also return the witnessScript inside a list of redeemScript's or as a separate entry for clarity, because otherwise the output of listunspent can't be directly passed into signrawtransaction
342017-11-22T03:57:08 <gribble> https://github.com/bitcoin/bitcoin/issues/11708 | Add P2SH-P2WSH support to signrawtransaction and listunspent RPC by MeshCollider · Pull Request #11708 · bitcoin/bitcoin · GitHub
352017-11-22T04:05:33 <sipa> meshcollider: hmm, nnoying
362017-11-22T04:32:24 <meshcollider> sipa: yeah :/ I think it would be best to make listunspent return an array of redeemScripts too in this case, there will only be two for P2SH-P2WSH so it should always be easy to work out which is which, but that would be a breaking change
372017-11-22T04:42:26 *** sin_ has joined #bitcoin-core-dev
382017-11-22T04:44:59 <sipa> meshcollider: but that's technically an API break for listunspent for P2SH-P2WPKH
392017-11-22T04:45:51 *** digifis has quit IRC
402017-11-22T04:53:11 <meshcollider> sipa: I can think of two cases, either listunspent returns a string or an array when needed (which only breaks P2SH-P2WSH but is uglier code), or listunspent always returns an array even if it only has one element (which breaks P2SH, P2SH-P2WPKH, and P2SH-P2WSH but is cleaner long term)
412017-11-22T04:53:41 <meshcollider> is the first case acceptable?
422017-11-22T04:56:27 <sipa> i wouldn't even call the second obviously acceptable
432017-11-22T04:56:32 <sipa> usually we don't break the api
442017-11-22T04:57:56 <meshcollider> yeah
452017-11-22T04:58:08 <meshcollider> so listunspent must return a string if there is only one element
462017-11-22T05:00:35 <meshcollider> So that will only break P2SH-P2WSH but currently doesn't even work in that case so that's fine right
472017-11-22T05:03:38 <sipa> yes, that's why it is maybe ok :)
482017-11-22T05:05:38 *** MrPaz has quit IRC
492017-11-22T05:09:38 *** BashCo_ has joined #bitcoin-core-dev
502017-11-22T05:11:31 *** BashCo has quit IRC
512017-11-22T05:20:51 *** helo has quit IRC
522017-11-22T05:21:03 *** helo has joined #bitcoin-core-dev
532017-11-22T05:26:46 *** Jr_ has joined #bitcoin-core-dev
542017-11-22T05:28:06 *** Jr__ has joined #bitcoin-core-dev
552017-11-22T05:31:05 *** Jr_ has quit IRC
562017-11-22T05:32:00 *** Leminer has quit IRC
572017-11-22T05:32:00 *** Leminer has joined #bitcoin-core-dev
582017-11-22T05:32:00 *** Leminer has joined #bitcoin-core-dev
592017-11-22T05:32:50 *** Jr__ has quit IRC
602017-11-22T05:36:50 *** arubi has joined #bitcoin-core-dev
612017-11-22T05:41:36 *** dabura667 has joined #bitcoin-core-dev
622017-11-22T05:43:09 *** justan0theruser has joined #bitcoin-core-dev
632017-11-22T05:45:45 *** justanotheruser has quit IRC
642017-11-22T05:57:37 *** bifrost has joined #bitcoin-core-dev
652017-11-22T05:58:18 *** bifrost has left #bitcoin-core-dev
662017-11-22T05:58:27 *** jimharry has joined #bitcoin-core-dev
672017-11-22T06:00:51 *** jimharry has quit IRC
682017-11-22T06:03:57 *** dabura667 has quit IRC
692017-11-22T06:04:02 *** dabura667_ has joined #bitcoin-core-dev
702017-11-22T06:07:08 *** bule has quit IRC
712017-11-22T06:22:02 *** indistylo has joined #bitcoin-core-dev
722017-11-22T06:26:09 *** indistylo has quit IRC
732017-11-22T06:29:35 *** Apocalyptic has quit IRC
742017-11-22T06:30:12 *** Apocalyptic has joined #bitcoin-core-dev
752017-11-22T07:11:29 *** d_t has quit IRC
762017-11-22T07:23:32 *** NielsvG has quit IRC
772017-11-22T07:28:55 *** NielsvG has joined #bitcoin-core-dev
782017-11-22T07:28:59 *** NielsvG has joined #bitcoin-core-dev
792017-11-22T07:50:58 <jonasschnelli> Would adding block size(s) and weight to the block index be completely wrong? https://github.com/bitcoin/bitcoin/compare/master...jonasschnelli:2017/11/blockindex_size?expand=1
802017-11-22T07:51:37 <jonasschnelli> I think only stats stuff could use it. So I'm unsure if the >8MB more ram consumption is worth it.
812017-11-22T07:52:09 <jonasschnelli> For things like #5896 or #9849 it would probably required...
822017-11-22T07:52:11 <gribble> https://github.com/bitcoin/bitcoin/issues/5896 | [Qt][PoC] introduce "core-pulse" by jonasschnelli · Pull Request #5896 · bitcoin/bitcoin · GitHub
832017-11-22T07:52:12 <gribble> https://github.com/bitcoin/bitcoin/issues/9849 | Qt: Network Watch tool by luke-jr · Pull Request #9849 · bitcoin/bitcoin · GitHub
842017-11-22T07:52:35 <jonasschnelli> You don't want to load a block from the disk just to get some block size charts.
852017-11-22T08:03:04 *** BashCo_ has quit IRC
862017-11-22T08:03:44 *** BashCo has joined #bitcoin-core-dev
872017-11-22T08:08:23 *** BashCo has quit IRC
882017-11-22T08:14:40 *** roadcrap has quit IRC
892017-11-22T08:15:59 *** cl0uding has quit IRC
902017-11-22T08:18:21 *** Randolf has quit IRC
912017-11-22T08:19:37 *** Randolf has joined #bitcoin-core-dev
922017-11-22T08:21:33 *** BashCo has joined #bitcoin-core-dev
932017-11-22T08:43:32 *** Ylbam has joined #bitcoin-core-dev
942017-11-22T09:12:06 *** d_t has joined #bitcoin-core-dev
952017-11-22T09:13:32 *** laurentmt has joined #bitcoin-core-dev
962017-11-22T09:18:49 *** d_t has quit IRC
972017-11-22T09:37:48 *** roadcrap has joined #bitcoin-core-dev
982017-11-22T09:42:10 <bitcoin-git> [bitcoin] practicalswift opened pull request #11749: Set m_last_block_processed to nullptr in SetNull() (master...m_last_block_processed) https://github.com/bitcoin/bitcoin/pull/11749
992017-11-22T09:43:01 *** paveljanik has joined #bitcoin-core-dev
1002017-11-22T09:43:01 *** paveljanik has joined #bitcoin-core-dev
1012017-11-22T09:44:25 *** d_t has joined #bitcoin-core-dev
1022017-11-22T09:45:40 *** vicenteH has joined #bitcoin-core-dev
1032017-11-22T09:56:21 *** Guest21 has quit IRC
1042017-11-22T10:09:10 *** AaronvanW has joined #bitcoin-core-dev
1052017-11-22T10:15:19 *** AaronvanW has quit IRC
1062017-11-22T10:16:08 *** AaronvanW has joined #bitcoin-core-dev
1072017-11-22T10:40:31 *** harrymm has quit IRC
1082017-11-22T10:49:18 *** mryandao is now known as orwell
1092017-11-22T10:50:18 *** orwell is now known as mryandao
1102017-11-22T10:51:18 *** d_t has quit IRC
1112017-11-22T10:53:37 *** harrymm has joined #bitcoin-core-dev
1122017-11-22T10:57:37 *** photonclock_ has joined #bitcoin-core-dev
1132017-11-22T10:57:59 *** nani has joined #bitcoin-core-dev
1142017-11-22T10:58:05 <nani> hello
1152017-11-22T10:58:27 *** nani has quit IRC
1162017-11-22T11:16:24 *** Guyver2 has joined #bitcoin-core-dev
1172017-11-22T11:40:14 *** nelruk has joined #bitcoin-core-dev
1182017-11-22T11:49:19 *** nelruk has quit IRC
1192017-11-22T11:49:51 *** nelruk has joined #bitcoin-core-dev
1202017-11-22T11:50:56 *** popo has joined #bitcoin-core-dev
1212017-11-22T11:52:52 *** fanquake has quit IRC
1222017-11-22T11:54:05 *** go1111111 has joined #bitcoin-core-dev
1232017-11-22T12:02:10 *** Guest21 has joined #bitcoin-core-dev
1242017-11-22T12:08:41 *** dabura667_ has quit IRC
1252017-11-22T12:09:30 *** popo has quit IRC
1262017-11-22T12:27:39 <dcousens> jonasschnelli so many things would be great to add... it probably shouldn't be in `bitcoind` though
1272017-11-22T12:33:05 *** nelruk has quit IRC
1282017-11-22T12:37:31 *** ekrion has quit IRC
1292017-11-22T12:38:37 *** ekrion has joined #bitcoin-core-dev
1302017-11-22T12:41:16 *** pavel_ has joined #bitcoin-core-dev
1312017-11-22T12:44:35 *** paveljanik has quit IRC
1322017-11-22T12:48:11 <Varunram> Hey guys, I'm getting an error while compiling master `Assertion failed: ((pindexFirstNeverProcessed != nullptr) == (pindex->nChainTx == 0)), function CheckBlockIndex, file validation.cpp, line 4203.` What's the problem on my side?
1332017-11-22T12:49:28 *** Emcy has quit IRC
1342017-11-22T12:49:53 *** Emcy has joined #bitcoin-core-dev
1352017-11-22T12:54:33 *** timothy has joined #bitcoin-core-dev
1362017-11-22T13:02:45 *** moctos has joined #bitcoin-core-dev
1372017-11-22T13:08:49 *** moctos has quit IRC
1382017-11-22T13:15:03 *** SopaXorzTaker has joined #bitcoin-core-dev
1392017-11-22T13:25:32 *** dermoth has quit IRC
1402017-11-22T13:26:02 *** dermoth has joined #bitcoin-core-dev
1412017-11-22T13:35:33 *** ExtraCrispy has joined #bitcoin-core-dev
1422017-11-22T13:53:04 <luke-jr> jonasschnelli: 9849 works fine without it already\
1432017-11-22T13:54:26 *** promag has joined #bitcoin-core-dev
1442017-11-22T14:04:45 *** jeffrade has joined #bitcoin-core-dev
1452017-11-22T14:11:15 *** jeffrade has left #bitcoin-core-dev
1462017-11-22T14:13:02 *** jeffrade has joined #bitcoin-core-dev
1472017-11-22T14:14:04 *** Ylbam has quit IRC
1482017-11-22T14:24:02 *** promag has quit IRC
1492017-11-22T14:26:10 *** jeffrade has quit IRC
1502017-11-22T14:28:09 *** Emcy_ has joined #bitcoin-core-dev
1512017-11-22T14:29:05 *** dcousens has quit IRC
1522017-11-22T14:29:27 *** Emcy has quit IRC
1532017-11-22T14:31:19 *** dcousens has joined #bitcoin-core-dev
1542017-11-22T14:35:51 *** dcousens has quit IRC
1552017-11-22T14:36:54 *** dcousens has joined #bitcoin-core-dev
1562017-11-22T14:40:06 *** promag has joined #bitcoin-core-dev
1572017-11-22T14:42:10 *** promag has quit IRC
1582017-11-22T14:45:37 *** promag has joined #bitcoin-core-dev
1592017-11-22T14:52:44 *** jeffrade has joined #bitcoin-core-dev
1602017-11-22T14:55:37 <jeffrade> I posted a question yesterday on https://github.com/bitcoin/bitcoin/issues/3172 I need some clarification.
1612017-11-22T14:56:04 <jeffrade> I assume it is still relevant since not closed
1622017-11-22T14:57:33 *** Emcy has joined #bitcoin-core-dev
1632017-11-22T14:58:35 *** Emcy_ has quit IRC
1642017-11-22T15:00:19 <promag> jeffrade: I don't think the idea is to add new flags
1652017-11-22T15:02:04 <jeffrade> so should these "ping pong" transactions as they were called happen for any node that has the -testnet flag enabled?
1662017-11-22T15:03:29 *** Emcy has quit IRC
1672017-11-22T15:03:42 <jeffrade> or is this just an isolated node hosted by an individual that will send these ping pong tx to the testnet network?
1682017-11-22T15:03:45 *** promag has quit IRC
1692017-11-22T15:05:30 *** jtimon has joined #bitcoin-core-dev
1702017-11-22T15:06:37 *** promag has joined #bitcoin-core-dev
1712017-11-22T15:06:54 *** ExtraCrispy has quit IRC
1722017-11-22T15:07:18 *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
1732017-11-22T15:07:32 <promag> > hosted by an individual that will send these ping pong tx to the testnet network?
1742017-11-22T15:08:00 <promag> jeffrade: I think the idea is to have some cron script to do that for instance
1752017-11-22T15:11:09 <promag> IMHO that issue could be closed.
1762017-11-22T15:11:17 <jeffrade> promag: So this is nothing that will live in the repo, e.g. bitcoin/test/functional/ ?
1772017-11-22T15:11:49 <promag> jeffrade: no I don't think it should, but it could :D
1782017-11-22T15:13:47 <jeffrade> promag: Should I tag someone specific on the github issue? Sounds like it should be closed or some new requirements
1792017-11-22T15:15:08 <promag> I've made a comment
1802017-11-22T15:15:52 <jeffrade> promag: Awesome, thank you so much! Will keep and eye on it and look for something else :)
1812017-11-22T15:18:44 *** promag has quit IRC
1822017-11-22T15:19:20 *** Emcy has joined #bitcoin-core-dev
1832017-11-22T15:20:15 *** jeffrade has quit IRC
1842017-11-22T15:25:41 *** Emcy has quit IRC
1852017-11-22T15:32:26 *** tknp has quit IRC
1862017-11-22T15:42:10 *** promag has joined #bitcoin-core-dev
1872017-11-22T15:45:16 *** Emcy has joined #bitcoin-core-dev
1882017-11-22T15:53:37 *** justan0theruser has quit IRC
1892017-11-22T15:57:41 *** btcdrak has joined #bitcoin-core-dev
1902017-11-22T16:02:20 *** Ploszpe has joined #bitcoin-core-dev
1912017-11-22T16:02:28 *** Giszmo has joined #bitcoin-core-dev
1922017-11-22T16:05:40 *** promag has quit IRC
1932017-11-22T16:10:32 <instagibbs> uh, is abortrescan not supposed to work on a general -rescan argument, rather than importprivkey?
1942017-11-22T16:23:53 *** AaronvanW has quit IRC
1952017-11-22T16:24:30 *** AaronvanW has joined #bitcoin-core-dev
1962017-11-22T16:28:27 *** AaronvanW has quit IRC
1972017-11-22T16:34:16 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #11743: qa: Add multiwallet prefix test (master...Mf1711-qaMultiwallet) https://github.com/bitcoin/bitcoin/pull/11743
1982017-11-22T16:40:09 *** Cogito_Ergo_Sum has quit IRC
1992017-11-22T16:40:15 *** Cogito_Ergo_Sum2 has joined #bitcoin-core-dev
2002017-11-22T16:40:42 *** BashCo has quit IRC
2012017-11-22T16:42:33 *** AaronvanW has joined #bitcoin-core-dev
2022017-11-22T16:43:58 *** AaronvanW has joined #bitcoin-core-dev
2032017-11-22T16:45:19 *** meshcollider has quit IRC
2042017-11-22T16:46:02 *** Cogito_Ergo_Sum2 has quit IRC
2052017-11-22T16:46:46 *** goatpig has joined #bitcoin-core-dev
2062017-11-22T16:48:21 *** AaronvanW has quit IRC
2072017-11-22T16:58:42 *** cl0uding has joined #bitcoin-core-dev
2082017-11-22T17:01:15 *** Giszmo has quit IRC
2092017-11-22T17:01:33 <bitcoin-git> [bitcoin] jamesob closed pull request #11751: Use override in CCoinsView* subclasses (master...add-override-coins) https://github.com/bitcoin/bitcoin/pull/11751
2102017-11-22T17:05:41 *** bule has joined #bitcoin-core-dev
2112017-11-22T17:08:01 *** BashCo has joined #bitcoin-core-dev
2122017-11-22T17:11:55 *** AaronvanW has joined #bitcoin-core-dev
2132017-11-22T17:14:42 *** timothy has quit IRC
2142017-11-22T17:16:27 *** AaronvanW has quit IRC
2152017-11-22T17:21:08 *** laurentmt has quit IRC
2162017-11-22T17:21:53 *** AaronvanW has joined #bitcoin-core-dev
2172017-11-22T17:24:30 *** jb55 has joined #bitcoin-core-dev
2182017-11-22T17:26:05 *** AaronvanW has quit IRC
2192017-11-22T17:26:51 *** sh4ft has joined #bitcoin-core-dev
2202017-11-22T17:28:00 *** Damelon has joined #bitcoin-core-dev
2212017-11-22T17:31:08 *** ekrok has joined #bitcoin-core-dev
2222017-11-22T17:32:18 *** Damelon has quit IRC
2232017-11-22T17:33:00 *** Damelon has joined #bitcoin-core-dev
2242017-11-22T17:34:23 *** justan0theruser has joined #bitcoin-core-dev
2252017-11-22T17:39:11 *** bule2 has joined #bitcoin-core-dev
2262017-11-22T17:42:04 *** bule has quit IRC
2272017-11-22T17:49:39 *** sh4ft has quit IRC
2282017-11-22T17:50:54 <sipa> instagibbs: -rescan is processed when loading a wallet, i don't think RPC is active then
2292017-11-22T17:56:18 *** quantbot_ has joined #bitcoin-core-dev
2302017-11-22T17:56:19 *** quantbot has quit IRC
2312017-11-22T17:57:19 *** Randolf has quit IRC
2322017-11-22T18:02:00 *** AaronvanW has joined #bitcoin-core-dev
2332017-11-22T18:02:50 *** Giszmo has joined #bitcoin-core-dev
2342017-11-22T18:03:22 *** d_t has joined #bitcoin-core-dev
2352017-11-22T18:21:18 *** AaronvanW has quit IRC
2362017-11-22T18:21:57 *** AaronvanW has joined #bitcoin-core-dev
2372017-11-22T18:34:17 *** Damelon has quit IRC
2382017-11-22T18:39:40 *** Randolf has joined #bitcoin-core-dev
2392017-11-22T18:40:24 *** vicenteH has quit IRC
2402017-11-22T18:50:31 *** Kedstar has joined #bitcoin-core-dev
2412017-11-22T18:53:34 *** Kedstar has quit IRC
2422017-11-22T18:53:47 <instagibbs> sad! ok
2432017-11-22T18:55:29 *** AaronvanW has quit IRC
2442017-11-22T18:56:55 *** AaronvanW has joined #bitcoin-core-dev
2452017-11-22T18:57:10 *** quantbot_ has quit IRC
2462017-11-22T18:57:43 *** quantbot has joined #bitcoin-core-dev
2472017-11-22T19:02:11 *** quantbot has quit IRC
2482017-11-22T19:08:24 *** bule2 is now known as bule
2492017-11-22T19:09:09 <bitcoin-git> [bitcoin] instagibbs opened pull request #11753: clarify abortrescan rpc use (master...abortrescanclarity) https://github.com/bitcoin/bitcoin/pull/11753
2502017-11-22T19:19:15 *** AaronvanW has quit IRC
2512017-11-22T19:19:51 *** AaronvanW has joined #bitcoin-core-dev
2522017-11-22T19:45:52 *** justan0theruser has quit IRC
2532017-11-22T19:53:17 *** AaronvanW has quit IRC
2542017-11-22T20:06:56 *** Randolf has quit IRC
2552017-11-22T20:10:19 *** justan0theruser has joined #bitcoin-core-dev
2562017-11-22T20:10:32 *** jb55 has quit IRC
2572017-11-22T20:12:43 *** justan0theruser has quit IRC
2582017-11-22T20:15:21 *** meshcollider has joined #bitcoin-core-dev
2592017-11-22T20:18:36 *** Ylbam has joined #bitcoin-core-dev
2602017-11-22T20:25:12 *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
2612017-11-22T20:27:45 *** shesek has joined #bitcoin-core-dev
2622017-11-22T20:27:45 *** shesek has joined #bitcoin-core-dev
2632017-11-22T20:31:52 *** AaronvanW has joined #bitcoin-core-dev
2642017-11-22T20:33:45 *** Randolf has joined #bitcoin-core-dev
2652017-11-22T20:34:29 *** Aaronvan_ has joined #bitcoin-core-dev
2662017-11-22T20:37:05 *** Aaronvan_ has quit IRC
2672017-11-22T20:37:45 *** AaronvanW has quit IRC
2682017-11-22T20:40:33 *** Randolf has quit IRC
2692017-11-22T20:41:24 *** Randolf has joined #bitcoin-core-dev
2702017-11-22T20:41:33 <bitcoin-git> [bitcoin] practicalswift closed pull request #11749: wallet: Set m_last_block_processed to nullptr in SetNull() (master...m_last_block_processed) https://github.com/bitcoin/bitcoin/pull/11749
2712017-11-22T20:42:44 <bitcoin-git> [bitcoin] practicalswift closed pull request #11749: wallet: Set m_last_block_processed to nullptr in SetNull() (master...m_last_block_processed) https://github.com/bitcoin/bitcoin/pull/11749
2722017-11-22T20:47:32 *** Emcy has quit IRC
2732017-11-22T20:48:19 *** Emcy has joined #bitcoin-core-dev
2742017-11-22T20:50:25 *** jb55 has joined #bitcoin-core-dev
2752017-11-22T20:50:43 <bitcoin-git> [bitcoin] practicalswift opened pull request #11754: Add missing cs_wallet locks when accessing m_last_block_processed (master...missing-m_last_block_processed-locks) https://github.com/bitcoin/bitcoin/pull/11754
2762017-11-22T20:55:12 *** jb55 has quit IRC
2772017-11-22T21:01:37 *** nfw has joined #bitcoin-core-dev
2782017-11-22T21:01:38 *** jb55 has joined #bitcoin-core-dev
2792017-11-22T21:03:49 *** Emcy_ has joined #bitcoin-core-dev
2802017-11-22T21:04:51 *** AaronvanW has joined #bitcoin-core-dev
2812017-11-22T21:05:01 *** Emcy has quit IRC
2822017-11-22T21:05:07 *** AaronvanW has quit IRC
2832017-11-22T21:06:14 *** justan0theruser has joined #bitcoin-core-dev
2842017-11-22T21:06:54 *** AaronvanW has joined #bitcoin-core-dev
2852017-11-22T21:07:19 *** AaronvanW has quit IRC
2862017-11-22T21:09:33 *** wunpunch has joined #bitcoin-core-dev
2872017-11-22T21:10:34 *** justan0theruser has quit IRC
2882017-11-22T21:11:50 *** AaronvanW has joined #bitcoin-core-dev
2892017-11-22T21:12:37 *** booyah_ has joined #bitcoin-core-dev
2902017-11-22T21:12:39 *** booyah has quit IRC
2912017-11-22T21:14:09 *** Emcy_ has quit IRC
2922017-11-22T21:14:21 *** Emcy has joined #bitcoin-core-dev
2932017-11-22T21:16:47 *** Cheeseo has joined #bitcoin-core-dev
2942017-11-22T21:16:57 *** Emcy has quit IRC
2952017-11-22T21:27:10 *** nfw has quit IRC
2962017-11-22T21:32:11 *** vicenteH has joined #bitcoin-core-dev
2972017-11-22T21:35:27 *** Randolf has quit IRC
2982017-11-22T21:39:11 *** ekrok has quit IRC
2992017-11-22T21:39:36 *** ekrok has joined #bitcoin-core-dev
3002017-11-22T21:39:52 *** Guyver2 has quit IRC
3012017-11-22T21:50:33 *** quantbot has joined #bitcoin-core-dev
3022017-11-22T21:50:35 *** jb55 has quit IRC
3032017-11-22T21:51:01 *** Cheeseo has quit IRC
3042017-11-22T22:06:23 *** AaronvanW has quit IRC
3052017-11-22T22:10:26 <cluelessperson> Can someone link me to the node protocol used?
3062017-11-22T22:10:39 <cluelessperson> I'm trying to figure how the communication is built?
3072017-11-22T22:10:46 *** AaronvanW has joined #bitcoin-core-dev
3082017-11-22T22:14:19 *** Randolf has joined #bitcoin-core-dev
3092017-11-22T22:16:53 <sipa> cluelessperson: bitcoin.org developer documentation is pretty good
3102017-11-22T22:20:34 *** AaronvanW has quit IRC
3112017-11-22T22:21:21 *** Randolf has quit IRC
3122017-11-22T22:21:26 <jonasschnelli> cluelessperson: this is also a handy resource (seems up to date): https://en.bitcoin.it/wiki/Protocol_documentation
3132017-11-22T22:26:40 <sipa> otherwise, several implementations exist, and several BIPs describe protocol changes (but they don't fully specify it), including 14, 31, 35, 37, 61, 111, 130, 133, 144
3142017-11-22T22:26:46 *** user__ has joined #bitcoin-core-dev
3152017-11-22T22:27:22 *** Emcy has joined #bitcoin-core-dev
3162017-11-22T22:34:17 *** jb55 has joined #bitcoin-core-dev
3172017-11-22T22:34:27 *** Antarctica has joined #bitcoin-core-dev
3182017-11-22T22:38:04 <Antarctica> Everyone's wallet. ECDSA Public Key: 1Fjh9tUjTWYz5cuCqixUa9o7NaQQDz7twd ECDSA Private Key: 5KEnS3QYkja72J7JBz1cUdLvkVsJqVV7pQTdMF5dF5xjEorkB4i
3192017-11-22T22:39:03 <Antarctica> They are already priceless
3202017-11-22T22:39:20 *** ChanServ sets mode: +o sipa
3212017-11-22T22:39:24 *** sipa sets mode: +b *!*8ee70712@*.142.231.7.18
3222017-11-22T22:39:24 *** Antarctica was kicked by sipa (Antarctica)
3232017-11-22T22:39:30 *** sipa sets mode: -o sipa
3242017-11-22T22:40:08 <cluelessperson> ?
3252017-11-22T22:41:27 *** dcousens has quit IRC
3262017-11-22T22:42:16 *** dcousens has joined #bitcoin-core-dev
3272017-11-22T22:51:21 *** Deacyde has quit IRC
3282017-11-22T22:51:57 *** Deacyde has joined #bitcoin-core-dev
3292017-11-22T22:55:32 *** Cogito_Ergo_Sum has quit IRC
3302017-11-22T22:56:22 *** AaronvanW has joined #bitcoin-core-dev
3312017-11-22T22:58:23 *** Ploszpe has quit IRC
3322017-11-22T22:59:56 *** bule has quit IRC
3332017-11-22T23:00:06 *** Aaronvan_ has joined #bitcoin-core-dev
3342017-11-22T23:02:40 *** AaronvanW has quit IRC
3352017-11-22T23:09:08 *** Aaronvan_ is now known as AaronvanW
3362017-11-22T23:14:27 *** BCBot has quit IRC
3372017-11-22T23:15:06 *** BCBot has joined #bitcoin-core-dev
3382017-11-22T23:19:30 *** StopAndDecrypt has quit IRC
3392017-11-22T23:19:41 *** BCBot has joined #bitcoin-core-dev
3402017-11-22T23:19:48 *** StopAndDecrypt has joined #bitcoin-core-dev
3412017-11-22T23:36:21 *** Randolf has joined #bitcoin-core-dev
3422017-11-22T23:43:31 *** timothy has joined #bitcoin-core-dev
3432017-11-22T23:44:13 *** booyah_ is now known as booyah
3442017-11-22T23:44:54 *** timothy has quit IRC
3452017-11-22T23:45:03 *** Randolf has quit IRC
3462017-11-22T23:59:54 *** ZodiaCfd has joined #bitcoin-core-dev