< bitcoin-git>
[bitcoin] rojarsmith opened pull request #15521: Fixed some times can not remove "$SUFFIX-dirty" on version number cor… (master...master) https://github.com/bitcoin/bitcoin/pull/15521
< bitcoin-git>
bitcoin/0.18 742f7dd Wladimir J. van der Laan: build: Bump version to 0.18.0
< bitcoin-git>
[bitcoin] darosior closed pull request #15511: RPC : More user-friendly services field in getnetworkinfo and getpeerinfo (master...services_for_humans) https://github.com/bitcoin/bitcoin/pull/15511
< gribble>
https://github.com/bitcoin/bitcoin/issues/15486 | [addrman, net] Ensure tried collisions resolve, and allow feeler connections to existing outbound netgroups by sdaftuar · Pull Request #15486 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/15453 | Starting bitcoin-qt with -nowallet and then opening a wallet does not show the wallet · Issue #15453 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/15453 | Starting bitcoin-qt with -nowallet and then opening a wallet does not show the wallet · Issue #15453 · bitcoin/bitcoin · GitHub
< wumpus>
good, it worked; [bitcoin-git] is logged in as bitcoin-git
< gwillen>
fwiw I am a relatively experienced chanop, an op in #bitcoin and related channels, highlight on ! ops, and willing to ban people who need it, should this channel be desirous of more ops
< provoostenator>
Basically Bitcoin Core could give an account number and then HWI would, if the device supports SegWit return three descriptors: "pkh([44'/0'/account]xpub/0/*])", "sh(wpkh([49'/0'/account]xpub/0/*]))" and "wpkh([84'/0'/account]xpub/0/*])" (plus change), and then our wallet imports one or all
< gribble>
https://github.com/bitcoin/bitcoin/issues/15453 | Starting bitcoin-qt with -nowallet and then opening a wallet does not show the wallet · Issue #15453 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] darosior opened pull request #15511: RPC : More user-friendly services field in getnetworkinfo and getpeerinfo (master...services_for_humans) https://github.com/bitcoin/bitcoin/pull/15511
< bitcoin-git>
bitcoin/master fa852f0 MarcoFalke: test: Bump timeout on tests that timeout on windows
< bitcoin-git>
bitcoin/master e8612ad MarcoFalke: Merge #15507: test: Bump timeout on tests that timeout on windows
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #15507: test: Bump timeout on tests that timeout on windows (master...1903-testTimeoutWindows) https://github.com/bitcoin/bitcoin/pull/15507
< bitcoin-git>
[bitcoin] gwillen opened pull request #15508: Refactor analyzepsbt for use outside RPC code (master...feature-separate-analyzepsbt) https://github.com/bitcoin/bitcoin/pull/15508
2019-02-28
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #15507: test: Bump timeout on tests that timeout on windows (master...1903-testTimeoutWindows) https://github.com/bitcoin/bitcoin/pull/15507
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #15506: appveyor: fix cache issue and reduce dependencies build time (master...appveyor-release-only) https://github.com/bitcoin/bitcoin/pull/15506
< bitcoin-git>
[bitcoin] practicalswift closed pull request #15214: tests: Check for expected return values when calling functions returning a success code (master...check-return-values-in-tests) https://github.com/bitcoin/bitcoin/pull/15214
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #15505: [p2p] Request NOTFOUND transactions immediately from other outbound peers, when possible (master...2019-02-notfound-requests) https://github.com/bitcoin/bitcoin/pull/15505
< bitcoin-git>
bitcoin/master 4a5e52c Chun Kuan Lee: msvc: Use a single file to specify the include path
< bitcoin-git>
bitcoin/master 29c24b0 MarcoFalke: Merge #15503: msvc: Use a single file to specify the include path
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #15503: msvc: Use a single file to specify the include path (master...msvc-include-fix) https://github.com/bitcoin/bitcoin/pull/15503
< gribble>
https://github.com/bitcoin/bitcoin/issues/15486 | [net] Allow feeler connections to go to the same netgroup as existing outbound peers by sdaftuar · Pull Request #15486 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/15497 | Consistent range arguments in scantxoutset/importmulti/deriveaddresses by sipa · Pull Request #15497 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/15486 | [net] Allow feeler connections to go to the same netgroup as existing outbound peers by sdaftuar · Pull Request #15486 · bitcoin/bitcoin · GitHub
< BlueMatt>
please send mail via github pr to bitcoin.ninja
< wumpus>
this isn't a *bitcoin core* topic at all
< wumpus>
this is about bitcoin protocol discussion
< BlueMatt>
ok, -> #bitcoin-dev
< wumpus>
#topic bitcoin-dev mailing list
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #15503: msvc: Use a single file to specify the include path (master...msvc-include-fix) https://github.com/bitcoin/bitcoin/pull/15503
< bitcoin-git>
bitcoin/master fa466cb MarcoFalke: doc: Update release process for snap package
< bitcoin-git>
bitcoin/master 20268c6 Wladimir J. van der Laan: Merge #15489: doc: Update release process for snap package
< bitcoin-git>
[bitcoin] fanquake closed pull request #15501: Formatting changes to --help code for increased readability. (master...help_formatting) https://github.com/bitcoin/bitcoin/pull/15501
< bitcoin-git>
[bitcoin] murrayn opened pull request #15501: Formatting changes to --help code for increased readability. (master...help_formatting) https://github.com/bitcoin/bitcoin/pull/15501
< bitcoin-git>
[bitcoin] luke-jr closed pull request #15428: [WIP] GUI: Add Pairing tab with Tor onion address as copyable text and QR code (master...tor_gui_pairing) https://github.com/bitcoin/bitcoin/pull/15428
< bitcoin-git>
[bitcoin] murrayn opened pull request #15500: Support for a bitcoind 'ready' file to indicate startup is complete. (master...ready_file) https://github.com/bitcoin/bitcoin/pull/15500
< wannabecoder>
oh so the RPC's are written in the console in the bitcoin core app?
< sipa>
in bitcoin-qt you can type RPC commands in the console, yes
< sipa>
you can also use bitcoin-cli to send commands to a running bitcoind process
< sipa>
this probably belongs on #bitcoin
< wannabecoder>
I am given an assignment to create a transaction to deposit 0.01 btc to a 2 of 3 multisig script. I have the public keys of three addresses and private keys of three. I have installed Bitcoin Core and configured it to a testnet. question 1: where do i write the code?
< wannabecoder>
hello, i am new to coding in bitcoin. I literally can't figure anything out.
2019-02-27
< bitcoin-git>
[bitcoin] sipa opened pull request #15497: Consistent range arguments in scantxoutset/importmulti/deriveaddresses (master...201902_rpcconsistentrange) https://github.com/bitcoin/bitcoin/pull/15497
< bitcoin-git>
[bitcoin] Sjors opened pull request #15496: [rpc] deriveaddress: rename range 'begin' argument to 'start' (master...2019/02/begin_start) https://github.com/bitcoin/bitcoin/pull/15496
< bitcoin-git>
[bitcoin] promag opened pull request #15494: rpc: Return whether the block was invalidated on invalidateblock (master...2019-02-invalidateblock) https://github.com/bitcoin/bitcoin/pull/15494
< parmado>
is the consensus here that bitcoin will dominate amongst electronic assets, or is there substantial disagreement on that?
< sipa>
parmado: #bitcoin
< luke-jr>
parmado: the channel is intentionally open to the public; however, if you have questions about Bitcoin, #bitcoin is usually a better place to ask
< gribble>
https://github.com/bitcoin/bitcoin/issues/15486 | [net] Allow feeler connections to go to the same netgroup as existing outbound peers by sdaftuar · Pull Request #15486 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/15486 | [net] Allow feeler connections to go to the same netgroup as existing outbound peers by sdaftuar · Pull Request #15486 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #15486: [net] Allow feeler connections to go to the same netgroup as existing outbound peers (master...2019-02-addrman-collisions) https://github.com/bitcoin/bitcoin/pull/15486
< bitcoin-git>
[bitcoin] adamjonas opened pull request #15485: add rpc_misc.py, mv test getmemoryinfo, add test mallocinfo (master...test_rpc_misc) https://github.com/bitcoin/bitcoin/pull/15485
< gribble>
https://github.com/bitcoin/bitcoin/issues/15481 | Restrict timestamp when mining a diff-adjustment block to prev-600 by TheBlueMatt · Pull Request #15481 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] darosior opened pull request #15483: Adding a 'logpath' entry to getrpcinfo, as discussed in #15438 (master...getrpcinfo_logpath) https://github.com/bitcoin/bitcoin/pull/15483
< Muoi>
I run a Bitcoin node, there is no IP inserted to tried table since December, is this a problem?
< kanzure>
just fyi, bitcoin-dev mailing list is temporarily broken
< gribble>
https://github.com/bitcoin/bitcoin/issues/15482 | Implement BIPXXXs new softfork rules (The Great Consensus Cleanup) by TheBlueMatt · Pull Request #15482 · bitcoin/bitcoin · GitHub
2019-02-25
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #15482: Implement BIPXXX's new softfork rules (The Great Consensus Cleanup) (master...2019-02-great-consensus-cleanup) https://github.com/bitcoin/bitcoin/pull/15482
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #15481: Restrict timestamp when mining a diff-adjustment block to prev-600 (master...2019-02-600s-gbt) https://github.com/bitcoin/bitcoin/pull/15481
< sipa>
dongcarl: it's hash160 of the public key. from bitcoin's perspective, compressed and uncompressed public keys are distinct
< provoostenator>
Is there a SegWit v1 proposal on the bitcoin-dev list or elsewhere that I just managed to overlook? I though gmaxwell referred to that a few days ago in the context of SIGHASH_NO_INPUT_FULL_DISCLAIMER
< bitcoin-git>
bitcoin/master 3f5ad62 riordant: Enable PID file creation on Windows
< bitcoin-git>
bitcoin/master b4fc525 Wladimir J. van der Laan: Merge #15456: Enable PID file creation on WIN
< bitcoin-git>
[bitcoin] laanwj opened pull request #15471: rpc/gui: Remove 'Unknown block versions being mined' warning (master...2019_02_false_positives) https://github.com/bitcoin/bitcoin/pull/15471
< bitcoin-git>
[bitcoin] laanwj merged pull request #15401: rpc: Actually throw help when passed invalid number of params (master...Mf1902-rpcNumArgs) https://github.com/bitcoin/bitcoin/pull/15401
< moneyball>
the dates are set - same as communicated a few months ago. it will precede the breaking bitcoin conference, june 5-7, with the conference being that weekend june 8-9, in amsterdam. so you should feel comfortable booking flights with those dates in mind.
< luke-jr>
flowctrl: this is the development channel; try #bitcoin for support
< flowctrl>
Hello! I downloaded a macos binary, bitcoin-0.17.1-osx.dmg, from bitcoin.org. In the image, there is a file that produces a 'permission denied' error message when I try to copy it to any location. The file is: /Volumes/Bitcoin-Core/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #15468: wallet: Use fsbridge::ifstream to fix Windows path issue (master...win-wallet-fix) https://github.com/bitcoin/bitcoin/pull/15468
< warren>
https://github.com/bitcoin/bitcoin/pull/15277 Hoping people can help with what is hopefully a simple environment difference between Ubuntu and this other distro. dongcarl is really close to a deterministic replacement for gitian's toolchain. It may only be a matter of figuring out this linker issue then writing a wrapper around the entire thing.
< gmaxwell>
MarcoFalke: re https://github.com/bitcoin/bitcoin/pull/15451 I assume that we broke some altcoin that has other kinds of invs, and the PR author is trying to suggest a comment change that would have avoided his confusion.
< jnewbery>
I have one other announcement: we're closing applications to the residency on Sunday. We've found that some of our best applicants have been referrals, so if you know anyone who you think would be a good Bitcoin contributor, please send them our way! https://residency.chaincode.com
< gribble>
https://github.com/bitcoin/bitcoin/issues/15453 | Starting bitcoin-qt with -nowallet and then opening a wallet does not show the wallet · Issue #15453 · bitcoin/bitcoin · GitHub
< jnewbery>
Hi all. dongcarl is doing great work picking up the p2p refactor project (https://github.com/bitcoin/bitcoin/projects/4). I think it makes sense for him to have write access so he can update that board. Due to github permissions, that would also allow give him write access to do things like tag and close issues. It would *not* give him commit permissions.
< bitcoin-git>
[bitcoin] marcoagner opened pull request #15459: [doc] release process: how to calculate m_assumed_blockchain_size and m_assumed_chain_state_size (master...doc_blockchain_and_chainstate_size_calculation) https://github.com/bitcoin/bitcoin/pull/15459
< bitcoin-git>
[bitcoin] promag opened pull request #15458: refactor: Drop redundant wallet reference (master...2019-02-interfaces-wallet) https://github.com/bitcoin/bitcoin/pull/15458
< bitcoin-git>
[bitcoin] Sjors opened pull request #15457: Check std::system for -[alert|block|wallet]notify (master...2019/02/std__system) https://github.com/bitcoin/bitcoin/pull/15457
< gmaxwell>
and one final one https://github.com/bitcoin-core/secp256k1/pull/568 (which mostly I want plain C code review-- as it previously had a silly pointer vs int bug, though this one touches more complicated code that might leave people unfamilar with the library feeling lost)