2018-01-15

< aj> is wallet_address_types.py still failing randomly? https://travis-ci.org/bitcoin/bitcoin/jobs/328994783
< gribble> https://github.com/bitcoin/bitcoin/issues/12118 | Sort mempool by min(feerate, ancestor_feerate) by sdaftuar · Pull Request #12118 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] ericallam opened pull request #12189: [Qt] Display transaction fee with sat/vbyte value in SendCoinsDialog (master...sat_vbyte_fee_rate_in_qt) https://github.com/bitcoin/bitcoin/pull/12189
< gribble> https://github.com/bitcoin/bitcoin/issues/11862 | [wip] Network specific conf sections by ajtowns · Pull Request #11862 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #11796: [tests] Functional test naming convention (master...soft_rename_tests) https://github.com/bitcoin/bitcoin/pull/11796
< bitcoin-git> bitcoin/master 7250b4e Anthony Towns: [tests] README.md nit fixes
< bitcoin-git> bitcoin/master 1e10854 John Newbery: [tests] [docs] update README for new test naming scheme
< bitcoin-git> bitcoin/master 82b2712 John Newbery: [tests] move witness util functions to blocktools.py...
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/9501dc27b336...4db16ec82793
< gribble> https://github.com/bitcoin/bitcoin/issues/11774 | [WIP] [tests] Rename functional tests by ajtowns · Pull Request #11774 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11796 | [tests] Functional test naming convention by ajtowns · Pull Request #11796 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12127: Remove unused mempool index (master...2018-01-remove-unused-index) https://github.com/bitcoin/bitcoin/pull/12127
< bitcoin-git> bitcoin/master 9501dc2 Wladimir J. van der Laan: Merge #12127: Remove unused mempool index...
< bitcoin-git> bitcoin/master 8e617e3 Suhas Daftuar: Remove unused mempool index
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/45cf8a03cb57...9501dc27b336
< CubicEarths> luke-jr: It wouldn't only be miners. I really don't understand the thinking behind why everyone needs to run a node for Bitcoin to be secure. It seems like a diminishing returns situation. If 1 out 100 people in the work run a node, I just can't really envision what would could wrong that would be made better by 99 out of 100 running nodes
< bitcoin-git> [bitcoin] jeffrade opened pull request #12187: [Docs] Updating benchmarkmarking.md with an updated sample output (master...benchmark_output) https://github.com/bitcoin/bitcoin/pull/12187
< bitcoin-git> [bitcoin] NicolasDorier closed pull request #10947: [Wallet] Bare segwit scriptPubKey should not considered change by the wallet (master...importaddresssegwit) https://github.com/bitcoin/bitcoin/pull/10947

2018-01-14

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12181: [TRIVIAL] Remove continue statement at the end of loop. (master...redundant_continue) https://github.com/bitcoin/bitcoin/pull/12181
< instagibbs> Victorsueca, chainhead, latest is https://github.com/instagibbs/bitcoin/tree/external_sign_4 but it's in no way upstreamable due to underlying changes required to make it sane
< Victorsueca> Cross-talk from #bitcoin here, I was wondering if there is any PR or plans to add hardware wallet support to Bitcoin Core
< bitcoin-git> [bitcoin] kekimusmaximus opened pull request #12184: [TRIVIAL] Drop C headers in favour of C++-compatibility headers. (master...cpp11_includes) https://github.com/bitcoin/bitcoin/pull/12184
< bitcoin-git> [bitcoin] kekimusmaximus opened pull request #12183: Make use of emplace_back in nonassociative containers. (master...use_emplace) https://github.com/bitcoin/bitcoin/pull/12183
< Arvidt> Hi, what's the reason for the spike in bitcoin connections to my full node since yesterday? normally under 40, now up to 120. Many say they wher bitcoinj:0.14.5 and bitcore:1.1.0
< bitcoin-git> [bitcoin] kekimusmaximus opened pull request #12182: [TRIVIAL] Remove useless string initialization. (master...remove_useless_string_init) https://github.com/bitcoin/bitcoin/pull/12182
< bitcoin-git> [bitcoin] kekimusmaximus opened pull request #12181: [TRIVIAL] Remove continue statement at the end of loop. (master...redundant_continue) https://github.com/bitcoin/bitcoin/pull/12181
< bitcoin-git> [bitcoin] achow101 opened pull request #12180: Use vbytes (master...use-vbytes) https://github.com/bitcoin/bitcoin/pull/12180

2018-01-13

< bitcoin-git> [bitcoin] mruddy opened pull request #12177: trivial: fix address_type help text of getnewaddress and getrawchangeaddress (master...trivial1) https://github.com/bitcoin/bitcoin/pull/12177
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12168: Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/) (master...jasan/fcntl.h) https://github.com/bitcoin/bitcoin/pull/12168
< bitcoin-git> bitcoin/master 648bdc8 Jan Sarenik: Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/)...
< bitcoin-git> bitcoin/master 45cf8a0 MarcoFalke: Merge #12168: Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/)...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b7450cdbd89a...45cf8a03cb57

2018-01-12

