< gmaxwell> BlueMatt: Do you think we can start disconnecting (banning?) non-whitelisted peers that send us unrequested whole blocks that we already have (/have in flight)?
< bitcoin-git> [bitcoin] Empact opened pull request #13639: Fix the chainparamsbase -> util -> chainparamsbase circular dependency (master...chainparamsbase-circ) https://github.com/bitcoin/bitcoin/pull/13639
< provoostenator> I'm chasing a theory that the kernel watchdog on one my ARM machines resets the device during IBD, often during heavier I/O like pruning or cache flushes. Is that even plausible? And is there anything we should do to put said watchdog at ease? http://forum.khadas.com/t/how-to-debug-spontaneous-resets/2624
< warren> provoostenator: not exactly on topic for this channel, but I can comment from my experience that I had ARM devices overheat with CPU load due to inadequate heatsinking, causing such problems.
< provoostenator> warran: thanks. I'll let the folks on that forum help with the device itself. The part that's more relevant here is that these resets often leave the chain in an unrecoverable state, at least with pruning enabled. And maybe there's a way to shut down gracefully or not use max resources that we can recommend / do by default on these devices.
< provoostenator> warren
< gmaxwell> provoostenator: totally plausable. one of my older odroids does it reliably. adding sleeps to the sync OR putting a fan on top of it, fixes it.
< gmaxwell> It's really hard to deal with unreliable hardware, nothing in software is written to handle mystery memory corruption or similar, so all bets are off.
< provoostenator> I did add a heatsink and fan btw, but I wouldn't be surprised if Kernel / OS support for that is misconfigured.
< warren> The heatsink + fan that came with one of my ODroids a few years ago was inadequate to cool the device and keep it reliable while under full CPU load on the four cores.
< jonasschnelli> I made good experience with the Odroid HC1 (passive / heatsink) and the XU4 with heatsink. Testing both since 3 months.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5ba77df15de9...d3dae3ddf9fa
< bitcoin-git> bitcoin/master 075429a winder: Use common SetDataDir method to create temp directory in tests.
< bitcoin-git> bitcoin/master d3dae3d MarcoFalke: Merge #13145: Use common getPath method to create temp directory in tests....
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13145: Use common getPath method to create temp directory in tests. (master...master) https://github.com/bitcoin/bitcoin/pull/13145
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d3dae3ddf9fa...9b638c7ce1b9
< bitcoin-git> bitcoin/master d0b9405 251: Refactors `keystore.h` type aliases....
< bitcoin-git> bitcoin/master 9b638c7 Wladimir J. van der Laan: Merge #13627: Free keystore.h from file scope level type aliases...
< bitcoin-git> [bitcoin] laanwj closed pull request #13627: Free keystore.h from file scope level type aliases (master...patch/cleanup-keystore.h) https://github.com/bitcoin/bitcoin/pull/13627
< promag> wumpus: can you add #13100 to hp?
< gribble> https://github.com/bitcoin/bitcoin/issues/13100 | gui: Add dynamic wallets support by promag · Pull Request #13100 · bitcoin/bitcoin · GitHub
< fanquake> promag added it
< promag> ty!
< promag> if this doesn't get some reviews in the next couple of days it won't go in 0.17
< promag> and I guess that's fine
< wumpus> thanks
< bitcoin-git> [bitcoin] h4x3rotab opened pull request #13643: Switch to NSIS 3.03 to avoid DLL hijacking (master...nsis-fix) https://github.com/bitcoin/bitcoin/pull/13643
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13644: 0.16: Remaining backports for 0.16.2 (0.16...Mf1804-16Backports) https://github.com/bitcoin/bitcoin/pull/13644
< fanquake> What else needs to happen to make #12511 a reality for 0.17.0? I think I'm losing track of any related PRs.
< gribble> https://github.com/bitcoin/bitcoin/issues/12511 | Switch to Ubuntu 18.04 for gitian building · Issue #12511 · bitcoin/bitcoin · GitHub
< wumpus> the GLIBC compat PR
< fanquake> Would be good to get that in to avoid the NSIS problem, and also fix qt on Windows
< fanquake> wumpus is feature freeze still the 16th
< wumpus> we could discuss that at the meeting
< wumpus> if there's a good reason to move it, we'll move it...
< fanquake> I might head to bed now then, and set an alarm for the meeting. A bit to discuss.
< fgdf> jhkjh
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/9b638c7ce1b9...dcb154e5aad8
< bitcoin-git> bitcoin/master 908c1d7 Chun Kuan Lee: GCC-7 and glibc-2.27 compat code
< bitcoin-git> bitcoin/master fc6a9f2 Cory Fields: Use IN6ADDR_ANY_INIT instead of in6addr_any
< bitcoin-git> bitcoin/master 253f592 Chun Kuan Lee: Add stdin, stdout, stderr to ignored export list
< bitcoin-git> [bitcoin] laanwj closed pull request #13177: GCC-7 and glibc-2.27 back compat code (master...compat) https://github.com/bitcoin/bitcoin/pull/13177
< bitcoin-git> [bitcoin] jamesob opened pull request #13645: [tests] skip rpc_zmq functional test as necessary (master...2018-07-skip-zmq-tests) https://github.com/bitcoin/bitcoin/pull/13645
< bitcoin-git> [bitcoin] domob1812 opened pull request #13646: tests: Skip rpc_zmq.py when ZMQ is disabled (master...skip-zmq-test) https://github.com/bitcoin/bitcoin/pull/13646
< kanzure> is there a publicly-hosted log bot for this channel other than bitcoinstats.com?