2017-12-20

< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/4307062ee2c2...9ab9963386ed
< bitcoin-git> bitcoin/master 88411e9 MarcoFalke: Squashed 'src/univalue/' changes from fe805ea74f..07947ff2da...
< wumpus> make builds the binaries in the build directory, which is where you invoke make. This will be src/bitcoin, src/qt/bitcoin-qt, src/test/test_bitcoin etc
< bitcoin-git> [bitcoin] laanwj closed pull request #11960: [Doc] Fix link to installation script (master...master) https://github.com/bitcoin/bitcoin/pull/11960
< bitcoin-git> bitcoin/master 4307062 Wladimir J. van der Laan: Merge #11960: [Doc] Fix link to installation script...
< bitcoin-git> bitcoin/master 3d3e58e laudaa: [Doc] Fix link to installation script
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1fb34e0d1f58...4307062ee2c2
< gribble> https://github.com/bitcoin/bitcoin/issues/11945 | Improve BSD compatibility of contrib/install_db4.sh by laanwj · Pull Request #11945 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laudaa opened pull request #11960: [Doc] Fix link to installation script (master...master) https://github.com/bitcoin/bitcoin/pull/11960
< bitcoin-git> [bitcoin] laanwj closed pull request #11951: Remove dead feeest-file read code for old versions (master...2017-12-dead-feeest-load) https://github.com/bitcoin/bitcoin/pull/11951
< bitcoin-git> bitcoin/master 1fb34e0 Wladimir J. van der Laan: Merge #11951: Remove dead feeest-file read code for old versions...
< bitcoin-git> bitcoin/master 62e7c04 Matt Corallo: Remove dead feeest-file read code for old versions...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cfd99ddc3c19...1fb34e0d1f58
< bitcoin-git> [bitcoin] laanwj closed pull request #11482: Use CPrivKey typedef for keydata in CKey (master...patch-3) https://github.com/bitcoin/bitcoin/pull/11482
< bitcoin-git> [bitcoin] laanwj closed pull request #11883: Add configuration file/argument testing (master...201712_datadir_tests) https://github.com/bitcoin/bitcoin/pull/11883
< bitcoin-git> bitcoin/master be9a13c MeshCollider: Add configuration/argument testing
< bitcoin-git> bitcoin/master cfd99dd Wladimir J. van der Laan: Merge #11883: Add configuration file/argument testing...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/18a1bbad98bd...cfd99ddc3c19
< fanquake> wumpus does everyone inside the bitcoin org have 2FA turned on?
< gribble> https://github.com/bitcoin/bitcoin/issues/11359 | Add a pruning high water mark to reduce the frequency of pruning events by esotericnonsense · Pull Request #11359 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11626 | rpc: Make `logging` RPC public by laanwj · Pull Request #11626 · bitcoin/bitcoin · GitHub
< sipa> phantomcircuit: you mean the rescanblockchain RPC? https://github.com/bitcoin/bitcoin/blob/master/src/wallet/rpcwallet.cpp#L3362
< bitcoin-git> [bitcoin] fanquake closed pull request #11958: Update README.md to let people know about (((Bilderberg))) and HIGH FEES! (master...master) https://github.com/bitcoin/bitcoin/pull/11958
< bitcoin-git> [bitcoin] fockkboy opened pull request #11958: Update README.md to let people know about (((Bilderberg))) and HIGH FEES! (master...master) https://github.com/bitcoin/bitcoin/pull/11958
< meshcollider> bob___: try #bitcoin channel, this one is not for support
< bob___> having an issue with bitcoin core changing the transaction fee to a lower amount?
< echeveria> not really. at the moment there's a load of suboptimal ways of getting work updates from Bitcoin Core, adding a GBT endpoint means you don't need to poll or do any roundtrips to RPC.
< DrBenway> is bitcoin core going ahead with segwit? there's been so much back and forth that im not sure anymore
< sipa> DrBenway: i'm currently working on segwit wallet support in bitcoin core, reviewing many other changes, and longer term i'm working on a signature aggregation proposal and a few further out cryptographic constructions
< bitcoin-git> [bitcoin] fanquake closed pull request #11954: update (master...master) https://github.com/bitcoin/bitcoin/pull/11954
< sipa> but bitcoin core is just an open source project
< bitcoin-git> [bitcoin] agsstaff opened pull request #11954: update (master...master) https://github.com/bitcoin/bitcoin/pull/11954