< CubicEarths> surprisingly, Bitcoin Gold synced quickly using its own peers
< gmaxwell> I guess its from people setting that option that lets them sync from bitcoin nodes or something, should probably submit a PR to them to remove that option.
< gmaxwell> ossifrage: idiotic bitcoin gold peers.
< sipa> bitcoin core was able to sign P2WPKH long before an address type for it existed

2018-01-11

< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #12089: qa: Make TestNodeCLI command optional in send_cli (master...Mf1801-qaCliOptions) https://github.com/bitcoin/bitcoin/pull/12089
< gribble> https://github.com/bitcoin/bitcoin/issues/11041 | Add LookupBlockIndex by promag · Pull Request #11041 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11970: Add test coverage for bitcoin-cli multiwallet calls (master...pr/mcli) https://github.com/bitcoin/bitcoin/pull/11970
< bitcoin-git> bitcoin/master ff9a363 Russell Yanofsky: TestNodeCLI batch emulation...
< bitcoin-git> bitcoin/master fcfb952 Russell Yanofsky: Improve TestNodeCLI output parsing...
< bitcoin-git> bitcoin/master ca9085a Russell Yanofsky: Prevent TestNodeCLI.args mixups...
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/0910cbe4ef31...b7450cdbd89a
< bitcoin-git> [bitcoin] jnewbery opened pull request #12166: [docs] Clarify -walletdir usage (master...clarify_walletdir_usage) https://github.com/bitcoin/bitcoin/pull/12166
< gribble> https://github.com/bitcoin/bitcoin/issues/11281 | Avoid permanent cs_main/cs_wallet lock during RescanFromTime by jonasschnelli · Pull Request #11281 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #12173: [Qt] Use flexible font size for QRCode image address (master...2018/01/fix_qr_font) https://github.com/bitcoin/bitcoin/pull/12173
< gribble> https://github.com/bitcoin/bitcoin/issues/12118 | Sort mempool by min(feerate, ancestor_feerate) by sdaftuar · Pull Request #12118 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11281 | Avoid permanent cs_main/cs_wallet lock during RescanFromTime by jonasschnelli · Pull Request #11281 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12172 | Bugfix: RPC: savemempool: Dont save until LoadMempool() is finished by jtimon · Pull Request #12172 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jtimon opened pull request #12172: Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished (master...b16-bugfix-savemempool) https://github.com/bitcoin/bitcoin/pull/12172
< gribble> https://github.com/bitcoin/bitcoin/issues/11739 | RFC: Enforce SCRIPT_VERIFY_P2SH and SCRIPT_VERIFY_WITNESS from genesis by sdaftuar · Pull Request #11739 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] kekimusmaximus opened pull request #12159: Use the character based overload for std::string::find. (master...use_char_overload_find) https://github.com/bitcoin/bitcoin/pull/12159
< gmaxwell> luke-jr: AFAIK there is no common term for "someone attempted to 'pay me' by digging a hole in by back yard and leaving an envelope of money in it"... because outside of bitcoin no one is that @#$@# stupid. :)
< gmaxwell> For example, a wallet could plausably not scan for any change outputs because it knows all that it creates. If I go find one of your prior change addresses and pay it there is no reason to think the wallet would ever see it. ... and in existing software (e.g. bitcoin core) the payment wouldn't show up even if it did see the funds.
< gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12132 | [BIP-117] Tail call semantics by kallewoof · Pull Request #12132 · bitcoin/bitcoin · GitHub
< Chris_Stewart_5> PSA: if anyone is interested in talking more about #12131 or #12132 there is a development channel that some work has been occurring in: #bitcoin-mast
< gribble> https://github.com/bitcoin/bitcoin/issues/12131 | [BIP-98 + BIP-116] MERKLEBRANCHVERIFY by kallewoof · Pull Request #12131 · bitcoin/bitcoin · GitHub
< wumpus> but a warning against 'malleating' addresses would make sense, I mean it's bad form and just because bitcoin core happens to accept it doesn't mean other wallets do
< morcos> We can use the @bitcoin twitter handle maybe
< gribble> https://github.com/bitcoin/bitcoin/issues/12118 | Sort mempool by min(feerate, ancestor_feerate) by sdaftuar · Pull Request #12118 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12118 | Sort mempool by min(feerate, ancestor_feerate) by sdaftuar · Pull Request #12118 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12119 | [wallet] use bech32 change address if any destination is bech32 by Sjors · Pull Request #12119 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11991 | [qt] Receive: checkbox for bech32 address by Sjors · Pull Request #11991 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12146 | Wallet: Support disabling implicit Segwit operation by luke-jr · Pull Request #12146 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11991 | [qt] Receive: checkbox for bech32 address by Sjors · Pull Request #11991 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] kekimusmaximus opened pull request #12158: Avoid unnecessary copy of objects. (master...avoid_copies) https://github.com/bitcoin/bitcoin/pull/12158
< gribble> https://github.com/bitcoin/bitcoin/issues/11048 | Weird gettransaction details on testnet with segwit · Issue #11048 · bitcoin/bitcoin · GitHub
< wumpus> that leaves 13 open things in https://github.com/bitcoin/bitcoin/milestone/30
< gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10387 | Eventually connect to NODE_NETWORK_LIMITED peers by jonasschnelli · Pull Request #10387 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11449 | Release schedule for 0.16.0 · Issue #11449 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10757 | RPC: Introduce getblockstats to plot things by jtimon · Pull Request #10757 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/8994 | Testchains: Introduce custom chain whose constructor... by jtimon · Pull Request #8994 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10579 | [RPC] Split signrawtransaction into wallet and non-wallet RPC command by achow101 · Pull Request #10579 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11415 | [RPC] Disallow using addresses in createmultisig by achow101 · Pull Request #11415 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10583 | [RPC] Split part of validateaddress into getaddressinfo by achow101 · Pull Request #10583 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/7965 | Remaining instances of ENABLE_WALLET in `libbitcoin_server.a` · Issue #7965 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12101 | Clamp walletpassphrase timeout to 2^31 seconds and check its bounds by achow101 · Pull Request #12101 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11785 | Raise the open fd limit to the maximum allowed by vii · Pull Request #11785 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11281 | Avoid permanent cs_main/cs_wallet lock during RescanFromTime by jonasschnelli · Pull Request #11281 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12119 | [wallet] use bech32 change address if any destination is bech32 by Sjors · Pull Request #12119 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11991 | [qt] Receive: checkbox for bech32 address by Sjors · Pull Request #11991 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12104 | HTTP Error 404: Not Found
< gribble> https://github.com/bitcoin/bitcoin/issues/12101 | Clamp walletpassphrase timeout to 2^31 seconds and check its bounds by achow101 · Pull Request #12101 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11200 | Allow for aborting rescans and canceling showProgress dialogs by achow101 · Pull Request #11200 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11281 | Avoid permanent cs_main/cs_wallet lock during RescanFromTime by jonasschnelli · Pull Request #11281 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11937 | Qt: Setting for deciding address type (legacy, p2sh or bech32) by hsjoberg · Pull Request #11937 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11991 | [qt] Receive: checkbox for bech32 address by Sjors · Pull Request #11991 · bitcoin/bitcoin · GitHub
< wumpus> I've just updated https://github.com/bitcoin/bitcoin/milestone/30 removing everything that isn't either a bugfix or has to do with segwit
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12082: Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.json (master...add_tx_valid_singleanyonecanpay) https://github.com/bitcoin/bitcoin/pull/12082
< bitcoin-git> bitcoin/master 0910cbe MarcoFalke: Merge #12082: Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.json...
< bitcoin-git> bitcoin/master 18be3ab Chris Stewart: Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.json
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1d2eaba300bc...0910cbe4ef31
< jtimon> shouldn't https://github.com/bitcoin/bitcoin/blob/master/src/init.cpp#L682 just set it to true? why to !fRequestShutdown ?
< jtimon> well, that code doesn't seem to be working then, https://github.com/bitcoin/bitcoin/issues/12142
< SopaXorzTaker> but there's no #ask-bitcoin-devs
< Randolf> larafale: This may also be helpful to you: https://github.com/bitcoin/libbase58
< bitcoin-git> [bitcoin] promag opened pull request #12153: Avoid permanent cs_main lock in getblockheader (master...2018-01-getblockheader) https://github.com/bitcoin/bitcoin/pull/12153
< bitcoin-git> [bitcoin] Sjors opened pull request #12152: [WIP] misc. backwards compatibility tests (master...previous-release-segwit-wallet-test) https://github.com/bitcoin/bitcoin/pull/12152
< bitcoin-git> [bitcoin] laanwj closed pull request #12133: [qa] Fix rare failure in p2p-segwit.py (master...2018-01-fix-p2p-segwit) https://github.com/bitcoin/bitcoin/pull/12133
< bitcoin-git> bitcoin/master 1d2eaba Wladimir J. van der Laan: Merge #12133: [qa] Fix rare failure in p2p-segwit.py...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/92a810d04b90...1d2eaba300bc
< bitcoin-git> bitcoin/master 35c2b1f Suhas Daftuar: Fix rare failure in p2p-segwit.py...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12150: Fix ListCoins test failure due to unset g_address_type, g_change_type (master...pr/listg) https://github.com/bitcoin/bitcoin/pull/12150
< bitcoin-git> bitcoin/master 92a810d MarcoFalke: Merge #12150: Fix ListCoins test failure due to unset g_address_type, g_change_type...
< bitcoin-git> bitcoin/master f765bb3 Russell Yanofsky: Fix ListCoins test failure due to unset g_address_type, g_change_type...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3c6286873e50...92a810d04b90
< gribble> https://github.com/bitcoin/bitcoin/issues/11739 | RFC: Enforce SCRIPT_VERIFY_P2SH and SCRIPT_VERIFY_WITNESS from genesis by sdaftuar · Pull Request #11739 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag opened pull request #12151: Remove cs_main lock from blockToJSON and blockheaderToJSON (master...2018-01-blocktojson) https://github.com/bitcoin/bitcoin/pull/12151
< bitcoin-git> [bitcoin] laanwj closed pull request #12112: Docs: Remove the ending slashes from RPC URI format. (master...docs/multi-wallet_RPC_interface_correction) https://github.com/bitcoin/bitcoin/pull/12112
< bitcoin-git> bitcoin/master 3c62868 Wladimir J. van der Laan: Merge #12112: Docs: Remove the ending slashes from RPC URI format....
< bitcoin-git> bitcoin/master 2be2b5d Jacky C: Remove the ending slashes from RPC URI format.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d889c036cd6f...3c6286873e50
< bitcoin-git> [bitcoin] ryanofsky opened pull request #12150: Fix ListCoins test failure due to unset g_address_type, g_change_type (master...pr/listg) https://github.com/bitcoin/bitcoin/pull/12150
< provoostenator> blueneon: that's not a good way to get familiar with the code in my experience. I somewhat selfishly suggest looking at random bitcoin core github issues and trying to help out in little bits.
< blueneon> Hi there, I've made a fork/clone of the bitcoin coin in order for me to play around and get familiar. All went well after updating chainparams.cpp etc and I created new genesis and merkle etc -the code compiles and runs. However it crashes and debug.log says: ERROR: ReadBlockFromDisk: Errors in block header at CBlockDiskPos(nFile=0, nPos=8)
< provoostenator> After I copy the wallet over to a 0.15 node and restart, it throws "Error loading wallet.dat: Wallet requires newer version of Bitcoin Core". I only added a legacy address.
< provoostenator> sipa: I'm a bit confused as to how to interpret scenario 1 in your gist. At least in the test I wrote, if you restore from a backup then any addresses that were generated after that backup would only reappear if you remember the correct sequence of legacy/p2sh-segwit/bech32 choices: https://github.com/bitcoin/bitcoin/pull/12152
< bitcoin-git> [bitcoin] kashyap2690 opened pull request #12149: Unlock Wallet Implemented. (master...master) https://github.com/bitcoin/bitcoin/pull/12149
< bitcoin-git> [bitcoin] kekimusmaximus opened pull request #12169: Avoid temporary copies in C++11 ranged-based for loops. (master...remove_loop_implicit_casts) https://github.com/bitcoin/bitcoin/pull/12169
< bitcoin-git> [bitcoin] jsarenik opened pull request #12168: Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/) (master...jasan/fcntl.h) https://github.com/bitcoin/bitcoin/pull/12168
< bitcoin-git> [bitcoin] fanquake closed pull request #12148: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/12148
< bitcoin-git> [bitcoin] anvilcoin opened pull request #12148: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/12148
< bitcoin-git> [bitcoin] luke-jr opened pull request #12146: Wallet: Support disabling implicit Segwit operation (master...opt_wallet_segwit) https://github.com/bitcoin/bitcoin/pull/12146
< gribble> https://github.com/bitcoin/bitcoin/issues/12134 | [WIP] Build previous releases and run functional tests by Sjors · Pull Request #12134 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #11403: SegWit wallet support (master...201709_segwitwallet2) https://github.com/bitcoin/bitcoin/pull/11403
< bitcoin-git> bitcoin/master 985c795 Pieter Wuille: Improve witness destination types and use them more
< bitcoin-git> bitcoin/master cbe1974 Pieter Wuille: [refactor] GetAccount{PubKey,Address} -> GetAccountDestination
< bitcoin-git> bitcoin/master 0c8ea63 Pieter Wuille: Abstract out IsSolvable from Witnessifier
< bitcoin-git> [bitcoin] jonasschnelli pushed 13 new commits to master: https://github.com/bitcoin/bitcoin/compare/b0d626d10f78...d889c036cd6f
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12143: [Doc] Fix link for BIP-159 pull request (master...fix-bip159-link) https://github.com/bitcoin/bitcoin/pull/12143
< bitcoin-git> bitcoin/master b0d626d Jonas Schnelli: Merge #12143: [Doc] Fix link for BIP-159 pull request...
< bitcoin-git> bitcoin/master 91769d6 azuchi: [Doc] Fix link for bip 159 pull request
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/45173fa6fca9...b0d626d10f78
< bitcoin-git> [bitcoin] azuchi opened pull request #12143: [Doc] Fix link for BIP-159 pull request (master...fix-bip159-link) https://github.com/bitcoin/bitcoin/pull/12143

