2017-12-21

< sipa> Guest99499: #bitcoin
< gribble> Bitcoin Core development discussion and commit log | This is the channel for developing Bitcoin Core. Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: https://botbot.me/freenode/bitcoin-core-dev, http://www.erisian.com.au/bitcoin-core-dev/
< gribble> https://github.com/bitcoin/bitcoin/issues/11960 | [Doc] Fix link to installation script by laudaa · Pull Request #11960 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laudaa opened pull request #11976: [Doc] Fix link to installation script (master...master) https://github.com/bitcoin/bitcoin/pull/11976
< zelest> https://github.com/bitcoin/bitcoin/blob/master/doc/build-openbsd.md the "the installation script included in contrib/" under Building Berkley DB
< gribble> https://github.com/bitcoin/bitcoin/issues/11945 | Improve BSD compatibility of contrib/install_db4.sh by laanwj · Pull Request #11945 · bitcoin/bitcoin · GitHub
< wumpus> openbsd 6.2's built-in compiler can build bitcoin core :)
< gribble> https://github.com/bitcoin/bitcoin/issues/11605 | [Wallet] Enable RBF by default in QT by Sjors · Pull Request #11605 · bitcoin/bitcoin · GitHub
< zelest> how much of self-torture will I have to live through to get bitcoin running on OpenBSD? :)
< contrapumpkin> is there a way I can feed bitcoin core an HD wallet xpub key and get it to monitor the balance without holding the private keys?
< gribble> https://github.com/bitcoin/bitcoin/issues/11403 | SegWit wallet support by sipa · Pull Request #11403 · bitcoin/bitcoin · GitHub
< wumpus> it would add another bitcoin.conf, bitcoin_rw.conf, which can be written by the software itself
< provoostenator> Ah, so we don't have this "here's a setting, but if you use -blah it's overridden, unless you also have bitcoin.conf, unless you have another one" stuff?
< provoostenator> I'm still reluctant about enabling RBF for RPC. Without having a long disucssion here, is there a list of known large services that use Bitcoin Core RPC to broadcast transactions? I'd like to know their take on this.
< provoostenator> See this comment and the IRC discussion it points back to: https://github.com/bitcoin/bitcoin/pull/11605#issuecomment-352056518 (also cc bluematt)
< gribble> https://github.com/bitcoin/bitcoin/issues/11605 | [Wallet] Enable RBF by default in QT by Sjors · Pull Request #11605 · bitcoin/bitcoin · GitHub
< jonasschnelli> anything to change at / mention from the HP list https://github.com/bitcoin/bitcoin/projects/8?
< gribble> https://github.com/bitcoin/bitcoin/issues/11337 | Fix code constness in CBlockIndex::GetAncestor() overloads by danra · Pull Request #11337 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11804 | [docs] Fixed outdated link with archive.is by TimothyShimmin · Pull Request #11804 · 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> provoostenator: reindexes on current master causes OOM (on my 32GB machine it did): You need https://github.com/bitcoin/bitcoin/pull/11824
< provoostenator> In theory you could feed the client any sha256 hash from any source and it couuld figure out how much went into it. So you can feed it headers from anything that's completely different from Bitcoin, as long as it has a trustworthy timestamp, and it only cares aobut estimating total work in the world.
< luke-jr> jonasschnelli: but for example, if 50% of miners switch to BCH, we wouldn't want to false flag this as a security problem in Bitcoin
< arubi> goatpig, alright, but I don't think I understand the usefulness if it's targeted at bitcoin specifically
< goatpig> arubi: im not saying that, this is based on Bitcoin, i dont care about other networks/chains
< luke-jr> goatpig: that contradicts the "undiscrimnately" part.. invalid blocks aren't Bitcoin
< webuser8434> The only label there is is Bitcoin. Maybe use a section of bitcoin.org to communicate development .. whatever, details are not import. Core needs to die for Bitcoin to live!
< webuser8434> Hey I just wanted to say that I think maybe at some point in the future you guys might want to consider dissolution of the "Core" brand thing. As much I support everything you do and how you do it the whole "Core" idea is Bad and you'll never stop paying price for it and by extension the entire Bitcoin community. It's divisive in its nature and it gives opponents a tangible target. Unless of course it goes away. It was
< goatpig> luke-jr: this is targetted at Bitcoin, i dont do alts
< luke-jr> goatpig: so that assumes the blockchains in question are minimally compatible with Bitcoin in some way?
< jonasschnelli> what is a lite bitcoin node?
< goatpig> thinking of a hybrid mode where clients bootstrap on a public supernode then run off of a lite bitcoin node
< wumpus> there's https://github.com/bitcoin/bitcoin/pull/9483 which could use review and testing
< wumpus> no, there is no SPV mode in bitcoin core at all at the moment
< BlueMatt> mikestovlensky: dont think this is the place, #bitcoin
< bitcoin-git> [bitcoin] Varunram opened pull request #11971: [docs]: include README with binary releases (master...bindoc) https://github.com/bitcoin/bitcoin/pull/11971
< bitcoin-git> [bitcoin] laanwj closed pull request #10051: adhere to `-whitelist` for outbound connection (master...whitelist-outbound) https://github.com/bitcoin/bitcoin/pull/10051
< bitcoin-git> [bitcoin] ryanofsky opened pull request #11970: Add test coverage for bitcoin-cli multiwallet calls (master...pr/mcli) https://github.com/bitcoin/bitcoin/pull/11970
< bitcoin-git> [bitcoin] laanwj closed pull request #11667: Add scripts to dumpwallet RPC (master...201710_dumpwallet_scripts) https://github.com/bitcoin/bitcoin/pull/11667
< bitcoin-git> bitcoin/master ef0c730 MeshCollider: Add scripts to importwallet RPC
< bitcoin-git> bitcoin/master b702ae8 MeshCollider: Add CScripts to dumpwallet RPC
< bitcoin-git> bitcoin/master cdc260a MeshCollider: Add GetCScripts to CBasicKeyStore
< bitcoin-git> [bitcoin] laanwj pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/7a11ba7e01f3...711d16ca4a91
< bitcoin-git> [bitcoin] laanwj closed pull request #11945: Improve BSD compatibility of contrib/install_db4.sh (master...2017_12_contrib_bsd) https://github.com/bitcoin/bitcoin/pull/11945
< bitcoin-git> bitcoin/master d95c83d Wladimir J. van der Laan: contrib: FreeBSD compatibility in install_db4.sh...
< bitcoin-git> bitcoin/master c0298b0 Wladimir J. van der Laan: contrib: Make X=Y arguments work in install_db4...
< bitcoin-git> bitcoin/master b798f9b Wladimir J. van der Laan: contrib: New clang patch for install_db4...
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/604e08c83cf5...7a11ba7e01f3
< gribble> https://github.com/bitcoin/bitcoin/issues/9306 | Make CCoinsViewCache::Cursor() return latest data by ryanofsky · Pull Request #9306 · bitcoin/bitcoin · GitHub
< jonasschnelli> meshcollider: maybe #bitcoin?
< bitcoin-git> [bitcoin] Varunram opened pull request #11969: logs: Improve "mempool min fee not met" error (master...mempoolfix) https://github.com/bitcoin/bitcoin/pull/11969
< jonasschnelli> SomeBuggyCode: https://github.com/bitcoin/bitcoin/issues
< SomeBuggyCode> I just wanted to ask and see if there might be anywhere to start besides reading the bitcoin docs. Is there any good way to start contributing? Thank you
< meshcollider> instagibbs: working on it atm, was discussed here: https://botbot.me/freenode/bitcoin-core-dev/2017-12-14/?msg=94674799&page=9
< photonclock_> gmax I know this is not the room for general Bitcoin chat - can I chat you up on the Bitcoin channel?
< photonclock_> How well is Bitcoin holding up to the mempool overflow? Is everything working as expected?
< bitcoin-git> [bitcoin] fanquake closed pull request #11967: Add script to test the dns seeds (master...2017/12/seed_test) https://github.com/bitcoin/bitcoin/pull/11967
< bitcoin-git> [bitcoin] fanquake closed pull request #11921: Fixing env variables/arguments in OpenBSD build instructions (master...master) https://github.com/bitcoin/bitcoin/pull/11921