2017-12-19

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11867: Improve node network test (master...improve_node_network_test) https://github.com/bitcoin/bitcoin/pull/11867
< bitcoin-git> bitcoin/master 2e02984 John Newbery: [tests] node_network_limited - remove race condition...
< bitcoin-git> bitcoin/master dbfe294 John Newbery: [tests] define NODE_NETWORK_LIMITED in test framework
< bitcoin-git> bitcoin/master 1285312 John Newbery: [tests] fix flake8 warnings in node_network_limited.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/cdd6bbf10a81...18a1bbad98bd
< gribble> https://github.com/bitcoin/bitcoin/issues/11726 | Cleanups + nit fixes for walletdir PR by MeshCollider · Pull Request #11726 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11952: [qa] univalue: Bump subtree (master...Mf1712-univalueBump) https://github.com/bitcoin/bitcoin/pull/11952
< gribble> https://github.com/bitcoin/bitcoin/issues/11951 | Remove dead feeest-file read code for old versions by TheBlueMatt · Pull Request #11951 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #11951: Remove dead feeest-file read code for old versions (master...2017-12-dead-feeest-load) https://github.com/bitcoin/bitcoin/pull/11951
< bitcoin-git> [bitcoin] laanwj closed pull request #11273: Ignore old format estimation file (master...ignoreOldFeeEstimates) https://github.com/bitcoin/bitcoin/pull/11273
< bitcoin-git> bitcoin/master cdd6bbf Wladimir J. van der Laan: Merge #11273: Ignore old format estimation file...
< bitcoin-git> bitcoin/master 3a3a9f9 Murch: Ignore old format estimation file
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/81c89e966e1e...cdd6bbf10a81
< gribble> https://github.com/bitcoin/bitcoin/issues/11950 | Avoid generating UI elements from code · Issue #11950 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #11923: Wallet : remove unused fNoncriticalErrors variable from CWalletDB::FindWalletTx (master...2017-12-17-FindWalletTx) https://github.com/bitcoin/bitcoin/pull/11923
< bitcoin-git> bitcoin/master 81c89e9 Wladimir J. van der Laan: Merge #11923: Wallet : remove unused fNoncriticalErrors variable from CWalletDB::FindWalletTx...
< bitcoin-git> bitcoin/master ecf9b25 Pierre Rochard: remove unused fNoncriticalErrors variable from CWalletDB::FindWalletTx
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8049241e226c...81c89e966e1e
< provoostenator> Dragging the files into the app helps. So I probably should have ignored item (5) here: https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md#using-qt-creator-as-ide
< provoostenator> So I managed to install QT Creator and I'm able to use to run bitcoin-qt and edit C++ files. However what I'm trying to do is edit one of the .ui files. Unfortunately the Design tab is greyed out, and I don't see these .ui files in the project.
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11946: tests: Remove unused variable (firstAddrnServices) (master...firstAddrnServices) https://github.com/bitcoin/bitcoin/pull/11946
< bitcoin-git> bitcoin/master 8049241 MarcoFalke: Merge #11946: tests: Remove unused variable (firstAddrnServices)...
< bitcoin-git> bitcoin/master bdaed47 practicalswift: tests: Remove unused variable (firstAddrnServices)
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/797441ee995a...8049241e226c
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11947: test: Fix rawtransactions test (master...2017_12_rawtransactions) https://github.com/bitcoin/bitcoin/pull/11947
< bitcoin-git> bitcoin/master 797441e MarcoFalke: Merge #11947: test: Fix rawtransactions test...
< bitcoin-git> bitcoin/master 4508519 Wladimir J. van der Laan: test: Fix rawtransactions test...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2971fd030f6e...797441ee995a
< gribble> https://github.com/bitcoin/bitcoin/issues/11947 | test: Fix rawtransactions test by laanwj · Pull Request #11947 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj opened pull request #11947: test: Fix rawtransactions test (master...2017_12_rawtransactions) https://github.com/bitcoin/bitcoin/pull/11947
< gribble> https://github.com/bitcoin/bitcoin/issues/11178 | Add iswitness parameter to decode- and fundrawtransaction RPCs by MeshCollider · Pull Request #11178 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #11946: tests: Remove unused variable (firstAddrnServices) (master...firstAddrnServices) https://github.com/bitcoin/bitcoin/pull/11946
< bitcoin-git> [bitcoin] laanwj closed pull request #11220: Check specific validation error in miner tests (master...miner-test-check-specific-validation-error) https://github.com/bitcoin/bitcoin/pull/11220
< bitcoin-git> [bitcoin] laanwj opened pull request #11945: Improve BSD compatibility of contrib/install_db4.sh (master...2017_12_contrib_bsd) https://github.com/bitcoin/bitcoin/pull/11945
< gribble> https://github.com/bitcoin/bitcoin/issues/11220 | Check specific validation error in miner tests by Sjors · Pull Request #11220 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #11943: contrib: fix typo in install_db4.sh help message (master...2017_12_db5_typo) https://github.com/bitcoin/bitcoin/pull/11943
< bitcoin-git> bitcoin/master 1808660 Wladimir J. van der Laan: Merge #11943: contrib: fix typo in install_db4.sh help message...
< bitcoin-git> bitcoin/master ce552b6 Wladimir J. van der Laan: contrib: fix typo in install_db4.sh help message...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fee0370fd6e5...1808660c8d47
< gribble> https://github.com/bitcoin/bitcoin/issues/43 | vastly reduce unnecessary database writes by dooglus · Pull Request #43 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj opened pull request #11943: contrib: fix typo in install_db4.sh help message (master...2017_12_db5_typo) https://github.com/bitcoin/bitcoin/pull/11943
< bitcoin-git> [bitcoin] laanwj closed pull request #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs (master...201708_rawtx_bool) https://github.com/bitcoin/bitcoin/pull/11178
< bitcoin-git> bitcoin/master fee0370 Wladimir J. van der Laan: Merge #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs...
< bitcoin-git> bitcoin/master 6f39ac0 MeshCollider: Add test for decoderawtransaction bool
< bitcoin-git> bitcoin/master bbdbe80 MeshCollider: Add iswitness parameter to decode- and fundrawtransaction RPCs
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/483bb6725362...fee0370fd6e5
< gribble> https://github.com/bitcoin/bitcoin/issues/11178 | Add iswitness parameter to decode- and fundrawtransaction RPCs by MeshCollider · Pull Request #11178 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #11936: [build] Warn that only libconsensus can be built without Boost (master...libcon-boost) https://github.com/bitcoin/bitcoin/pull/11936
< bitcoin-git> bitcoin/master 3eb4d45 Varunram: [build] Warn that only libconsensus can be built without boost
< bitcoin-git> bitcoin/master 483bb67 Wladimir J. van der Laan: Merge #11936: [build] Warn that only libconsensus can be built without Boost...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/62fdf9b07087...483bb6725362
< mrannanay> Oh alright :) It just occurred to me that in this setup ```$ bitcoin-cli generate 100``` executes in ~ 1sec - is this an indication of low difficulty?
< mrannanay> Hi, I had a doubt regarding the regtest setup - so the regtest difficulty is set at minimum according to this configuration file - https://github.com/bitcoin/bitcoin/blob/68e021e3a35d1e88d6075ea8b05a8e3a40a64e29/src/chainparams.cpp#L283
< sipa> Monika: #bitcoin
< gribble> https://github.com/bitcoin/bitcoin/issues/11415 | [RPC] Disallow using addresses in createmultisig by achow101 · Pull Request #11415 · bitcoin/bitcoin · GitHub
< Monika> i would like to use bitcoin core wallet in my php website
< sipa> Pankaj: not here, go to the #bitcoin channel
< Pankaj> #bitcoin please suggest all steps to run bitcoin core on linux server for development
< sipa> #bitcoin please
< Pankaj> please suggest all steps to run bitcoin core on linux server for development
< sipa> #bitcoin please
< Pankaj> i need some help to setup bitcoin core to linux server without GUI