2018-01-10

< gribble> https://github.com/bitcoin/bitcoin/issues/12083 | Improve getchaintxstats test coverage by promag · Pull Request #12083 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10984 | Allow 2 simultaneous (compact-)block downloads by TheBlueMatt · Pull Request #10984 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11041 | Add LookupBlockIndex by promag · Pull Request #11041 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #12138: Track best-possible-headers (master...2017-10-best-header-tracking) https://github.com/bitcoin/bitcoin/pull/12138
< gribble> https://github.com/bitcoin/bitcoin/issues/11857 | Build tx index in parallel with validation by jimpo · Pull Request #11857 · bitcoin/bitcoin · GitHub
< JayBerg> i have 20+ years of c++ for fintech.. and would love to contribute to bitcoin-core.. I just cant seem to find the time. however, half my time is for outside consulting gigs to pay bills, so if there are any bounties or paid consulting gigs that will allow me to contribute. im all ears.. otherwise, i should be able to contribute starting mid-Feburary (after Super Bowl)
< gribble> https://github.com/bitcoin/bitcoin/issues/11991 | [qt] Receive: checkbox for bech32 address by Sjors · Pull Request #11991 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub
< sipa> JayBerg: segwit support for the bitcoin core *wallet* is the issue; UI will work automatically
< gribble> https://github.com/bitcoin/bitcoin/issues/10973 | Refactor: separate wallet from node by ryanofsky · Pull Request #10973 · bitcoin/bitcoin · GitHub
< JayBerg> i appeciate the issues tracker, and will take a look… its just that i spend all day coding QT for bitcoin/blockchain and have lots of code an insight that can help if there are big blocking issues etc. jay at protoblock dot com
< gribble> https://github.com/bitcoin/bitcoin/issues/11991 | [qt] Receive: checkbox for bech32 address by Sjors · Pull Request #11991 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11937 | Qt: Setting for deciding address type (legacy, p2sh or bech32) by hsjoberg · Pull Request #11937 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub
< JayBerg> my latest QT/bitcoin project: https://github.com/SatoshiFantasy/--skillSale
< bitcoin-git> [bitcoin] achow101 opened pull request #12136: Implement BIP 174 Partially Signed Bitcoin Transactions (master...psbt) https://github.com/bitcoin/bitcoin/pull/12136

