12016-08-31T00:02:29 *** epopt has quit IRC
22016-08-31T00:10:06 *** Alopex has quit IRC
32016-08-31T00:11:11 *** Alopex has joined #bitcoin-core-dev
42016-08-31T00:11:41 *** JZA has quit IRC
52016-08-31T00:14:20 *** JZA has joined #bitcoin-core-dev
62016-08-31T00:16:25 *** JZA has left #bitcoin-core-dev
72016-08-31T00:25:48 *** murch has quit IRC
82016-08-31T00:25:50 *** achow101 has quit IRC
92016-08-31T00:29:41 *** nibor has quit IRC
102016-08-31T00:46:09 *** nibor has joined #bitcoin-core-dev
112016-08-31T00:46:47 *** Chris_Stewart_5 has joined #bitcoin-core-dev
122016-08-31T00:52:17 *** fengling has joined #bitcoin-core-dev
132016-08-31T00:53:56 *** Chris_Stewart_5 has quit IRC
142016-08-31T00:57:06 *** fengling has quit IRC
152016-08-31T01:02:33 *** jtimon has quit IRC
162016-08-31T01:14:44 *** Chris_Stewart_5 has joined #bitcoin-core-dev
172016-08-31T01:28:17 *** isle2983 has quit IRC
182016-08-31T01:30:33 *** PaulCape_ has quit IRC
192016-08-31T01:32:09 *** PaulCapestany has joined #bitcoin-core-dev
202016-08-31T01:34:37 *** pavel_ has joined #bitcoin-core-dev
212016-08-31T01:35:54 *** Ylbam has quit IRC
222016-08-31T01:36:32 *** paveljanik has quit IRC
232016-08-31T01:47:00 *** harrymm has quit IRC
242016-08-31T01:47:05 <GitHub34> [bitcoin] theuni closed pull request #8023: RFC: Interruptible threads (master...interruptible-thread) https://github.com/bitcoin/bitcoin/pull/8023
252016-08-31T01:47:44 *** harrymm has joined #bitcoin-core-dev
262016-08-31T01:49:20 *** FNinTak has joined #bitcoin-core-dev
272016-08-31T01:51:48 *** FNinTak has quit IRC
282016-08-31T01:52:11 *** harrymm has quit IRC
292016-08-31T01:53:47 *** fengling has joined #bitcoin-core-dev
302016-08-31T01:57:26 *** Alopex has quit IRC
312016-08-31T01:58:31 *** Alopex has joined #bitcoin-core-dev
322016-08-31T01:58:46 *** fengling has quit IRC
332016-08-31T02:02:07 *** jgarzik has quit IRC
342016-08-31T02:08:55 *** harrymm has joined #bitcoin-core-dev
352016-08-31T02:10:42 *** fengling has joined #bitcoin-core-dev
362016-08-31T02:13:15 *** achow101 has joined #bitcoin-core-dev
372016-08-31T02:13:51 *** Chris_Stewart_5 has quit IRC
382016-08-31T02:34:09 <GitHub184> [bitcoin] theuni opened pull request #8631: Nuke boost::thread and boost::thread_group (master...no-interrupt-threads) https://github.com/bitcoin/bitcoin/pull/8631
392016-08-31T02:50:25 *** moli has joined #bitcoin-core-dev
402016-08-31T02:52:16 *** molz has quit IRC
412016-08-31T02:55:06 *** Alopex has quit IRC
422016-08-31T02:56:11 *** Alopex has joined #bitcoin-core-dev
432016-08-31T02:57:29 *** Guest43826 is now known as amiller
442016-08-31T02:57:35 *** amiller has joined #bitcoin-core-dev
452016-08-31T03:15:34 *** pmienk has quit IRC
462016-08-31T03:15:35 *** juscamarena has quit IRC
472016-08-31T03:23:11 <GitHub111> [bitcoin] JeremyRubin opened pull request #8632: Speed up prevector tests by parallelization (master...faster_prevector_tests) https://github.com/bitcoin/bitcoin/pull/8632
482016-08-31T03:29:53 <achow101> how do i use the cookie based auth
492016-08-31T03:31:36 <GitHub112> [bitcoin] JeremyRubin opened pull request #8633: Ugly hack to print out tests as they are run to mitigate travis timeouts (master...test-driver-hack) https://github.com/bitcoin/bitcoin/pull/8633
502016-08-31T03:33:34 *** pmienk has joined #bitcoin-core-dev
512016-08-31T04:06:50 <achow101> how do I force bitcoind to have a cookie even if an rpcpassword and rpcuser are set?
522016-08-31T04:08:07 <gmaxwell> achow101: use rpcauth instead.
532016-08-31T04:09:11 <gmaxwell> strUsage += HelpMessageOpt("-rpcauth=<userpw>", _("Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times"));
542016-08-31T04:10:02 *** spudowiar has quit IRC
552016-08-31T04:10:03 *** dermoth has quit IRC
562016-08-31T04:10:39 <achow101> I don't think that really fits what I am trying to do
572016-08-31T04:11:42 <achow101> the idea is that the user should be able to just start Bitcoin Core with no options (except server=1 I guess) and the software (Armory) would be able to automatically know how to connect to the server without any user input
582016-08-31T04:11:59 <achow101> it seems that cookie auth is best for this since the cookie is automatically generated
592016-08-31T04:12:29 <gmaxwell> thats what the cookie auth is for.
602016-08-31T04:12:47 *** dermoth has joined #bitcoin-core-dev
612016-08-31T04:12:48 *** kyletorpey has quit IRC
622016-08-31T04:12:51 <gmaxwell> achow101: what I'm telling you is to stop setting rpcuser/rpcpassword, they're depricated and will be removed.
632016-08-31T04:13:05 <achow101> I know. I'm working on that, hence cookie auth
642016-08-31T04:13:12 <gmaxwell> Currently it lodges a complaint in the debug.log.
652016-08-31T04:13:25 <gmaxwell> And rpcauth does not disable cookie auth.
662016-08-31T04:15:01 <achow101> I was primarily trying to figure out a way to not completely wreck backwards compatibility
672016-08-31T04:16:19 *** aureianimus_ has joined #bitcoin-core-dev
682016-08-31T04:17:03 *** aureianimus has quit IRC
692016-08-31T04:17:04 *** jannes has quit IRC
702016-08-31T04:17:38 *** jannes has joined #bitcoin-core-dev
712016-08-31T04:19:47 <jeremyrubin> gmaxwell: if you have a moment could you look at the build settings for the bench code? Reproducably (by cfields and I) it doesn't run under wine.
722016-08-31T04:20:43 <jeremyrubin> gmaxwell: even on this branch which removes sys/time https://github.com/bitcoin/bitcoin/compare/master...JeremyRubin:refactor-bench
732016-08-31T04:21:37 <jeremyrubin> gmaxwell: (I'm asking you specifically because you seem to have spent some time on it fairly recently)
742016-08-31T04:32:29 <cfields> jeremyrubin: did you reproduce on win64 as well?
752016-08-31T04:36:04 *** Giszmo has quit IRC
762016-08-31T04:39:45 *** justanotheruser has quit IRC
772016-08-31T04:39:53 *** justanotheruser has joined #bitcoin-core-dev
782016-08-31T04:52:13 <jeremyrubin> cfields: yes
792016-08-31T04:52:27 <jeremyrubin> cfields: different error but same failure to start
802016-08-31T04:54:02 <cfields> jeremyrubin: i'm wondering if any of the win32 crap we do in AppInit2 is necessary for bench_bitcoin
812016-08-31T04:55:14 <jeremyrubin> cfields: Is that done in bench_bitcoin now?
822016-08-31T04:56:05 <cfields> jeremyrubin: no. but looking at it now, i don't see how any of those things would help
832016-08-31T05:04:00 *** justanotheruser has quit IRC
842016-08-31T05:04:13 *** kyletorpey has joined #bitcoin-core-dev
852016-08-31T05:11:36 <jeremyrubin> cfields: ok I've narrowed it to SetupEnvironment
862016-08-31T05:19:33 <jeremyrubin> cfields: nevermind, was a dirty build
872016-08-31T05:34:38 <GitHub36> [bitcoin] jl2012 opened pull request #8634: Add policy: null signature for failed CHECK(MULTI)SIG (master...nullfail) https://github.com/bitcoin/bitcoin/pull/8634
882016-08-31T05:56:54 *** Cheeseo has quit IRC
892016-08-31T06:08:39 *** antipsychiatry has joined #bitcoin-core-dev
902016-08-31T06:09:12 *** Alopex has quit IRC
912016-08-31T06:10:17 *** Alopex has joined #bitcoin-core-dev
922016-08-31T06:20:01 *** Alopex has quit IRC
932016-08-31T06:21:06 *** Alopex has joined #bitcoin-core-dev
942016-08-31T06:24:46 *** harrymm has quit IRC
952016-08-31T06:26:15 *** Cheeseo has joined #bitcoin-core-dev
962016-08-31T06:35:55 *** murch has joined #bitcoin-core-dev
972016-08-31T06:37:08 *** antipsychiatry has quit IRC
982016-08-31T06:44:43 *** harrymm has joined #bitcoin-core-dev
992016-08-31T06:51:23 *** pavel_ has quit IRC
1002016-08-31T06:51:34 *** paveljanik has joined #bitcoin-core-dev
1012016-08-31T06:53:35 *** BashCo has quit IRC
1022016-08-31T07:11:44 *** paveljanik has quit IRC
1032016-08-31T07:14:06 *** Alopex has quit IRC
1042016-08-31T07:15:12 *** Alopex has joined #bitcoin-core-dev
1052016-08-31T07:15:46 *** belcher has quit IRC
1062016-08-31T07:16:19 *** BashCo has joined #bitcoin-core-dev
1072016-08-31T07:20:43 *** belcher has joined #bitcoin-core-dev
1082016-08-31T07:45:12 *** murch has quit IRC
1092016-08-31T07:56:37 *** harrymm has quit IRC
1102016-08-31T08:14:26 *** kyletorpey has quit IRC
1112016-08-31T08:17:48 *** BashCo has quit IRC
1122016-08-31T08:21:06 *** fengling has quit IRC
1132016-08-31T08:22:32 *** instagibbs has quit IRC
1142016-08-31T08:24:45 *** harrymm has joined #bitcoin-core-dev
1152016-08-31T08:28:48 *** instagibbs has joined #bitcoin-core-dev
1162016-08-31T08:29:38 *** harrymm has quit IRC
1172016-08-31T08:30:59 *** BashCo has joined #bitcoin-core-dev
1182016-08-31T08:44:09 *** harrymm has joined #bitcoin-core-dev
1192016-08-31T08:46:12 *** fengling has joined #bitcoin-core-dev
1202016-08-31T08:48:37 *** harrymm has quit IRC
1212016-08-31T08:48:47 *** eggcoin has joined #bitcoin-core-dev
1222016-08-31T08:54:38 *** Ylbam has joined #bitcoin-core-dev
1232016-08-31T09:00:39 *** JackH has quit IRC
1242016-08-31T09:05:22 *** harrymm has joined #bitcoin-core-dev
1252016-08-31T09:08:42 *** kadoban has quit IRC
1262016-08-31T09:15:09 *** harrymm has quit IRC
1272016-08-31T09:16:39 <GitHub47> [bitcoin] jl2012 opened pull request #8635: Enforce mandatory softfork flags for segwit block/tx (master...mandatorysegwitflags) https://github.com/bitcoin/bitcoin/pull/8635
1282016-08-31T09:26:01 *** sanada` has joined #bitcoin-core-dev
1292016-08-31T09:27:32 *** sanada has quit IRC
1302016-08-31T09:31:25 *** eggcoin has quit IRC
1312016-08-31T09:43:34 *** isis is now known as isis_
1322016-08-31T09:49:40 <jl2012> why violating the nLockTime has 10 DoS score instead of 100? https://github.com/bitcoin/bitcoin/blob/6c9f1b8c24052134413b1a7d7d0599339daffc32/src/main.cpp#L3547
1332016-08-31T10:17:06 *** fengling has quit IRC
1342016-08-31T10:18:59 *** fengling has joined #bitcoin-core-dev
1352016-08-31T10:21:16 *** jtimon has joined #bitcoin-core-dev
1362016-08-31T10:52:49 *** Ginnarr has joined #bitcoin-core-dev
1372016-08-31T10:58:28 *** JackH has joined #bitcoin-core-dev
1382016-08-31T11:04:49 *** JackH has quit IRC
1392016-08-31T11:13:38 *** BashCo_ has joined #bitcoin-core-dev
1402016-08-31T11:16:33 *** BashCo has quit IRC
1412016-08-31T11:20:18 *** isis_ is now known as isis
1422016-08-31T11:21:37 *** BashCo_ has quit IRC
1432016-08-31T11:25:39 *** Yogh has quit IRC
1442016-08-31T11:26:28 *** Ginnarr has quit IRC
1452016-08-31T11:26:49 *** Yogh has joined #bitcoin-core-dev
1462016-08-31T11:37:16 *** BashCo has joined #bitcoin-core-dev
1472016-08-31T11:37:54 *** BashCo has quit IRC
1482016-08-31T11:39:25 *** isis is now known as isis_
1492016-08-31T11:40:19 *** BashCo has joined #bitcoin-core-dev
1502016-08-31T11:40:47 *** cryptapus has joined #bitcoin-core-dev
1512016-08-31T11:40:47 *** cryptapus has joined #bitcoin-core-dev
1522016-08-31T11:40:47 *** BashCo has quit IRC
1532016-08-31T11:45:43 <GitHub134> [bitcoin] jl2012 opened pull request #8636: Implement NULLDUMMY softfork (master...nulldummy) https://github.com/bitcoin/bitcoin/pull/8636
1542016-08-31T11:48:01 *** BashCo has joined #bitcoin-core-dev
1552016-08-31T11:48:54 *** BashCo has quit IRC
1562016-08-31T11:49:32 *** BashCo has joined #bitcoin-core-dev
1572016-08-31T11:51:50 *** BashCo has quit IRC
1582016-08-31T11:52:24 *** BashCo has joined #bitcoin-core-dev
1592016-08-31T11:53:04 *** BashCo has quit IRC
1602016-08-31T11:57:12 *** BashCo has joined #bitcoin-core-dev
1612016-08-31T11:57:41 *** BashCo has quit IRC
1622016-08-31T11:58:41 *** BashCo has joined #bitcoin-core-dev
1632016-08-31T12:07:04 *** jl2012 has quit IRC
1642016-08-31T12:08:35 *** jl2012 has joined #bitcoin-core-dev
1652016-08-31T12:11:34 *** Ylbam has quit IRC
1662016-08-31T12:12:10 *** BashCo has quit IRC
1672016-08-31T12:13:07 *** Ylbam has joined #bitcoin-core-dev
1682016-08-31T12:14:36 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1692016-08-31T12:23:03 *** BashCo has joined #bitcoin-core-dev
1702016-08-31T12:34:46 *** fengling has quit IRC
1712016-08-31T12:42:15 *** laurentmt has joined #bitcoin-core-dev
1722016-08-31T12:42:28 *** Chris_Stewart_5 has quit IRC
1732016-08-31T12:43:13 <GitHub8> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2b23dbaee5b8...df3f12d4096c
1742016-08-31T12:43:13 <GitHub8> bitcoin/master 323a5fe Alexey Vesnin: Berkeley DB v6 compatibility fix...
1752016-08-31T12:43:14 <GitHub8> bitcoin/master df3f12d Wladimir J. van der Laan: Merge #8626: Berkeley DB v6 compatibility fix...
1762016-08-31T12:43:22 <GitHub84> [bitcoin] laanwj closed pull request #8626: Berkeley DB v6 compatibility fix (master...netsafe-patch-1) https://github.com/bitcoin/bitcoin/pull/8626
1772016-08-31T12:43:42 <GitHub76> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/df3f12d4096c...e8ed6eb45731
1782016-08-31T12:43:43 <GitHub76> bitcoin/master fa994a7 MarcoFalke: contrib: Don't use shell=True
1792016-08-31T12:43:43 <GitHub76> bitcoin/master e8ed6eb Wladimir J. van der Laan: Merge #8621: [contrib] python: Don't use shell=True...
1802016-08-31T12:43:53 <GitHub86> [bitcoin] laanwj closed pull request #8621: [contrib] python: Don't use shell=True (master...Mf1608-trivial17) https://github.com/bitcoin/bitcoin/pull/8621
1812016-08-31T12:43:57 <phantomcircuit> jl2012: it's something you could reasonably just screw up
1822016-08-31T12:44:49 *** laurentmt has quit IRC
1832016-08-31T12:45:55 *** laurentmt has joined #bitcoin-core-dev
1842016-08-31T12:46:59 <GitHub143> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/e8ed6eb45731...f25684300a72
1852016-08-31T12:47:00 <GitHub143> bitcoin/master 883175f Wladimir J. van der Laan: build: Updates for OpenBSD...
1862016-08-31T12:47:01 <GitHub143> bitcoin/master 6275123 Wladimir J. van der Laan: doc: Update build-openbsd for 0.13.0+ and OpenBSD 5.9...
1872016-08-31T12:47:01 <GitHub143> bitcoin/master f256843 Wladimir J. van der Laan: Merge #8604: build,doc: Update for 0.13.0+ and OpenBSD 5.9...
1882016-08-31T12:47:09 <GitHub114> [bitcoin] laanwj closed pull request #8604: build,doc: Update for 0.13.0+ and OpenBSD 5.9 (master...2016_08_openbsd_update) https://github.com/bitcoin/bitcoin/pull/8604
1892016-08-31T12:48:19 *** laurentmt has quit IRC
1902016-08-31T12:53:53 *** musalbas has quit IRC
1912016-08-31T12:55:59 *** Chris_Stewart_5 has joined #bitcoin-core-dev
1922016-08-31T12:56:08 *** musalbas has joined #bitcoin-core-dev
1932016-08-31T13:13:34 *** paveljanik has joined #bitcoin-core-dev
1942016-08-31T13:14:09 *** isis_ is now known as isis
1952016-08-31T13:15:02 <jl2012> phantomcircuit: since it is already a block, there is no reason for that to be violated
1962016-08-31T13:27:05 *** cryptapus_ has joined #bitcoin-core-dev
1972016-08-31T13:27:12 <phantomcircuit> jl2012: it's something that people actually do break when experimenting on testnet at least
1982016-08-31T13:30:46 *** cryptapus has quit IRC
1992016-08-31T13:32:02 *** fengling has joined #bitcoin-core-dev
2002016-08-31T13:35:29 *** Giszmo has joined #bitcoin-core-dev
2012016-08-31T13:36:46 *** fengling has quit IRC
2022016-08-31T13:42:35 <GitHub72> [bitcoin] laanwj closed pull request #8187: [0.12.2] backport: [qa] Switch to py3 (0.12...Mf1606-qaPy3Backport) https://github.com/bitcoin/bitcoin/pull/8187
2032016-08-31T13:42:35 <GitHub28> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/1233cb42dde9...15502d7b2543
2042016-08-31T13:42:35 <GitHub28> bitcoin/0.12 2826565 MarcoFalke: [qa] Switch to py3...
2052016-08-31T13:42:36 <GitHub28> bitcoin/0.12 15502d7 Wladimir J. van der Laan: Merge #8187: [0.12.2] backport: [qa] Switch to py3...
2062016-08-31T13:54:29 *** TomMc has joined #bitcoin-core-dev
2072016-08-31T14:00:32 *** Guyver2 has joined #bitcoin-core-dev
2082016-08-31T14:08:22 <GitHub177> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f25684300a72...0c8875d23b37
2092016-08-31T14:08:22 <GitHub177> bitcoin/master de1bbe3 Pavel JanÃk: Do not shadow global RPC table variable (tableRPC)
2102016-08-31T14:08:23 <GitHub177> bitcoin/master 0c8875d Wladimir J. van der Laan: Merge #8163: Do not shadow global RPC table variable (tableRPC)...
2112016-08-31T14:08:30 <GitHub86> [bitcoin] laanwj closed pull request #8163: Do not shadow global RPC table variable (tableRPC) (master...20160607_shadowing_rpc) https://github.com/bitcoin/bitcoin/pull/8163
2122016-08-31T14:16:10 *** isis is now known as isis_
2132016-08-31T14:17:21 <GitHub199> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0c8875d23b37...5cac8b123e7e
2142016-08-31T14:17:21 <GitHub199> bitcoin/master 33336e1 MarcoFalke: [util] CopyrightHolders: Check for untranslated substitution...
2152016-08-31T14:17:22 <GitHub199> bitcoin/master 5cac8b1 Wladimir J. van der Laan: Merge #8291: [util] CopyrightHolders: Check for untranslated substitution...
2162016-08-31T14:17:31 <GitHub111> [bitcoin] laanwj closed pull request #8291: [util] CopyrightHolders: Check for untranslated substitution (master...Mf1607-utilCopy) https://github.com/bitcoin/bitcoin/pull/8291
2172016-08-31T14:22:37 *** Guyver2_ has joined #bitcoin-core-dev
2182016-08-31T14:25:22 *** Guyver2 has quit IRC
2192016-08-31T14:25:32 *** Guyver2_ is now known as Guyver2
2202016-08-31T14:30:15 *** whphhg has quit IRC
2212016-08-31T14:30:30 *** whphhg has joined #bitcoin-core-dev
2222016-08-31T14:33:36 *** fengling has joined #bitcoin-core-dev
2232016-08-31T14:33:44 *** cryptapus_ has quit IRC
2242016-08-31T14:33:57 *** cryptapus_ has joined #bitcoin-core-dev
2252016-08-31T14:36:17 *** isis_ is now known as isis
2262016-08-31T14:38:06 *** laurentmt has joined #bitcoin-core-dev
2272016-08-31T14:38:24 *** cryptapus_ is now known as cryptapus
2282016-08-31T14:38:26 *** fengling has quit IRC
2292016-08-31T14:39:53 *** laurentmt has quit IRC
2302016-08-31T14:40:52 <GitHub175> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5cac8b123e7e...abc677c9a98a
2312016-08-31T14:40:52 <GitHub175> bitcoin/master b175cb7 Pavel JanÃk: Do not shadow variables.
2322016-08-31T14:40:53 <GitHub175> bitcoin/master abc677c Wladimir J. van der Laan: Merge #8191: Do not shadow variables in src/wallet...
2332016-08-31T14:40:57 <GitHub10> [bitcoin] laanwj closed pull request #8191: Do not shadow variables in src/wallet (master...20160611_shadowing_wallet) https://github.com/bitcoin/bitcoin/pull/8191
2342016-08-31T14:43:10 *** Samdney has joined #bitcoin-core-dev
2352016-08-31T15:03:53 *** BonyM1 has quit IRC
2362016-08-31T15:05:32 <achow101> MasteR01
2372016-08-31T15:05:41 <achow101> oops
2382016-08-31T15:09:07 *** Guyver2_ has joined #bitcoin-core-dev
2392016-08-31T15:11:56 *** Guyver2 has quit IRC
2402016-08-31T15:12:01 *** Guyver2_ is now known as Guyver2
2412016-08-31T15:19:23 *** BonyM1 has joined #bitcoin-core-dev
2422016-08-31T15:23:40 *** murch has joined #bitcoin-core-dev
2432016-08-31T15:25:02 <murch> sipa: I had read part of the discussion on the BIP status updates on the dev list. There was a bit about the gap limit there and I assumed that Bitcoin Core also implements BIP44.
2442016-08-31T15:25:05 *** jannes_ has joined #bitcoin-core-dev
2452016-08-31T15:25:12 <murch> Maybe I assumed incorrectly
2462016-08-31T15:25:44 *** Chris_Stewart_5 has quit IRC
2472016-08-31T15:26:08 *** jannes_ has left #bitcoin-core-dev
2482016-08-31T15:26:31 <sipa> bitcoin core does not implement bip44
2492016-08-31T15:27:24 <murch> sipa: okay, thanks, I'll correct
2502016-08-31T15:30:53 <murch> So, it fills up the regular keypool of 100 instead?
2512016-08-31T15:30:57 <sipa> yes
2522016-08-31T15:31:12 <sipa> the bip32 support is very very basic
2532016-08-31T15:31:22 <sipa> it won't automatically recover addresses or anything
2542016-08-31T15:31:32 <sipa> it just makes sure that a backup contains enough to not lose money
2552016-08-31T15:34:11 <murch> sipa: so to recover money, you could just increase the keypool parameter?
2562016-08-31T15:34:24 <instagibbs> murch, or createnewaddress a bunch of times
2572016-08-31T15:34:26 <sipa> or call getnewaddress
2582016-08-31T15:34:33 <murch> ah yes
2592016-08-31T15:34:35 <instagibbs> or whatever its called <_<
2602016-08-31T15:35:28 *** fengling has joined #bitcoin-core-dev
2612016-08-31T15:38:47 <GitHub163> [bitcoin] sipa opened pull request #8637: Compact Block Tweaks (rebase of #8235) (master...compactblocktweaks) https://github.com/bitcoin/bitcoin/pull/8637
2622016-08-31T15:40:06 *** fengling has quit IRC
2632016-08-31T15:40:08 <murch> sipa: I didn't get a ticket for Scaling Bitcoin unfortunately. :( I'm now hoping that my proposal will be accepted, otherwise it looks like I might not be able to go. (I'm on the waiting list.)
2642016-08-31T15:44:32 <GitHub24> [bitcoin] sipa closed pull request #8138: Add maximal amount-of-transactions limit to checkblock/CVerifyDB (master...2016/06/verify_db) https://github.com/bitcoin/bitcoin/pull/8138
2652016-08-31T15:47:38 *** kyletorpey has joined #bitcoin-core-dev
2662016-08-31T15:48:09 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2672016-08-31T15:49:01 *** BashCo_ has joined #bitcoin-core-dev
2682016-08-31T15:50:32 *** BashCo has quit IRC
2692016-08-31T15:54:26 *** cjcj has quit IRC
2702016-08-31T15:55:06 *** BashCo has joined #bitcoin-core-dev
2712016-08-31T15:58:42 *** BashCo_ has quit IRC
2722016-08-31T16:00:31 *** BashCo has quit IRC
2732016-08-31T16:00:40 <GitHub127> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/abc677c9a98a...84decb54f259
2742016-08-31T16:00:40 <GitHub127> bitcoin/master 887919c Pieter Wuille: Check for compatibility with download in FindNextBlocksToDownload
2752016-08-31T16:00:41 <GitHub127> bitcoin/master 84decb5 Wladimir J. van der Laan: Merge #8612: Check for compatibility with download in FindNextBlocksToDownload...
2762016-08-31T16:00:51 *** BashCo has joined #bitcoin-core-dev
2772016-08-31T16:00:55 <GitHub53> [bitcoin] laanwj closed pull request #8612: Check for compatibility with download in FindNextBlocksToDownload (master...fixwitban) https://github.com/bitcoin/bitcoin/pull/8612
2782016-08-31T16:05:08 <gmaxwell> needs backport ^
2792016-08-31T16:07:43 <instagibbs> who normally takes charge of backports?
2802016-08-31T16:07:49 <instagibbs> the original author?
2812016-08-31T16:08:00 <sipa> the release manager for the backport
2822016-08-31T16:08:09 <sipa> unless the patches are very nontrivial to backport
2832016-08-31T16:08:36 <gmaxwell> in that case, the patch just applies.
2842016-08-31T16:36:28 *** fengling has joined #bitcoin-core-dev
2852016-08-31T16:38:33 *** isis is now known as isis_
2862016-08-31T16:41:26 *** fengling has quit IRC
2872016-08-31T16:42:43 *** Chris_Stewart_5 has quit IRC
2882016-08-31T16:50:09 *** BashCo has quit IRC
2892016-08-31T16:50:43 *** grubles has quit IRC
2902016-08-31T16:56:11 *** Chris_Stewart_5 has joined #bitcoin-core-dev
2912016-08-31T16:56:39 *** jtimon has quit IRC
2922016-08-31T17:04:26 *** kadoban has joined #bitcoin-core-dev
2932016-08-31T17:12:18 *** jtimon has joined #bitcoin-core-dev
2942016-08-31T17:20:31 <warren> I'm surprised to find that the gitian documentation in the bitcoin repo no longer explains the gitian default qemu-kvm (non-LXC) method of using make-base-vm.
2952016-08-31T17:23:57 *** laurentmt has joined #bitcoin-core-dev
2962016-08-31T17:24:04 *** laurentmt has quit IRC
2972016-08-31T17:26:30 *** BashCo has joined #bitcoin-core-dev
2982016-08-31T17:27:18 *** spudowiar has joined #bitcoin-core-dev
2992016-08-31T17:37:59 *** fengling has joined #bitcoin-core-dev
3002016-08-31T17:42:46 *** fengling has quit IRC
3012016-08-31T18:08:13 *** Ylbam has quit IRC
3022016-08-31T18:08:29 *** jl2012 has quit IRC
3032016-08-31T18:11:55 *** jl2012 has joined #bitcoin-core-dev
3042016-08-31T18:13:37 *** Ylbam has joined #bitcoin-core-dev
3052016-08-31T18:19:32 <GitHub155> [bitcoin] theuni closed pull request #8542: RFC: net: Pass best block known height into net (master...pass-in-height) https://github.com/bitcoin/bitcoin/pull/8542
3062016-08-31T18:20:37 *** laurentmt has joined #bitcoin-core-dev
3072016-08-31T18:22:50 *** grubles has joined #bitcoin-core-dev
3082016-08-31T18:24:32 *** grubles has quit IRC
3092016-08-31T18:38:09 *** spudowiar has quit IRC
3102016-08-31T18:39:42 *** fengling has joined #bitcoin-core-dev
3112016-08-31T18:44:26 *** fengling has quit IRC
3122016-08-31T18:54:24 *** grubles has joined #bitcoin-core-dev
3132016-08-31T19:00:36 *** grubles has joined #bitcoin-core-dev
3142016-08-31T19:04:40 *** laurentmt has quit IRC
3152016-08-31T19:15:28 *** xiangfu has quit IRC
3162016-08-31T19:25:40 *** Guyver2 has quit IRC
3172016-08-31T19:32:25 *** spudowiar has joined #bitcoin-core-dev
3182016-08-31T19:33:24 *** xiangfu has joined #bitcoin-core-dev
3192016-08-31T19:41:02 *** fengling has joined #bitcoin-core-dev
3202016-08-31T19:45:46 *** fengling has quit IRC
3212016-08-31T19:58:00 *** cryptapus has quit IRC
3222016-08-31T19:58:04 *** timothy has quit IRC
3232016-08-31T19:58:06 *** drizztbsd has joined #bitcoin-core-dev
3242016-08-31T19:58:33 *** drizztbsd is now known as timothy
3252016-08-31T20:01:43 *** timothy has quit IRC
3262016-08-31T20:01:45 *** drizztbsd has joined #bitcoin-core-dev
3272016-08-31T20:02:12 *** drizztbsd is now known as timothy
3282016-08-31T20:25:30 *** Cheeseo has quit IRC
3292016-08-31T20:25:51 *** Cheeseo has joined #bitcoin-core-dev
3302016-08-31T20:43:05 *** fengling has joined #bitcoin-core-dev
3312016-08-31T20:47:46 *** fengling has quit IRC
3322016-08-31T20:56:37 *** dermoth_ has joined #bitcoin-core-dev
3332016-08-31T20:57:01 *** dermoth has quit IRC
3342016-08-31T20:57:03 *** dermoth_ is now known as dermoth
3352016-08-31T21:29:47 *** isis_ is now known as isis
3362016-08-31T21:44:02 *** fengling has joined #bitcoin-core-dev
3372016-08-31T21:48:46 *** fengling has quit IRC
3382016-08-31T22:02:39 *** spudowiar has quit IRC
3392016-08-31T22:09:03 *** TomMc has quit IRC
3402016-08-31T22:10:00 *** justanotheruser has joined #bitcoin-core-dev
3412016-08-31T22:12:19 <GitHub55> [bitcoin] yurizhykin closed pull request #8313: Use std::move() instead of copying/removing in TxMemPool (master...tx-delete) https://github.com/bitcoin/bitcoin/pull/8313
3422016-08-31T22:15:26 *** spudowiar has joined #bitcoin-core-dev
3432016-08-31T22:21:45 *** Guyver2 has joined #bitcoin-core-dev
3442016-08-31T22:22:37 *** aalex has quit IRC
3452016-08-31T22:23:14 *** aalex has joined #bitcoin-core-dev
3462016-08-31T22:23:15 *** cryptapus has joined #bitcoin-core-dev
3472016-08-31T22:23:15 *** cryptapus has joined #bitcoin-core-dev
3482016-08-31T22:23:25 *** cryptapus_afk has quit IRC
3492016-08-31T22:25:10 *** cryptapus is now known as cryptapus_afk
3502016-08-31T22:34:11 *** Guyver2 has quit IRC
3512016-08-31T22:36:08 *** isis is now known as isis_
3522016-08-31T22:45:03 *** fengling has joined #bitcoin-core-dev
3532016-08-31T22:49:46 *** fengling has quit IRC
3542016-08-31T22:55:30 <jtimon> #8493 welcomes new review, although it's moveonly base #8337 failed for an unkown reason
3552016-08-31T22:57:08 <jtimon> as explained in the OP TODOs, BlockIndexInterface can be made void for the interface, gaining C++11 extensibility
3562016-08-31T22:57:26 <jtimon> internally
3572016-08-31T22:58:45 *** isis_ is now known as isis
3582016-08-31T23:46:04 *** fengling has joined #bitcoin-core-dev
3592016-08-31T23:51:06 *** fengling has quit IRC
3602016-08-31T23:54:19 *** belcher has quit IRC
3612016-08-31T23:54:32 <GitHub107> [bitcoin] djpnewton opened pull request #8638: rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST (master...patch-2) https://github.com/bitcoin/bitcoin/pull/8638
3622016-08-31T23:55:27 <achow101> W0sh1h@njuch@m
3632016-08-31T23:55:36 <achow101> oops
3642016-08-31T23:58:48 <cfields> achow101: time to change that one :)
3652016-08-31T23:58:52 <achow101> yep