2017-12-20

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11968: Update consensus.h (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11968
< bitcoin-git> [bitcoin] Raizen opened pull request #11968: Update consensus.h (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11968
< bitcoin-git> bitcoin/master 604e08c MarcoFalke: Merge #11726: Cleanups + nit fixes for walletdir PR...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11726: Cleanups + nit fixes for walletdir PR (master...201711_walletdir) https://github.com/bitcoin/bitcoin/pull/11726
< bitcoin-git> bitcoin/master aac6b3f MeshCollider: Update files.md for new wallets/ subdirectory
< bitcoin-git> bitcoin/master b673429 MeshCollider: Cleanups for walletdir PR
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/79399c8cd0b6...604e08c83cf5
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #11967: Add script to test the dns seeds (master...2017/12/seed_test) https://github.com/bitcoin/bitcoin/pull/11967
< bitcoin-git> [bitcoin] luke-jr opened pull request #11966: clientversion: Use full commit hash for commit-based version descriptions (master...ver_full_commit_hash) https://github.com/bitcoin/bitcoin/pull/11966
< gribble> https://github.com/bitcoin/bitcoin/issues/11517 | Tests: Improve benchmark precision by martinus · Pull Request #11517 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11918: fees: Remove fallbackfee default (master...Mf1712-NoFallBackFee) https://github.com/bitcoin/bitcoin/pull/11918
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11965: qa: Note on test order in test_runner (master...Mf1712-qaTestRunnerOrder) https://github.com/bitcoin/bitcoin/pull/11965
< MarcoFalke> jonasschnelli: Think of the tests as a layer around bitcoin-core, not the other way round ;)
< bitcoin-git> [bitcoin] Sjors opened pull request #11962: [net] add seed.bitcoin.sprovoost.nl to DNS seeds (master...dns-seed-sjors) https://github.com/bitcoin/bitcoin/pull/11962
< maaku> I've moved some discussion regarding implementation of BIPs 98, 116, and 117 to #bitcoin-mast
< provoostenator> Right, but how does script prevent Bitcoin Core nodes from bootstrapping with a BCash peer and then getting stuck in August 2017 if none of those peers know of any Bitcoin Core peers? Not sure what the odds of that are.
< jonasschnelli> provoostenator: default filters: https://github.com/sipa/bitcoin-seeder/blob/master/main.cpp#L150
< bitcoin-git> [bitcoin] laanwj closed pull request #10657: Utils: Improvements to ECDSA key-handling code (master...libsecp256k1-patches) https://github.com/bitcoin/bitcoin/pull/10657
< bitcoin-git> bitcoin/master e181dbe Jack Grigg: Add comments
< bitcoin-git> bitcoin/master e4a1086 Jack Grigg: Update Debian copyright list
< bitcoin-git> bitcoin/master a3603ac Jack Grigg: Fix potential overflows in ECDSA DER parsers
< bitcoin-git> [bitcoin] laanwj pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/bc6676514429...79399c8cd0b6
< bitcoin-git> [bitcoin] laanwj closed pull request #11917: Add testnet DNS seed: seed.testnet.bitcoin.sprovoost.nl (master...testnet-dns-seed-sjors) https://github.com/bitcoin/bitcoin/pull/11917
< bitcoin-git> bitcoin/master bc66765 Wladimir J. van der Laan: Merge #11917: Add testnet DNS seed: seed.testnet.bitcoin.sprovoost.nl...
< bitcoin-git> bitcoin/master f455a24 Sjors Provoost: [net] add seed.testnet.bitcoin.sprovoost.nl to testnet DNS seeds
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d4e404a3afa8...bc6676514429
< bitcoin-git> [bitcoin] laanwj closed pull request #11879: [tests] remove redundant univalue_tests.cpp (master...remove_univalue_test) https://github.com/bitcoin/bitcoin/pull/11879
< bitcoin-git> bitcoin/master 2862b56 John Newbery: [tests] remove redundant univalue_tests.cpp
< bitcoin-git> bitcoin/master d4e404a Wladimir J. van der Laan: Merge #11879: [tests] remove redundant univalue_tests.cpp...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9ab9963386ed...d4e404a3afa8
< bitcoin-git> bitcoin/master 9ab9963 Wladimir J. van der Laan: Merge #11952: [qa] univalue: Bump subtree...
< bitcoin-git> [bitcoin] laanwj closed pull request #11952: [qa] univalue: Bump subtree (master...Mf1712-univalueBump) https://github.com/bitcoin/bitcoin/pull/11952
< bitcoin-git> bitcoin/master fad349c MarcoFalke: univalue: Bump subtree
< 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