2018-01-09

< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12135: we out here (master...master) https://github.com/bitcoin/bitcoin/pull/12135
< bitcoin-git> [bitcoin] adityasubramanian opened pull request #12135: we out here (master...master) https://github.com/bitcoin/bitcoin/pull/12135
< bitcoin-git> [bitcoin] Sjors opened pull request #12134: [WIP] Build previous releases and run functional tests (master...previous-release) https://github.com/bitcoin/bitcoin/pull/12134
< gribble> https://github.com/bitcoin/bitcoin/issues/10595 | Bugfix: RPC/Mining: Use pre-segwit sigops and limits, when working with non-segwit GBT clients by luke-jr · Pull Request #10595 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sdaftuar opened pull request #12133: [qa] Fix rare failure in p2p-segwit.py (master...2018-01-fix-p2p-segwit) https://github.com/bitcoin/bitcoin/pull/12133
< gribble> https://github.com/bitcoin/bitcoin/issues/11389 | Support having SegWit always active in regtest (sipa, ajtowns, jnewbery) by sipa · Pull Request #11389 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12102 | Apply hardening measurements in bitcoind systemd service file by Flowdalic · Pull Request #12102 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11400 | [wallet] Remove segwit status check by jl2012 · Pull Request #11400 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jl2012 closed pull request #11400: [wallet] Remove segwit status check (master...postsegwitwallet) https://github.com/bitcoin/bitcoin/pull/11400
< gribble> https://github.com/bitcoin/bitcoin/issues/11400 | [wallet] Remove segwit status check by jl2012 · Pull Request #11400 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12124 | [wallet] Remove segwit status check by laudaa · Pull Request #12124 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] kallewoof opened pull request #12132: [BIP-117] Tail call semantics (master...tcs) https://github.com/bitcoin/bitcoin/pull/12132
< bitcoin-git> [bitcoin] kallewoof opened pull request #12131: [BIP-98 + BIP-116] MERKLEBRANCHVERIFY (master...mbv) https://github.com/bitcoin/bitcoin/pull/12131
< anuby> how to get test bitcoin
< bitcoin-git> [bitcoin] threepehr closed pull request #12130: Update chain.h (master...dev) https://github.com/bitcoin/bitcoin/pull/12130
< bitcoin-git> [bitcoin] threepehr opened pull request #12130: Update chain.h (master...dev) https://github.com/bitcoin/bitcoin/pull/12130
< gribble> https://github.com/bitcoin/bitcoin/issues/6036 | Show zero value txouts in listunspent. by gmaxwell · Pull Request #6036 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jtimon opened pull request #12128: Refactor: One CBaseChainParams should be enough (master...b16-baseparams-nohierarchy) https://github.com/bitcoin/bitcoin/pull/12128
< bitcoin-git> [bitcoin] sdaftuar opened pull request #12127: Remove unused mempool index (master...2018-01-remove-unused-index) https://github.com/bitcoin/bitcoin/pull/12127
< bitcoin-git> [bitcoin] randolf opened pull request #12125: Fix NetBSD compilation (master...master) https://github.com/bitcoin/bitcoin/pull/12125
< Randolf> With the help of folks in the NetBSD community, I can now compile bitcoind (and friends) in NetBSD 7.0 after making a few minor changes to 2 files. I also added one "doc" file which provides build instructions. Since I'm new to GitHub and this is my first contribution to bitcoin, I want to make