2017-12-18

< nedn> I am trying to build bitcoin on Mac, stuck at running "autogen.sh" step. Anyone knows what may be missing here? https://pastebin.com/4ndyXPz7
< bitcoin-git> [bitcoin] Gerjan77 closed pull request #11939: Update build-windows.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11939
< bitcoin-git> [bitcoin] Gerjan77 opened pull request #11939: Update build-windows.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11939
< bitcoin-git> [bitcoin] hsjoberg opened pull request #11937: GUI: Setting for deciding address type (legacy, p2sh or bech32) (master...segwitwalletguioption) https://github.com/bitcoin/bitcoin/pull/11937
< echeveria> promag: if you're losing ZMQ frames with a unix domain socket you've got other issues. there's sequence numbers in the messages that Bitcoin Core emits too, so you should be able to detect if you're getting messages lost.
< jonasschnelli> echeveria: maybe have a look at https://github.com/bitcoin/bitcoin/pull/9919?
< bitcoin-git> [bitcoin] fanquake closed pull request #11920: Trivial: Spelling fix, python → Python (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11920
< bitcoin-git> [bitcoin] fanquake closed pull request #11806: [Build]: Modify error if boost lib is not found (master...boost) https://github.com/bitcoin/bitcoin/pull/11806
< bitcoin-git> [bitcoin] fanquake opened pull request #11936: [build] Warn that only libconsensus can be built without Boost (master...libcon-boost) https://github.com/bitcoin/bitcoin/pull/11936
< fanquake> adam_ asdfasdf Yes, this channel is used for discussion specific to core development, as well as dev meetings. See https://botbot.me/freenode/bitcoin-core-dev/ for logs.

