< kernelstack> -help
< kernelstack> -help
< kernelstack> help
< luke-jr> IRC doesn't work like that.
< luke-jr> it's a chat, not a command line
< sipa> luke-jr: are you a program?
< luke-jr> no?
< luke-jr> O.o
< MarcoFalke> luke-jr: I think you need "libprotobuf-dev protobuf-compiler libdbus-1-dev libxi-dev libaudio-dev"
< MarcoFalke> Though, this is not sufficient
< MarcoFalke> I gave up after those
< luke-jr> hmm
< luke-jr> I wonder if I should make this just not use any of depends/?
< luke-jr> although the Ubuntu is too old for univalue :/
< luke-jr> I guess that's not part of depends though
< sipa> luke-jr: context?
< luke-jr> sipa: Qt4 Travis build, #7142
< gribble> https://github.com/bitcoin/bitcoin/issues/7142 | Travis: Test build against system Qt4 by luke-jr · Pull Request #7142 · bitcoin/bitcoin · GitHub
< sipa> ah, yes
< MarcoFalke> The issue after adding the packages I mentioned above is:
< MarcoFalke> test_bitcoin-qt: cannot connect to X server
< luke-jr> hmm
< luke-jr> How did we get around that with Qt5?
< luke-jr> looks like building Qt for QPA instead of X11
< wumpus> sipa: yeah no problem, I somehow expect XP not to be much of an issue anymore after wannacry
< wumpus> people that were still running that, despite repeatedly being told not to use it for bitcoin, have probably lost their coins
< luke-jr> if we can get the I/O prioritisation stuff merged, we can terminate XP support completely..
< wumpus> let's do that in 0.16
< wumpus> but good point, dropping XP support will also allow bumping the API version, which will allow some new things
< wumpus> luke-jr: it's using a windowless platform for testing
< * wumpus> sighs at qt4
< luke-jr> Qt4 seems to have it, just not in Ubuntu XD
< wumpus> I'd say just disable the test that requires a window for qt4
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e222618a32a1...d896d5cc4274
< bitcoin-git> bitcoin/master 8842d1a Pieter Wuille: Add undocumented -forcecompactdb to force LevelDB compactions
< bitcoin-git> bitcoin/master d896d5c Wladimir J. van der Laan: Merge #10985: Add undocumented -forcecompactdb to force LevelDB compactions...
< bitcoin-git> [bitcoin] laanwj closed pull request #10985: Add undocumented -forcecompactdb to force LevelDB compactions (master...20170803_forcecompactdb) https://github.com/bitcoin/bitcoin/pull/10985
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d896d5cc4274...2361208424de
< bitcoin-git> bitcoin/master b1973d6 Pieter Wuille: Update chain transaction statistics
< bitcoin-git> bitcoin/master 2361208 Wladimir J. van der Laan: Merge #10986: Update chain transaction statistics...
< luke-jr> wumpus: but xvfb is pretty simple..
< bitcoin-git> [bitcoin] laanwj closed pull request #10986: Update chain transaction statistics (master...20170803_txstats) https://github.com/bitcoin/bitcoin/pull/10986
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2361208424de...88b1e4bc0e36
< bitcoin-git> bitcoin/master 9baca41 Cory Fields: build: always attempt to enable targeted sse42 cxxflags...
< bitcoin-git> bitcoin/master 88b1e4b Wladimir J. van der Laan: Merge #10971: build: fix missing sse42 in depends builds...
< bitcoin-git> [bitcoin] laanwj closed pull request #10971: build: fix missing sse42 in depends builds (master...fix-config-override) https://github.com/bitcoin/bitcoin/pull/10971
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/88b1e4bc0e36...02f4c4a42e94
< bitcoin-git> bitcoin/master 11dd29b practicalswift: [net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest& request)...
< bitcoin-git> bitcoin/master 02f4c4a Wladimir J. van der Laan: Merge #10977: [net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest&)...
< bitcoin-git> [bitcoin] laanwj closed pull request #10977: [net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest&) (master...valgrind-getnetworkinfo) https://github.com/bitcoin/bitcoin/pull/10977
< wumpus> xvfb is 'simple', but it is another external dependency
< wumpus> at least 'make check' tests should be self-contained
< luke-jr> it's not like it's a real dependency O.o
< luke-jr> only pulled in for Travis basically
< wumpus> or when people want to run make check locally, the tests aren't just for travis
< wumpus> they shouldn't be required to set up an x server to run the tests
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/02f4c4a42e94...a9dd11144152
< bitcoin-git> bitcoin/master 1967d2a Wladimir J. van der Laan: qt: Increase BLOCK_CHAIN_SIZE constants...
< bitcoin-git> bitcoin/master a9dd111 Wladimir J. van der Laan: Merge #10988: qt: Increase BLOCK_CHAIN_SIZE constants...
< bitcoin-git> [bitcoin] laanwj closed pull request #10988: qt: Increase BLOCK_CHAIN_SIZE constants (master...2017_08_qt_block_chain_size) https://github.com/bitcoin/bitcoin/pull/10988
< luke-jr> oh well, kinda independent from this PR since it's not touching that relationship
< wumpus> yeah
< John> hi
< John> oh yay i can talk here
< John> is this the place where the "non segwit" guys hang out?
< John> oh
< John> i guess now wumpus
< John> *not
< wumpus> sigh, just what we needed, that guy here too
< gmaxwell> [Offtopic] If any of you have been using vanitygen with a patch that makes it produce compressed keys, beware, 1/256 private keys it outputs are corrupted. The corruption is recoverable, with a bit of bruteforcing.
< gmaxwell> Symptom is that bitcoin core rejects the private keys as invalid, which they are.
< gmaxwell> If you become a victim of this or know someonw who is, just tell me I can tell you how to recover.
< bitcoin-git> [bitcoin] ajtowns opened pull request #10994: Add option to avoid warning on certain network upgrades (master...ignore-vbits) https://github.com/bitcoin/bitcoin/pull/10994
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10995: Fix resendwallettransactions assert failure if -walletbroadcast=0 (master...2018-08-walletbroadcast-assert) https://github.com/bitcoin/bitcoin/pull/10995
< bitcoin-git> [bitcoin] ajtowns opened pull request #10996: [WIP] Add per-network config file network.conf (master...netconf) https://github.com/bitcoin/bitcoin/pull/10996
< arubi> oh man please ^^
< sipa> ?
< jonasschnelli> What's the reason to not build bench via gitian?
< jonasschnelli> #8175
< gribble> https://github.com/bitcoin/bitcoin/issues/8175 | gitian: Add --disable-bench to config flags for windows by laanwj · Pull Request #8175 · bitcoin/bitcoin · GitHub
< wumpus> at the time, bench was completely useless
< wumpus> it had one (example) benchmark
< wumpus> we could discuss re-adding it to the distribution in 0.16 as that has changed
< jonasschnelli> wumpus: I think it would worth ship it..
< arubi> sipa, would be cool to have the .conf file per network. I do this now with shell functions and I'd love if it would be a part of the original bitcoin.conf. makes it much simpler to version control
< sipa> oh, absolutely
< wumpus> .conf file per network is not only cool, it is necessary for network config, e.g. if you currently bind a specific rpcport or p2p port, you can't use the other networks anymore
< wumpus> also if you want to use a proxy for mainnet, but not, say, for testnet, that's not possible currently
< arubi> right, what's going on now is that I might have a special client running on both testnet and regtest, now I need two names for it, one that's like testnet-cli and and another is regtest-cli. I can do the conf stuff in the function and common stuff in .conf, but that branching happening one level above is awesome
< wumpus> yes