2018-01-08

< bitcoin-git> [bitcoin] laudaa opened pull request #12124: [wallet] Remove segwit status check (master...master) https://github.com/bitcoin/bitcoin/pull/12124
< gribble> https://github.com/bitcoin/bitcoin/issues/12123 | [Performance] LevelDB options.max_open_files = 64 parameter (Windows 10) · Issue #12123 · bitcoin/bitcoin · GitHub
< Lauda> Error loading wallet.dat: Wallet requires newer version of Bitcoin Core.
< Chris_Stewart_5> Does the bitcoin core software dump txs back into the mempool when a chain is clearly orphaned?
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #12120: Add dev guideline limiting auto usage. (master...2018-01-auto-devnotes) https://github.com/bitcoin/bitcoin/pull/12120
< bitcoin-git> [bitcoin] Sjors opened pull request #12119: [wallet] use bech32 change address if all destinations are bech32 (master...bech32-change) https://github.com/bitcoin/bitcoin/pull/12119
< bitcoin-git> [bitcoin] sdaftuar opened pull request #12118: Sort mempool by min(feerate, ancestor_feerate) (master...2018-01-fix-mempool-score) https://github.com/bitcoin/bitcoin/pull/12118
< ossifrage> still no love building bitcoin-qt with -flto: ./libtool: line 1720: 18164 Segmentation fault (core dumped) /usr/bin/gcc-ranlib .libs/libsecp256k1.a
< achow101> for general help, go to #bitcoin
< achow101> Schwineigel: this channel is for Bitcoin Core development, not for helping users
< Lauda> Schwineigel: #bitcoin
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12113: Qt: Fixed styling in modaloverlay.cpp (master...ajkp/modaloverlay_styling) https://github.com/bitcoin/bitcoin/pull/12113
< gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] TexasSooner closed pull request #12114: update jan 8 (master...master) https://github.com/bitcoin/bitcoin/pull/12114
< bitcoin-git> [bitcoin] TexasSooner opened pull request #12114: update jan 8 (master...master) https://github.com/bitcoin/bitcoin/pull/12114
< bitcoin-git> [bitcoin] AjkP opened pull request #12113: Qt: Fixed styling in modaloverlay.cpp (master...ajkp/modaloverlay_styling) https://github.com/bitcoin/bitcoin/pull/12113
< bitcoin-git> [bitcoin] jackycjh opened pull request #12112: Docs: Remove the ending slashes from RPC URI format. (master...docs/multi-wallet_RPC_interface_correction) https://github.com/bitcoin/bitcoin/pull/12112

