1 2018-04-14 05:27:23	0|randyg501|peace brothers:  https://www.youtube.com/watch?v=0fVe809KbUM
 2 2018-04-14 09:16:08	0|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 :-)
 3 2018-04-14 09:22:04	0|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
 4 2018-04-14 09:24:07	0|wumpus|wonder what the fastest speed is that it can achieve through that
 5 2018-04-14 09:25:42	0|wumpus|/dev/nbd0: Timing buffered disk reads:  24 MB in  3.16 seconds =   7.60 MB/sec  lOL
 6 2018-04-14 09:26:18	0|wumpus|/dev/mmcblk0:Timing buffered disk reads:  86 MB in  3.01 seconds =  28.54 MB/sec
 7 2018-04-14 09:32:22	0|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
 8 2018-04-14 09:32:24	0|gribble|https://github.com/bitcoin/bitcoin/issues/12968 | leveldb: Add ARMv8 CRC32C support by laanwj · Pull Request #12968 · bitcoin/bitcoin · GitHub
 9 2018-04-14 09:41:07	0|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
10 2018-04-14 09:41:40	0|wumpus|but I don't get it, in the images they show it connected through USB, that'd be silly
11 2018-04-14 09:44:06	0|wumpus|"This is wrong. You can find the eMMC Module connector just beside the microSD Card slot" aha
12 2018-04-14 12:55:31	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #12984: logs: Make the columns in subsequent UpdateTip log entries horizontally aligned (06master...06attention-to-detail) 02https://github.com/bitcoin/bitcoin/pull/12984
13 2018-04-14 13:36:04	0|bitcoin-git|[13bitcoin] 15JeremyRand opened pull request #12985: Windows: Avoid launching as admin when NSIS installer ends. (06master...06nsis-de-elevate) 02https://github.com/bitcoin/bitcoin/pull/12985
14 2018-04-14 15:26:57	0|instagibbs|should getbalance rpc ever return stale results with respect to blocks it knows about??
15 2018-04-14 15:57:48	0|sipa|no
16 2018-04-14 16:02:33	0|stevenroose|sipa: when does Core flush the utxo cache?
17 2018-04-14 16:03:02	0|stevenroose|Does it check the size and flush when too high whenever it processes a block?
18 2018-04-14 16:03:41	0|sipa|stevenroose: also after transactions
19 2018-04-14 16:03:56	0|sipa|with a different threshold
20 2018-04-14 16:04:06	0|sipa|(it actively tries to not needing to flush during block processing)
21 2018-04-14 16:04:11	0|stevenroose|main question would be, does it do so automatically inside the calls for processing them
22 2018-04-14 16:04:27	0|stevenroose|or does it happen outside, triggered by the manager of the coinsviews?
23 2018-04-14 16:04:41	0|stevenroose|yeah that's what I meant
24 2018-04-14 16:04:44	0|sipa|look at where FlushStateToDisk is called
25 2018-04-14 16:05:18	0|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
26 2018-04-14 16:05:25	0|stevenroose|will look for that, thanks
27 2018-04-14 16:06:02	0|sipa|yes, my longer term plan is moving the flushing to a background thread
28 2018-04-14 16:33:16	0|bitcoin-git|13bitcoin/06master 141527015 15Pieter Wuille: Avoid std::locale/imbue in DateTimeStrFormat
29 2018-04-14 16:33:16	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/5f2a39946fd4...dec61152d6cc
30 2018-04-14 16:33:17	0|bitcoin-git|13bitcoin/06master 14dec6115 15Wladimir J. van der Laan: Merge #12973: Avoid std::locale/imbue madness in DateTimeStrFormat...
31 2018-04-14 16:34:18	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12973: Avoid std::locale/imbue madness in DateTimeStrFormat (06master...06201804_noimbue) 02https://github.com/bitcoin/bitcoin/pull/12973
32 2018-04-14 18:20:25	0|bitcoin-git|13bitcoin/06master 145b4fc3e 15fanquake: depends: Fix Qt build with XCode 9.3
33 2018-04-14 18:20:25	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/dec61152d6cc...e76acf3384ac
34 2018-04-14 18:20:26	0|bitcoin-git|13bitcoin/06master 14e76acf3 15Wladimir J. van der Laan: Merge #12946: depends: Fix Qt build with XCode 9.3...
35 2018-04-14 18:21:08	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12946: depends: Fix Qt build with XCode 9.3 (06master...06fix-qt-xcode93) 02https://github.com/bitcoin/bitcoin/pull/12946
36 2018-04-14 18:47:04	0|bitcoin-git|[13bitcoin] 15jnewbery closed pull request #12981: [DO NOT MERGE] [logging] Add logging to UpdatedBlockTip (06master...06p2p_compactblocks_race) 02https://github.com/bitcoin/bitcoin/pull/12981
37 2018-04-14 21:38:42	0|Fess|Hi all! I nned help(. Try to compile win-32.yml and gave error
38 2018-04-14 21:38:46	0|Fess|./wingenminiupnpcstrings: 1: ./wingenminiupnpcstrings: MZ ^C^D @ ^N^_ ^N : not found  ./wingenminiupnpcstrings: 2: ./wingenminiupnpcstrings: Syntax error: word unexpected (expecting ")")  make: *** [miniupnpcstrings.h] Error 2
39 2018-04-14 21:46:04	0|Fess|Any help ?
40 2018-04-14 23:22:44	0|bitcoin-git|[13bitcoin] 15okayplanet opened pull request #12986: Trivial: Corrected comment array name from pnSeeds6 to pnSeed6 (06master...06comment_correction) 02https://github.com/bitcoin/bitcoin/pull/12986