1 2017-01-09 11:07:32	0|gmaxwell|heh this is a little suboptimal:
 2 2017-01-09 11:07:34	0|gmaxwell|./bitcoin-cli stop
 3 2017-01-09 11:07:34	0|gmaxwell|error code: -28
 4 2017-01-09 11:07:34	0|gmaxwell|error message:
 5 2017-01-09 11:07:34	0|gmaxwell|Loading addresses...
 6 2017-01-09 11:08:04	0|btcdrak|it also breaks APIs because it's not in JSON
 7 2017-01-09 11:09:10	0|gmaxwell|btcdrak: unfortunately, returning json would likely be worse, since it would get misinterperted as the api response.
 8 2017-01-09 11:09:31	0|gmaxwell|I just meant it was suboptimal to get a please wait in response to a shutdown request.
 9 2017-01-09 12:49:47	0|sipa|gmaxwell: it is valid JSON-RPC tgat gets returned, though
10 2017-01-09 12:50:02	0|sipa|just bitcoin-cli deciding to print it out directly
11 2017-01-09 13:59:13	0|instagibbs|if it's loading index or whatever it doesn't shutdown either
12 2017-01-09 13:59:38	0|instagibbs|(wait, maybe my memory is bad)
13 2017-01-09 16:01:34	0|bitcoin-git|13bitcoin/06master 14dd44ea3 15Russell Yanofsky: Check FRESH validity in CCoinsViewCache::BatchWrite
14 2017-01-09 16:01:34	0|bitcoin-git|[13bitcoin] 15sipa pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/25720fc394e2...8c87f175d335
15 2017-01-09 16:01:35	0|bitcoin-git|13bitcoin/06master 148c87f17 15Pieter Wuille: Merge #9310: Assert FRESH validity in CCoinsViewCache::BatchWrite...
16 2017-01-09 16:01:49	0|bitcoin-git|[13bitcoin] 15sipa closed pull request #9310: Assert FRESH validity in CCoinsViewCache::BatchWrite (06master...06pr/coins-batch-assert) 02https://github.com/bitcoin/bitcoin/pull/9310
17 2017-01-09 16:02:15	0|bitcoin-git|[13bitcoin] 15jtimon opened pull request #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs  and mapMultiArgs (06master...060.13-args-class) 02https://github.com/bitcoin/bitcoin/pull/9494
18 2017-01-09 16:03:52	0|jtimon|I can't remember if the aboce was MarcoFalke's NicolasDorier or dcousens idea, it seems none of them are connected thought :(
19 2017-01-09 16:23:28	0|bitcoin-git|[13bitcoin] 15JeremyRubin opened pull request #9495: Fix CCheckQueue IsIdle (potential) race condition (06master...06checkqueue-control-lock) 02https://github.com/bitcoin/bitcoin/pull/9495
20 2017-01-09 16:38:00	0|bitcoin-git|[13bitcoin] 15sipa pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/8c87f175d335...12e31127948f
21 2017-01-09 16:38:01	0|bitcoin-git|13bitcoin/06master 1420449ef 15Alex Morcos: Don't overpay fee if we have selected new coins that result in a smaller transaction....
22 2017-01-09 16:38:01	0|bitcoin-git|13bitcoin/06master 1442f5ce4 15Alex Morcos: Try to reduce change output to make needed fee in CreateTransaction...
23 2017-01-09 16:38:02	0|bitcoin-git|13bitcoin/06master 1412e3112 15Pieter Wuille: Merge #9404: Smarter coordination of change and fee in CreateTransaction....
24 2017-01-09 16:38:22	0|bitcoin-git|[13bitcoin] 15sipa closed pull request #9404: Smarter coordination of change and fee in CreateTransaction. (06master...06smartChange) 02https://github.com/bitcoin/bitcoin/pull/9404
25 2017-01-09 16:48:12	0|bitcoin-git|[13bitcoin] 15sipa pushed 6 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/12e31127948f...07fd147b9f12
26 2017-01-09 16:48:13	0|bitcoin-git|13bitcoin/06master 14a2141e4 15Wladimir J. van der Laan: streams: Remove special cases for ancient MSVC...
27 2017-01-09 16:48:13	0|bitcoin-git|13bitcoin/06master 14af4c44c 15Wladimir J. van der Laan: streams: Add data() method to CDataStream...
28 2017-01-09 16:48:14	0|bitcoin-git|13bitcoin/06master 14adff950 15Wladimir J. van der Laan: dbwrapper: Use new .data() method of CDataStream
29 2017-01-09 16:48:22	0|bitcoin-git|[13bitcoin] 15sipa closed pull request #9353: Add data() method to CDataStream (and use it) (06master...062016_12_cdatastream_data) 02https://github.com/bitcoin/bitcoin/pull/9353
30 2017-01-09 17:00:15	0|BlueMatt|luke-jr: ok, if you call SanitizeString in addition I'm happy with #8775
31 2017-01-09 17:00:17	0|gribble|https://github.com/bitcoin/bitcoin/issues/8775 | RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest by luke-jr · Pull Request #8775 · bitcoin/bitcoin · GitHub
32 2017-01-09 17:28:42	0|PleaseLook-into|Hi, can someone look into this. Coin stealing mallware into setup.exe. https://bitcointalk.org/index.php?topic=1739610.msg17452112#msg17452112
33 2017-01-09 17:29:00	0|PleaseLook-into|Same exe file different size
34 2017-01-09 17:29:13	0|PleaseLook-into|So it it not due virus scanner
35 2017-01-09 17:29:27	0|PleaseLook-into|I hope someone can look into it
36 2017-01-09 17:29:31	0|PleaseLook-into|Thank you
37 2017-01-09 17:29:46	0|PleaseLook-into|And good luck of course
38 2017-01-09 17:29:53	0|PleaseLook-into|I have done my duty
39 2017-01-09 17:29:56	0|PleaseLook-into|goodbey
40 2017-01-09 17:30:04	0|PleaseLook-into|Hope i'm wrong... :(
41 2017-01-09 18:03:26	0|BlueMatt|luke-jr: thanks
42 2017-01-09 18:33:25	0|bitcoin-git|[13bitcoin] 15paveljanik opened pull request #9496: Rename lambda argument name to prevent shadowing (06master...0620170109_Wshadow_rpcconsole_lambda) 02https://github.com/bitcoin/bitcoin/pull/9496
43 2017-01-09 19:04:59	0|bitcoin-git|[13bitcoin] 15JeremyRubin opened pull request #9497: CCheckQueue Unit Tests (06master...06checkqueue-tests) 02https://github.com/bitcoin/bitcoin/pull/9497
44 2017-01-09 19:06:44	0|bitcoin-git|[13bitcoin] 15JeremyRubin opened pull request #9498: Basic CCheckQueue Benchmarks (06master...06checkqueue_bench) 02https://github.com/bitcoin/bitcoin/pull/9498
45 2017-01-09 19:45:12	0|bitcoin-git|[13bitcoin] 15TheBlueMatt opened pull request #9499: Use recent-rejects, orphans, and recently-replaced txn for compact-block-reconstruction (06master...062016-12-recent-tx-cache-cmpct) 02https://github.com/bitcoin/bitcoin/pull/9499
46 2017-01-09 21:46:39	0|bitcoin-git|[13bitcoin] 15jnewbery closed pull request #8844: Change sigops cost to sigops weight (06master...06sigops_weight) 02https://github.com/bitcoin/bitcoin/pull/8844