2018-01-07

< bitcoin-git> [bitcoin] donaloconnor opened pull request #12108: [Refactor] Remove unused fQuit var from checkqueue.h (master...20180107_checkqueue_ref) https://github.com/bitcoin/bitcoin/pull/12108
< bambum> btw. I can´t post on #bitcoin :Cannot send to channel
< bambum> Hi, I have a question related to bitcoin-qt - when someone expose some of my privat keys from one wallet, can he somehow generate the other privat keys I use with the same wallet ?
< gribble> https://github.com/bitcoin/bitcoin/issues/12083 | Improve getchaintxstats test coverage by promag · Pull Request #12083 · bitcoin/bitcoin · GitHub

2018-01-06

< provoostenator> lisey: here's some possibilities: https://github.com/bitcoin/bitcoin/labels/good%20first%20issue If you don't know C++, I would just start with making very small changes that only touch a few lines of code. Also, just browse through the Github issues...
< provoostenator> I setup my own BotBot instance, which now includes (for no particular reason): http://botbot.sprovoost.nl/log/bitcoin-core-dev/
< lisey> hey guys I'm looking forward to contribute to bitcoin-core code base
< bitcoin-git> [bitcoin] Flowdalic opened pull request #12102: Apply hardening measurements in bitcoind systemd service file (master...systemd-hardening) https://github.com/bitcoin/bitcoin/pull/12102
< micwaski> as i said how to work with bitcoin core
< Randolf> micwaski: You're being encouraged to join the #bitcoin channel to ask your question there. /join #bitcoin
< Chris_Stewart_5> micwaski: #bitcoin please
< micwaski> Hey how to start working with bitcoin core
< provoostenator> Schwaro: you should ask in the channel #bitcoin, not here. This is a devlopment channel, not a support channel.
< Schwaro> #bitcoin I am using bitcoin core and in october I have received some BTC transaction log says that there are more than 10k confirmations. After one month I tried to send some bitcoins but this transaction still says that it is in mem pool/unconfirmed. could you please advise?
< provoostenator> Schwaro: ror help with Bitcoin in general, please use #bitcoin. For question about developing the Bitcoin Core wallet, you're in the right place.
< molz> Lauda, are you talking about the windows guide for bitcoin on Ubuntu 16? It works flawlessly for me
< provoostenator_> Lauda: following Windows build instructions on a Ubuntu 14 VM on an iMac worked for me. Just launched bitcoin-qt.exe in my Windows VM!
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12079: Improve prioritisetransaction test coverage (master...2018-01-prioritisetransaction) https://github.com/bitcoin/bitcoin/pull/12079
< bitcoin-git> bitcoin/master 45173fa MarcoFalke: Merge #12079: Improve prioritisetransaction test coverage...
< bitcoin-git> bitcoin/master 7f67dd0 João Barbosa: [qa] Improve prioritisetransaction functional test
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b3ecb7bab607...45173fa6fca9
< bitcoin-git> [bitcoin] sipa closed pull request #10677: RPC Docs: addmultisigaddress is intended for non-watchonly addresses (master...importmultiwatch) https://github.com/bitcoin/bitcoin/pull/10677
< bitcoin-git> bitcoin/master b3ecb7b Pieter Wuille: Merge #10677: RPC Docs: addmultisigaddress is intended for non-watchonly addresses...
< bitcoin-git> bitcoin/master 73041c3 Gregory Sanders: RPC Docs: addmultisigaddress is intended for non-watchonly addresses
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fd4ca17360e6...b3ecb7bab607
< bitcoin-git> [bitcoin] achow101 opened pull request #12101: Change walletpassphrase timeout to be an int32 and check its bounds (master...wallet-unlock-time-int32) https://github.com/bitcoin/bitcoin/pull/12101
< echeveria> hubud: #bitcoin

