< provoostenator>
jnewbery: the functional test combined log output should be truncated (more) imo. 5000 lines is too much; my browser is almost unable to render the Travis logs: https://travis-ci.org/bitcoin/bitcoin/jobs/366456599
< sipa>
you can't, and this is off topic here. ask in #bitcoin or on bitcoin.stackexchange.com
< sipa>
go ask in #bitcoin, not here
< oxid>
#bitcoin
< sipa>
oxid: #bitcoin
< oxid>
I find internet documents that bitcoin was published open-source in 2008; but that some coins were active in 2007, perhaps by developers or leaked or simply shared before making it a public project.
< oxid>
What what the first exchange to either sell BTC to the public, or have an exchange system where you can buy coins or trade them. The most I recall on the question was that users would barter with bitcoin; and the exchanges came out where you were able to purchase them for money. I am not sure where the price correlation came around; since report and stats show the price of BTC at an inititial .003 cents; and then most charts sho
< bitcoin-git>
[bitcoin] qshuai opened pull request #13042: Calculated nBits will be replaced by the following GetNextWorkRequire… (master...master) https://github.com/bitcoin/bitcoin/pull/13042
< gribble>
gmaxwell was last seen in #bitcoin-core-dev 5 weeks, 0 days, 1 hour, and 59 seconds ago: <gmaxwell> it's not like you pay lower fees due to it.
< bitcoin-git>
[bitcoin] Sjors opened pull request #13029: Interpret absense of prune= as prune=1 if there are pruned blocks (master...2018/04/implicit_prune) https://github.com/bitcoin/bitcoin/pull/13029
< bitcoin-git>
[bitcoin] promag opened pull request #13026: Fix include comment in src/interfaces/wallet.h (master...2018-04-fixincludecomment) https://github.com/bitcoin/bitcoin/pull/13026
< kallewoof>
aj: probably because I am loading both kinds manually, but -noincludeconf from cli does not cancel `includeconf=relative.conf` from bitcoin.conf
< kallewoof>
It's ignored in bitcoin.conf too. `noincludeconf=1 \n includeconf=relative.conf` will still include relative.conf.
< bitcoin-git>
[bitcoin] skeees opened pull request #13023: Add unit tests for signals generated by ProcessNewBlock (master...event-tests) https://github.com/bitcoin/bitcoin/pull/13023
< bitcoin-git>
[bitcoin] jamesob opened pull request #13022: [qa] Attach node index to test_node AssertionError and print messages (master...2018-04-18-func-test-debug-log) https://github.com/bitcoin/bitcoin/pull/13022
< jamesob>
has there been any talk of moving from trusty to xenial on travis? It may be the case that we're unable to run bitcoin-qt using the functional test framework due to a bug in the version of openssl trusty uses
< bitcoin-git>
[bitcoin] jimpo opened pull request #13021: MOVEONLY: Move logging code from util.{h,cpp} to new files. (master...logging-files) https://github.com/bitcoin/bitcoin/pull/13021
< bitcoin-git>
[bitcoin] Empact opened pull request #13020: Consistently log CValidationState on call failure (master...log-cvalidation-state) https://github.com/bitcoin/bitcoin/pull/13020
< bitcoin-git>
[bitcoin] Empact opened pull request #13019: Trivial: Consistently use FormatStateMessage (master...format-state-message) https://github.com/bitcoin/bitcoin/pull/13019
<@wumpus>
kallewoof: but you have a good point I think the difference conceptually is that the zmq notification protocol is specific to bitcoin core, and includes some specific implementation details, while you're trying to make a more general exchange format
2018-04-17
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13013: bench: Amend mempool_eviction test for witness txs (master...Mf1804-benchWitnessMempool) https://github.com/bitcoin/bitcoin/pull/13013
< bitcoin-git>
[bitcoin] jamesob opened pull request #13012: [doc] Add comments for chainparams.h, validation.cpp (master...2018-04-17-doc-chainparams-validation) https://github.com/bitcoin/bitcoin/pull/13012
< bitcoin-git>
[bitcoin] practicalswift closed pull request #12897: Add GetBlockIndex(const uint256& hash) for when the caller assumes that the block index exists for the given block hash (master...GetBlockIndex) https://github.com/bitcoin/bitcoin/pull/12897
< bitcoin-git>
[bitcoin] IPGlider opened pull request #13008: rpc: Rename size to vsize in mempool related calls (master...rename-size-to-vsize) https://github.com/bitcoin/bitcoin/pull/13008
< gribble>
https://github.com/bitcoin/bitcoin/issues/12782 | Explicitly state our assumptions about LookupBlockIndex(...) return values by practicalswift · Pull Request #12782 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/12897 | Add GetBlockIndex(const uint256& hash) for when the caller assumes that the block index exists for the given block hash by practicalswift · Pull Request #12897 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] laanwj closed pull request #13004: Print to console by default when not run with -daemon (master...printtoconsole) https://github.com/bitcoin/bitcoin/pull/13004
< bitcoin-git>
bitcoin/master 58bbc55 Wladimir J. van der Laan: Merge #13004: Print to console by default when not run with -daemon...
< bitcoin-git>
bitcoin/master 6a3b0d3 Evan Klitzke: Print to console by default when not run with -daemon...
< bitcoin-git>
[bitcoin] practicalswift opened pull request #13004: Print to console by default when not run with -daemon (master...printtoconsole) https://github.com/bitcoin/bitcoin/pull/13004
< gribble>
https://github.com/bitcoin/bitcoin/issues/12838 | QT: double click bitcoin icon on the task bar with setting minimize to the tray cause a blank window · Issue #12838 · bitcoin/bitcoin · GitHub
< fanquake>
Turns out if you close/crash Bitcoin Core in the way described in #12838, it just refuses to launch again.
< bitcoin-git>
[bitcoin] sipa closed pull request #12874: Only accept bare multisig outputs after addmultisigaddress (master...201803_nowalletbaremultisig) https://github.com/bitcoin/bitcoin/pull/12874
< bitcoin-git>
[bitcoin] sipa opened pull request #13002: Do not treat bare multisig outputs as IsMine unless watched (master...201804_cleanismine) https://github.com/bitcoin/bitcoin/pull/13002
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #12999: qt: Show the Window when double clicking the taskbar icon (master...qt-fix) https://github.com/bitcoin/bitcoin/pull/12999
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #12998: Default to defining endian-conversion DECLs in compat w/o config (master...2018-04-default-decls) https://github.com/bitcoin/bitcoin/pull/12998
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #12997: [doc] build-windows: Switch to Artful, since Zesty is EOL (master...Mf1804-docBuildWinArtful) https://github.com/bitcoin/bitcoin/pull/12997
< bitcoin-git>
[bitcoin] laanwj closed pull request #12993: tests: Remove compatibility code not needed now when we're on Python 3 (master...remove-python-2-compatibility-code) https://github.com/bitcoin/bitcoin/pull/12993
< bitcoin-git>
bitcoin/master 0d69921 Wladimir J. van der Laan: Merge #12993: tests: Remove compatibility code not needed now when we're on Python 3...
< bitcoin-git>
bitcoin/master b95f9a6 practicalswift: tests: Remove compatibility code not needed now when we're on Python 3
<@wumpus>
jonasschnelli: @I just tried to run the "bitcoin-0.16.99-arm-linux-gnueabihf-debug.tar.gz": that's expected, the debug files contain separate debug information for the main executables, they're not executable in themselves
< jonasschnelli>
readelf -A bitcoin-tx.dbg tells me it should be executable
< jonasschnelli>
I just tried to run the "bitcoin-0.16.99-arm-linux-gnueabihf-debug.tar.gz" debug binaries on my arm machine but get a "cannot execute binary file: Exec format error"
< bitcoin-git>
[bitcoin] practicalswift opened pull request #12993: tests: Remove compatibility code not needed now when we're on Python 3 (master...remove-python-2-compatibility-code) https://github.com/bitcoin/bitcoin/pull/12993
< Kanna>
<fanquake> my fork should happen on this parameter Max Blocksize 8MB Block time 2 mins or 2.5 [ to test the bitcoin fork ]
< Kanna>
I want to do the bitcoin fork with some predefined block size for example 4mb [ Testing ]
< sipa>
consensus changes to bitcoin are generally discussed on the mailing list
< gribble>
https://github.com/bitcoin/bitcoin/issues/12882 | tests: Make test_bitcoin pass under ThreadSanitzer (clang). Fix lock-order-inversion (potential deadlock). by practicalswift · Pull Request #12882 · bitcoin/bitcoin · GitHub
< fanquake>
aj unfortunately all of the /bitcoin subtrees are at /bitcoin-core
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #11320: Include the wallet name in log messages relating to wallets (master...wallet_name_in_log) https://github.com/bitcoin/bitcoin/pull/11320
< bitcoin-git>
[bitcoin] PierreRochard opened pull request #12992: [wallet] Add wallet name to log messages (master...pr/log-wallet-name) https://github.com/bitcoin/bitcoin/pull/12992
< bitcoin-git>
[bitcoin] Empact opened pull request #12991: Remove unused default args to Invalid and DoS (master...remove-unused-default-args-dos) https://github.com/bitcoin/bitcoin/pull/12991
< bitcoin-git>
[bitcoin] Empact closed pull request #12976: Remove return and corruptionPossible arguments from DoS, rename to Reject (master...drop-dos-return-scripted) https://github.com/bitcoin/bitcoin/pull/12976