< GitHub29>
[bitcoin] laanwj closed pull request #8004: signal handling: fReopenDebugLog and fRequestShutdown should be type sig_atomic_t (master...fix_signal_handler) https://github.com/bitcoin/bitcoin/pull/8004
< GitHub57>
bitcoin/master 2efe38b Wladimir J. van der Laan: Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be type sig_atomic_t...
< GitHub57>
bitcoin/master 3262316 Chirag Davé: fReopenDebugLog and fRequestShutdown should be type sig_atomic_t...
< GitHub176>
[bitcoin] jonasschnelli opened pull request #8042: [Qt] Don't allow to open the debug window during splashscreen & verification state (master...2016/05/qt_debug_win_splash) https://github.com/bitcoin/bitcoin/pull/8042
< jonasschnelli>
AaronvanW: you'll find him in #secp256k1 or in #bitcoin-wizards
< wumpus>
at the least, GPUs became a lot better with integer operations compared to the time I used it a lot, partially thanks to bitcoin mining :-)
< jonasschnelli>
I'm impressed how bitcoin-core does perform on a 29$ computer (Pine64). Progress=0.5~ in <24h. dbcache=1500. Using a cheap/slow USB stick.
< GitHub94>
[bitcoin] wtogami opened pull request #8033: Fix Socks5() connect failures to be less noisy and unnecessarily scary (master...proxy_fail_too_scary) https://github.com/bitcoin/bitcoin/pull/8033
< GitHub123>
bitcoin/master b02119e Pavel Janík: Remove useless argument to AlertNotify....
< jonasschnelli>
The idea I had with resize the caches was that Bitcoin-Qt could ask for a db cache size during first run (like the datadir), then It could allocate ~>1GB, after IBD it could reduce it back to 100MB.
< GitHub96>
[bitcoin] laanwj opened pull request #8030: test: Revert fatal-ness of missing python-zmq (master...2016_05_revert_zmq_req_tests) https://github.com/bitcoin/bitcoin/pull/8030
< GitHub10>
[bitcoin] laanwj closed pull request #7976: Remove obsolete reference to CValidationState from UpdateCoins. (master...cleancoinsupdate) https://github.com/bitcoin/bitcoin/pull/7976
< GitHub128>
bitcoin/master e29cfc4 Wladimir J. van der Laan: Merge #7976: Remove obsolete reference to CValidationState from UpdateCoins....
< GitHub128>
bitcoin/master c8b9248 21E14: Remove obsolete reference to CValidationState from UpdateCoins.
< warren>
After this is done I will make the recommendation to Fedora that they do NOT want to build and maintain their own Bitcoin RPM, mostly because they EOL distros very quickly and people will be stuck with old versions of Bitcoin. Installing Bitcoin should be a conscious process not subject to auto-update either.
< roasbeef>
nickler: Once I get the tests in, I’ll be restructuring the commits as they’ve started to sprawl a bit as I’ve fixed bugs, tweaked API’s, etc. I’ve been busy with other non-bitcoin stuff (this whole graduating thing), but hope to get the PR to it’s final form (insert Frieza meme ;) ) in the next week or two.
< morcos>
ok so to summarize, email to bitcoin ML stating we are setting the testnet activation start date as may 1st because we believe at this point the activation start date is likely the only consensus change remaining with segwit
< wumpus>
#action discuss testnet activation date on bitcoin-dev mailing list
< GitHub197>
[bitcoin] JeremyRand opened pull request #8009: Docs: Fixed invalid example paths in gitian-building.md (master...doc-gitian-building-offline-paths-fix) https://github.com/bitcoin/bitcoin/pull/8009
< GitHub118>
[bitcoin] Tyler-Hardin opened pull request #8006: Qt: Add option to disable the system tray icon (master...disable-tray) https://github.com/bitcoin/bitcoin/pull/8006
< GitHub154>
[bitcoin] avar opened pull request #8005: Add a comment indicating that the btc devs don't want a warning fixed (master...note-that-unused-function-compiler-warning-should-not-be-fixed) https://github.com/bitcoin/bitcoin/pull/8005
< GitHub26>
[bitcoin] avar closed pull request #8003: Get rid of a compiler warning due to #if 0'd test (master...fix-unused-function-compiler-warning) https://github.com/bitcoin/bitcoin/pull/8003
< GitHub154>
bitcoin/master 9eaa0af Wladimir J. van der Laan: tinyformat: force USE_VARIADIC_TEMPLATES...
< GitHub82>
[bitcoin] catilac opened pull request #8004: signal handling: fReopenDebugLog and fRequestShutdown should be type sig_atomic_t (master...fix_signal_handler) https://github.com/bitcoin/bitcoin/pull/8004
2016-05-04
< GitHub55>
[bitcoin] avar opened pull request #8003: Get rid of a compiler warning due to #if 0'd test (master...fix-unused-function-compiler-warning) https://github.com/bitcoin/bitcoin/pull/8003
< Jimbo_>
Hi everyone. I'm getting a stable crash from bitcoin-qt.exe on WinXP. Is this platform still supported
< GitHub37>
[bitcoin] laanwj closed pull request #7974: More comments on the design of AttemptToEvictConnection. (master...attempt_to_evict_comment) https://github.com/bitcoin/bitcoin/pull/7974
< GitHub30>
bitcoin/master 8206835 Wladimir J. van der Laan: Merge #7974: More comments on the design of AttemptToEvictConnection....
< GitHub30>
bitcoin/master d90351f Gregory Maxwell: More comments on the design of AttemptToEvictConnection....
< GitHub199>
[bitcoin] laanwj opened pull request #7995: main: Make version bits GUI warning clearer to translators (master...2016_05_minor_message_change) https://github.com/bitcoin/bitcoin/pull/7995
< GitHub73>
[bitcoin] kazcw closed pull request #7991: Save 7% total memory usage by using pointers as keys in mapNextTx (master...memusage) https://github.com/bitcoin/bitcoin/pull/7991
2016-05-02
< gmaxwell>
(being an org member lets you assign tickets to them-- really bitcoin core should probably make a lot more people org members)
< james341>
now I am in a very difficult situation and I do not have enough money even for food . who do not mind , please give me a couple of dollars . here is my Bitcoin address :"1HZAGzo7DJ4cqMuHuhjPZY1hwHhZYU52Tu" . I will be very grateful to anyone who can help me -- do not consider this topic for spam, I need help
< GitHub4>
[bitcoin] kazcw opened pull request #7991: Save 7% total memory usage by using pointers as keys in mapNextTx (master...memusage) https://github.com/bitcoin/bitcoin/pull/7991
< GitHub27>
[bitcoin] achow101 opened pull request #7984: Optional parameter for rescans to start at a specified height (master...rescan-fromheight) https://github.com/bitcoin/bitcoin/pull/7984
< GitHub107>
bitcoin/master 0ad1041 MarcoFalke: Merge #7807: Fixed miner test values, gave constants for less error-prone values....
< GitHub37>
[bitcoin] MarcoFalke closed pull request #7807: Fixed miner test values, gave constants for less error-prone values. (master...mintest) https://github.com/bitcoin/bitcoin/pull/7807
< GitHub163>
[bitcoin] gmaxwell opened pull request #7974: More comments on the design of AttemptToEvictConnection. (master...attempt_to_evict_comment) https://github.com/bitcoin/bitcoin/pull/7974
< GitHub192>
[bitcoin] mruddy closed pull request #7748: test and regtest mempool: not require standard, non-mandatory, input script verification flags (master...nonstandard-sighash) https://github.com/bitcoin/bitcoin/pull/7748