2018-01-05

< bambum> hi i have a bug on bitcoin-qt. Its not broadcasting my transaction but the amount showing me is already 0
< Fithos> Why does Bitcoin Core max out at 0.1 btc in transaction fee?
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12092: [qt] Replaces numbered place marker %2 with %1. (master...patch/12015/sendcoinsdialog-replaces-numbered-place-marker) https://github.com/bitcoin/bitcoin/pull/12092
< bitcoin-git> bitcoin/master fd4ca17 MarcoFalke: Merge #12092: [qt] Replaces numbered place marker %2 with %1....
< bitcoin-git> bitcoin/master 8a93543 251: Replaces numbered place marker %2 with %1....
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/56910285fa4a...fd4ca17360e6
< jonasschnelli> I made https://github.com/bitcoin/bitcoin/pull/11903/files after the last attempt to X-compile
< provoostenator> As for Windows 10... I reinstalled Ubuntu and upgraded straight to 17.10 (which didn't go smooth). I get an error during the dependencies make for zeromq: funcs.mk:242: recipe for target '/usr/src/bitcoin/depends/work/build/x86_64-w64-mingw32/zeromq/4.2.2-c6f340e09c9/.stamp_preprocessed' failed
< provoostenator> I installed a nightly Ubuntu 18.04 build on a VM, compiled Bitcoin, ran QT in regtest mode, make check, ran functional tests (all pass except fullblocktest.py). Seems to Just Work(tm). Shocking?
< coolass> Where do they take suggestions for improvement of the User Experience for the bitcoin core application?
< bitcoin-git> [bitcoin] Sjors opened pull request #12098: [scripts] lint-whitespace: add param to check last N commits (master...lint-whitespace-n-commits) https://github.com/bitcoin/bitcoin/pull/12098
< bitcoin-git> [bitcoin] laanwj closed pull request #12054: Qt: Minimize to tray functionality only on Windows (master...win-only-tray) https://github.com/bitcoin/bitcoin/pull/12054
< bitcoin-git> [bitcoin] Sjors opened pull request #12097: [scripts] lint-whitespace: use perl instead of grep -P (master...lint-whitespace-no-grep-P) https://github.com/bitcoin/bitcoin/pull/12097
< wumpus> provoostenator: if that also doesn't work you can be sure your build environment is bodged, otherwise it might be something with bitcoin's build system...
< wumpus> but I think bitcoin core itself is the only thing among the dependencies that uses c++11 threading
< provoostenator> Compiling bitcoin dependencies on Ubuntu inside Windows 10 running on a VM on an iMac. Wonderful... I notice compilation sometimes just stalls and I have to hit enter to make it continue.
< gribble> https://github.com/bitcoin/bitcoin/issues/12054 | Qt: Minimize to tray functionality only on Windows by vajdaz · Pull Request #12054 · bitcoin/bitcoin · GitHub
< ossifrage> Nothing in the .xsession-errors log, but I think I've long since closed the terminal I initially started bitcoin-qt
< ossifrage> the hexchat system tray icon is still present and I can map/unmap that window by clicking on it, but bitcoin-qt is gone
< ossifrage> This is odd, bitcoin-qt is still running and responding to bitcoin-cli commands, but the tray icon is gone and I can't seem to map the window.
< bitcoin-git> [bitcoin] kallewoof opened pull request #12096: [rpc] [wallet] Allow single-output transactions in bumpfee (master...better-bumpfee) https://github.com/bitcoin/bitcoin/pull/12096
< gribble> https://github.com/bitcoin/bitcoin/issues/11857 | Build tx index in parallel with validation by jimpo · Pull Request #11857 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #12095: [contrib] Use BDB_LIBS/CFLAGS and pass --disable-replication (master...db4-script-flags) https://github.com/bitcoin/bitcoin/pull/12095

2018-01-04

< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12093: Fix incorrect Markdown link (master...fix-incorrect-markdown-link) https://github.com/bitcoin/bitcoin/pull/12093
< bitcoin-git> bitcoin/master 5691028 Jonas Schnelli: Merge #12093: Fix incorrect Markdown link...
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ddff3447f29b...56910285fa4a
< bitcoin-git> bitcoin/master 4aa6455 practicalswift: Fix incorrect Markdown link
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #12094: Fix hdmaster-key / seed-key confusion (master...2018/01/hdseed) https://github.com/bitcoin/bitcoin/pull/12094
< bitcoin-git> [bitcoin] practicalswift opened pull request #12093: Fix incorrect Markdown link (master...fix-incorrect-markdown-link) https://github.com/bitcoin/bitcoin/pull/12093
< bitcoin-git> [bitcoin] 251Labs opened pull request #12092: [qt] Replaces numbered place marker %2 with %1. (master...patch/12015/sendcoinsdialog-replaces-numbered-place-marker) https://github.com/bitcoin/bitcoin/pull/12092
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12089: qa: TestNodeCLI Rework output parsing, Prevent options mixups, Make command optional (master...Mf1801-qaCliOptions) https://github.com/bitcoin/bitcoin/pull/12089
< sipa> #bitcoin or bitcoin.stackexchange.com please
< gribble> https://github.com/bitcoin/bitcoin/issues/11739 | RFC: Enforce SCRIPT_VERIFY_P2SH and SCRIPT_VERIFY_WITNESS from genesis by sdaftuar · Pull Request #11739 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11041 | Add LookupBlockIndex by promag · Pull Request #11041 · bitcoin/bitcoin · GitHub
< achow101> If people would like to run their own simulations, the code for it is available here: https://github.com/achow101/bitcoin/tree/bnb-simulate. More info in this commnet: https://github.com/bitcoin/bitcoin/pull/10637#issuecomment-353452113
< luke-jr> sdaftuar: elaborated more on my bitcoin-dev post; from the BIP, it doesn't seem to use single SHA256
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11997: [tests] util_tests.cpp: actually check ignored args (master...parseparam-fix) https://github.com/bitcoin/bitcoin/pull/11997
< bitcoin-git> bitcoin/master ddff344 MarcoFalke: Merge #11997: [tests] util_tests.cpp: actually check ignored args...
< bitcoin-git> bitcoin/master c99a3c3 Anthony Towns: [tests] util_tests.cpp: actually check ignored args...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/36a5a4404836...ddff3447f29b
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #12089: qa: Don't remember TestNodeCLI options between calls (master...Mf1801-qaCliOptions) https://github.com/bitcoin/bitcoin/pull/12089
< Varunram> hm, bad language on my part I guess. So a related question would be what actually happens when I try to connect to a testnet seed? (you can answer at #bitcoin if its off-topic :) )
< Varunram> wumpus: What is the possibility of a testnet seed connecting to a bitcoin abc seed?
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12063: [Trivial] Update license year range to 2018 (master...2018-license) https://github.com/bitcoin/bitcoin/pull/12063
< bitcoin-git> bitcoin/master 36a5a44 MarcoFalke: Merge #12063: [Trivial] Update license year range to 2018...
< bitcoin-git> bitcoin/master c9439e7 Akira Takizawa: [Trivial] Update license year range to 2018
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a9a49e6e7e8d...36a5a4404836
< wumpus> forks are offtopic here, try #bitcoin-forks
< fazec> I was trying to hard fork the main bitcoin chain today with https://github.com/SegwitB2X/bitcoin2x/ that fork
< wumpus> because of the spurious PRs I've blocked bodapanxu from the bitcoin org for now, please let me know
< bitcoin-git> [bitcoin] fanquake closed pull request #12088: mycoin/dash (master...master) https://github.com/bitcoin/bitcoin/pull/12088
< * zelest> points at #bitcoin
< bitcoin-git> [bitcoin] bodapanxu opened pull request #12088: mycoin/dash (master...master) https://github.com/bitcoin/bitcoin/pull/12088
< bitcoin-git> [bitcoin] laanwj closed pull request #12087: mycoin (master...master) https://github.com/bitcoin/bitcoin/pull/12087
< bitcoin-git> [bitcoin] bodapanxu opened pull request #12087: mycoin (master...master) https://github.com/bitcoin/bitcoin/pull/12087
< gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11796 | [tests] Functional test naming convention by ajtowns · Pull Request #11796 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updating help (master...update_mempoolminfee_help_details) https://github.com/bitcoin/bitcoin/pull/12001
< bitcoin-git> bitcoin/master a9a49e6 Wladimir J. van der Laan: Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updating help...
< bitcoin-git> bitcoin/master aad3090 Jeff Rade: [rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolminfee help description
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/eeb6d5271de3...a9a49e6e7e8d
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #12035: [qt] change µBTC to bits (master...qt-bits) https://github.com/bitcoin/bitcoin/pull/12035
< bitcoin-git> bitcoin/master eeb6d52 Jonas Schnelli: Merge #12035: [qt] change µBTC to bits...