2017-12-17

< gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub
< sturles> Bitcoin Core.
< bitcoin-git> [bitcoin] PierreRochard opened pull request #11923: Wallet : remove unused fNoncriticalErrors variable from CWalletDB::FindWalletTx (master...2017-12-17-FindWalletTx) https://github.com/bitcoin/bitcoin/pull/11923
< bitcoin-git> [bitcoin] JavadSM closed pull request #11895: Moving to python3 (master...master) https://github.com/bitcoin/bitcoin/pull/11895
< bitcoin-git> [bitcoin] canselcik opened pull request #11921: Fixing env variables/arguments in OpenBSD build instructions (master...master) https://github.com/bitcoin/bitcoin/pull/11921
< bitcoin-git> bitcoin/0.15 7026845 Russell Yanofsky: Fix uninitialized URI in batch RPC requests...
< bitcoin-git> bitcoin/0.15 305f768 Russell Yanofsky: Limit AuthServiceProxyWrapper.__getattr__ wrapping...
< bitcoin-git> bitcoin/0.15 6372a75 Jonas Schnelli: [Wallet] always show help-line of wallet encryption calls...
< bitcoin-git> [bitcoin] laanwj pushed 11 new commits to 0.15: https://github.com/bitcoin/bitcoin/compare/a69cc077d946...2559a19e6fdb
< cluelessperson> it's also currently a fundamental of how people understand bitcoin to work.
< Varunram> cluelessperson: bitcoin-qt?
< cluelessperson> I'm looking at the Bitcoin Core UI and it needs serious revamping
< sipa> cluelessperson: i'm sure people will appreciate help on https://github.com/bitcoin-dot-org/bitcoin.org
< sipa> well bitcoin.org is not primarily about bitcoin core
< jonasschnelli> Download from http://bitcoin.org/ seems pretty fast on my end
< cluelessperson> bitcoin.org is kinda infuriating
< cluelessperson> bitcoin.org 's downloads are slow as balls
< bitcoin-git> [bitcoin] comradekingu opened pull request #11920: python → Python (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11920

