2016-02-03

< GitHub129> bitcoin/master 3b66e54 Luke Dashjr: Simplify check for replacebyfee=opt-in
< GitHub129> bitcoin/master d65dee9 Luke Dashjr: Accept replacebyfee=opt-in for turning on opt-in RBF...
< GitHub129> bitcoin/master 77b55a0 Luke Dashjr: Rename permitrbf to replacebyfee...
< GitHub129> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/fd13fe7ca01b...5fd95b4490a9
< Luke-Jr> gavink: the idea is to put bitcoincore.org on the same server currently hosting bitcoin.org (the server is not itself bitcoin.org's)
< gavink> tangent: do you think core should maintain a place for binaries and source to easily be downloaded, so it's easier to write guides, and show control of what core is doing? would linking to bitcoin.org in a guide for bitcoincore.org be ok? (i am looking at writing some guides for running nodes on the core website) thank you

2016-02-02

< jtimon> anyone knows which line sipa may mean in https://github.com/bitcoin/bitcoin/pull/7459#issuecomment-178812577 ?
< jtimon> #7091 got merged! great! (but this one doesn't have a following one, at some point https://github.com/jtimon/bitcoin/commit/9322c17e65a87c6fb5b9972c84a8e77c7083167a would be a "next step" so it will greatly help me explain the goal of phase 2 in my document)
< GitHub73> bitcoin/master cf82d05 Jorge Timón: Build: Consensus: Make libbitcoinconsensus_la_SOURCES fully dynamic and dependend on both crypto and consensus packages...
< GitHub68> [bitcoin] laanwj closed pull request #7091: Consensus build package (master...consensus-build) https://github.com/bitcoin/bitcoin/pull/7091
< GitHub73> bitcoin/master 4feadec Jorge Timón: Build: Libconsensus: Move libconsensus-ready files to the consensus package
< GitHub73> bitcoin/master a3d5eec Jorge Timón: Build: Consensus: Move consensus files from common to its own module/package
< GitHub73> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/11d74f6a6b34...fd13fe7ca01b
< GitHub111> [bitcoin] jtimon opened pull request #7459: Consensus: Decouple pow.o from util.o (master...consensus-pow-from-util-0.12.99) https://github.com/bitcoin/bitcoin/pull/7459
< GitHub98> [bitcoin] laanwj closed pull request #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee (master...MarcoFalke-2015-mempoolMaxTxFee) https://github.com/bitcoin/bitcoin/pull/7084
< GitHub188> bitcoin/master fa1193e MarcoFalke: [doxygen] Actually display comment
< GitHub188> bitcoin/master 11d74f6 Wladimir J. van der Laan: Merge #7084: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee...
< GitHub188> bitcoin/master fa331db MarcoFalke: mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee
< GitHub188> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/47ac04e8b10e...11d74f6a6b34
< GitHub132> [bitcoin] laanwj closed pull request #7311: MOVEONLY: Move non-consensus functions out of pow (master...consensus-pow-moveonly-0.13.99) https://github.com/bitcoin/bitcoin/pull/7311
< GitHub109> bitcoin/master 47ac04e Wladimir J. van der Laan: Merge #7311: MOVEONLY: Move non-consensus functions out of pow...
< GitHub109> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3dc3149e6393...47ac04e8b10e
< GitHub109> bitcoin/master e867561 Jorge Timón: MOVEONLY: non-consensus: from pow to chain:...
< GitHub84> [bitcoin] laanwj closed pull request #7453: [0.13] Missing patches from 0.12 (master...Mf1601-013Forwardports) https://github.com/bitcoin/bitcoin/pull/7453
< GitHub155> bitcoin/master 1e05727 Gregory Maxwell: Decide eviction group ties based on time....
< GitHub155> bitcoin/master 1e9613a Gregory Maxwell: Do not absolutely protect local peers from eviction....
< GitHub155> bitcoin/master 5d74309 Pieter Wuille: Get rid of inaccurate ScriptSigArgsExpected...
< GitHub155> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/196ad6913ff5...3dc3149e6393
< GitHub58> [bitcoin] kirkalx opened pull request #7458: peers.dat, banlist.dat recreated when missing (master...master) https://github.com/bitcoin/bitcoin/pull/7458

2016-02-01

< instagibbs> You seem to be looking at the wrong repo, try https://github.com/bitcoin/bitcoin
< AngryInca> Can anyone tell me, do you have to checkout a specific branch from https://github.com/bitcoinclassic/bitcoinclassic.git to be running bitcoin classic? Or will just https://github.com/bitcoinclassic/bitcoinclassic.git, cd bitcoinclassic, ./autogen.sh && ./configure && make && make install work?
< Luke-Jr> any objections to redoing https://github.com/bitcoin/bitcoin/pull/7431#issuecomment-177924839 with -mempoolreplace=1 or =fee ?
< Tasoshi> Some people do wonder whether the prevalent thought here is that bitcoin does not work though...
< GitHub4> [bitcoin] MarcoFalke opened pull request #7455: [travis] Exit early when check-doc.py fails (master...Mf1601-travisCheckDoc) https://github.com/bitcoin/bitcoin/pull/7455
< Rebroad> quick question.. does bitcoin core check block headers when it receives the headers AND when it receives the block?
< GitHub102> [bitcoin] MarcoFalke opened pull request #7453: [0.13] Missing patches from 0.12 (master...Mf1601-013Forwardports) https://github.com/bitcoin/bitcoin/pull/7453
< GitHub147> [bitcoin] laanwj closed pull request #7451: Add link to bitcoin whitepaper (master...master) https://github.com/bitcoin/bitcoin/pull/7451
< GitHub132> bitcoin/master 6795851 gladoscc: Add link to whitepaper
< GitHub132> bitcoin/master 196ad69 Wladimir J. van der Laan: Merge #7451: Add link to bitcoin whitepaper...
< GitHub132> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/58a8574400c6...196ad6913ff5
< GitHub182> bitcoin/0.12 86755bc Gregory Maxwell: Add whitelistforcerelay to control forced relaying. [#7099 redux]...
< GitHub182> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/86755bc85a869e7da4c9112604db5132e6dc6823
< GitHub115> [bitcoin] laanwj closed pull request #7439: Add whitelistforcerelay to control forced relaying. [#7099 redux] (master...control_relay_force) https://github.com/bitcoin/bitcoin/pull/7439
< GitHub88> bitcoin/master 58a8574 Wladimir J. van der Laan: Merge #7439: Add whitelistforcerelay to control forced relaying. [#7099 redux]...
< GitHub88> bitcoin/master 89d113e Gregory Maxwell: Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay.
< GitHub88> bitcoin/master 325c725 Gregory Maxwell: Add whitelistforcerelay to control forced relaying....
< GitHub88> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/31ec14b74ba3...58a8574400c6
< wumpus> to be clear I'm talking about: https://travis-ci.org/bitcoin/bitcoin/builds/106013074
< petertodd> or Bitcoin Objectivism... free in every box of Ayn Bran!
< petertodd> gmaxwell: hey, not too late to release my own Bitcoin Freedom Edition fork
< wumpus> I want to wrap up rc3 soon; any opinions on https://github.com/bitcoin/bitcoin/pull/7431 / Rename permitrbf to replacebyfee and provide minimal string-list forward compatibility ?
< wumpus> 2016-01-13 09:35:05 ERROR: Read: Failed to open file /home/orion/.bitcoin/banlist.dat / 2016-01-13 09:35:05 Invalid or missing banlist.dat; recreating
< GitHub83> bitcoin/0.12 e2d9a58 Wladimir J. van der Laan: Merge #7438: Do not absolutely protect local peers; decide group ties based on time....
< GitHub83> bitcoin/0.12 8e09f91 Gregory Maxwell: Decide eviction group ties based on time....
< GitHub83> bitcoin/0.12 46dbcd4 Gregory Maxwell: Do not absolutely protect local peers from eviction....
< GitHub51> [bitcoin] laanwj closed pull request #7438: Do not absolutely protect local peers; decide group ties based on time. (0.12...dont_protect_local) https://github.com/bitcoin/bitcoin/pull/7438
< GitHub83> [bitcoin] laanwj pushed 3 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/cb83beb3759b...e2d9a5858807
< GitHub158> [bitcoin] laanwj closed pull request #7287: Consensus: Remove calls to error() and FormatStateMessage() (master...consensus-decouple-util-0.13.99) https://github.com/bitcoin/bitcoin/pull/7287
< GitHub46> bitcoin/master 31ec14b Wladimir J. van der Laan: Merge #7287: Consensus: Remove calls to error() and FormatStateMessage()...
< GitHub46> bitcoin/master 93fc58c Jorge Timón: Consensus: Remove calls to error() and FormatStateMessage() from some consensus code in main
< GitHub46> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a6771fc9734a...31ec14b74ba3
< GitHub62> [bitcoin] laanwj closed pull request #7445: rename COPYING to LICENSE (master...master) https://github.com/bitcoin/bitcoin/pull/7445
< GitHub71> [bitcoin] gladoscc opened pull request #7451: Add link to bitcoin whitepaper (master...master) https://github.com/bitcoin/bitcoin/pull/7451
< gmaxwell> "hint : create manually "banlist.dat" in "blockchain" folder if bitcoin-qt.exe crash after the check of the local blockchain." <- cargo cult fixes due to spurrious log entries that we've never fixed?

2016-01-31

< instagibbs> #bitcoin <--- someone can help there
< Rebroad> i can compile bitcoind but not bitcoin-qt :-s
< GitHub183> [bitcoin] prusnak opened pull request #7445: rename COPYING to LICENSE (master...master) https://github.com/bitcoin/bitcoin/pull/7445
< GitHub142> [bitcoin] petertodd opened pull request #7444: Improve block validity/ConnectBlock() comments (master...2016-01-improve-block-validity-comments) https://github.com/bitcoin/bitcoin/pull/7444
< OxADADA> wumpus: here is the PR i had talked to you about: https://github.com/bitcoin-core/website/pull/90

2016-01-30

< Luke-Jr> afk11: to install Bitcoin Core on Ubuntu..
< GitHub38> [bitcoin] aantonop closed pull request #7443: Add Satoshi Nakamoto's white paper to doc directory (master...master) https://github.com/bitcoin/bitcoin/pull/7443
< afk11> What's the motivation behind the ubuntu bitcoin ppa? Is it used much?
< GitHub125> [bitcoin] laanwj closed pull request #7441: Use Debian 8.3 in gitian build guide (master...gitian-8-3) https://github.com/bitcoin/bitcoin/pull/7441
< GitHub39> bitcoin/master a6771fc Wladimir J. van der Laan: Merge #7441: Use Debian 8.3 in gitian build guide...
< GitHub39> bitcoin/master 666a0f8 fanquake: Use Debian 8.3 in gitian build guide...
< GitHub39> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/019280617aad...a6771fc9734a

2016-01-29

< GitHub58> [bitcoin] aantonop opened pull request #7443: Add Satoshi Nakamoto's white paper to doc directory (master...master) https://github.com/bitcoin/bitcoin/pull/7443
< GitHub173> [bitcoin] laanwj closed pull request #6261: Tighten up message size sanity checking (master...ReceiveMsgBytes_unittest) https://github.com/bitcoin/bitcoin/pull/6261
< GitHub164> bitcoin/master 0192806 Wladimir J. van der Laan: Merge #6842: limitfreerelay edge case bugfix...
< GitHub69> [bitcoin] laanwj closed pull request #6842: limitfreerelay edge case bugfix (master...limitfreerelay_edgecase) https://github.com/bitcoin/bitcoin/pull/6842
< GitHub164> bitcoin/master 2dfeaa1 ptschip: limitfreerelay edge case bugfix:...
< GitHub164> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/69e2a4003be7...019280617aad
< GitHub169> [bitcoin] laanwj closed pull request #7122: simple fix to mask command line arguments after they are copied (master...MaskCommandLineArgs) https://github.com/bitcoin/bitcoin/pull/7122
< GitHub62> [bitcoin] laanwj closed pull request #7423: doc: add example for building with constrained resources (master...docBuildFlags) https://github.com/bitcoin/bitcoin/pull/7423
< GitHub94> bitcoin/master 69e2a40 Wladimir J. van der Laan: Merge #7423: doc: add example for building with constrained resources...
< GitHub94> bitcoin/master f9298cc Jarret Dyrbye: doc: add example for building with constrained resources...
< GitHub94> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4b12266d80b5...69e2a4003be7
< GitHub94> [bitcoin] laanwj closed pull request #7428: doc: add example for listing ./configure flags (master...docCompilerOptions) https://github.com/bitcoin/bitcoin/pull/7428
< GitHub122> bitcoin/master befeb55 Nathaniel Mahieu: Add example for displaying additional configure flags
< GitHub122> bitcoin/master 4b12266 Wladimir J. van der Laan: Merge #7428: doc: add example for listing ./configure flags...
< GitHub122> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9645218c66a9...4b12266d80b5
< GitHub122> [bitcoin] laanwj closed pull request #7437: GUI: Disable tab navigation for peers tables. (master...debug-window-fix) https://github.com/bitcoin/bitcoin/pull/7437
< GitHub185> bitcoin/master 9645218 Wladimir J. van der Laan: Merge #7437: GUI: Disable tab navigation for peers tables....
< GitHub185> bitcoin/master 8b3d8e3 Kefkius: GUI: Disable tab navigation for peers tables....
< GitHub185> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/326ffed09bfc...9645218c66a9
< GitHub40> [bitcoin] fanquake opened pull request #7441: Use Debian 8.3 in gitian build guide (master...gitian-8-3) https://github.com/bitcoin/bitcoin/pull/7441
< bad_duck> gijensen: I'm talkong about bitcoincore's slack.. I'm on #bitcoin but that's not the content I'm looking for!
< GitHub59> [bitcoin] luke-jr opened pull request #7440: [0.12] Rename permitrbf to replacebyfee and provide minimal string-list forward compatibility (0.12...permitrbf_rename-0.12.x) https://github.com/bitcoin/bitcoin/pull/7440
< gijensen> #bitcoin is good (though not specifically core, it is specifically bitcoin)
< bad_duck> is there a bitcoin-core related chan for non dev questions? I saw that there is a slack but I don't want to use it.. (bis)

2016-01-28

< GitHub27> [bitcoin] gmaxwell closed pull request #7099: Add whitelistforcerelay setting [PR changed to no longer default to off.] (master...control_relay_force) https://github.com/bitcoin/bitcoin/pull/7099
< GitHub77> [bitcoin] gmaxwell opened pull request #7439: Add whitelistforcerelay to control forced relaying. [#7099 redux] (master...control_relay_force) https://github.com/bitcoin/bitcoin/pull/7439
< GitHub56> [bitcoin] gmaxwell opened pull request #7438: Do not absolutely protect local peers; decide group ties based on time. (0.12...dont_protect_local) https://github.com/bitcoin/bitcoin/pull/7438
< GitHub45> [bitcoin] Kefkius opened pull request #7437: GUI: Disable tab navigation for peers tables. (master...debug-window-fix) https://github.com/bitcoin/bitcoin/pull/7437
< what_now> I'm gonna pick up c++ and start getting more involved into bitcoin, although currently my knowledge of c++ is limited to the qt framework.
< jonasschnelli> Yes. Bitcoin Cores wallet def. needs a better backend and a performance boost
< jonasschnelli> Can you compile bitcoin by yourself?
< btcdrak> meeting in #bitcoin-dev now
< wumpus> yes, #bitcoin-core-dev is only about development of the software
< btcdrak> If you have any other questions let's take it to #bitcoin
< btcdrak> OxADADA: #bitcoin is a general bitcoin discussion channel, #bitcoin-dev is a general bitcoin development discussion channel. This channel is specifically regarding Bitcoin Core
< OxADADA> re: Clarifying Communications: How does #bitcoin-core-dev IRC discussion differ from #bitcoin discussion?
< GitHub186> [bitcoin] jtimon closed pull request #6597: Chainparams: Don't check the genesis block (master...chainparams-genesis-no-check-0.12.99) https://github.com/bitcoin/bitcoin/pull/6597
< bad_duck> is there a bitcoin-core related chan for non dev questions? I saw that there is a slack but I don't want to use it
< GitHub152> [bitcoin] dcousens opened pull request #7436: AcceptToMempool: extract various policy functions [WIP] (master...expolicy) https://github.com/bitcoin/bitcoin/pull/7436
< GitHub146> [bitcoin] laanwj closed pull request #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non-determinism. (master...unittest) https://github.com/bitcoin/bitcoin/pull/7212
< GitHub117> bitcoin/master 326ffed Wladimir J. van der Laan: Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non-determinism....
< GitHub117> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1e06bab804a2...326ffed09bfc
< GitHub117> bitcoin/master 40c87b6 Ethan Heilman: Increase test coverage for addrman and addrinfo...
< wumpus> hm more ontopic: did we completely forget about this limitfreerelay fix? https://github.com/bitcoin/bitcoin/pull/6842
< wumpus> randy-waterhouse: though in general you can find authorship in the git history, see https://github.com/bitcoin-core/website/pull/58
< randy-waterhouse> oh sure ... is there a #bitcoin-core or equivalent?
< GitHub84> [bitcoin] laanwj closed pull request #7417: Minor improvements to the release process (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7417
< GitHub145> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/62f2d769e450...1e06bab804a2
< GitHub145> bitcoin/master c6325cf Paul Rabahy: Minor improvements to the release process...
< GitHub145> bitcoin/master 1e06bab Wladimir J. van der Laan: Merge #7417: Minor improvements to the release process...
< GitHub199> [bitcoin] laanwj closed pull request #7348: MOVE ONLY: move rpc* to rpc/ (master...master) https://github.com/bitcoin/bitcoin/pull/7348
< GitHub19> bitcoin/master 62f2d76 Wladimir J. van der Laan: Merge #7348: MOVE ONLY: move rpc* to rpc/...
< GitHub19> bitcoin/master a0eaff8 Daniel Cousens: move rpc* to rpc/
< GitHub19> bitcoin/master d13f65e Daniel Cousens: rpc: update inline comments to refer to new file paths
< GitHub19> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/20a408ca99da...62f2d769e450
< GitHub126> bitcoin/0.12 cb83beb Wladimir J. van der Laan: net: Hardcoded seeds update January 2016...
< GitHub126> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/cb83beb3759b9bd19cc13b1e3dd589349787ac3e
< GitHub59> [bitcoin] laanwj closed pull request #7425: devtools: Fix utf-8 support in messages for github-merge (master...2016_01_github_merge_utf8) https://github.com/bitcoin/bitcoin/pull/7425
< GitHub39> bitcoin/master 20a408c Wladimir J. van der Laan: Merge #7425: devtools: Fix utf-8 support in messages for github-merge...
< GitHub39> bitcoin/master c8a6c11 Wladimir J. van der Laan: devtools: Fix utf-8 support in messages for github-merge...
< GitHub39> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4a46bdc0feaa...20a408ca99da
< GitHub120> [bitcoin] laanwj closed pull request #7415: net: Hardcoded seeds update January 2016 (master...2016_01_hardcoded_seeds) https://github.com/bitcoin/bitcoin/pull/7415
< GitHub80> bitcoin/master 4a46bdc Wladimir J. van der Laan: Merge #7415: net: Hardcoded seeds update January 2016...
< GitHub80> bitcoin/master 4818dba Wladimir J. van der Laan: net: Hardcoded seeds update January 2016
< GitHub80> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cdcbc59a42f6...4a46bdc0feaa
< GitHub34> bitcoin/master 43abb02 Jonas Schnelli: [Qt] Add a new chevron/arrow icon for the console prompt line
< GitHub24> [bitcoin] jonasschnelli closed pull request #7396: [Qt] Add option to increase/decrease font size in the console window (master...2016/01/qt_font) https://github.com/bitcoin/bitcoin/pull/7396
< GitHub34> bitcoin/master 56c9e66 Jonas Schnelli: [Qt] keep scroll position in GUI console after changing font size
< GitHub34> bitcoin/master 3a3a927 Jonas Schnelli: [Qt] Add option to increase/decrease font size in the console window
< GitHub34> [bitcoin] jonasschnelli pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/9189e30b127b...cdcbc59a42f6
< GitHub0> [bitcoin] luke-jr closed pull request #3229: Require configuration of mining before creating blocks (master...mineropts_check) https://github.com/bitcoin/bitcoin/pull/3229
< GitHub69> [bitcoin] luke-jr opened pull request #7431: Rename permitrbf to replacebyfee and provide minimal string-list forward compatibility (needs 0.12 backport) (master...permitrbf_rename) https://github.com/bitcoin/bitcoin/pull/7431

2016-01-27

< GitHub43> [bitcoin] xor-freenet opened pull request #7429: 0.12 release notes: Sort by importance to usability (0.12...0.12-sort-release-notes) https://github.com/bitcoin/bitcoin/pull/7429
< GitHub63> [bitcoin] nathaniel-mahieu opened pull request #7428: doc: add example for listing compiler flags (master...docCompilerOptions) https://github.com/bitcoin/bitcoin/pull/7428
< GitHub182> bitcoin/0.12 46d7eb6 xor-freenet: doc: Fix minimal disk usage with pruning enabled
< GitHub182> bitcoin/0.12 be4b474 xor-freenet: doc: In release notes, do not claim that pruning is leeching...
< GitHub182> bitcoin/0.12 fe074cc xor-freenet: doc: Explain effects of -prune=<n> parameter in release notes...
< GitHub182> [bitcoin] laanwj pushed 9 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/38bf790d70b5...32e3538752f9
< GitHub41> [bitcoin] laanwj closed pull request #7416: doc: Explain effects of -prune=<n> parameter in release notes (0.12...0.12-pruning-release-notes) https://github.com/bitcoin/bitcoin/pull/7416
< GitHub102> [bitcoin] laanwj closed pull request #7300: [trivial] Add missing copyright headers (master...Mf1601-copyrightheaders) https://github.com/bitcoin/bitcoin/pull/7300
< GitHub76> bitcoin/master fabcee1 MarcoFalke: Remove copyright header from autogenerated chainparamsseeds.h
< GitHub76> bitcoin/master fa60d05 MarcoFalke: Add missing copyright headers
< GitHub76> bitcoin/master fa7e4c0 MarcoFalke: Bump copyright headers to 2014
< GitHub76> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/42ecea48fd25...9189e30b127b
< GitHub17> bitcoin/0.12 38bf790 Wladimir J. van der Laan: Merge #7422: Improve section title in release-notes.md...
< GitHub17> bitcoin/0.12 42b521d ฿tcDrak: Update release-notes.md
< GitHub17> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/aa26ee010198...38bf790d70b5
< GitHub144> [bitcoin] laanwj closed pull request #7422: Improve section title in release-notes.md (0.12...patch-2) https://github.com/bitcoin/bitcoin/pull/7422
< GitHub2> [bitcoin] laanwj opened pull request #7425: devtools: Fix utf-8 support in messages for github-merge (master...2016_01_github_merge_utf8) https://github.com/bitcoin/bitcoin/pull/7425
< GitHub22> bitcoin/0.12 aa26ee0 Cory Fields: release: Add security/export checks to gitian and fix current failures...
< GitHub22> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/aa26ee010198a1cc4d3e7e62cd0ab80807ba66a4
< GitHub174> [bitcoin] laanwj closed pull request #7424: Add security/export checks to gitian and fix current failures (master...binary-checks) https://github.com/bitcoin/bitcoin/pull/7424
< GitHub183> bitcoin/master f3d3eaf Cory Fields: release: add check-symbols and check-security make targets...
< GitHub183> bitcoin/master 475813b Cory Fields: release: add _IO_stdin_used to ignored exports...
< GitHub183> bitcoin/master cd27bf5 Cory Fields: release: fix parsing of BIND_NOW with older readelf
< GitHub183> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/473ad1bb0269...42ecea48fd25
< GitHub148> [bitcoin] laanwj closed pull request #7421: [doc] Release notes update for 0.12 (0.12...release-notes-update-12) https://github.com/bitcoin/bitcoin/pull/7421
< GitHub176> bitcoin/0.12 568c324 Wladimir J. van der Laan: Merge #7421: [doc] Release notes update for 0.12...
< GitHub176> bitcoin/0.12 65d384f Suhas Daftuar: doc: Update release notes for 0.12...
< GitHub176> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/7c5e90e8dde3...568c32411d1d
< GitHub74> [bitcoin] theuni opened pull request #7424: Add security/export checks to gitian and fix current failures (master...binary-checks) https://github.com/bitcoin/bitcoin/pull/7424
< GitHub74> [bitcoin] jarret opened pull request #7423: doc: add example for building with constrained resources (master...docBuildFlags) https://github.com/bitcoin/bitcoin/pull/7423

2016-01-26

< GitHub160> [bitcoin] btcdrak opened pull request #7422: Update release-notes.md (0.12...patch-2) https://github.com/bitcoin/bitcoin/pull/7422
< GitHub179> [bitcoin] sdaftuar opened pull request #7421: [doc] Release notes update for 0.12 (0.12...release-notes-update-12) https://github.com/bitcoin/bitcoin/pull/7421
< GitHub105> [bitcoin] jonn4y closed pull request #7419: 0.9 (master...0.9) https://github.com/bitcoin/bitcoin/pull/7419
< GitHub61> [bitcoin] jonn4y opened pull request #7419: 0.9 (master...0.9) https://github.com/bitcoin/bitcoin/pull/7419
< moli> gavink: here's the roadmap that might help answer your question: https://bitcoin.org/en/bitcoin-core/capacity-increases-faq
< GitHub137> [bitcoin] PRabahy opened pull request #7417: Minor improvements to the release process (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7417

2016-01-25

< GitHub51> [bitcoin] xor-freenet opened pull request #7416: doc: Explain effects of -prune=<n> parameter in release notes (0.12...0.12-pruning-release-notes) https://github.com/bitcoin/bitcoin/pull/7416
< GitHub186> [bitcoin] laanwj closed pull request #7391: [init] Clarify help message (master...Mf1601-init-rbf) https://github.com/bitcoin/bitcoin/pull/7391
< GitHub107> bitcoin/master 473ad1b Wladimir J. van der Laan: Merge #7391: [init] Clarify help message...
< GitHub107> bitcoin/master fae78fa MarcoFalke: [init] Clarify permitrbf help message
< GitHub107> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6a5932bf2a4a...473ad1bb0269
< GitHub89> [bitcoin] laanwj closed pull request #7410: Keccak hf: Fix mining centralization (master...keccak_hf) https://github.com/bitcoin/bitcoin/pull/7410
< GitHub26> [bitcoin] laanwj opened pull request #7415: net: Hardcoded seeds update January 2016 (master...2016_01_hardcoded_seeds) https://github.com/bitcoin/bitcoin/pull/7415
< GitHub75> [bitcoin] laanwj closed pull request #7402: [devtools] github-merge get toplevel dir without extra whitespace (master...dev-tool-fix) https://github.com/bitcoin/bitcoin/pull/7402
< GitHub25> bitcoin/master 6a5932b Wladimir J. van der Laan: Merge #7402: [devtools] github-merge get toplevel dir without extra whitespace...
< GitHub25> bitcoin/master 5ed2f16 Andrew C: [devtools] github-merge get toplevel dir without extra whitespace...
< GitHub25> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0893705ebfa6...6a5932bf2a4a
< GitHub83> [bitcoin] laanwj closed pull request #7395: devtools: show pull and commit information in github-merge (master...2016_01_devtool_more_info) https://github.com/bitcoin/bitcoin/pull/7395
< GitHub6> bitcoin/master 0893705 Wladimir J. van der Laan: Merge #7395: devtools: show pull and commit information in github-merge...
< GitHub6> bitcoin/master 17b5d38 Wladimir J. van der Laan: devtools: show pull and commit information in github-merge...
< GitHub6> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9f796f3d2b53...0893705ebfa6
< GitHub27> [bitcoin] laanwj closed pull request #7400: Add achow101's pgp key (master...pgp-key) https://github.com/bitcoin/bitcoin/pull/7400
< GitHub140> bitcoin/master 9f796f3 Wladimir J. van der Laan: Merge #7400: Add achow101's pgp key...
< GitHub140> bitcoin/master e99edc1 Andrew C: Add achow101's pgp key
< GitHub140> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f281caac48b9...9f796f3d2b53
< GitHub27> [bitcoin] laanwj closed pull request #7413: BIP: Block size limit based on average size (Russian) (master...master) https://github.com/bitcoin/bitcoin/pull/7413
< GitHub91> [bitcoin] Speed2016X2 opened pull request #7413: BIP: Block size limit based on average size (Russian) (master...master) https://github.com/bitcoin/bitcoin/pull/7413
< jonasschnelli> IMO the only reliable API that bitcoin provides is the p2p "api".
< jonasschnelli> Yes... long term im worries about the amount of APIs in bitcoin-core: RPC/REST/ZMQ/notify-exe/p2p....
< GitHub103> [bitcoin] stale2000 opened pull request #7410: Keccak hf: Fix mining centralization (master...keccak_hf) https://github.com/bitcoin/bitcoin/pull/7410

2016-01-24

< GitHub94> [bitcoin] MarcoFalke closed pull request #7409: [0.10] Wip: Poke travis a bit (0.10...Mf1601-010travisPoke) https://github.com/bitcoin/bitcoin/pull/7409
< GitHub158> [bitcoin] MarcoFalke opened pull request #7409: [0.10] Wip: Poke travis a bit (0.10...Mf1601-010travisPoke) https://github.com/bitcoin/bitcoin/pull/7409
< GitHub100> [bitcoin] MarcoFalke closed pull request #7286: Misc. non-critical cleanup and refactor (master...Mf1601-trivial8) https://github.com/bitcoin/bitcoin/pull/7286

2016-01-23

< GitHub8> [bitcoin] MarcoFalke opened pull request #7405: [0.12] Backports (0.12...Mf1601-012Backports) https://github.com/bitcoin/bitcoin/pull/7405
< GitHub16> [bitcoin] jonasschnelli opened pull request #7404: [WIP] Segregated Witness (0.12...segwit) https://github.com/bitcoin/bitcoin/pull/7404
< GitHub112> [bitcoin] EthanBianchi closed pull request #7403: Master (master...master) https://github.com/bitcoin/bitcoin/pull/7403
< GitHub75> [bitcoin] EthanBianchi opened pull request #7403: Master (master...master) https://github.com/bitcoin/bitcoin/pull/7403
< GitHub137> [bitcoin] achow101 opened pull request #7402: [devtools] github-merge get toplevel dir without extra whitespace (master...dev-tool-fix) https://github.com/bitcoin/bitcoin/pull/7402
< GitHub195> [bitcoin] achow101 opened pull request #7400: Add achow101's pgp key (master...pgp-key) https://github.com/bitcoin/bitcoin/pull/7400
< GitHub111> [bitcoin] jonasschnelli closed pull request #7384: [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH (master...Mf1601-qtPeertableFix) https://github.com/bitcoin/bitcoin/pull/7384
< GitHub93> bitcoin/master f281caa Jonas Schnelli: Merge #7384: [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH...
< GitHub93> bitcoin/master faa9011 MarcoFalke: [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH
< GitHub93> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/02676c57ce21...f281caac48b9

2016-01-22

< GitHub23> [bitcoin] jgeewax opened pull request #7398: Improve seed generation script for clarity (master...contrib-seeds) https://github.com/bitcoin/bitcoin/pull/7398
< GitHub111> [bitcoin] jonasschnelli closed pull request #7388: Set `-permitrbf` to false (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7388
< jonasschnelli> instagibbs: bitcoin-tx uses the same base-classes then bitcoind,... just copy over the source code you need (or refactor it)?
< instagibbs> is there a way to use the functions in bitcoin-tx.cpp from inside bitcoind without external system calls?
< GitHub136> [bitcoin] jonasschnelli opened pull request #7396: [Qt] Add option to increase/decrease font size in the console window (master...2016/01/qt_font) https://github.com/bitcoin/bitcoin/pull/7396
< GitHub58> bitcoin/master 02676c5 Wladimir J. van der Laan: Merge #7236: Use createrawtx locktime parm in txn_clone...
< GitHub107> [bitcoin] laanwj closed pull request #7236: Use createrawtx locktime parm in txn_clone (master...use_rpc_locktime_clone) https://github.com/bitcoin/bitcoin/pull/7236
< GitHub58> bitcoin/master e279038 Tom Harding: Use createrawtx locktime parm in txn_clone...
< GitHub58> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fc0899400082...02676c57ce21
< GitHub149> [bitcoin] laanwj opened pull request #7395: devtools: show pull and commit information in github-merge (master...2016_01_devtool_more_info) https://github.com/bitcoin/bitcoin/pull/7395
< GitHub63> [bitcoin] laanwj closed pull request #7262: Reduce inefficiency of GetAccountAddress() (master...faster-getaccountaddress) https://github.com/bitcoin/bitcoin/pull/7262
< GitHub172> bitcoin/master 2409865 Chris Moore: Reduce inefficiency of GetAccountAddress()...
< GitHub172> bitcoin/master fc08994 Wladimir J. van der Laan: Merge #7262: Reduce inefficiency of GetAccountAddress()...
< GitHub172> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6a0720838873...fc0899400082
< GitHub111> [bitcoin] Kefkius closed pull request #7390: RPC: decodescript - Only show P2SH address for P2SH scripts (master...rpc-decodescript) https://github.com/bitcoin/bitcoin/pull/7390
< GitHub38> [bitcoin] laanwj closed pull request #7056: Save last db read (master...saveLastDBRead) https://github.com/bitcoin/bitcoin/pull/7056
< GitHub24> bitcoin/master 6a07208 Wladimir J. van der Laan: Merge #7056: Save last db read...
< GitHub24> bitcoin/master 8504867 Alex Morcos: Save the last unnecessary database read...
< GitHub24> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/93b05764d5e4...6a0720838873
< GitHub45> bitcoin/master 93b0576 Wladimir J. van der Laan: Merge #7177: [qa] Change default block priority size to 0...
< GitHub50> [bitcoin] laanwj closed pull request #7177: [qa] Change default block priority size to 0 (master...MarcoFalke-2015-rpcNoPrio) https://github.com/bitcoin/bitcoin/pull/7177
< GitHub45> bitcoin/master fa8e2a6 MarcoFalke: [qa] Change default block priority size to 0
< GitHub45> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f221fc1887de...93b05764d5e4
< GitHub194> bitcoin/0.12 7c5e90e Wladimir J. van der Laan: doc: forgot #7222 in release notes
< GitHub194> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/7c5e90e8dde30d9f42a0a1e9a6a0fbba8bce2c79
< GitHub74> bitcoin/0.12 1bc1d79 Wladimir J. van der Laan: doc: Add commits since rc1 to release notes
< GitHub74> bitcoin/0.12 5df314b Wladimir J. van der Laan: qt: pre-rc2 translations update
< GitHub74> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/b16b5bc1912c...1bc1d796be38
< GitHub115> bitcoin/0.12 236686b MarcoFalke: [init] Add missing help for args...
< GitHub115> bitcoin/0.12 44438a1 MarcoFalke: [init] Fix error message of maxtxfee invalid amount...
< GitHub115> bitcoin/0.12 a74fa1f crowning-: [Wallet] Transaction View: LastMonth calculation fixed...
< GitHub23> [bitcoin] laanwj closed pull request #7371: [0.12] backports (0.12...Mf1601-012Backports) https://github.com/bitcoin/bitcoin/pull/7371
< GitHub115> [bitcoin] laanwj pushed 4 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/f4b2ce8ee863...b16b5bc1912c
< GitHub74> bitcoin/0.12 f4b2ce8 Wladimir J. van der Laan: Merge #7387: Get rid of inaccurate ScriptSigArgsExpected...
< GitHub166> [bitcoin] laanwj closed pull request #7387: Get rid of inaccurate ScriptSigArgsExpected (0.12...inaccscriptargs) https://github.com/bitcoin/bitcoin/pull/7387
< GitHub74> bitcoin/0.12 52b29dc Pieter Wuille: Get rid of inaccurate ScriptSigArgsExpected
< GitHub74> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/7726c487f807...f4b2ce8ee863
< GitHub138> [bitcoin] laanwj closed pull request #7392: [QT][Backport] Windows: Make rpcconsole monospace font larger (0.12...2016/01/qt_font_bp) https://github.com/bitcoin/bitcoin/pull/7392
< GitHub7> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/7726c487f80753477ae7f205d52395abfd2fb5f4
< GitHub7> bitcoin/0.12 7726c48 MarcoFalke: [qt] Windows: Make rpcconsole monospace font larger...
< GitHub88> [bitcoin] jonasschnelli opened pull request #7392: [QT][Backport] Windows: Make rpcconsole monospace font larger (0.12...2016/01/qt_font_bp) https://github.com/bitcoin/bitcoin/pull/7392
< GitHub189> [bitcoin] jonasschnelli closed pull request #7364: [qt] Windows: Make rpcconsole monospace font larger (master...Mf1601-qtWinFontSize) https://github.com/bitcoin/bitcoin/pull/7364
< GitHub124> bitcoin/master f221fc1 Jonas Schnelli: Merge #7364: [qt] Windows: Make rpcconsole monospace font larger...
< GitHub124> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6f7841d54558...f221fc1887de
< GitHub124> bitcoin/master fa6a59d MarcoFalke: [qt] Windows: Make rpcconsole monospace font larger
< GitHub130> [bitcoin] MarcoFalke opened pull request #7391: [init] Clarify help message (master...Mf1601-init-rbf) https://github.com/bitcoin/bitcoin/pull/7391
< GitHub166> [bitcoin] Kefkius opened pull request #7390: RPC: decodescript - Only show P2SH address for P2SH scripts (master...rpc-decodescript) https://github.com/bitcoin/bitcoin/pull/7390

2016-01-21

< gmaxwell> 2016-01-21 23:21:56 ERROR: Read: Failed to open file /home/gmaxwell/.bitcoin/banlist.dat
< GitHub142> [bitcoin] MarcoFalke closed pull request #7374: [init] Add transaction fee warnings (master...Mf1601-init-fee-warn) https://github.com/bitcoin/bitcoin/pull/7374
< instagibbs> I figure I need to link -levent somewhere in addition to bitcoind/bitcoin-cli in the Makefile.am, but noob so.
< BlueMatt> still, we need reasonable communication like "is bitcoin core eating your hdd? are you seeing a lot of outbound traffic and no inbound? are your bitcoin core ping times a few seconds? disable bloom filtering"
< BlueMatt> instagibbs: lol, eric vorhees, in a long post talking about why availability of 0conf is a good idea, a guy who is explicitly incredibly pissed off at core for various reasons, said this: "The current Bitcoin implementation, in my opinion, offered a very elegant balance between instant settlement and security. Zero-conf was always an option for merchants or individuals – it came with risk, but it was in many cases manageable, and bri
< GitHub180> [bitcoin] NicolasDorier closed pull request #7190: Performance fix for #6312 (master...sequencenumbers) https://github.com/bitcoin/bitcoin/pull/7190
< GitHub21> [bitcoin] laanwj closed pull request #7005: Add MAINTAINERS file, a user guide to code subsystems (master...2015_maintainer) https://github.com/bitcoin/bitcoin/pull/7005
< GitHub37> [bitcoin] sandakersmann opened pull request #7388: Set `-permitrbf` to false (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7388
< GitHub24> [bitcoin] sipa reopened pull request #6597: Chainparams: Don't check the genesis block (master...chainparams-genesis-no-check-0.12.99) https://github.com/bitcoin/bitcoin/pull/6597
< GitHub75> [bitcoin] sipa opened pull request #7387: Get rid of inaccurate ScriptSigArgsExpected (0.12...inaccscriptargs) https://github.com/bitcoin/bitcoin/pull/7387
< GitHub53> bitcoin/0.12 da83ecd Wladimir J. van der Laan: Add option `-permitrbf` to set transaction replacement policy...
< GitHub53> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/da83ecd45478367e5388c58fe29a4a8d72f7f1cd
< GitHub28> [bitcoin] laanwj closed pull request #7386: Add option `-permitrbf` to set transaction replacement policy (master...2016_01_disable_opt_in_rbf) https://github.com/bitcoin/bitcoin/pull/7386
< GitHub109> bitcoin/master 6f7841d Wladimir J. van der Laan: Merge #7386: Add option `-permitrbf` to set transaction replacement policy...
< GitHub109> bitcoin/master b768108 Wladimir J. van der Laan: Add option `-permitrbf` to set transaction replacement policy...
< GitHub109> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ae2db67feec2...6f7841d54558
< GitHub174> [bitcoin] laanwj opened pull request #7386: Add option `-permitrbf` to set transaction replacement policy (master...2016_01_disable_opt_in_rbf) https://github.com/bitcoin/bitcoin/pull/7386
< wumpus> cfields, something w/ travis is strange on the 0.10 branch, https://travis-ci.org/bitcoin/bitcoin/jobs/103586898 . fukuchi.org is failing (download for qrencode) but it's not using the fallback - there isn't even an error for bitcoincore.org/dev.bitcoincore.org
< GitHub34> [bitcoin] jonasschnelli closed pull request #7383: [Qt] rename "amount" to "requested amount" in receive coins table (master...2016/01/qt_req_amount) https://github.com/bitcoin/bitcoin/pull/7383
< GitHub71> bitcoin/master ae2db67 Jonas Schnelli: Merge #7383: [Qt] rename "amount" to "requested amount" in receive coins table...
< GitHub71> bitcoin/master df6e8e1 Jonas Schnelli: [Qt] rename "amount" to "requested amount" in receive coins table