< randyg501> peace brothers: https://www.youtube.com/watch?v=0fVe809KbUM
<@wumpus> jonasschnelli: gah, I was baffled why bitcoind wasn't getting more than ~10% cpu usage on my Odroid-C2, then I remembered that the network block device that has the data directory is connected through a 100mbit ethernet switch :-)
<@wumpus> I need a different setup for benchmarks but not so sure what; it doesn't have USB3 ports, no SATA, just an SD card slot
<@wumpus> wonder what the fastest speed is that it can achieve through that
<@wumpus> /dev/nbd0: Timing buffered disk reads: 24 MB in 3.16 seconds = 7.60 MB/sec lOL
<@wumpus> /dev/mmcblk0:Timing buffered disk reads: 86 MB in 3.01 seconds = 28.54 MB/sec
<@wumpus> does anyone have some beefy ARM server and mind running a full block sync w/ -debug=bench, with and without #12968 and uploading the logs? I kind of hoped mininode 64-bit hosted ARM servers (https://www.mininodes.com/product/64-bit-arm-mininode/) were good but my experience up to now is slow and unstable
< gribble> https://github.com/bitcoin/bitcoin/issues/12968 | leveldb: Add ARMv8 CRC32C support by laanwj · Pull Request #12968 · bitcoin/bitcoin · GitHub
<@wumpus> apparently there's also an "eMMC 5.0 module" for the C2 that's supposed to be faster... https://odroidinc.com/products/128gb-emmc-module-c2
<@wumpus> but I don't get it, in the images they show it connected through USB, that'd be silly
<@wumpus> "This is wrong. You can find the eMMC Module connector just beside the microSD Card slot" aha
< bitcoin-git> [bitcoin] practicalswift opened pull request #12984: logs: Make the columns in subsequent UpdateTip log entries horizontally aligned (master...attention-to-detail) https://github.com/bitcoin/bitcoin/pull/12984
< bitcoin-git> [bitcoin] JeremyRand opened pull request #12985: Windows: Avoid launching as admin when NSIS installer ends. (master...nsis-de-elevate) https://github.com/bitcoin/bitcoin/pull/12985
< instagibbs> should getbalance rpc ever return stale results with respect to blocks it knows about??
< sipa> no
< stevenroose> sipa: when does Core flush the utxo cache?
< stevenroose> Does it check the size and flush when too high whenever it processes a block?
< sipa> stevenroose: also after transactions
< sipa> with a different threshold
< sipa> (it actively tries to not needing to flush during block processing)
< stevenroose> main question would be, does it do so automatically inside the calls for processing them
< stevenroose> or does it happen outside, triggered by the manager of the coinsviews?
< stevenroose> yeah that's what I meant
< sipa> look at where FlushStateToDisk is called
< stevenroose> hmm, ok. seems like if it's called inside block processing, it can delay the processing of certina blocks by at ton, even though it could be called async
< stevenroose> will look for that, thanks
< sipa> yes, my longer term plan is moving the flushing to a background thread
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5f2a39946fd4...dec61152d6cc
< bitcoin-git> bitcoin/master 1527015 Pieter Wuille: Avoid std::locale/imbue in DateTimeStrFormat
< bitcoin-git> bitcoin/master dec6115 Wladimir J. van der Laan: Merge #12973: Avoid std::locale/imbue madness in DateTimeStrFormat...
< bitcoin-git> [bitcoin] laanwj closed pull request #12973: Avoid std::locale/imbue madness in DateTimeStrFormat (master...201804_noimbue) https://github.com/bitcoin/bitcoin/pull/12973
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/dec61152d6cc...e76acf3384ac
< bitcoin-git> bitcoin/master 5b4fc3e fanquake: depends: Fix Qt build with XCode 9.3
< bitcoin-git> bitcoin/master e76acf3 Wladimir J. van der Laan: Merge #12946: depends: Fix Qt build with XCode 9.3...
< bitcoin-git> [bitcoin] laanwj closed pull request #12946: depends: Fix Qt build with XCode 9.3 (master...fix-qt-xcode93) https://github.com/bitcoin/bitcoin/pull/12946
< bitcoin-git> [bitcoin] jnewbery closed pull request #12981: [DO NOT MERGE] [logging] Add logging to UpdatedBlockTip (master...p2p_compactblocks_race) https://github.com/bitcoin/bitcoin/pull/12981
< Fess> Hi all! I nned help(. Try to compile win-32.yml and gave error
< Fess> ./wingenminiupnpcstrings: 1: ./wingenminiupnpcstrings: MZ ^C^D @ ^N^_ ^N : not found ./wingenminiupnpcstrings: 2: ./wingenminiupnpcstrings: Syntax error: word unexpected (expecting ")") make: *** [miniupnpcstrings.h] Error 2
< Fess> Any help ?
< bitcoin-git> [bitcoin] okayplanet opened pull request #12986: Trivial: Corrected comment array name from pnSeeds6 to pnSeed6 (master...comment_correction) https://github.com/bitcoin/bitcoin/pull/12986