< Naphex>
21:45 < sturles> Theese days you can buy beer with testnet coins, as long as you use LN..
< Naphex>
(sorry, miss paste)
< NicolasDorier>
I rebased https://github.com/bitcoin/bitcoin/pull/9728 I would be happy if Hardware wallets people can review. I ate my own dog food, and it seems this PR would really help helping bitcoin core wore seemlessly with hardware wallet and normal wallet without code modification.
< NicolasDorier>
(without code modification on software already written)
< NicolasDorier>
This would allow easy transition to hardware wallet for RPC users.
< bitcoin-git>
[bitcoin] NicolasDorier opened pull request #10165: [Wallet] Refactoring by using CInputCoin instead of std::pair (master...inputcoin) https://github.com/bitcoin/bitcoin/pull/10165
< wumpus>
btw: as bitcoin.org migrated to a new server, I'm waiting for things to be in order to upload 0.14.1rc1 binaries, this is why it's taking longer than normal
< karelb>
hello... I want to build my own bitcoind with the resulting tar similar to what bitcoind has as release tgz... "make dist" doesn't do that apparently, but I can't find out what does
< karelb>
make install DESTDIR=$(pwd)/here/ does the most close, but not 100%
< karelb>
I don't want to follow the whole gitian guide :/
< karelb>
plus "make install" doesn't strip the debug symbols, so the resulting files are quite big
< karelb>
....oh, I should have asked this in #bitcoin , right
< sipa>
you should use the gitian build
< karelb>
@sipa : :/ I was afraid of that. The guide seems pretty long.
< wumpus>
yes, the gitian process is the right way to generate distributable binaries
< wumpus>
(alternatively you could try to follow the gitian descriptor without actually running a gitian build, but that seems more work than just following it, plus you won't get deterministic binaries that others can verify)
< bitcoin-git>
bitcoin/master 63062bd John Newbery: [tests] color test results and sort alphabetically
< bitcoin-git>
bitcoin/master bb92d83 John Newbery: [tests] Add unicode symbols for tests passing/failing/skipping
< bitcoin-git>
bitcoin/master d80baaa John Newbery: fixup - align summary row correctly and make colors/glyphs globals
< bitcoin-git>
[bitcoin] laanwj closed pull request #10159: [tests] color test results and sort alphabetically (master...sort_test_results) https://github.com/bitcoin/bitcoin/pull/10159
< karelb>
Hm, I have 0 experience with gitian and I'm afraid of it, and the guide starts with installing virtual machine and installing debian on it, so I was thinking if there isn't something quicker :) OK I will dive in
< bitcoin-git>
[bitcoin] paveljanik opened pull request #10166: Ignore Doxyfile generated from Doxyfile.in template. (master...20170407_gitignoreDoxyfile) https://github.com/bitcoin/bitcoin/pull/10166
< sipa>
karelb: right, or what wumpus says: you can look a the gitian descriptor to see the build scriots used for release builds
< wumpus>
karelb: the guide is only one of the ways of using it, you don't necessarily need the outer vm if you already have linux of some kind running (esp if that is debian or ubuntu), it's just that the vm with debian works for everyone even those using windows
< morcos>
wumpus: not sure if you want another ack on #9942? i don't think its necessary, as its just the precursor. i have another dozen commits that are almost ready to go, but i'd like to wait for that to be merged and rebase my new stuff on to master.
< bitcoin-git>
[bitcoin] jnewbery opened pull request #10169: [tests] Remove func test code duplication (master...remove_func_test_code_duplication) https://github.com/bitcoin/bitcoin/pull/10169
< warren>
https://github.com/bitcoin/bitcoin/issues/10170 "Normalized, Deterministic OSX SDK tarball" This is an opportunity for non-C++ developers to contribute to Bitcoin Core development.
< warren>
ask wumpus requested, filed a ticket so I don't forget it. hope somebody with more time gets to it before me. I don't have a mac so i can't test it there.