< meshcollider>
wumpus: 21630 failed again with the ~/.bitcoin issue
< bitcoin-git>
[bitcoin] MeshCollider reopened pull request #11297: Make sure ~/.bitcoin doesn't exist before build (master...201709_travis_delete_dir) https://github.com/bitcoin/bitcoin/pull/11297
< earlz>
thanks, I had similar thoughts last time I worked with coindb that it might be more expensive than expected, but not "can break bitcoin" or crash a node. I'll watch the presentation
< morcos>
earlz: you can watch the presentation from breaking bitcoin today, but essentially the fact that the pre-0.15 utxo set stored unspent outputs per transaction meant that a new tx could pull in an input that was 1 of many outputs in a previous transaction
< bitcoin-git>
[bitcoin] MeshCollider closed pull request #11297: Make sure ~/.bitcoin doesn't exist before build (master...201709_travis_delete_dir) https://github.com/bitcoin/bitcoin/pull/11297
< gribble>
https://github.com/bitcoin/bitcoin/issues/10498 | Use static_cast instead of C-style casts for non-fundamental types by practicalswift · Pull Request #10498 · bitcoin/bitcoin · GitHub
< sipa>
oh, perhaps it's due to a cache that existed from before the tests-do-not-touch-.bitcoin issue was merged?
< sipa>
there are random travis failures, where at the end of the test, ~/.bitcoin exists... that PR solving something implies that ~/.bitcoin already exists at the start of the test run
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #11295: doc: Old fee_estimates.dat are discarded by 0.15.0 (0.15...Mf1709-docFeeEst015) https://github.com/bitcoin/bitcoin/pull/11295
< sipa>
bane5000: no need to run as root, forwarding 8333 is perfectly fine but you'll need to configure your external ip address (-externalip=IP on cmdline, or externalip=IP in bitcoin.conf)
< bane5000>
Hey guys, was thinking about running a bitcoin core p2p only headless server on debian. Just had a couple of questions regarding the online documentation... first of all, do you recommend running this as root? Would it be wiser to run the daemon as a separate user/group?
< bitcoin-git>
[bitcoin] jamesob opened pull request #11293: Deduplicate CMerkleBlock construction code, add test coverage (master...dedup-cmerkleblock) https://github.com/bitcoin/bitcoin/pull/11293
< bitcoin-git>
[bitcoin] MeshCollider opened pull request #11289: Add wallet backup text to import* and add* RPCs (master...201709_add_help_text) https://github.com/bitcoin/bitcoin/pull/11289
< bitcoin-git>
[bitcoin] MeshCollider opened pull request #11288: More user-friendly error message when partially signing (master...201709_partial_sign_error) https://github.com/bitcoin/bitcoin/pull/11288
< bitcoin-git>
[bitcoin] MeshCollider opened pull request #11285: Add -usehd to excluded args in check-doc.py (master...201709_fix_usehd_checkdocs) https://github.com/bitcoin/bitcoin/pull/11285
< bitcoin-git>
[bitcoin] ajtowns opened pull request #11284: Fix invalid memory access in CScript::operator+= (master...cscript_insert) https://github.com/bitcoin/bitcoin/pull/11284
< bitcoin-git>
[bitcoin] laanwj closed pull request #11250: Bump wallet version to 159900 and remove the `usehd` option (master...bump-wallet-version) https://github.com/bitcoin/bitcoin/pull/11250
< bitcoin-git>
bitcoin/master c22a53c Wladimir J. van der Laan: Merge #11250: Bump wallet version to 159900 and remove the `usehd` option...
< bitcoin-git>
bitcoin/master 713a920 Andrew Chow: Remove usehd option and warn when it is used...
< bitcoin-git>
bitcoin/master d4c18f7 Andrew Chow: Bump wallet version number to 159900
< midnightmagic>
jonasschnelli: Yes. That SF bitcoin meetup is perfect. That's neat that peter todd stuffed a blockchain hash into his signature in a certificate notation. I wonder if I'm the only one that's actually checked that. :-)
< bitcoin-git>
[bitcoin] laanwj closed pull request #10756: net processing: swap out signals for an interface class (master...no-net-signals2) https://github.com/bitcoin/bitcoin/pull/10756
< bitcoin-git>
[bitcoin] MeshCollider opened pull request #11280: [0.15] Final to-do's for 0.15.0 release notes (0.15...201709_release_note_015_todo) https://github.com/bitcoin/bitcoin/pull/11280
< bitcoin-git>
[bitcoin] laanwj closed pull request #11205: Make fixed CAmounts and related sanity function constexpr (master...refactor/constexpr-amount) https://github.com/bitcoin/bitcoin/pull/11205
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #11276: Update CONTRIBUTRING.md to reduce unnecesarry review workload (master...2017/09/cont) https://github.com/bitcoin/bitcoin/pull/11276
< sipa>
kyzeeruz: #bitcoin please
< bitcoin-git>
[bitcoin] mess110 opened pull request #11274: [tests] Cleanup wildcard imports in functional tests (master...cleanup-wildcard-in-functional-tests) https://github.com/bitcoin/bitcoin/pull/11274
< kyzeeruz>
Is there any possible to use an old computer as a main miner to generate bitcoin?
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #11272: CKeystore/CCrypter: move relevant implementation out of the header (master...2017/09/wallet_refact) https://github.com/bitcoin/bitcoin/pull/11272
< kyzeeruz>
I want to create and build a bitcoin web game or either transforming an online game while playing earn a real bitcoin on it live online.
< meshcollider>
I think you're in the wrong channel, try #bitcoin :)
< bitcoin-git>
[bitcoin] rawodb closed pull request #11177: Support for SegWit Addresses in RPC calls and change addresses (master...pr/rpc_getsegwitaddresses) https://github.com/bitcoin/bitcoin/pull/11177
< kyzeeruz>
Is there somebody can give me a free web link to learn bitcoin coding?
< jonasschnelli>
Yes. The segfault things is ugly... it seems to happen for self-compiled Bitcoin-Qts only. So it could be a Qt5.5 bug. Couldn't track it down so far
< bitcoin-git>
[bitcoin] laanwj closed pull request #11237: qt: Fixing division by zero in time remaining (master...201709_fix_estimated_time) https://github.com/bitcoin/bitcoin/pull/11237
< bitcoin-git>
bitcoin/master e7f1255 Wladimir J. van der Laan: Merge #11237: qt: Fixing division by zero in time remaining...
< bitcoin-git>
bitcoin/master c8d38ab MeshCollider: Refactor tipUpdate as per style guide
< bitcoin-git>
bitcoin/master 3b69a08 MeshCollider: Fix division by zero in time remaining
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #10731: Escape rather than remove any printable characters in UAs (master...log_more_uacomment) https://github.com/bitcoin/bitcoin/pull/10731
< bitcoin-git>
[bitcoin] practicalswift opened pull request #11264: [doc] Fix broken Markdown table in dependencies.md (master...dependencies-capitalization) https://github.com/bitcoin/bitcoin/pull/11264
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #10682: Trivial: Move the AreInputsStandard documentation next to its implementation (master...move-doc) https://github.com/bitcoin/bitcoin/pull/10682
< bitcoin-git>
bitcoin/master 2a56baf MarcoFalke: Merge #10682: Trivial: Move the AreInputsStandard documentation next to its implementation...
< bitcoin-git>
bitcoin/master ca67ddf esneider: Move the AreInputsStandard documentation next to its implementation
< bitcoin-git>
[bitcoin] practicalswift opened pull request #11261: scripted-diff: Use <cxxx> instead of deprecated <xxx.h> when including C compatibility headers (master...cinclude) https://github.com/bitcoin/bitcoin/pull/11261
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #11260: travis: Check that default datadir is never created, Check SHAs only once (master...Mf1708-travisYaml) https://github.com/bitcoin/bitcoin/pull/11260
< meshcollider>
Bitcoin Core is the reference client for bitcoin
< cam9956>
what is bitcoin "core development" though
< Chicago>
cam9956, They're saying go find another channel because clone coins are off-topic for here as they do not generally pertain to Bitcoin Core development.
< cam9956>
yeah with the bitcoin source code
< praxeology>
cam9956: probably #bitcoin would be your best bet
< meshcollider>
Again, this is for bitcoin *core* development, not general questions sorry :)
< cam9956>
yeah this is about bitcoin, i want to devalop my own coin with the bitcoin source
< bitcoin-git>
[bitcoin] laanwj closed pull request #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with testnet 18332 (master...fametrano-regtestport) https://github.com/bitcoin/bitcoin/pull/10825
< bitcoin-git>
bitcoin/master 28485c7 Wladimir J. van der Laan: Merge #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with testnet 18332...
< bitcoin-git>
bitcoin/master ce3baa1 Ferdinando M. Ametrano: changed regtest RPCport to 18443 to avoid conflict with testnet 18332
< bitcoin-git>
[bitcoin] achow101 opened pull request #11250: Bump wallet version to 159900 and remove the `usehd` option (master...bump-wallet-version) https://github.com/bitcoin/bitcoin/pull/11250
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #11247: qt: Use IsMine to validate custom change address (master...Mf1708-qtIsMine) https://github.com/bitcoin/bitcoin/pull/11247
< bitcoin-git>
bitcoin/master a31e9ad MarcoFalke: Merge #11247: qt: Use IsMine to validate custom change address...
< bitcoin-git>
bitcoin/master a1ea1cf Chris Moore: qt: Use IsMine to validate custom change address...
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #11173: RPC: Fix currency unit string in the help text (master...use_currency_unit_constant) https://github.com/bitcoin/bitcoin/pull/11173
< bitcoin-git>
bitcoin/master 4eb1f39 MarcoFalke: Merge #11173: RPC: Fix currency unit string in the help text...
< bitcoin-git>
bitcoin/master 47ba2c3 Akio Nakamura: Fix currency/fee-rate unit string in the help text...
< bitcoin-git>
[bitcoin] donaloconnor opened pull request #11244: Docs: Add extra step to clean $PATH var to strip out windows %PATH% paths. (master...windows_build_fix) https://github.com/bitcoin/bitcoin/pull/11244
< bitcoin-git>
[bitcoin] laanwj closed pull request #11164: Fix boost headers included as user instead of system headers (master...fix/boost-system-includes) https://github.com/bitcoin/bitcoin/pull/11164
< bitcoin-git>
bitcoin/master 38a54a5 Wladimir J. van der Laan: Merge #11164: Fix boost headers included as user instead of system headers...
< bitcoin-git>
bitcoin/master 5ac072c Dan Raviv: Fix boost headers included as user instead of system headers...
< bitcoin-git>
[bitcoin] laanwj closed pull request #11176: build: Rename --enable-experimental-asm to --enable-asm and enable by default (master...2017_08_non_experimental_asm) https://github.com/bitcoin/bitcoin/pull/11176
< bitcoin-git>
bitcoin/master df8c722 Wladimir J. van der Laan: Merge #11176: build: Rename --enable-experimental-asm to --enable-asm and enable by default...