1 2016-08-31 01:47:06	0|GitHub34|[13bitcoin] 15theuni closed pull request #8023: RFC: Interruptible threads (06master...06interruptible-thread) 02https://github.com/bitcoin/bitcoin/pull/8023
  2 2016-08-31 02:34:09	0|GitHub184|[13bitcoin] 15theuni opened pull request #8631: Nuke boost::thread and boost::thread_group (06master...06no-interrupt-threads) 02https://github.com/bitcoin/bitcoin/pull/8631
  3 2016-08-31 03:23:11	0|GitHub111|[13bitcoin] 15JeremyRubin opened pull request #8632: Speed up prevector tests by parallelization (06master...06faster_prevector_tests) 02https://github.com/bitcoin/bitcoin/pull/8632
  4 2016-08-31 03:29:53	0|achow101|how do i use the cookie based auth
  5 2016-08-31 03:31:36	0|GitHub112|[13bitcoin] 15JeremyRubin opened pull request #8633: Ugly hack to print out tests as they are run to mitigate travis timeouts (06master...06test-driver-hack) 02https://github.com/bitcoin/bitcoin/pull/8633
  6 2016-08-31 04:06:50	0|achow101|how do I force bitcoind to have a cookie even if an rpcpassword and rpcuser are set?
  7 2016-08-31 04:08:07	0|gmaxwell|achow101: use rpcauth instead.
  8 2016-08-31 04:09:11	0|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"));
  9 2016-08-31 04:10:39	0|achow101|I don't think that really fits what I am trying to do
 10 2016-08-31 04:11:42	0|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
 11 2016-08-31 04:11:59	0|achow101|it seems that cookie auth is best for this since the cookie is automatically generated
 12 2016-08-31 04:12:30	0|gmaxwell|thats what the cookie auth is for.
 13 2016-08-31 04:12:51	0|gmaxwell|achow101: what I'm telling you is to stop setting rpcuser/rpcpassword, they're depricated and will be removed.
 14 2016-08-31 04:13:06	0|achow101|I know. I'm working on that, hence cookie auth
 15 2016-08-31 04:13:13	0|gmaxwell|Currently it lodges a complaint in the debug.log.
 16 2016-08-31 04:13:25	0|gmaxwell|And rpcauth does not disable cookie auth.
 17 2016-08-31 04:15:01	0|achow101|I was primarily trying to figure out a way to not completely wreck backwards compatibility
 18 2016-08-31 04:19:48	0|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.
 19 2016-08-31 04:20:44	0|jeremyrubin|gmaxwell: even on this branch which removes sys/time https://github.com/bitcoin/bitcoin/compare/master...JeremyRubin:refactor-bench
 20 2016-08-31 04:21:38	0|jeremyrubin|gmaxwell: (I'm asking you specifically because you seem to have spent some time on it fairly recently)
 21 2016-08-31 04:32:29	0|cfields|jeremyrubin: did you reproduce on win64 as well?
 22 2016-08-31 04:52:13	0|jeremyrubin|cfields: yes
 23 2016-08-31 04:52:27	0|jeremyrubin|cfields: different error but same failure to start
 24 2016-08-31 04:54:03	0|cfields|jeremyrubin: i'm wondering if any of the win32 crap we do in AppInit2 is necessary for bench_bitcoin
 25 2016-08-31 04:55:15	0|jeremyrubin|cfields: Is that done in bench_bitcoin now?
 26 2016-08-31 04:56:05	0|cfields|jeremyrubin: no. but looking at it now, i don't see how any of those things would help
 27 2016-08-31 05:11:36	0|jeremyrubin|cfields: ok I've narrowed it to SetupEnvironment
 28 2016-08-31 05:19:34	0|jeremyrubin|cfields: nevermind, was a dirty build
 29 2016-08-31 05:34:38	0|GitHub36|[13bitcoin] 15jl2012 opened pull request #8634: Add policy: null signature for failed CHECK(MULTI)SIG (06master...06nullfail) 02https://github.com/bitcoin/bitcoin/pull/8634
 30 2016-08-31 09:16:40	0|GitHub47|[13bitcoin] 15jl2012 opened pull request #8635: Enforce mandatory softfork flags for segwit block/tx (06master...06mandatorysegwitflags) 02https://github.com/bitcoin/bitcoin/pull/8635
 31 2016-08-31 09:49:40	0|jl2012|why violating the nLockTime has 10 DoS score instead of 100? https://github.com/bitcoin/bitcoin/blob/6c9f1b8c24052134413b1a7d7d0599339daffc32/src/main.cpp#L3547
 32 2016-08-31 11:45:43	0|GitHub134|[13bitcoin] 15jl2012 opened pull request #8636: Implement NULLDUMMY softfork (06master...06nulldummy) 02https://github.com/bitcoin/bitcoin/pull/8636
 33 2016-08-31 12:43:13	0|GitHub8|13bitcoin/06master 14323a5fe 15Alexey Vesnin: Berkeley DB v6 compatibility fix...
 34 2016-08-31 12:43:13	0|GitHub8|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/2b23dbaee5b8...df3f12d4096c
 35 2016-08-31 12:43:14	0|GitHub8|13bitcoin/06master 14df3f12d 15Wladimir J. van der Laan: Merge #8626: Berkeley DB v6 compatibility fix...
 36 2016-08-31 12:43:23	0|GitHub84|[13bitcoin] 15laanwj closed pull request #8626: Berkeley DB v6 compatibility fix (06master...06netsafe-patch-1) 02https://github.com/bitcoin/bitcoin/pull/8626
 37 2016-08-31 12:43:43	0|GitHub76|13bitcoin/06master 14fa994a7 15MarcoFalke: contrib: Don't use shell=True
 38 2016-08-31 12:43:43	0|GitHub76|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/df3f12d4096c...e8ed6eb45731
 39 2016-08-31 12:43:44	0|GitHub76|13bitcoin/06master 14e8ed6eb 15Wladimir J. van der Laan: Merge #8621: [contrib] python: Don't use shell=True...
 40 2016-08-31 12:43:53	0|GitHub86|[13bitcoin] 15laanwj closed pull request #8621: [contrib] python: Don't use shell=True (06master...06Mf1608-trivial17) 02https://github.com/bitcoin/bitcoin/pull/8621
 41 2016-08-31 12:43:57	0|phantomcircuit|jl2012: it's something you could reasonably just screw up
 42 2016-08-31 12:47:00	0|GitHub143|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/e8ed6eb45731...f25684300a72
 43 2016-08-31 12:47:01	0|GitHub143|13bitcoin/06master 146275123 15Wladimir J. van der Laan: doc: Update build-openbsd for 0.13.0+ and OpenBSD 5.9...
 44 2016-08-31 12:47:01	0|GitHub143|13bitcoin/06master 14883175f 15Wladimir J. van der Laan: build: Updates for OpenBSD...
 45 2016-08-31 12:47:02	0|GitHub143|13bitcoin/06master 14f256843 15Wladimir J. van der Laan: Merge #8604: build,doc: Update for 0.13.0+ and OpenBSD 5.9...
 46 2016-08-31 12:47:10	0|GitHub114|[13bitcoin] 15laanwj closed pull request #8604: build,doc: Update for 0.13.0+ and OpenBSD 5.9 (06master...062016_08_openbsd_update) 02https://github.com/bitcoin/bitcoin/pull/8604
 47 2016-08-31 13:15:03	0|jl2012|phantomcircuit: since it is already a block, there is no reason for that to be violated
 48 2016-08-31 13:27:12	0|phantomcircuit|jl2012: it's something that people actually do break when experimenting on testnet at least
 49 2016-08-31 13:42:35	0|GitHub28|13bitcoin/060.12 142826565 15MarcoFalke: [qa] Switch to py3...
 50 2016-08-31 13:42:35	0|GitHub28|[13bitcoin] 15laanwj pushed 2 new commits to 060.12: 02https://github.com/bitcoin/bitcoin/compare/1233cb42dde9...15502d7b2543
 51 2016-08-31 13:42:35	0|GitHub72|[13bitcoin] 15laanwj closed pull request #8187: [0.12.2] backport: [qa] Switch to py3 (060.12...06Mf1606-qaPy3Backport) 02https://github.com/bitcoin/bitcoin/pull/8187
 52 2016-08-31 13:42:36	0|GitHub28|13bitcoin/060.12 1415502d7 15Wladimir J. van der Laan: Merge #8187: [0.12.2] backport: [qa] Switch to py3...
 53 2016-08-31 14:08:22	0|GitHub177|13bitcoin/06master 14de1bbe3 15Pavel Janík: Do not shadow global RPC table variable (tableRPC)
 54 2016-08-31 14:08:22	0|GitHub177|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/f25684300a72...0c8875d23b37
 55 2016-08-31 14:08:23	0|GitHub177|13bitcoin/06master 140c8875d 15Wladimir J. van der Laan: Merge #8163: Do not shadow global RPC table variable (tableRPC)...
 56 2016-08-31 14:08:30	0|GitHub86|[13bitcoin] 15laanwj closed pull request #8163: Do not shadow global RPC table variable (tableRPC) (06master...0620160607_shadowing_rpc) 02https://github.com/bitcoin/bitcoin/pull/8163
 57 2016-08-31 14:17:21	0|GitHub199|13bitcoin/06master 1433336e1 15MarcoFalke: [util] CopyrightHolders: Check for untranslated substitution...
 58 2016-08-31 14:17:21	0|GitHub199|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/0c8875d23b37...5cac8b123e7e
 59 2016-08-31 14:17:22	0|GitHub199|13bitcoin/06master 145cac8b1 15Wladimir J. van der Laan: Merge #8291: [util] CopyrightHolders: Check for untranslated substitution...
 60 2016-08-31 14:17:31	0|GitHub111|[13bitcoin] 15laanwj closed pull request #8291: [util] CopyrightHolders: Check for untranslated substitution (06master...06Mf1607-utilCopy) 02https://github.com/bitcoin/bitcoin/pull/8291
 61 2016-08-31 14:40:52	0|GitHub175|13bitcoin/06master 14b175cb7 15Pavel Janík: Do not shadow variables.
 62 2016-08-31 14:40:52	0|GitHub175|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/5cac8b123e7e...abc677c9a98a
 63 2016-08-31 14:40:53	0|GitHub175|13bitcoin/06master 14abc677c 15Wladimir J. van der Laan: Merge #8191: Do not shadow variables in src/wallet...
 64 2016-08-31 14:40:57	0|GitHub10|[13bitcoin] 15laanwj closed pull request #8191: Do not shadow variables in src/wallet (06master...0620160611_shadowing_wallet) 02https://github.com/bitcoin/bitcoin/pull/8191
 65 2016-08-31 15:05:33	0|achow101|MasteR01
 66 2016-08-31 15:05:42	0|achow101|oops
 67 2016-08-31 15:25:02	0|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.
 68 2016-08-31 15:25:12	0|murch|Maybe I assumed incorrectly
 69 2016-08-31 15:26:31	0|sipa|bitcoin core does not implement bip44
 70 2016-08-31 15:27:24	0|murch|sipa: okay, thanks, I'll correct
 71 2016-08-31 15:30:53	0|murch|So, it fills up the regular keypool of 100 instead?
 72 2016-08-31 15:30:57	0|sipa|yes
 73 2016-08-31 15:31:12	0|sipa|the bip32 support is very very basic
 74 2016-08-31 15:31:22	0|sipa|it won't automatically recover addresses or anything
 75 2016-08-31 15:31:32	0|sipa|it just makes sure that a backup contains enough to not lose money
 76 2016-08-31 15:34:11	0|murch|sipa: so to recover money, you could just increase the keypool parameter?
 77 2016-08-31 15:34:25	0|instagibbs|murch, or createnewaddress a bunch of times
 78 2016-08-31 15:34:26	0|sipa|or call getnewaddress
 79 2016-08-31 15:34:33	0|murch|ah yes
 80 2016-08-31 15:34:36	0|instagibbs|or whatever its called <_<
 81 2016-08-31 15:38:47	0|GitHub163|[13bitcoin] 15sipa opened pull request #8637: Compact Block Tweaks (rebase of #8235) (06master...06compactblocktweaks) 02https://github.com/bitcoin/bitcoin/pull/8637
 82 2016-08-31 15:40:08	0|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.)
 83 2016-08-31 15:44:33	0|GitHub24|[13bitcoin] 15sipa closed pull request #8138: Add maximal amount-of-transactions limit to checkblock/CVerifyDB (06master...062016/06/verify_db) 02https://github.com/bitcoin/bitcoin/pull/8138
 84 2016-08-31 16:00:40	0|GitHub127|13bitcoin/06master 14887919c 15Pieter Wuille: Check for compatibility with download in FindNextBlocksToDownload
 85 2016-08-31 16:00:40	0|GitHub127|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/abc677c9a98a...84decb54f259
 86 2016-08-31 16:00:41	0|GitHub127|13bitcoin/06master 1484decb5 15Wladimir J. van der Laan: Merge #8612: Check for compatibility with download in FindNextBlocksToDownload...
 87 2016-08-31 16:00:55	0|GitHub53|[13bitcoin] 15laanwj closed pull request #8612: Check for compatibility with download in FindNextBlocksToDownload (06master...06fixwitban) 02https://github.com/bitcoin/bitcoin/pull/8612
 88 2016-08-31 16:05:08	0|gmaxwell|needs backport ^
 89 2016-08-31 16:07:43	0|instagibbs|who normally takes charge of backports?
 90 2016-08-31 16:07:49	0|instagibbs|the original author?
 91 2016-08-31 16:08:00	0|sipa|the release manager for the backport
 92 2016-08-31 16:08:10	0|sipa|unless the patches are very nontrivial to backport
 93 2016-08-31 16:08:36	0|gmaxwell|in that case, the patch just applies.
 94 2016-08-31 17:20:31	0|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.
 95 2016-08-31 18:19:32	0|GitHub155|[13bitcoin] 15theuni closed pull request #8542: RFC: net: Pass best block known height into net (06master...06pass-in-height) 02https://github.com/bitcoin/bitcoin/pull/8542
 96 2016-08-31 22:12:19	0|GitHub55|[13bitcoin] 15yurizhykin closed pull request #8313: Use std::move() instead of copying/removing in TxMemPool (06master...06tx-delete) 02https://github.com/bitcoin/bitcoin/pull/8313
 97 2016-08-31 22:55:30	0|jtimon|#8493 welcomes new review, although it's moveonly base #8337 failed for an unkown reason
 98 2016-08-31 22:57:09	0|jtimon|as explained in the OP TODOs, BlockIndexInterface can be made void for the interface, gaining C++11 extensibility
 99 2016-08-31 22:57:26	0|jtimon|internally
100 2016-08-31 23:54:33	0|GitHub107|[13bitcoin] 15djpnewton opened pull request #8638: rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST (06master...06patch-2) 02https://github.com/bitcoin/bitcoin/pull/8638
101 2016-08-31 23:55:27	0|achow101|W0sh1h@njuch@m
102 2016-08-31 23:55:36	0|achow101|oops
103 2016-08-31 23:58:48	0|cfields|achow101: time to change that one :)
104 2016-08-31 23:58:52	0|achow101|yep