< phantomcircuit>
Lightsword, iirc thre isn't any code in bitcoin to do the actual serialization
< bitcoin-git>
[bitcoin] instagibbs opened pull request #10621: Use fixed pubkey during wallet init for default key (master...staticdefault) https://github.com/bitcoin/bitcoin/pull/10621
< bitcoin-git>
[bitcoin] pavlosantoniou opened pull request #10619: Avoid possibility of NULL pointer dereference in getblockchaininfo(...) (master...fix01) https://github.com/bitcoin/bitcoin/pull/10619
< jonasschnelli>
luke-jr: good idea. Though my bitcoin.it account looks authentic and it's public available that I am a co-founder of DigitalBitbox... though a tweet or pgp signed pastebin is a good idea.. will do
< bitcoin-git>
[bitcoin] luke-jr opened pull request #10615: RPC: Allow rpcauth configs to specify a 4th parameter naming a specific wallet (master...multiwallet_rpc) https://github.com/bitcoin/bitcoin/pull/10615
< bitcoin-git>
[bitcoin] jnewbery opened pull request #10612: The young person's guide to the test_framework (master...templatefunctionaltest) https://github.com/bitcoin/bitcoin/pull/10612
< ProfMac>
I feel like this is the secret password to join a club: a60d7c8dde9b77e7ff547976ce37db1fe98c71833003465befe650d6bc102b6b bitcoin-0.14.1-aarch64-linux-gnu.tar.gz
< NicolasDorier>
wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 instagibbs achow101 : Sorry to ping you all, but since some dev are in Tokyo around end of july for some conferences, I thought it can be a good idea to have such occasion to have 1 or 2 days of pure bitcoin core
< bitcoin-git>
[bitcoin] gmaxwell opened pull request #10608: Add a comment explaining the use of MAX_BLOCK_BASE_SIZE. (master...size_comment) https://github.com/bitcoin/bitcoin/pull/10608
< ProfMac>
Thanks instagibbs. I'm just spinning up to speed with git. I made a deterministic vm description and a Ubuntu preseed file de novo and am now making a local git repository, then spinning up the deterministic bitcoin build. Lots of coffee and new thought patterns.
< jonasschnelli>
endpoints in bitcoin-cli is not really complex...
< achow101>
how would different endpoints work with bitcoin-cli or the debug console?
< gmaxwell>
This is also important to us at blockstream and we will end up maintaining a fork of Bitcoin with it. (though luke wasn't doing this work at our request).
< gmaxwell>
endpoints won't be ten lines of code. After all, we'll need to add support for them to bitcoin-cli, the test framework, etc.
< wumpus>
ProfMac: where doesn't matter, as long as you consistently use same the directory, though cloning bitcoin under the vm-builder directory likely is not what you want
< bitcoin-git>
[bitcoin] jnewbery opened pull request #10604: Expose multiwallet in getwalletinfo and add multiwallet test (master...multiwallet_test) https://github.com/bitcoin/bitcoin/pull/10604
< bitcoin-git>
[bitcoin] practicalswift opened pull request #10602: Make clang-format use C++11 features (e.g. A<A<int>> instead of A<A<int> >) (master...clang-format-cpp11) https://github.com/bitcoin/bitcoin/pull/10602
< bitcoin-git>
[bitcoin] practicalswift closed pull request #10597: scripted-diff: Make use of the improved handling of two consecutive right angle brackets in C++11 (master...right-angle-brackets) https://github.com/bitcoin/bitcoin/pull/10597
< bitcoin-git>
[bitcoin] laanwj closed pull request #10582: Pass in smart fee slider value to coin control dialog (master...fixcoincontrolfee) https://github.com/bitcoin/bitcoin/pull/10582
< bitcoin-git>
bitcoin/master 7c72fb9 Wladimir J. van der Laan: Merge #10582: Pass in smart fee slider value to coin control dialog...
< bitcoin-git>
bitcoin/master e9cd778 Alex Morcos: Pass in smart fee slider value to coin control dialog...
< bitcoin-git>
[bitcoin] laanwj closed pull request #10588: doc: Note preexisting bug in display of fee calculation in coin control (0.14...notebug) https://github.com/bitcoin/bitcoin/pull/10588
< bitcoin-git>
[bitcoin] practicalswift opened pull request #10597: scripted-diff: Make use of C++11:s improved handling of two consecutive right angle brackets (master...right-angle-brackets) https://github.com/bitcoin/bitcoin/pull/10597
< bitcoin-git>
[bitcoin] luke-jr opened pull request #10595: Bugfix: RPC/Mining: Use pre-segwit sigops and limits, when working with non-segwit GBT clients (master...gbt_nosegwit_fix) https://github.com/bitcoin/bitcoin/pull/10595
< bitcoin-git>
[bitcoin] morcos opened pull request #10588: Note preexisting bug in display of fee calculation in coin control (0.14...notebug) https://github.com/bitcoin/bitcoin/pull/10588
< bitcoin-git>
[bitcoin] practicalswift opened pull request #10587: Net: Fix resource leak in ReadBinaryFile(...) (master...fopen-not-followed-by-fclose-in-all-states-of-the-universe) https://github.com/bitcoin/bitcoin/pull/10587
< bitcoin-git>
[bitcoin] morcos opened pull request #10586: More economical fee estimates for opt-in-RBF transactions (master...aggressiveEstimates) https://github.com/bitcoin/bitcoin/pull/10586
< gribble>
https://github.com/bitcoin/bitcoin/issues/10251 | Add balances cache / GUI: use a signal instead of a poll thread by jonasschnelli · Pull Request #10251 · bitcoin/bitcoin · GitHub
< TD-Linux>
by the way, the top Google results for "bitcoin transaction stuck" involve multi-step processes using web wallets that are much worse than overpaying
< TD-Linux>
phantomcircuit, is there fee bumping support in bitcoin core now?
< bitcoin-git>
[bitcoin] achow101 opened pull request #10583: [RPC] Split part of validateaddress into getaddressinfo (master...getaddressinfo) https://github.com/bitcoin/bitcoin/pull/10583
< bitcoin-git>
[bitcoin] morcos opened pull request #10582: Pass in smart fee slider value to coin control dialog (master...fixcoincontrolfee) https://github.com/bitcoin/bitcoin/pull/10582
< bitcoin-git>
[bitcoin] laanwj closed pull request #10549: Avoid printing generic and duplicated "checking for QT" during ./configure (master...check_qt) https://github.com/bitcoin/bitcoin/pull/10549
< bitcoin-git>
bitcoin/master ad1a13e Wladimir J. van der Laan: Merge #10549: Avoid printing generic and duplicated "checking for QT" during ./configure...
< bitcoin-git>
bitcoin/master 7222388 Timothy Redaelli: Avoid printing generic and duplicated "checking for QT" during ./configure...
< bitcoin-git>
bitcoin/master 23fb9ad Luke Dashjr: wallet: Move nAccountingEntryNumber from static/global to CWallet
< bitcoin-git>
bitcoin/master 9d15d55 Luke Dashjr: Bugfix: wallet: Increment "update counter" when modifying account stuff
< bitcoin-git>
bitcoin/master f28eb80 Luke Dashjr: Bugfix: wallet: Increment "update counter" only after actually making the applicable db changes to avoid potential races...
< bitcoin-git>
[bitcoin] laanwj closed pull request #10488: Note that the prioritizetransaction dummy value is deprecated, and has no meaning (master...2017-05-dummy-api) https://github.com/bitcoin/bitcoin/pull/10488
< bitcoin-git>
bitcoin/master fa1f106 Wladimir J. van der Laan: Merge #10488: Note that the prioritizetransaction dummy value is deprecated, and has no meaning...
< bitcoin-git>
bitcoin/master 40796e1 Matt Corallo: Remove references to priority that snuck back in in 870824e9....
< bitcoin-git>
[bitcoin] NicolasDorier closed pull request #10007: [QT] Remove SendToSelf, and break down its payouts (master...watchonlylabel2) https://github.com/bitcoin/bitcoin/pull/10007
< bitcoin-git>
[bitcoin] NicolasDorier closed pull request #9985: [QT] Show more descriptive label for pay to yourself entries (master...watchonlylabel) https://github.com/bitcoin/bitcoin/pull/9985
2017-06-11
< bitcoin-git>
[bitcoin] gmaxwell opened pull request #10577: Add an explanation of quickly hashing onto a non-power of two range. (master...hashrange-comment) https://github.com/bitcoin/bitcoin/pull/10577
< bitcoin-git>
[bitcoin] practicalswift opened pull request #10574: Remove includes in .cpp files for things the corresponding .h file already included (master...redundant) https://github.com/bitcoin/bitcoin/pull/10574
< bitcoin-git>
[bitcoin] practicalswift opened pull request #10573: Remove unnecessary includes (master...remove-unneccessary-includes) https://github.com/bitcoin/bitcoin/pull/10573
< instagibbs>
txpending, rather than continue arguing, please move it to #bitcoin. If the answers aren't satisfying, the place to go next is github repo and file an issue
< instagibbs>
txpending, #bitcoin please, people will help
< txpending>
murchandamus: thanks for the pointers! However, I haven't found a way in the bitcoin core QT gui to "Send all your bitcoins from the addresses recorded in step 1 to a new address with the recommended or higher than recommended fee."
< murchandamus>
txpending: You're in the wrong channel, this channel is about Bitcoin Core development. You might want to ask in #bitcoin. Meanwhile this might answer your questionhttps://bitcoin.stackexchange.com/a/41972/5406
< txpending>
Hi I am using bitcoin core and accidentally only added 0.00000798 BTC as fee. Will this tx be processed by the miners? How can I either stop that transaction or add a fee? Are there other options?
< bitcoin-git>
[bitcoin] laanwj closed pull request #10566: [docs] Use the "domain name setup" image (previously unused) in the gitian docs (master...unreferenced-file) https://github.com/bitcoin/bitcoin/pull/10566
< bitcoin-git>
bitcoin/master 5d034ee Wladimir J. van der Laan: Merge #10566: [docs] Use the "domain name setup" image (previously unused) in the gitian docs...
< bitcoin-git>
bitcoin/master 7631066 practicalswift: Use the "domain name setup" image (previously unused) in the gitian docs
< BlueMatt>
unlike the other things there where views of most people are much too nuanced to categorized, segwit2x is a laughable affront to bitcoin's utility and the technical decisions they're making seem to be entirely based on deliberately ignoring people who tried to give them advice and a deep lack of understanding of the system they're changing
< bitcoin-git>
[bitcoin] achow101 opened pull request #10571: [RPC]Move transaction combining from signrawtransaction to new RPC (master...combineraw-rpc) https://github.com/bitcoin/bitcoin/pull/10571
< bitcoin-git>
[bitcoin] practicalswift opened pull request #10566: Use the "domain name setup" image (previously unused) in the gitian docs (master...unreferenced-file) https://github.com/bitcoin/bitcoin/pull/10566
< bitcoin-git>
[bitcoin] achow101 opened pull request #10565: [coverage] Remove leveldb, univalue, and benchmarks from coverage report (master...lcov-remove-extra) https://github.com/bitcoin/bitcoin/pull/10565
< bitcoin-git>
[bitcoin] morcos opened pull request #10559: Change semantics of HaveCoinInCache to match HaveCoin (master...haveunspentincache) https://github.com/bitcoin/bitcoin/pull/10559
< gribble>
https://github.com/bitcoin/bitcoin/issues/8498 | Optimization: Minimize the number of times it is checked that no money... by jtimon · Pull Request #8498 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] sdaftuar reopened pull request #10357: Allow setting nMinimumChainWork on command line (master...2017-05-chainwork-commandline) https://github.com/bitcoin/bitcoin/pull/10357
< bitcoin-git>
[bitcoin] laanwj closed pull request #10545: Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of (master...list_of) https://github.com/bitcoin/bitcoin/pull/10545
< bitcoin-git>
bitcoin/master 29f80cd Wladimir J. van der Laan: Merge #10545: Use list initialization (C++11) for maps/vectors instead of boost::assign::map_list_of/list_of...