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