2017-12-16

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11916: Typo fix (master...patch-3) https://github.com/bitcoin/bitcoin/pull/11916
< bitcoin-git> bitcoin/master 58c909d flack: Typo fix
< bitcoin-git> bitcoin/master 62fdf9b MarcoFalke: Merge #11916: Typo fix...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/df7181952436...62fdf9b07087
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11918: fees: Remove fallbackfee default (master...Mf1712-NoFallBackFee) https://github.com/bitcoin/bitcoin/pull/11918
< gribble> https://github.com/bitcoin/bitcoin/issues/11512 | Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static seed adding by TheBlueMatt · Pull Request #11512 · bitcoin/bitcoin · GitHub
< Provoostenator> From: https://en.bitcoin.it/wiki/Satoshi_Client_Node_Discovery#DNS_Addresses "The client uses public web services which return the information to determine its own external, routable IP address". Isn't that outdated info?
< bitcoin-git> [bitcoin] Sjors opened pull request #11917: Add testnet DNS seed: seed.testnet.bitcoin.sprovoost.nl (master...testnet-dns-seed-sjors) https://github.com/bitcoin/bitcoin/pull/11917
< gribble> https://github.com/bitcoin/bitcoin/issues/11917 | Add testnet DNS seed: seed.testnet.bitcoin.sprovoost.nl by Sjors · Pull Request #11917 · bitcoin/bitcoin · GitHub
< Provoostenator> I'm just running bitcoin-seeder with the default settings, not sure if I need to pass anything using the -w flag: https://github.com/sipa/bitcoin-seeder/blob/master/main.cpp#L51
< Sentineo> wumpus: so what is the process to become one? First run the bitcoin-seeder tool?
< wumpus> Sentineo: privacy is also of important so people adding a DNS seed have to agree to some terms (https://github.com/bitcoin/bitcoin/blob/master/doc/dnsseed-policy.md), which is a manual step before merging them
< Provoostenator> Here we go: seed.testnet.bitcoin.sprovoost.nl - runs on EC2, I don't know if that's good enough for testnet (if you're seeing A 66.111... you need to wait a bit)
< Provoostenator> Found this: https://github.com/sipa/bitcoin-seeder
< bitcoin-git> [bitcoin] flack opened pull request #11916: Typo fix (master...patch-3) https://github.com/bitcoin/bitcoin/pull/11916
< meshcollider> breds: please use #bitcoin for questions like that, not this channel
< meshcollider> breds: he freeark1 literally just posted above... https://github.com/bitcoin/bitcoin/tree/master/src/qt/res/icons
< breds> could someone tell me where to download bitcoin node logo and other material ??
< brats> hi where could download bitcoin core logo and other material?
< freeark1> bitcoin-dev development process, am I need to fork bitcoin github repo?
< wumpus> seed.bitcoin.sipa.be gives me no results either at the moment, btw
< towertorony> hello. why is the maj function used by bitcoin in src code with a simple | (or) not with an xor?
< eck> jonasschnelli: do you still maintain testnet-seed.bitcoin.jonasschnelli.ch
< bitcoin-git> [bitcoin] valentinewallace opened pull request #11915: Qt: Reflect correct dbcache value in options panel. (master...dbcache_gui_fix) https://github.com/bitcoin/bitcoin/pull/11915
< gribble> https://github.com/bitcoin/bitcoin/issues/11824 | Block ActivateBestChain to empty validationinterface queue by TheBlueMatt · Pull Request #11824 · bitcoin/bitcoin · GitHub
< luke-jr> one sentence in #bitcoin, please ;)
< wumpus> this is very off topic here, this is a channel for development of the code of the bitcoin core software; I'd suggest to take it to #bitcoin.
< luke-jr> that's a societal problem, not a Bitcoin problem
< Randolf> freeark1: Thanks. Which area(s) of Bitcoin interests you the most?
< gribble> https://github.com/bitcoin/bitcoin/issues/2558 | Some database/-related recovery improvements by sipa · Pull Request #2558 · bitcoin/bitcoin · GitHub

2017-12-15

< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #11913: Avoid cs_main during ReadBlockFromDisk Calls (master...2017-12-no-readblockfromdisk-csmain) https://github.com/bitcoin/bitcoin/pull/11913
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11912: travis: Post result to irc on failure (master...Mf1712-travisIRCfail) https://github.com/bitcoin/bitcoin/pull/11912
< bitcoin-git> [bitcoin] ryanofsky opened pull request #11911: Free CDBEnv instances when not in use (master...pr/countenv) https://github.com/bitcoin/bitcoin/pull/11911
< sipa> #bitcoin
< bitcoin-git> [bitcoin] snomofomo closed pull request #11910: Mistake, please remove, sorry (master...master) https://github.com/bitcoin/bitcoin/pull/11910
< bitcoin-git> [bitcoin] snomofomo opened pull request #11910: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/11910
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11909: Gitian: Move keys to sigs repo (master...Mf1712-gitianKeysDel) https://github.com/bitcoin/bitcoin/pull/11909
< xmsx> Hi guys, could you tell me please, is it safe to send RBF transactions from bitcoin-qt? Sent a tx with 50 sat/byte instead of 500 sat/byte :'(
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11908: Used pragma once instead of defines (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11908
< bitcoin-git> [bitcoin] johnBuffer opened pull request #11908: Used pragma once instead of defines (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11908
< bitcoin-git> [bitcoin] laanwj closed pull request #11886: Clarify getbalance meaning a tiny bit in response to questions. (master...2017-12-getbalance-docs) https://github.com/bitcoin/bitcoin/pull/11886
< bitcoin-git> bitcoin/master df71819 Wladimir J. van der Laan: Merge #11886: Clarify getbalance meaning a tiny bit in response to questions....
< bitcoin-git> bitcoin/master c79d73d Matt Corallo: Clarify getbalance meaning a tiny bit in response to questions.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8585bb8f0584...df7181952436
< gribble> https://github.com/bitcoin/bitcoin/issues/11906 | Travis x86_64-apple-darwin11 errors: "Configuring boost... /bin/sh: 1: requires: not found" · Issue #11906 · bitcoin/bitcoin · GitHub
< Provoostenator> Well, if you'd done that, maybe Bitcoin would never have taken off :-)
< bitcoin-git> [bitcoin] laanwj closed pull request #11616: Update ban-state in case of dirty-state during periodic sweep (master...2017/11/qt_ban) https://github.com/bitcoin/bitcoin/pull/11616
< bitcoin-git> bitcoin/master 8585bb8 Wladimir J. van der Laan: Merge #11616: Update ban-state in case of dirty-state during periodic sweep...
< bitcoin-git> bitcoin/master 57ac471 Jonas Schnelli: Call BannedListChanged outside of cs_setBanned lock
< bitcoin-git> bitcoin/master c853812 Jonas Schnelli: Update ban-state in case of dirty-state during periodic sweep
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/c66adb286a89...8585bb8f0584
< gribble> https://github.com/bitcoin/bitcoin/issues/11616 | Update ban-state in case of dirty-state during periodic sweep by jonasschnelli · Pull Request #11616 · bitcoin/bitcoin · GitHub
< meshcollider> GV: This is not the right channel for support, you should ask in #bitcoin
< bitcoin-git> [bitcoin] fanquake closed pull request #11905: done (master...master) https://github.com/bitcoin/bitcoin/pull/11905
< bitcoin-git> [bitcoin] himatripuramallu opened pull request #11905: done (master...master) https://github.com/bitcoin/bitcoin/pull/11905

2017-12-14

< bitcoin-git> [bitcoin] MeshCollider opened pull request #11904: Add a lock to the wallet directory (master...201712_walletdir_lock) https://github.com/bitcoin/bitcoin/pull/11904
< Deacyde> /join #bitcoin
< wumpus> #bitcoin
< wumpus> heh that didn't go too well with the bitcoin foundation... anyhow off topic here
< meshcollider> danklasson: I don't think bitcoin core counts as a charity ;)
< danklasson> I don't know if you guys know. But supposedly this guy set up this fund where you can apply for 1 million dollars donation. Would you guys say that could be used to hire a bunch of devs working on several projects related to Bitcoin, such as segwit supported wallets and LN. What's your thoughts regarding this? https://pineapplefund.org/
< MarcoFalke> meshcollider: Maybe this one https://github.com/bitcoin/bitcoin/pull/7510/files ?
< gribble> https://github.com/bitcoin/bitcoin/issues/11862 | [concept] Network specific conf sections by ajtowns · Pull Request #11862 · 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
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #11903: [trivial] Add required package dependencies for depends cross compilation (master...2017/12/depends_pkg) https://github.com/bitcoin/bitcoin/pull/11903
< wumpus> then again, that would defeat its entire purpose for things like bitcoin and P2P programs, again requiring the users to manually change a setting
< maaku> cfields: like this did, although I'd change the approach if I re-did it in 2017 : https://github.com/bitcoin/bitcoin/pull/1597
< maaku> on any platform, with ~no maintenence burden to bitcoin core
< gribble> https://github.com/bitcoin/bitcoin/issues/11902 | NAT-PMP port forwarding support · Issue #11902 · bitcoin/bitcoin · GitHub
< sipa> very early versions of bitcoin used whatismyip.com, no joke :)
< wumpus> bitcoin wasn't the only affected program, but one of the worst, because it had the upnp structures on the stack
< gmaxwell> sipa: in fact it would be perfectly useful in bitcoin for batch validation if but for the ecda reduction of R.x mod P and the lack of R's sign.
< Provoostenator> Next time you go to a shop, they'll offer you a bitcoin payment option. Super convenient!
< wumpus> not sure if I ever made it public, but I could own every bitcoin node starting up in a LAN
< jonasschnelli> sipa: when I'm scanning the UTXO set with the CCoinsViewCursor (while, cursor.Next()) is there a way to calculate the progress? Similar to your https://github.com/bitcoin/bitcoin/blob/master/src/txdb.cpp#L387?
< achow101> gmaxwell: I think Provoostenator is talking about https://bitcoin.org/en/full-node#port-forwarding
< wumpus> any plans for bitcoin over udp? much easier to port fw there
< maaku> achow101: bitcoin doesn't do multi-generator arithmetic
< achow101> sipa: so what do we need to be able to use this in Bitcoin?
< sipa> it doesn't currently affect anything in bitcoin, but i thought about mentioning it here as it's under the bitcoin-core repo and all that
< sipa> in the past week we've finally merged multi-multiplication support in libsecp256k1: https://github.com/bitcoin-core/secp256k1/pull/486
< luke-jr> achow101: at least not unless there's an alternative that isn't Bitcoin/Core-specific
< BlueMatt> will this make bitcoin core the first open source project to do releases using the 1984-suggested toolchain system? =D
< bitcoin-git> [bitcoin] instagibbs opened pull request #11900: [policy] simplify CheckMinimalPush checks, add safety assert (master...checkminimal) https://github.com/bitcoin/bitcoin/pull/11900
< 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/11824 | Block ActivateBestChain to empty validationinterface queue by TheBlueMatt · Pull Request #11824 · bitcoin/bitcoin · GitHub
< jnewbery> I've sent invites to everyone I think contributes regularly to Bitcoin Core or lightning implementations. If you think you should have got an invite and haven't, plese message me
< 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/11512 | Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static seed adding by TheBlueMatt · Pull Request #11512 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11888 | Prevent Opening Wallets Simultaneously in Two Instances · Issue #11888 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11822 | Severe memory leak on current master · Issue #11822 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11687 | External wallet files by ryanofsky · Pull Request #11687 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11639 | Rewrite the interface between validation and net_processing wrt DoS by TheBlueMatt · Pull Request #11639 · 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/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/10637 | Coin Selection with Murchs algorithm by achow101 · Pull Request #10637 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10367 | [test] Test abortrescan command. by kallewoof · Pull Request #10367 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11383 | Basic Multiwallet GUI support by luke-jr · Pull Request #11383 · bitcoin/bitcoin · GitHub
< 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/11639 | Rewrite the interface between validation and net_processing wrt DoS by TheBlueMatt · Pull Request #11639 · bitcoin/bitcoin · GitHub
< 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
< jonasschnelli> sipa: when I'm scanning the UTXO set with the CCoinsViewCursor (while, cursor.Next()) is there a way to calculate the progress? Similar to your https://github.com/bitcoin/bitcoin/blob/master/src/txdb.cpp#L387?
< Chris_Stewart_5> or just recursively call EvalScript here? https://github.com/maaku/bitcoin/blob/tail-call-semantics/src/script/interpreter.cpp#L1050
< bitcoin-git> [bitcoin] laanwj closed pull request #10839: Don't use pass by reference to const for cheaply-copied types (bool, char, etc.) (master...dont-pass-by-reference-for-cheaply-copied-types) https://github.com/bitcoin/bitcoin/pull/10839
< bitcoin-git> bitcoin/master c66adb2 Wladimir J. van der Laan: Merge #10839: Don't use pass by reference to const for cheaply-copied types (bool, char, etc.)...
< bitcoin-git> bitcoin/master 99ba0c3 practicalswift: Don't use pass by reference to const for cheaply-copied types (bool, char, etc.).
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3c8f0a3b8e67...c66adb286a89
< bitcoin-git> [bitcoin] laanwj closed pull request #11842: [build] Add missing stuff to clean-local (master...buildsys-cleanup) https://github.com/bitcoin/bitcoin/pull/11842
< bitcoin-git> bitcoin/master 3c8f0a3 Wladimir J. van der Laan: Merge #11842: [build] Add missing stuff to clean-local...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/66479c0e611a...3c8f0a3b8e67
< bitcoin-git> bitcoin/master b341143 Karl-Johan Alm: [build] Add missing stuff to clean-local...
< gribble> https://github.com/bitcoin/bitcoin/issues/11842 | [build] Add missing stuff to clean-local by kallewoof · Pull Request #11842 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/10839 | Dont use pass by reference to const for cheaply-copied types (bool, char, etc.) by practicalswift · Pull Request #10839 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #11884: Remove unused include in hash.cpp (master...20171213-unneeded-include-hash-cpp) https://github.com/bitcoin/bitcoin/pull/11884
< bitcoin-git> bitcoin/master 66479c0 Wladimir J. van der Laan: Merge #11884: Remove unused include in hash.cpp...
< bitcoin-git> bitcoin/master 3f09e03 Karl-Johan Alm: Remove unused include in hash.cpp
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2ae58d5bfb76...66479c0e611a
< gribble> https://github.com/bitcoin/bitcoin/issues/11884 | Remove unused include in hash.cpp by kallewoof · Pull Request #11884 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11897 | Replace atoi64 with ParseInt64 · Issue #11897 · bitcoin/bitcoin · GitHub
< wumpus> kabaum_: yes that is possible (might be better to ask in #bitcoin-wizards)
< wumpus> bitcoin core's wallet is not optimized for handling huge numbers of transactions, for example it keeps them all in memory, and doesn't at the moment have an utxo index. There has been work in that direction but any help is welcome.
< JackH> is there a limitation to how many addresses Bitcoin Core can generate for a given wallet? We issue about 500 new addresses per day, some which are used, some which are not, but is there a limit per wallet?
< gribble> https://github.com/bitcoin/bitcoin/issues/11041 | Add LookupBlockIndex by promag · Pull Request #11041 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] JavadSM opened pull request #11895: Moving to python3 (master...master) https://github.com/bitcoin/bitcoin/pull/11895
< bitcoin-git> [bitcoin] JavadSM closed pull request #11843: Use python not 'python2' (master...master) https://github.com/bitcoin/bitcoin/pull/11843
< bitcoin-git> [bitcoin] laanwj closed pull request #11864: Make CWallet::FundTransaction atomic (master...2017-12-atomic-fundtransaction) https://github.com/bitcoin/bitcoin/pull/11864
< bitcoin-git> bitcoin/master 03a5dc9 João Barbosa: [wallet] Make CWallet::FundTransaction atomic
< bitcoin-git> bitcoin/master 2ae58d5 Wladimir J. van der Laan: Merge #11864: Make CWallet::FundTransaction atomic...
< bitcoin-git> bitcoin/master 95d4450 João Barbosa: [wallet] Tidy up CWallet::FundTransaction
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/d4991c0cbb8a...2ae58d5bfb76
< gribble> https://github.com/bitcoin/bitcoin/issues/11864 | Make CWallet::FundTransaction atomic by promag · Pull Request #11864 · bitcoin/bitcoin · GitHub
< fanquake> I'm going to delete the "help me hard fork bitcoin for $500" comments and lock the threads they've been posted on. Seem to be kind of alt-coin related anyway.
< gribble> https://github.com/bitcoin/bitcoin/issues/11383 | Basic Multiwallet GUI support by luke-jr · Pull Request #11383 · bitcoin/bitcoin · GitHub
< sipa> xmsx: right, but this channel is about bitcoin core's development
< luke-jr> xmsx: if you're not *writing* software, you should really be asking in #bitcoin
< sipa> if you want bleeding edge, try running with https://github.com/bitcoin/bitcoin/pull/11403
< sipa> xmsx: at this point, the bitcoin core wallet does not fully support segwit - you can use the addwitnessaddress approach at your own risk
< mryandao> quick question: does bitcoin 0.7.0rc3 also build a qt GUI interface?
< Nobody_> Time to leave, please as we already added the Faucet in the Bitcoin Core make sure it is finalized
< gribble> https://github.com/bitcoin/bitcoin/issues/0539 | Qt GUI updates by laanwj · Pull Request #539 · bitcoin/bitcoin · GitHub
< Nobody_> Blockchain ECDSA Public Key (Bitcoin Compatible): 15oZ3FrhQJsVnpT6Ho1ZrQFQRnaaZF9gdS exists since Wed Oct 11 2017 19:09:57 GMT-0700 (Pacific Summer Time) Hash (In HEX) SHA3-384 23b81d863e9607f3416d14cb5913ee4e83cc7bf32ae3a6fab12c53e741ac7dda028c3dcc1d25950bb2f1122cacba10ba SHA3-512 cc7240e11c025e2411630ba97e2e7cf59aa684823a147d1a3972d7b4eaf3019af7d8c25dcb25a6c25cd7b5b9b7f72c944b0fd6e7bda4aa365f036cc4a188fc65 HMAC (In
< Nobody_> Please update Satoshi Nakamoto & The Bitcoin Core Developers that the Blockchain is complete and Copyright Free for this Holiday Season

2017-12-13

< bitcoin-git> [bitcoin] jonasschnelli opened pull request #11892: [Qt] Warn if fallback fee has been used (master...2017/12/qt_warn_fallbackfee) https://github.com/bitcoin/bitcoin/pull/11892
< ossifrage> and 'bitcoin-cli listreceivedbyaddress 0 true | jq .[].address | grep <getrawchangeaddress>' does not return the address
< gribble> https://github.com/bitcoin/bitcoin/issues/11085 | Add sethdseed RPC to initialize or replace HD seed. by dooglus · Pull Request #11085 · 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
< bitcoin-git> [bitcoin] ryanofsky opened pull request #11889: Drop extra script variable in ProduceSignature (master...pr/dupvar) https://github.com/bitcoin/bitcoin/pull/11889
< gribble> https://github.com/bitcoin/bitcoin/issues/11888 | Prevent Opening Wallets Simultaneously in Two Instances · Issue #11888 · bitcoin/bitcoin · GitHub
< wumpus> (e.g. bitcoin-cli help estimatefee)
< cluelessperson> Bitcoin Core's "estimatefee" and "estimatesmartfee", what is the unit they're using?
< bitcoin-git> [bitcoin] laanwj closed pull request #11885: Direct link to the freenode channel (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11885
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #11886: Clarify getbalance meaning a tiny bit in response to questions. (master...2017-12-getbalance-docs) https://github.com/bitcoin/bitcoin/pull/11886
< wumpus> documentation is mainly in https://github.com/bitcoin/bitcoin/tree/master/doc, translations on transifex https://www.transifex.com/bitcoin/bitcoin/
< BlueMatt> can remove 11363 from https://github.com/bitcoin/bitcoin/projects/8 =D
< BlueMatt> #bitcoin
< ThemoonMoth> And it's effect on bitcoin development in the US
< bitcoin-git> [bitcoin] practicalswift closed pull request #11734: rpc: Work around Clang thread safety analysis quirks (master...clang-thread-safety-quirks) https://github.com/bitcoin/bitcoin/pull/11734
< bitcoin-git> [bitcoin] jimhashhq reopened pull request #10922: New file-partition.md doc describing how to partition files to ensure fast initial blockchain synchronization.. (master...master) https://github.com/bitcoin/bitcoin/pull/10922