12018-02-20T00:04:08 *** Pavle has quit IRC
22018-02-20T00:13:27 *** AaronvanW has quit IRC
32018-02-20T00:14:01 *** AaronvanW has joined #bitcoin-core-dev
42018-02-20T00:15:55 *** CubicEarths has joined #bitcoin-core-dev
52018-02-20T00:18:59 *** Giszmo has joined #bitcoin-core-dev
62018-02-20T00:22:45 *** CubicEarths has quit IRC
72018-02-20T00:23:41 *** Giszmo has quit IRC
82018-02-20T00:24:10 *** Giszmo has joined #bitcoin-core-dev
92018-02-20T00:27:16 *** CubicEarths has joined #bitcoin-core-dev
102018-02-20T00:27:31 *** Giszmo has quit IRC
112018-02-20T00:27:50 *** Giszmo has joined #bitcoin-core-dev
122018-02-20T00:35:26 *** Randolf has joined #bitcoin-core-dev
132018-02-20T00:40:01 *** CubicEarths has quit IRC
142018-02-20T00:42:27 *** grafcaps has quit IRC
152018-02-20T00:43:45 *** Randolf has quit IRC
162018-02-20T00:45:25 *** Randolf has joined #bitcoin-core-dev
172018-02-20T00:47:55 *** Lowell67Jakubows has quit IRC
182018-02-20T00:52:06 *** CubicEarths has joined #bitcoin-core-dev
192018-02-20T00:59:45 *** grafcaps has joined #bitcoin-core-dev
202018-02-20T01:00:17 *** Tennis has joined #bitcoin-core-dev
212018-02-20T01:09:12 *** belcher has quit IRC
222018-02-20T01:10:44 <bitcoin-git> [bitcoin] kallewoof opened pull request #12484: [net] Skip stale tip checks in regtest (master...no-staletip-check-regtest) https://github.com/bitcoin/bitcoin/pull/12484
232018-02-20T01:14:28 *** bule has quit IRC
242018-02-20T01:15:37 *** bule has joined #bitcoin-core-dev
252018-02-20T01:16:32 <bitcoin-git> [bitcoin] bitnitdit opened pull request #12485: Mining: The max number of halvings should be 32 (master...max_halvings) https://github.com/bitcoin/bitcoin/pull/12485
262018-02-20T01:16:53 *** bule has joined #bitcoin-core-dev
272018-02-20T01:20:52 *** belcher has joined #bitcoin-core-dev
282018-02-20T01:22:45 *** Giszmo has quit IRC
292018-02-20T01:24:16 *** Randolf has quit IRC
302018-02-20T01:26:36 *** bule has quit IRC
312018-02-20T01:27:02 *** bule has joined #bitcoin-core-dev
322018-02-20T01:28:13 *** LumberCartel has joined #bitcoin-core-dev
332018-02-20T01:32:49 *** LumberCartel has quit IRC
342018-02-20T01:33:54 *** Randolf has joined #bitcoin-core-dev
352018-02-20T01:36:07 *** belcher has quit IRC
362018-02-20T01:37:12 *** Leonie53Schiller has joined #bitcoin-core-dev
372018-02-20T01:43:02 *** CubicEarths has quit IRC
382018-02-20T01:47:57 *** Tennis has quit IRC
392018-02-20T01:50:17 *** dabura667 has joined #bitcoin-core-dev
402018-02-20T01:51:05 *** Randolf has quit IRC
412018-02-20T01:55:59 <bitcoin-git> [bitcoin] kallewoof closed pull request #11019: [wallet] Abandon transactions that fail to go into the mempool (master...abandon-longchain-failed-tx) https://github.com/bitcoin/bitcoin/pull/11019
422018-02-20T01:56:33 *** nman999 has joined #bitcoin-core-dev
432018-02-20T01:57:33 *** CubicEarths has joined #bitcoin-core-dev
442018-02-20T01:58:50 *** CubicEarths has quit IRC
452018-02-20T02:01:21 *** d_t has joined #bitcoin-core-dev
462018-02-20T02:01:54 *** CubicEarths has joined #bitcoin-core-dev
472018-02-20T02:02:35 *** Aaronvan_ has joined #bitcoin-core-dev
482018-02-20T02:05:21 *** jb554 has joined #bitcoin-core-dev
492018-02-20T02:05:33 *** AaronvanW has quit IRC
502018-02-20T02:05:40 *** Aaronvan_ has quit IRC
512018-02-20T02:06:34 *** CubicEarths has quit IRC
522018-02-20T02:08:45 *** nman999 has quit IRC
532018-02-20T02:21:01 *** CubicEarths has joined #bitcoin-core-dev
542018-02-20T02:27:40 *** CubicEarths has quit IRC
552018-02-20T02:33:47 *** jojeyh has joined #bitcoin-core-dev
562018-02-20T02:34:47 *** jb554 has quit IRC
572018-02-20T02:35:03 <sipa> achow101: technically you can't mix sctruct and class declarations of the same type
582018-02-20T02:35:11 <sipa> but not every compiler version cares
592018-02-20T02:35:29 *** CubicEarths has joined #bitcoin-core-dev
602018-02-20T02:35:43 *** RubenSomsen has joined #bitcoin-core-dev
612018-02-20T02:36:17 *** CubicEarths has quit IRC
622018-02-20T02:36:54 *** CubicEarths has joined #bitcoin-core-dev
632018-02-20T02:38:52 <achow101> sipa: right
642018-02-20T02:38:57 <achow101> does it matter though?
652018-02-20T02:39:13 <bitcoin-git> [bitcoin] sipa pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/dcfe218626b0...ffc6e48b2983
662018-02-20T02:39:14 <bitcoin-git> bitcoin/master 1e79c05 Andrew Chow: Split signrawtransaction into wallet and non-wallet...
672018-02-20T02:39:14 <bitcoin-git> bitcoin/master eefff65 Andrew Chow: scripted-diff: change signrawtransaction to signrawtransactionwithwallet in tests...
682018-02-20T02:39:15 <bitcoin-git> bitcoin/master d602348 Andrew Chow: Add test for signrawtransaction...
692018-02-20T02:39:22 <sipa> it should be fixed, as it's going to cause warnings for some people
702018-02-20T02:39:28 <bitcoin-git> [bitcoin] sipa closed pull request #10579: [RPC] Split signrawtransaction into wallet and non-wallet RPC command (master...split-signraw) https://github.com/bitcoin/bitcoin/pull/10579
712018-02-20T02:39:35 <sipa> but i just merged the PR; no need to delay this further
722018-02-20T02:39:54 <achow101> ok then
732018-02-20T02:41:41 *** CubicEarths has quit IRC
742018-02-20T02:51:10 *** bule has quit IRC
752018-02-20T02:51:44 *** bule has joined #bitcoin-core-dev
762018-02-20T03:04:37 <bitcoin-git> [bitcoin] achow101 closed pull request #11678: [wallet] Don't shut down after encrypting the wallet (master...encrypt-no-restart) https://github.com/bitcoin/bitcoin/pull/11678
772018-02-20T03:05:43 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #12485: Mining: The max number of halvings should be 32 (master...max_halvings) https://github.com/bitcoin/bitcoin/pull/12485
782018-02-20T03:10:12 *** veopala has joined #bitcoin-core-dev
792018-02-20T03:10:22 *** AaronvanW has joined #bitcoin-core-dev
802018-02-20T03:12:07 *** Aaronvan_ has joined #bitcoin-core-dev
812018-02-20T03:15:57 *** AaronvanW has quit IRC
822018-02-20T03:18:27 *** Randolf has joined #bitcoin-core-dev
832018-02-20T03:20:47 *** grafcaps has quit IRC
842018-02-20T03:27:13 *** meshcollider has quit IRC
852018-02-20T03:27:25 *** grafcaps has joined #bitcoin-core-dev
862018-02-20T03:36:08 *** RubenSomsen has quit IRC
872018-02-20T03:45:09 *** dermoth has quit IRC
882018-02-20T03:45:51 *** dermoth has joined #bitcoin-core-dev
892018-02-20T03:49:16 *** bule has quit IRC
902018-02-20T03:50:09 *** bule has joined #bitcoin-core-dev
912018-02-20T03:51:11 *** dongcarl has joined #bitcoin-core-dev
922018-02-20T03:58:54 *** Chris_Stewart_5 has joined #bitcoin-core-dev
932018-02-20T04:11:14 *** Chris_Stewart_5 has quit IRC
942018-02-20T04:21:40 <bitcoin-git> [bitcoin] kallewoof opened pull request #12486: [test] Round target fee to 8 decimals (master...round-assert-fee-amount-target-fee) https://github.com/bitcoin/bitcoin/pull/12486
952018-02-20T04:36:14 *** cryptojanitor has quit IRC
962018-02-20T05:05:12 *** veopala has quit IRC
972018-02-20T05:07:09 *** rex_4539 has joined #bitcoin-core-dev
982018-02-20T05:10:21 *** Aaronvan_ is now known as AaronvanW
992018-02-20T05:17:39 *** PaulCapestany has quit IRC
1002018-02-20T05:20:01 *** d9b4bef9 has quit IRC
1012018-02-20T05:21:08 *** d9b4bef9 has joined #bitcoin-core-dev
1022018-02-20T05:22:22 *** PaulCapestany has joined #bitcoin-core-dev
1032018-02-20T05:26:36 *** AaronvanW has quit IRC
1042018-02-20T05:27:33 *** intcat has quit IRC
1052018-02-20T05:29:01 *** intcat has joined #bitcoin-core-dev
1062018-02-20T05:31:21 *** bule has quit IRC
1072018-02-20T05:31:42 *** bule has joined #bitcoin-core-dev
1082018-02-20T05:32:08 *** veopala has joined #bitcoin-core-dev
1092018-02-20T06:28:01 *** cryptapus_ has joined #bitcoin-core-dev
1102018-02-20T06:28:01 *** cryptapus_ has quit IRC
1112018-02-20T06:28:01 *** cryptapus_ has joined #bitcoin-core-dev
1122018-02-20T06:28:35 *** cryptapus has quit IRC
1132018-02-20T06:34:44 *** CubicEarths has joined #bitcoin-core-dev
1142018-02-20T06:38:39 *** CubicEarths has quit IRC
1152018-02-20T06:41:09 *** Krellan has joined #bitcoin-core-dev
1162018-02-20T06:41:34 *** CubicEarths has joined #bitcoin-core-dev
1172018-02-20T06:44:27 *** CubicEarths has quit IRC
1182018-02-20T06:44:55 *** CubicEarths has joined #bitcoin-core-dev
1192018-02-20T07:03:41 *** whphhg has quit IRC
1202018-02-20T07:12:54 *** RoBz has quit IRC
1212018-02-20T07:14:55 *** To7 has quit IRC
1222018-02-20T07:18:39 *** meshcollider has joined #bitcoin-core-dev
1232018-02-20T07:24:26 *** RubenSomsen has joined #bitcoin-core-dev
1242018-02-20T07:54:26 *** RubenSomsen has quit IRC
1252018-02-20T07:54:56 *** CubicEarths has quit IRC
1262018-02-20T08:00:04 *** mmgen has joined #bitcoin-core-dev
1272018-02-20T08:01:25 *** laurentmt has joined #bitcoin-core-dev
1282018-02-20T08:02:28 *** laurentmt has quit IRC
1292018-02-20T08:02:44 *** whphhg has joined #bitcoin-core-dev
1302018-02-20T08:03:51 *** CubicEarths has joined #bitcoin-core-dev
1312018-02-20T08:08:19 <promag> achow101: sipa: right, the warning is a non blocker imo
1322018-02-20T08:09:06 *** promag has quit IRC
1332018-02-20T08:10:39 *** JackH has quit IRC
1342018-02-20T08:17:30 *** Krellan has quit IRC
1352018-02-20T08:23:42 *** JackH has joined #bitcoin-core-dev
1362018-02-20T08:29:00 *** CubicEarths has quit IRC
1372018-02-20T08:29:33 *** CubicEarths has joined #bitcoin-core-dev
1382018-02-20T08:29:51 *** timothy has joined #bitcoin-core-dev
1392018-02-20T08:31:17 *** bule has quit IRC
1402018-02-20T08:38:41 *** drizztbsd has joined #bitcoin-core-dev
1412018-02-20T08:38:55 *** timothy has quit IRC
1422018-02-20T08:41:05 *** RoBz has joined #bitcoin-core-dev
1432018-02-20T08:41:05 *** RoBz has joined #bitcoin-core-dev
1442018-02-20T08:41:20 *** CubicEarths has quit IRC
1452018-02-20T08:46:26 *** laurentmt has joined #bitcoin-core-dev
1462018-02-20T08:51:15 *** drizztbsd is now known as timothy
1472018-02-20T09:05:37 *** d_t has quit IRC
1482018-02-20T09:08:21 *** dabura667 has quit IRC
1492018-02-20T09:14:17 *** jojeyh has quit IRC
1502018-02-20T09:16:03 *** d_t has joined #bitcoin-core-dev
1512018-02-20T09:20:41 *** jojeyh has joined #bitcoin-core-dev
1522018-02-20T09:21:21 *** jojeyh has quit IRC
1532018-02-20T09:32:50 *** indistylo has joined #bitcoin-core-dev
1542018-02-20T09:40:34 *** aruns has joined #bitcoin-core-dev
1552018-02-20T09:41:24 *** aruns has joined #bitcoin-core-dev
1562018-02-20T09:42:05 *** indistylo has quit IRC
1572018-02-20T09:45:57 *** aruns has quit IRC
1582018-02-20T09:46:08 *** Sinclair6 has quit IRC
1592018-02-20T09:46:26 *** indistylo has joined #bitcoin-core-dev
1602018-02-20T09:48:50 *** Sinclair6 has joined #bitcoin-core-dev
1612018-02-20T09:49:35 *** intcat has quit IRC
1622018-02-20T09:50:47 <bitcoin-git> [bitcoin] laanwj opened pull request #12487: init: Remove translation for `-blockmaxsize` option help (master...2018_02_translation_nightmare) https://github.com/bitcoin/bitcoin/pull/12487
1632018-02-20T09:52:21 *** intcat has joined #bitcoin-core-dev
1642018-02-20T09:58:09 *** aruns has joined #bitcoin-core-dev
1652018-02-20T10:00:57 *** indistylo has quit IRC
1662018-02-20T10:08:23 <bitcoin-git> [bitcoin] jonasschnelli opened pull request #12489: Bugfix: respect user defined configuration file (-conf) in QT settings (master...2018/02/qt_conf) https://github.com/bitcoin/bitcoin/pull/12489
1672018-02-20T10:12:36 *** Victorsueca has quit IRC
1682018-02-20T10:13:55 *** Victorsueca has joined #bitcoin-core-dev
1692018-02-20T10:25:29 *** d_t has quit IRC
1702018-02-20T10:30:20 *** d_t has joined #bitcoin-core-dev
1712018-02-20T10:32:20 *** Guyver2 has joined #bitcoin-core-dev
1722018-02-20T10:32:27 *** d_t has quit IRC
1732018-02-20T10:32:58 *** wxss has joined #bitcoin-core-dev
1742018-02-20T10:37:30 *** wxss has quit IRC
1752018-02-20T10:38:01 *** wxss has joined #bitcoin-core-dev
1762018-02-20T10:40:33 *** promag has joined #bitcoin-core-dev
1772018-02-20T10:45:22 *** AaronvanW has joined #bitcoin-core-dev
1782018-02-20T11:09:40 *** cryptojanitor has joined #bitcoin-core-dev
1792018-02-20T11:19:35 *** aruns__ has joined #bitcoin-core-dev
1802018-02-20T11:22:33 *** aruns has quit IRC
1812018-02-20T11:25:09 *** anome has joined #bitcoin-core-dev
1822018-02-20T11:31:35 <mryandao> hey all, how do I patch diffs from upstream to my local working set?
1832018-02-20T11:50:47 *** vicenteH has joined #bitcoin-core-dev
1842018-02-20T11:52:29 *** owowo has quit IRC
1852018-02-20T12:02:57 <mryandao> oh man, did i do the rebase correctly for https://github.com/bitcoin/bitcoin/pull/12240/commits/1869b838e1a818cba6929f6ccdc5c813cc617471?
1862018-02-20T12:03:38 <mryandao> doesnt look right on github to me.
1872018-02-20T12:09:32 *** intcat has quit IRC
1882018-02-20T12:09:33 *** mmgen has quit IRC
1892018-02-20T12:11:59 *** mmgen has joined #bitcoin-core-dev
1902018-02-20T12:12:46 *** schnerch- has quit IRC
1912018-02-20T12:13:04 *** intcat has joined #bitcoin-core-dev
1922018-02-20T12:17:15 *** schnerchi has joined #bitcoin-core-dev
1932018-02-20T12:18:57 *** Aaronvan_ has joined #bitcoin-core-dev
1942018-02-20T12:20:49 *** AaronvanW has quit IRC
1952018-02-20T12:22:17 *** Aaronvan_ is now known as AaronvanW
1962018-02-20T12:24:27 *** anome has quit IRC
1972018-02-20T12:26:19 *** anome has joined #bitcoin-core-dev
1982018-02-20T12:28:41 *** anome has quit IRC
1992018-02-20T12:31:18 *** schnerchi has quit IRC
2002018-02-20T12:34:57 *** anome has joined #bitcoin-core-dev
2012018-02-20T12:41:49 *** schnerchi has joined #bitcoin-core-dev
2022018-02-20T12:45:58 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2032018-02-20T12:46:49 *** Pavle has joined #bitcoin-core-dev
2042018-02-20T12:49:59 *** indistylo has joined #bitcoin-core-dev
2052018-02-20T12:51:27 *** aruns__ has quit IRC
2062018-02-20T12:51:35 <eklitzke> looks like you squashed too much to me
2072018-02-20T13:07:12 *** anome has quit IRC
2082018-02-20T13:10:27 *** anome has joined #bitcoin-core-dev
2092018-02-20T13:10:31 *** anome has quit IRC
2102018-02-20T13:11:00 *** SopaXorzTaker has joined #bitcoin-core-dev
2112018-02-20T13:12:34 *** Victorsueca has quit IRC
2122018-02-20T13:13:42 *** Victorsueca has joined #bitcoin-core-dev
2132018-02-20T13:14:28 *** anome has joined #bitcoin-core-dev
2142018-02-20T13:16:13 *** anome has quit IRC
2152018-02-20T13:20:17 *** belcher has joined #bitcoin-core-dev
2162018-02-20T13:20:52 *** anome has joined #bitcoin-core-dev
2172018-02-20T13:22:22 *** Jams_ has joined #bitcoin-core-dev
2182018-02-20T13:26:48 *** Jams_ has quit IRC
2192018-02-20T13:29:44 *** jamesob has joined #bitcoin-core-dev
2202018-02-20T13:31:41 *** jamesob has quit IRC
2212018-02-20T13:31:59 *** jamesob has joined #bitcoin-core-dev
2222018-02-20T13:34:46 *** Pavle has quit IRC
2232018-02-20T13:38:24 *** meshcollider has quit IRC
2242018-02-20T13:44:36 *** pkx1 has joined #bitcoin-core-dev
2252018-02-20T13:48:57 *** Chris_Stewart_5 has quit IRC
2262018-02-20T14:03:49 *** pkx1 has quit IRC
2272018-02-20T14:06:27 *** jamesob has quit IRC
2282018-02-20T14:06:56 *** iamlucasking has joined #bitcoin-core-dev
2292018-02-20T14:08:45 *** veopala has quit IRC
2302018-02-20T14:15:08 *** aruns__ has joined #bitcoin-core-dev
2312018-02-20T14:17:45 *** indistylo has quit IRC
2322018-02-20T14:18:22 *** Aaronvan_ has joined #bitcoin-core-dev
2332018-02-20T14:19:23 *** AaronvanW has quit IRC
2342018-02-20T14:22:12 <bitcoin-git> [bitcoin] jnewbery opened pull request #12490: Remove deprecated wallet rpc methods from server (master...remove_deprecated_rpcs) https://github.com/bitcoin/bitcoin/pull/12490
2352018-02-20T14:23:03 <bitcoin-git> [bitcoin] jnewbery closed pull request #12490: Remove deprecated wallet rpc methods from server (master...remove_deprecated_rpcs) https://github.com/bitcoin/bitcoin/pull/12490
2362018-02-20T14:23:47 *** Aaronvan_ has quit IRC
2372018-02-20T14:26:55 *** AaronvanW has joined #bitcoin-core-dev
2382018-02-20T14:28:23 *** jamesob has joined #bitcoin-core-dev
2392018-02-20T14:28:33 *** veopala has joined #bitcoin-core-dev
2402018-02-20T14:29:11 *** Aaronvan_ has joined #bitcoin-core-dev
2412018-02-20T14:31:27 *** AaronvanW has quit IRC
2422018-02-20T14:34:24 <arubi> more thoughts on #12321 ? I think it would be a nice addition for working with multisig in segwit
2432018-02-20T14:34:26 <gribble> https://github.com/bitcoin/bitcoin/issues/12321 | p2wsh and p2sh-p2wsh address in decodescript by fivepiece · Pull Request #12321 · bitcoin/bitcoin · GitHub
2442018-02-20T14:36:26 *** shesek has joined #bitcoin-core-dev
2452018-02-20T14:36:26 *** shesek has quit IRC
2462018-02-20T14:36:26 *** shesek has joined #bitcoin-core-dev
2472018-02-20T14:37:42 *** mrannanay has joined #bitcoin-core-dev
2482018-02-20T14:46:49 *** CubicEarths has joined #bitcoin-core-dev
2492018-02-20T14:49:29 *** CubicEarths has quit IRC
2502018-02-20T14:51:28 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2512018-02-20T14:54:00 *** Aaronvan_ has quit IRC
2522018-02-20T14:56:38 *** indistylo has joined #bitcoin-core-dev
2532018-02-20T14:57:57 *** mmgen has quit IRC
2542018-02-20T14:58:17 *** mmgen has joined #bitcoin-core-dev
2552018-02-20T14:58:29 *** aruns__ has quit IRC
2562018-02-20T15:02:48 *** denis2342 has joined #bitcoin-core-dev
2572018-02-20T15:03:54 *** satopi has joined #bitcoin-core-dev
2582018-02-20T15:06:37 *** arubi has quit IRC
2592018-02-20T15:11:14 *** satopi has quit IRC
2602018-02-20T15:19:49 *** earlz_ is now known as earlz
2612018-02-20T15:27:23 *** Cogito_Ergo_Sum has joined #bitcoin-core-dev
2622018-02-20T15:32:48 *** CubicEarths has joined #bitcoin-core-dev
2632018-02-20T15:37:47 *** CubicEarths has quit IRC
2642018-02-20T15:44:18 *** grafcaps has quit IRC
2652018-02-20T15:44:25 *** CubicEarths has joined #bitcoin-core-dev
2662018-02-20T15:46:39 *** indistylo has quit IRC
2672018-02-20T15:50:10 *** owowo has joined #bitcoin-core-dev
2682018-02-20T15:51:17 *** anome has quit IRC
2692018-02-20T15:57:24 *** Giszmo has joined #bitcoin-core-dev
2702018-02-20T16:02:24 *** weez17 has joined #bitcoin-core-dev
2712018-02-20T16:02:37 *** _parts has quit IRC
2722018-02-20T16:04:00 *** iamlucasking has quit IRC
2732018-02-20T16:07:28 *** roasbeef has quit IRC
2742018-02-20T16:07:44 *** denis2342 has quit IRC
2752018-02-20T16:08:19 *** indistylo has joined #bitcoin-core-dev
2762018-02-20T16:11:03 *** SopaXorzTaker has quit IRC
2772018-02-20T16:11:52 *** grafcaps has joined #bitcoin-core-dev
2782018-02-20T16:18:57 *** arubi has joined #bitcoin-core-dev
2792018-02-20T16:20:59 *** promag has quit IRC
2802018-02-20T16:23:57 *** Giszmo has quit IRC
2812018-02-20T16:26:40 *** JackH has quit IRC
2822018-02-20T16:28:00 *** contrapumpkin has joined #bitcoin-core-dev
2832018-02-20T16:32:03 *** jb554 has joined #bitcoin-core-dev
2842018-02-20T16:32:54 *** nman999 has joined #bitcoin-core-dev
2852018-02-20T16:35:03 *** contrapumpkin has quit IRC
2862018-02-20T16:35:03 *** anome has joined #bitcoin-core-dev
2872018-02-20T16:36:17 <nman999> What is the easiest way to install the Berkeley DB dependencies on Debian Stretch?
2882018-02-20T16:37:54 *** nman999 has quit IRC
2892018-02-20T16:38:05 <arubi> nman999, why do you want to install it system wide at all?
2902018-02-20T16:41:46 *** Murch has joined #bitcoin-core-dev
2912018-02-20T16:42:45 *** veopala has quit IRC
2922018-02-20T16:45:18 *** arubi has quit IRC
2932018-02-20T16:48:13 *** arubi has joined #bitcoin-core-dev
2942018-02-20T16:48:33 *** Randolf has quit IRC
2952018-02-20T16:55:24 *** veopala has joined #bitcoin-core-dev
2962018-02-20T16:59:45 *** veopala has quit IRC
2972018-02-20T17:01:19 *** StopAndDecrypt has quit IRC
2982018-02-20T17:02:16 *** StopAndDecrypt has joined #bitcoin-core-dev
2992018-02-20T17:02:25 *** StopAndDecrypt has quit IRC
3002018-02-20T17:02:25 *** StopAndDecrypt has joined #bitcoin-core-dev
3012018-02-20T17:07:33 *** intcat has quit IRC
3022018-02-20T17:08:26 *** intcat has joined #bitcoin-core-dev
3032018-02-20T17:14:14 *** Randolf has joined #bitcoin-core-dev
3042018-02-20T17:15:31 *** indistylo has quit IRC
3052018-02-20T17:17:38 *** anome has quit IRC
3062018-02-20T17:21:41 *** Krellan has joined #bitcoin-core-dev
3072018-02-20T17:25:10 *** shesek has quit IRC
3082018-02-20T17:29:20 *** arubi has quit IRC
3092018-02-20T17:33:40 *** anome has joined #bitcoin-core-dev
3102018-02-20T17:37:14 *** shesek has joined #bitcoin-core-dev
3112018-02-20T17:38:18 *** arubi has joined #bitcoin-core-dev
3122018-02-20T17:42:22 *** Dizzle has joined #bitcoin-core-dev
3132018-02-20T17:42:44 *** Jams_ has joined #bitcoin-core-dev
3142018-02-20T17:47:50 *** Jams_ has left #bitcoin-core-dev
3152018-02-20T17:50:27 *** shesek has quit IRC
3162018-02-20T17:52:36 *** timothy has quit IRC
3172018-02-20T17:52:38 *** denis2342 has joined #bitcoin-core-dev
3182018-02-20T17:54:01 <bitcoin-git> [bitcoin] eklitzke opened pull request #12491: Try to use posix_fadvise with CBufferedFile (master...fadvise) https://github.com/bitcoin/bitcoin/pull/12491
3192018-02-20T17:56:12 *** Murch has quit IRC
3202018-02-20T17:57:08 *** Murch has joined #bitcoin-core-dev
3212018-02-20T17:57:35 *** shesek has joined #bitcoin-core-dev
3222018-02-20T18:01:39 *** lnostdal has quit IRC
3232018-02-20T18:09:01 *** Krellan has quit IRC
3242018-02-20T18:10:16 *** StopAndDecrypt has quit IRC
3252018-02-20T18:16:30 *** LeMiner2 has joined #bitcoin-core-dev
3262018-02-20T18:17:20 *** denis2342 has quit IRC
3272018-02-20T18:17:27 *** [1]LeMiner has joined #bitcoin-core-dev
3282018-02-20T18:18:03 *** Murch has quit IRC
3292018-02-20T18:18:39 *** LeMiner has quit IRC
3302018-02-20T18:20:13 *** grafcaps has quit IRC
3312018-02-20T18:20:47 *** LeMiner2 has quit IRC
3322018-02-20T18:22:09 *** LeMiner has joined #bitcoin-core-dev
3332018-02-20T18:25:03 *** [1]LeMiner has quit IRC
3342018-02-20T18:27:44 *** Murch has joined #bitcoin-core-dev
3352018-02-20T18:28:56 *** anome has quit IRC
3362018-02-20T18:32:31 *** LeMiner has quit IRC
3372018-02-20T18:39:42 *** veopala has joined #bitcoin-core-dev
3382018-02-20T18:40:36 *** anome has joined #bitcoin-core-dev
3392018-02-20T18:49:11 *** veopala has quit IRC
3402018-02-20T18:54:42 *** veopala has joined #bitcoin-core-dev
3412018-02-20T18:59:48 *** belcher has quit IRC
3422018-02-20T19:00:19 *** veopala has quit IRC
3432018-02-20T19:03:30 *** veopala has joined #bitcoin-core-dev
3442018-02-20T19:06:19 *** belcher has joined #bitcoin-core-dev
3452018-02-20T19:12:21 <mrannanay> ```
3462018-02-20T19:13:01 <mrannanay> ```
3472018-02-20T19:13:01 <mrannanay> libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CCriticalBlock::Enter(char const*, char const*, int)':
3482018-02-20T19:13:01 <mrannanay> /home/annanay/bitcoin/src/./sync.h:123: undefined reference to `EnterCritical(char const*, char const*, int, void*, bool)'
3492018-02-20T19:13:01 <mrannanay> ```
3502018-02-20T19:13:01 <mrannanay> I seem to be getting this recurring error when I build the source.
3512018-02-20T19:13:01 <mrannanay> Even though I'm using ```./configure CXXFLAGS="-DDEBUG_LOCKORDER -g"``` when I configure
3522018-02-20T19:13:18 *** grafcaps has joined #bitcoin-core-dev
3532018-02-20T19:13:38 <mrannanay> Reposting for better formatting
3542018-02-20T19:13:38 <mrannanay> ```
3552018-02-20T19:13:38 <mrannanay> libbitcoin_server.a(libbitcoin_server_a-net.o): In function `CCriticalBlock::Enter(char const*, char const*, int)':
3562018-02-20T19:13:38 <mrannanay> /home/annanay/bitcoin/src/./sync.h:123: undefined reference to `EnterCritical(char const*, char const*, int, void*, bool)'
3572018-02-20T19:13:38 <mrannanay> ```
3582018-02-20T19:15:02 <mrannanay> IIUC, the -DDEBUG_LOCKORDER should define the right ```EnterCritical``` in src/net.cpp
3592018-02-20T19:16:24 *** veopala has quit IRC
3602018-02-20T19:16:58 *** veopala has joined #bitcoin-core-dev
3612018-02-20T19:19:15 <mrannanay> *src/sync.h
3622018-02-20T19:23:32 *** nman999 has joined #bitcoin-core-dev
3632018-02-20T19:25:50 *** goatpig has quit IRC
3642018-02-20T19:28:59 *** belcher has quit IRC
3652018-02-20T19:29:49 *** nman999 has quit IRC
3662018-02-20T19:30:32 <sipa> mrannanay: are you sure you're recompiling everything with -DDEBUG_LOCKORDER, and aren't accidentally reusing a sync.o built withouy?
3672018-02-20T19:31:31 *** anome has quit IRC
3682018-02-20T19:39:57 *** pacaduke has joined #bitcoin-core-dev
3692018-02-20T19:40:10 *** dcousens has quit IRC
3702018-02-20T19:40:18 *** ohnx has quit IRC
3712018-02-20T19:40:35 *** dcousens has joined #bitcoin-core-dev
3722018-02-20T19:41:22 *** pacaduke has quit IRC
3732018-02-20T19:47:57 *** laurentmt has quit IRC
3742018-02-20T19:48:24 *** Krellan has joined #bitcoin-core-dev
3752018-02-20T19:48:35 *** dcousens has quit IRC
3762018-02-20T19:49:21 *** dcousens has joined #bitcoin-core-dev
3772018-02-20T19:59:59 *** Chris_Stewart_5 has quit IRC
3782018-02-20T20:00:45 *** AaronvanW has joined #bitcoin-core-dev
3792018-02-20T20:01:34 *** Aaronvan_ has joined #bitcoin-core-dev
3802018-02-20T20:03:50 *** arubi has quit IRC
3812018-02-20T20:05:12 <midnightmagic> Would it be useful if the database files-- either the chainstate or otherwise-- had a human-readable journalling log and/or bitcoind could be told to lock the db layers while an external program ran? (say to snapshot the db or something?)
3822018-02-20T20:05:24 *** AaronvanW has quit IRC
3832018-02-20T20:05:37 *** owowo has quit IRC
3842018-02-20T20:06:35 *** owowo has joined #bitcoin-core-dev
3852018-02-20T20:06:59 <Randolf> midnightmagic: Are you thinking for backup purposes mainly?
3862018-02-20T20:07:41 <midnightmagic> Either for backup, or for db reliability measures on a desired high-uptime node.. or something.
3872018-02-20T20:08:01 <sipa> we already have a journalling log for the chainstate
3882018-02-20T20:08:02 <midnightmagic> like for fs snapshotting for example.
3892018-02-20T20:08:06 <sipa> it's called the blockchain
3902018-02-20T20:08:14 *** ProfMac has quit IRC
3912018-02-20T20:08:28 <midnightmagic> rebuilding to a known-good state is hard.. ish. :-P
3922018-02-20T20:09:32 <sipa> well instructing bitcoind to not write any changes to disk for a while would be certainly doable
3932018-02-20T20:09:39 <sipa> if you want to support snapshots or so
3942018-02-20T20:10:00 <midnightmagic> hrmm..
3952018-02-20T20:10:14 <sipa> it could even continue updating the internal cache, until its size grows too large
3962018-02-20T20:10:21 <midnightmagic> is there a db cache which needs to be flushed for that?
3972018-02-20T20:10:36 <sipa> yes
3982018-02-20T20:10:48 <sipa> all disk writes are localized in a single function
3992018-02-20T20:10:54 <midnightmagic> ok.
4002018-02-20T20:11:02 <sipa> excluding txindex...
4012018-02-20T20:11:09 <sipa> that's just a hack :)
4022018-02-20T20:11:19 <midnightmagic> :-)
4032018-02-20T20:12:16 *** arubi has joined #bitcoin-core-dev
4042018-02-20T20:20:09 *** mirese has joined #bitcoin-core-dev
4052018-02-20T20:23:30 *** mirese_ has quit IRC
4062018-02-20T20:27:59 <bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ffc6e48b2983...e117cfe45eee
4072018-02-20T20:27:59 <bitcoin-git> bitcoin/master a6e6e39 Jonas Schnelli: Bugfix: respect user defined configuration file (-conf) when open conf. file from QT settings
4082018-02-20T20:28:00 <bitcoin-git> bitcoin/master e117cfe MarcoFalke: Merge #12489: Bugfix: respect user defined configuration file (-conf) in QT settings...
4092018-02-20T20:28:55 <bitcoin-git> [bitcoin] MarcoFalke closed pull request #12489: Bugfix: respect user defined configuration file (-conf) in QT settings (master...2018/02/qt_conf) https://github.com/bitcoin/bitcoin/pull/12489
4102018-02-20T20:30:33 *** veopala has quit IRC
4112018-02-20T20:31:06 *** Chris_Stewart_5 has joined #bitcoin-core-dev
4122018-02-20T20:38:29 *** Brandonc123 has joined #bitcoin-core-dev
4132018-02-20T20:40:42 *** Brandonc123 has quit IRC
4142018-02-20T20:42:11 *** jeffree has joined #bitcoin-core-dev
4152018-02-20T20:42:51 *** Brandonc123 has joined #bitcoin-core-dev
4162018-02-20T20:44:33 *** veopala has joined #bitcoin-core-dev
4172018-02-20T20:50:40 *** Brandonc123 has quit IRC
4182018-02-20T20:50:59 *** Brandonc123 has joined #bitcoin-core-dev
4192018-02-20T20:51:21 *** satwo has joined #bitcoin-core-dev
4202018-02-20T20:54:18 *** jb554 has quit IRC
4212018-02-20T20:54:25 *** Brandonc123 has quit IRC
4222018-02-20T20:54:28 *** ohnx has joined #bitcoin-core-dev
4232018-02-20T20:57:22 *** roasbeef has joined #bitcoin-core-dev
4242018-02-20T20:59:53 *** To7 has joined #bitcoin-core-dev
4252018-02-20T21:01:36 *** Squidicc has quit IRC
4262018-02-20T21:04:43 *** Aaronvan_ has quit IRC
4272018-02-20T21:05:21 *** AaronvanW has joined #bitcoin-core-dev
4282018-02-20T21:10:38 *** anome has joined #bitcoin-core-dev
4292018-02-20T21:12:37 *** lnostdal has joined #bitcoin-core-dev
4302018-02-20T21:19:14 *** rex_4539 has quit IRC
4312018-02-20T21:19:17 *** schmidty has quit IRC
4322018-02-20T21:20:06 *** timothy has joined #bitcoin-core-dev
4332018-02-20T21:22:32 *** promag has joined #bitcoin-core-dev
4342018-02-20T21:22:52 *** anome has quit IRC
4352018-02-20T21:24:50 *** mmgen has quit IRC
4362018-02-20T21:25:49 *** anome has joined #bitcoin-core-dev
4372018-02-20T21:28:22 *** jb554 has joined #bitcoin-core-dev
4382018-02-20T21:29:28 *** anome has quit IRC
4392018-02-20T21:29:28 <bitcoin-git> [bitcoin] achow101 opened pull request #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down (master...dbenv-reopen) https://github.com/bitcoin/bitcoin/pull/12493
4402018-02-20T21:35:08 *** CubicEarths has quit IRC
4412018-02-20T21:38:07 *** CubicEarths has joined #bitcoin-core-dev
4422018-02-20T21:39:33 *** jamesob has quit IRC
4432018-02-20T21:42:31 *** CubicEarths has quit IRC
4442018-02-20T21:47:11 *** Chris_Stewart_5 has quit IRC
4452018-02-20T21:47:24 *** Squidicuz has joined #bitcoin-core-dev
4462018-02-20T21:53:46 *** Guyver2 has quit IRC
4472018-02-20T21:56:35 *** wunpunch has joined #bitcoin-core-dev
4482018-02-20T21:57:12 *** veopala has quit IRC
4492018-02-20T22:10:41 *** rex_4539 has joined #bitcoin-core-dev
4502018-02-20T22:11:24 *** cryptapus_ is now known as cryptapus
4512018-02-20T22:12:51 *** cryptapus has quit IRC
4522018-02-20T22:14:36 *** cryptapus has joined #bitcoin-core-dev
4532018-02-20T22:17:24 <bitcoin-git> [bitcoin] Empact opened pull request #12494: Declare CMutableTransaction a struct in rawtransaction.h (master...mutabletransaction-struct) https://github.com/bitcoin/bitcoin/pull/12494
4542018-02-20T22:19:52 *** Murch has quit IRC
4552018-02-20T22:20:45 *** Murch has joined #bitcoin-core-dev
4562018-02-20T22:26:55 *** satwo has quit IRC
4572018-02-20T22:37:23 <bitcoin-git> [bitcoin] eklitzke opened pull request #12495: Increase LevelDB max_open_files on 64-bit POSIX systems (master...ldb_max_open_files) https://github.com/bitcoin/bitcoin/pull/12495
4582018-02-20T22:38:04 *** satwo has joined #bitcoin-core-dev
4592018-02-20T22:40:03 *** CubicEarths has joined #bitcoin-core-dev
4602018-02-20T22:46:32 *** ProfMac has joined #bitcoin-core-dev
4612018-02-20T22:48:44 *** jb554 has quit IRC
4622018-02-20T22:59:40 *** wxss has quit IRC
4632018-02-20T23:00:13 *** Murch has quit IRC
4642018-02-20T23:07:43 *** Murch has joined #bitcoin-core-dev
4652018-02-20T23:16:17 *** grafcaps has quit IRC
4662018-02-20T23:16:46 *** wunpunch has quit IRC
4672018-02-20T23:20:01 *** d9b4bef9 has quit IRC
4682018-02-20T23:21:08 *** d9b4bef9 has joined #bitcoin-core-dev
4692018-02-20T23:21:13 *** dgenr8 has quit IRC
4702018-02-20T23:21:35 *** dgenr8 has joined #bitcoin-core-dev
4712018-02-20T23:21:47 *** Giszmo has joined #bitcoin-core-dev
4722018-02-20T23:25:08 *** Randolf has quit IRC
4732018-02-20T23:25:12 *** booyah is now known as b00yah
4742018-02-20T23:25:34 *** b00yah is now known as xb00744
4752018-02-20T23:26:01 *** xb00744 is now known as x800744725
4762018-02-20T23:28:02 *** x800744725 is now known as booyah
4772018-02-20T23:42:09 *** CubicEarths has quit IRC
4782018-02-20T23:44:23 *** rex_4539 has quit IRC
4792018-02-20T23:48:21 *** Cogito_Ergo_Sum has quit IRC