Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addblocks creaks to a halt #1235

Open
kulpreet opened this issue Aug 1, 2018 · 1 comment
Open

addblocks creaks to a halt #1235

kulpreet opened this issue Aug 1, 2018 · 1 comment

Comments

@kulpreet
Copy link
Contributor

kulpreet commented Aug 1, 2018

I tried fetching data from a bitcoind peer, but that creaked to almost a halt.

So then got my hands on a bootstrap.dat and tried importing it. With txindex and addrindex not selected, addblock still creaks to a halt.

The interesting part is when it drops from processing >1000 blocks in 10 seconds to 5.

2018-08-01 18:12:06.211 [INF] MAIN: Processed 1828 blocks in the last 10s (1874548 transactions, height 376102, 2015-09-25 18:51:48 +0200 CEST)
2018-08-01 18:12:54.335 [INF] MAIN: Processed 1262 blocks in the last 48.12s (1085481 transactions, height 377364, 2015-10-04 04:42:47 +0200 CEST)
2018-08-01 18:13:20.597 [INF] MAIN: Processed 5 blocks in the last 26.26s (2589 transactions, height 377369, 2015-10-04 05:35:20 +0200 CEST)
2018-08-01 18:13:32.465 [INF] MAIN: Processed 3 blocks in the last 11.86s (1495 transactions, height 377372, 2015-10-04 06:12:00 +0200 CEST)

This is on a spinning disk, could that be the cause? Could that be the only cause?

I am happy to look into this, but I am sure some people have excellent ideas about what needs to be done - if anything, i.e. A hint or two will be useful to nudge me in the right direction.

A longer log snippet:

2018-08-01 18:04:43.583 [INF] MAIN: Block database loaded
2018-08-01 18:04:43.589 [INF] CHAN: Loading block index...
2018-08-01 18:04:46.039 [INF] CHAN: Chain state (height 377362, hash 000000000000000007791c3899203841b83d27bfcc0c580cfadaf5568efe4526, totaltx 86429538, work 13016713292508473782101154)
2018-08-01 18:04:46.039 [INF] MAIN: Starting import
2018-08-01 18:04:56.039 [INF] MAIN: Processed 169288 blocks in the last 10s (2534962 transactions, height 169288, 2012-03-02 01:03:47 +0100 CET)
2018-08-01 18:05:06.040 [INF] MAIN: Processed 20209 blocks in the last 10s (2493015 transactions, height 189497, 2012-07-17 16:11:18 +0200 CEST)
2018-08-01 18:05:16.040 [INF] MAIN: Processed 12135 blocks in the last 10s (2585915 transactions, height 201632, 2012-10-03 09:30:27 +0200 CEST)
2018-08-01 18:05:26.042 [INF] MAIN: Processed 10446 blocks in the last 10s (2226249 transactions, height 212078, 2012-12-13 16:27:29 +0100 CET)
2018-08-01 18:05:36.044 [INF] MAIN: Processed 7889 blocks in the last 10s (2483361 transactions, height 219967, 2013-02-07 00:20:53 +0100 CET)
2018-08-01 18:05:46.044 [INF] MAIN: Processed 6988 blocks in the last 10s (2352422 transactions, height 226955, 2013-03-20 16:26:14 +0100 CET)
2018-08-01 18:05:56.045 [INF] MAIN: Processed 6688 blocks in the last 10s (2224320 transactions, height 233643, 2013-04-29 00:34:57 +0200 CEST)
2018-08-01 18:06:06.045 [INF] MAIN: Processed 6813 blocks in the last 10s (2269445 transactions, height 240456, 2013-06-08 22:06:10 +0200 CEST)
2018-08-01 18:06:16.048 [INF] MAIN: Processed 9590 blocks in the last 10s (2335773 transactions, height 250046, 2013-08-03 23:34:38 +0200 CEST)
2018-08-01 18:06:26.049 [INF] MAIN: Processed 8311 blocks in the last 10s (2387112 transactions, height 258357, 2013-09-16 21:01:54 +0200 CEST)
2018-08-01 18:06:36.049 [INF] MAIN: Processed 7813 blocks in the last 10s (2145991 transactions, height 266170, 2013-10-26 11:40:00 +0200 CEST)
2018-08-01 18:06:46.051 [INF] MAIN: Processed 6136 blocks in the last 10s (2214969 transactions, height 272306, 2013-11-30 16:07:47 +0100 CET)
2018-08-01 18:06:56.055 [INF] MAIN: Processed 6295 blocks in the last 10s (2154850 transactions, height 278601, 2014-01-04 17:33:11 +0100 CET)
2018-08-01 18:07:06.058 [INF] MAIN: Processed 6279 blocks in the last 10s (2131862 transactions, height 284880, 2014-02-09 00:34:55 +0100 CET)
2018-08-01 18:07:16.058 [INF] MAIN: Processed 4672 blocks in the last 10s (1880300 transactions, height 289552, 2014-03-08 16:14:17 +0100 CET)
2018-08-01 18:07:26.058 [INF] MAIN: Processed 4759 blocks in the last 10s (1840968 transactions, height 294311, 2014-04-05 08:03:48 +0200 CEST)
2018-08-01 18:07:36.066 [INF] MAIN: Processed 4564 blocks in the last 10s (1742313 transactions, height 298875, 2014-05-03 06:56:02 +0200 CEST)
2018-08-01 18:07:46.071 [INF] MAIN: Processed 4495 blocks in the last 10s (1798235 transactions, height 303370, 2014-05-30 21:12:38 +0200 CEST)
2018-08-01 18:07:56.076 [INF] MAIN: Processed 4975 blocks in the last 10s (1750389 transactions, height 308345, 2014-06-28 21:02:57 +0200 CEST)
2018-08-01 18:08:06.080 [INF] MAIN: Processed 4411 blocks in the last 10s (1788099 transactions, height 312756, 2014-07-27 20:17:16 +0200 CEST)
2018-08-01 18:08:16.084 [INF] MAIN: Processed 4260 blocks in the last 10s (1794854 transactions, height 317016, 2014-08-22 23:45:39 +0200 CEST)
2018-08-01 18:08:26.108 [INF] MAIN: Processed 3699 blocks in the last 10.02s (1556170 transactions, height 320715, 2014-09-14 23:18:14 +0200 CEST)
2018-08-01 18:08:36.112 [INF] MAIN: Processed 3866 blocks in the last 10s (1838488 transactions, height 324581, 2014-10-09 20:43:42 +0200 CEST)
2018-08-01 18:08:46.113 [INF] MAIN: Processed 3642 blocks in the last 10s (1861342 transactions, height 328223, 2014-11-02 19:37:24 +0100 CET)
2018-08-01 18:08:56.125 [INF] MAIN: Processed 3230 blocks in the last 10.01s (1851801 transactions, height 331453, 2014-11-24 18:25:38 +0100 CET)
2018-08-01 18:09:06.129 [INF] MAIN: Processed 3013 blocks in the last 10s (1839931 transactions, height 334466, 2014-12-15 19:43:46 +0100 CET)
2018-08-01 18:09:16.131 [INF] MAIN: Processed 2854 blocks in the last 10s (1601748 transactions, height 337320, 2015-01-03 20:26:12 +0100 CET)
2018-08-01 18:09:26.137 [INF] MAIN: Processed 2848 blocks in the last 10s (1909282 transactions, height 340168, 2015-01-23 12:17:41 +0100 CET)
2018-08-01 18:09:36.139 [INF] MAIN: Processed 3094 blocks in the last 10s (1901176 transactions, height 343262, 2015-02-13 11:29:19 +0100 CET)
2018-08-01 18:09:46.140 [INF] MAIN: Processed 2663 blocks in the last 10s (1745537 transactions, height 345925, 2015-03-03 04:32:32 +0100 CET)
2018-08-01 18:09:56.143 [INF] MAIN: Processed 2669 blocks in the last 10s (1832379 transactions, height 348594, 2015-03-21 19:12:27 +0100 CET)
2018-08-01 18:10:06.148 [INF] MAIN: Processed 2394 blocks in the last 10s (1590478 transactions, height 350988, 2015-04-06 17:30:06 +0200 CEST)
2018-08-01 18:10:16.155 [INF] MAIN: Processed 2260 blocks in the last 10s (1705589 transactions, height 353248, 2015-04-22 18:15:41 +0200 CEST)
2018-08-01 18:10:26.164 [INF] MAIN: Processed 2655 blocks in the last 10s (1954399 transactions, height 355903, 2015-05-11 11:04:05 +0200 CEST)
2018-08-01 18:10:36.168 [INF] MAIN: Processed 2647 blocks in the last 10s (1890750 transactions, height 358550, 2015-05-29 17:52:32 +0200 CEST)
2018-08-01 18:10:46.178 [INF] MAIN: Processed 2393 blocks in the last 10.01s (1856593 transactions, height 360943, 2015-06-14 20:57:56 +0200 CEST)
2018-08-01 18:10:56.180 [INF] MAIN: Processed 1681 blocks in the last 10s (1368035 transactions, height 362624, 2015-06-26 12:31:04 +0200 CEST)
2018-08-01 18:11:06.182 [INF] MAIN: Processed 1847 blocks in the last 10s (1743477 transactions, height 364471, 2015-07-08 23:41:25 +0200 CEST)
2018-08-01 18:11:16.183 [INF] MAIN: Processed 1481 blocks in the last 10s (1586489 transactions, height 365952, 2015-07-19 05:33:31 +0200 CEST)
2018-08-01 18:11:26.204 [INF] MAIN: Processed 1922 blocks in the last 10.02s (1586952 transactions, height 367874, 2015-08-01 06:01:52 +0200 CEST)
2018-08-01 18:11:36.207 [INF] MAIN: Processed 1996 blocks in the last 10s (1579907 transactions, height 369870, 2015-08-14 20:28:41 +0200 CEST)
2018-08-01 18:11:46.210 [INF] MAIN: Processed 2557 blocks in the last 10s (1928536 transactions, height 372427, 2015-08-31 23:13:10 +0200 CEST)
2018-08-01 18:11:56.210 [INF] MAIN: Processed 1847 blocks in the last 10s (1606075 transactions, height 374274, 2015-09-13 05:37:08 +0200 CEST)
2018-08-01 18:12:06.211 [INF] MAIN: Processed 1828 blocks in the last 10s (1874548 transactions, height 376102, 2015-09-25 18:51:48 +0200 CEST)
2018-08-01 18:12:54.335 [INF] MAIN: Processed 1262 blocks in the last 48.12s (1085481 transactions, height 377364, 2015-10-04 04:42:47 +0200 CEST)
2018-08-01 18:13:20.597 [INF] MAIN: Processed 5 blocks in the last 26.26s (2589 transactions, height 377369, 2015-10-04 05:35:20 +0200 CEST)
2018-08-01 18:13:32.465 [INF] MAIN: Processed 3 blocks in the last 11.86s (1495 transactions, height 377372, 2015-10-04 06:12:00 +0200 CEST)
2018-08-01 18:13:55.956 [INF] MAIN: Processed 4 blocks in the last 23.49s (2653 transactions, height 377376, 2015-10-04 07:07:30 +0200 CEST)
2018-08-01 18:14:15.951 [INF] MAIN: Processed 1 block in the last 19.99s (774 transactions, height 377377, 2015-10-04 07:23:39 +0200 CEST)
2018-08-01 18:14:27.462 [INF] MAIN: Processed 2 blocks in the last 11.51s (747 transactions, height 377379, 2015-10-04 07:38:29 +0200 CEST)
2018-08-01 18:15:05.657 [INF] MAIN: Processed 1 block in the last 38.19s (1070 transactions, height 377380, 2015-10-04 07:57:58 +0200 CEST)
2018-08-01 18:15:15.897 [INF] MAIN: Processed 2 blocks in the last 10.23s (1209 transactions, height 377382, 2015-10-04 08:13:27 +0200 CEST)
2018-08-01 18:15:44.935 [INF] MAIN: Processed 5 blocks in the last 29.03s (2892 transactions, height 377387, 2015-10-04 09:11:37 +0200 CEST)
2018-08-01 18:16:04.511 [INF] MAIN: Processed 1 block in the last 19.57s (1414 transactions, height 377388, 2015-10-04 09:37:14 +0200 CEST)
2018-08-01 18:16:21.396 [INF] MAIN: Processed 2 blocks in the last 16.88s (1049 transactions, height 377390, 2015-10-04 09:53:04 +0200 CEST)
2018-08-01 18:16:40.350 [INF] MAIN: Processed 3 blocks in the last 18.95s (1890 transactions, height 377393, 2015-10-04 10:31:18 +0200 CEST)
2018-08-01 18:16:50.440 [INF] MAIN: Processed 2 blocks in the last 10.09s (1244 transactions, height 377395, 2015-10-04 10:40:07 +0200 CEST)
2018-08-01 18:17:00.460 [INF] MAIN: Processed 5 blocks in the last 10.01s (2672 transactions, height 377400, 2015-10-04 11:17:46 +0200 CEST)
2018-08-01 18:17:11.035 [INF] MAIN: Processed 3 blocks in the last 10.57s (2800 transactions, height 377403, 2015-10-04 11:52:42 +0200 CEST)
2018-08-01 18:17:23.524 [INF] MAIN: Processed 5 blocks in the last 12.48s (3141 transactions, height 377408, 2015-10-04 12:28:33 +0200 CEST)
2018-08-01 18:17:34.976 [INF] MAIN: Processed 4 blocks in the last 11.45s (2105 transactions, height 377412, 2015-10-04 12:56:05 +0200 CEST)
2018-08-01 18:17:45.094 [INF] MAIN: Processed 2 blocks in the last 10.11s (3094 transactions, height 377414, 2015-10-04 13:57:06 +0200 CEST)
2018-08-01 18:17:55.467 [INF] MAIN: Processed 6 blocks in the last 10.37s (5326 transactions, height 377420, 2015-10-04 14:51:29 +0200 CEST)
2018-08-01 18:18:06.634 [INF] MAIN: Processed 6 blocks in the last 11.16s (4134 transactions, height 377426, 2015-10-04 15:24:41 +0200 CEST)
2018-08-01 18:18:16.919 [INF] MAIN: Processed 7 blocks in the last 10.28s (3835 transactions, height 377433, 2015-10-04 16:06:18 +0200 CEST)
2018-08-01 18:18:27.128 [INF] MAIN: Processed 4 blocks in the last 10.2s (5585 transactions, height 377437, 2015-10-04 17:05:30 +0200 CEST)
2018-08-01 18:18:40.668 [INF] MAIN: Processed 8 blocks in the last 13.53s (5888 transactions, height 377445, 2015-10-04 18:11:50 +0200 CEST)
2018-08-01 18:18:52.424 [INF] MAIN: Processed 8 blocks in the last 11.75s (4455 transactions, height 377453, 2015-10-04 19:02:58 +0200 CEST)
2018-08-01 18:19:03.354 [INF] MAIN: Processed 4 blocks in the last 10.92s (5053 transactions, height 377457, 2015-10-04 20:10:53 +0200 CEST)
2018-08-01 18:19:17.058 [INF] MAIN: Processed 6 blocks in the last 13.7s (3957 transactions, height 377463, 2015-10-04 20:47:59 +0200 CEST)
2018-08-01 18:19:30.568 [INF] MAIN: Processed 5 blocks in the last 13.5s (5992 transactions, height 377468, 2015-10-04 21:54:41 +0200 CEST)
2018-08-01 18:19:42.130 [INF] MAIN: Processed 7 blocks in the last 11.56s (2755 transactions, height 377475, 2015-10-04 22:23:30 +0200 CEST)
2018-08-01 18:19:52.582 [INF] MAIN: Processed 4 blocks in the last 10.45s (3377 transactions, height 377479, 2015-10-04 23:07:26 +0200 CEST)
2018-08-01 18:20:02.647 [INF] MAIN: Processed 6 blocks in the last 10.06s (4283 transactions, height 377485, 2015-10-05 00:08:45 +0200 CEST)
2018-08-01 18:20:12.649 [INF] MAIN: Processed 14 blocks in the last 10s (8121 transactions, height 377499, 2015-10-05 02:16:19 +0200 CEST)
2018-08-01 18:20:22.705 [INF] MAIN: Processed 14 blocks in the last 10.05s (8527 transactions, height 377513, 2015-10-05 04:40:18 +0200 CEST)
2018-08-01 18:20:34.032 [INF] MAIN: Processed 21 blocks in the last 11.32s (12288 transactions, height 377534, 2015-10-05 07:39:30 +0200 CEST)
2018-08-01 18:20:45.029 [INF] MAIN: Processed 8 blocks in the last 10.99s (6099 transactions, height 377542, 2015-10-05 09:15:22 +0200 CEST)
2018-08-01 18:20:55.392 [INF] MAIN: Processed 10 blocks in the last 10.36s (5833 transactions, height 377552, 2015-10-05 10:39:21 +0200 CEST)
2018-08-01 18:21:12.902 [INF] MAIN: Processed 5 blocks in the last 17.5s (5343 transactions, height 377557, 2015-10-05 11:41:27 +0200 CEST)
2018-08-01 18:21:23.162 [INF] MAIN: Processed 7 blocks in the last 10.26s (4908 transactions, height 377564, 2015-10-05 12:41:18 +0200 CEST)
2018-08-01 18:21:38.082 [INF] MAIN: Processed 4 blocks in the last 14.92s (6283 transactions, height 377568, 2015-10-05 14:09:55 +0200 CEST)
2018-08-01 18:21:49.267 [INF] MAIN: Processed 5 blocks in the last 11.18s (4961 transactions, height 377573, 2015-10-05 14:53:10 +0200 CEST)
2018-08-01 18:22:00.689 [INF] MAIN: Processed 10 blocks in the last 11.42s (6416 transactions, height 377583, 2015-10-05 15:58:31 +0200 CEST)
2018-08-01 18:22:14.332 [INF] MAIN: Processed 11 blocks in the last 13.64s (16221 transactions, height 377594, 2015-10-05 18:44:30 +0200 CEST)
2018-08-01 18:22:24.457 [INF] MAIN: Processed 15 blocks in the last 10.12s (14500 transactions, height 377609, 2015-10-05 20:24:38 +0200 CEST)
2018-08-01 18:22:34.551 [INF] MAIN: Processed 15 blocks in the last 10.09s (13096 transactions, height 377624, 2015-10-05 22:16:34 +0200 CEST)
2018-08-01 18:22:45.376 [INF] MAIN: Processed 27 blocks in the last 10.82s (23744 transactions, height 377651, 2015-10-06 02:48:41 +0200 CEST)
2018-08-01 18:22:55.793 [INF] MAIN: Processed 26 blocks in the last 10.41s (23574 transactions, height 377677, 2015-10-06 07:36:22 +0200 CEST)
2018-08-01 18:23:09.219 [INF] MAIN: Processed 20 blocks in the last 13.42s (22737 transactions, height 377697, 2015-10-06 11:38:22 +0200 CEST)
2018-08-01 18:23:19.294 [INF] MAIN: Processed 31 blocks in the last 10.07s (26596 transactions, height 377728, 2015-10-06 16:03:56 +0200 CEST)
2018-08-01 18:23:29.413 [INF] MAIN: Processed 18 blocks in the last 10.11s (23073 transactions, height 377746, 2015-10-06 18:57:44 +0200 CEST)
2018-08-01 18:23:40.060 [INF] MAIN: Processed 16 blocks in the last 10.64s (13595 transactions, height 377762, 2015-10-06 20:48:45 +0200 CEST)
2018-08-01 18:23:51.300 [INF] MAIN: Processed 10 blocks in the last 11.23s (11842 transactions, height 377772, 2015-10-06 22:39:03 +0200 CEST)
2018-08-01 18:24:05.348 [INF] MAIN: Processed 13 blocks in the last 14.04s (12785 transactions, height 377785, 2015-10-07 00:44:29 +0200 CEST)
2018-08-01 18:24:16.526 [INF] MAIN: Processed 11 blocks in the last 11.17s (12666 transactions, height 377796, 2015-10-07 02:59:19 +0200 CEST)
2018-08-01 18:24:31.154 [INF] MAIN: Processed 19 blocks in the last 14.62s (20144 transactions, height 377815, 2015-10-07 06:58:42 +0200 CEST)
2018-08-01 18:24:41.201 [INF] MAIN: Processed 23 blocks in the last 10.04s (19002 transactions, height 377838, 2015-10-07 10:53:53 +0200 CEST)
2018-08-01 18:24:52.710 [INF] MAIN: Processed 15 blocks in the last 11.5s (13031 transactions, height 377853, 2015-10-07 13:21:16 +0200 CEST)
2018-08-01 18:25:02.838 [INF] MAIN: Processed 17 blocks in the last 10.12s (28660 transactions, height 377870, 2015-10-07 17:56:26 +0200 CEST)
2018-08-01 18:25:13.027 [INF] MAIN: Processed 26 blocks in the last 10.18s (19858 transactions, height 377896, 2015-10-07 20:47:10 +0200 CEST)
2018-08-01 18:25:24.682 [INF] MAIN: Processed 20 blocks in the last 11.65s (19914 transactions, height 377916, 2015-10-08 00:13:58 +0200 CEST)
2018-08-01 18:25:34.693 [INF] MAIN: Processed 29 blocks in the last 10.01s (25562 transactions, height 377945, 2015-10-08 05:00:40 +0200 CEST)
2018-08-01 18:25:44.790 [INF] MAIN: Processed 28 blocks in the last 10.09s (32153 transactions, height 377973, 2015-10-08 11:28:08 +0200 CEST)
2018-08-01 18:25:54.961 [INF] MAIN: Processed 34 blocks in the last 10.17s (31396 transactions, height 378007, 2015-10-08 16:32:32 +0200 CEST)
2018-08-01 18:26:05.232 [INF] MAIN: Processed 18 blocks in the last 10.27s (24312 transactions, height 378025, 2015-10-08 19:58:25 +0200 CEST)
2018-08-01 18:26:15.324 [INF] MAIN: Processed 43 blocks in the last 10.09s (35429 transactions, height 378068, 2015-10-09 03:13:31 +0200 CEST)
2018-08-01 18:26:25.590 [INF] MAIN: Processed 34 blocks in the last 10.26s (25930 transactions, height 378102, 2015-10-09 08:33:36 +0200 CEST)
2018-08-01 18:26:35.654 [INF] MAIN: Processed 31 blocks in the last 10.06s (23988 transactions, height 378133, 2015-10-09 14:36:06 +0200 CEST)
2018-08-01 18:26:46.123 [INF] MAIN: Processed 21 blocks in the last 10.46s (26921 transactions, height 378154, 2015-10-09 18:44:34 +0200 CEST)
2018-08-01 18:26:56.685 [INF] MAIN: Processed 17 blocks in the last 10.56s (18944 transactions, height 378171, 2015-10-09 21:52:44 +0200 CEST)
2018-08-01 18:27:07.087 [INF] MAIN: Processed 24 blocks in the last 10.4s (24397 transactions, height 378195, 2015-10-10 03:04:06 +0200 CEST)
2018-08-01 18:27:18.327 [INF] MAIN: Processed 13 blocks in the last 11.24s (16889 transactions, height 378208, 2015-10-10 06:11:51 +0200 CEST)
2018-08-01 18:27:29.336 [INF] MAIN: Processed 23 blocks in the last 11s (19833 transactions, height 378231, 2015-10-10 09:48:01 +0200 CEST)
2018-08-01 18:27:39.337 [INF] MAIN: Processed 17 blocks in the last 10s (10129 transactions, height 378248, 2015-10-10 11:47:14 +0200 CEST)
2018-08-01 18:27:49.406 [INF] MAIN: Processed 13 blocks in the last 10.06s (9257 transactions, height 378261, 2015-10-10 13:27:51 +0200 CEST)
2018-08-01 18:28:00.075 [INF] MAIN: Processed 21 blocks in the last 10.66s (16697 transactions, height 378282, 2015-10-10 16:51:17 +0200 CEST)
2018-08-01 18:28:10.164 [INF] MAIN: Processed 18 blocks in the last 10.08s (17755 transactions, height 378300, 2015-10-10 19:38:42 +0200 CEST)
2018-08-01 18:28:20.982 [INF] MAIN: Processed 19 blocks in the last 10.81s (11617 transactions, height 378319, 2015-10-10 21:47:23 +0200 CEST)
2018-08-01 18:28:32.221 [INF] MAIN: Processed 15 blocks in the last 11.23s (10748 transactions, height 378334, 2015-10-10 23:46:25 +0200 CEST)
2018-08-01 18:28:42.483 [INF] MAIN: Processed 11 blocks in the last 10.26s (5374 transactions, height 378345, 2015-10-11 00:59:59 +0200 CEST)
2018-08-01 18:28:54.713 [INF] MAIN: Processed 14 blocks in the last 12.23s (10312 transactions, height 378359, 2015-10-11 03:53:43 +0200 CEST)
2018-08-01 18:29:05.842 [INF] MAIN: Processed 14 blocks in the last 11.12s (9877 transactions, height 378373, 2015-10-11 06:28:27 +0200 CEST)
2018-08-01 18:29:18.184 [INF] MAIN: Processed 10 blocks in the last 12.34s (6111 transactions, height 378383, 2015-10-11 08:10:43 +0200 CEST)
2018-08-01 18:29:30.987 [INF] MAIN: Processed 4 blocks in the last 12.8s (2758 transactions, height 378387, 2015-10-11 08:42:13 +0200 CEST)
2018-08-01 18:29:41.279 [INF] MAIN: Processed 9 blocks in the last 10.29s (5738 transactions, height 378396, 2015-10-11 10:13:54 +0200 CEST)
2018-08-01 18:29:51.289 [INF] MAIN: Processed 5 blocks in the last 10s (2244 transactions, height 378401, 2015-10-11 10:42:04 +0200 CEST)
2018-08-01 18:30:01.808 [INF] MAIN: Processed 4 blocks in the last 10.51s (1910 transactions, height 378405, 2015-10-11 11:12:40 +0200 CEST)
2018-08-01 18:30:13.452 [INF] MAIN: Processed 8 blocks in the last 11.64s (3274 transactions, height 378413, 2015-10-11 12:04:59 +0200 CEST)
2018-08-01 18:30:23.762 [INF] MAIN: Processed 4 blocks in the last 10.31s (3853 transactions, height 378417, 2015-10-11 13:00:24 +0200 CEST)
2018-08-01 18:30:35.097 [INF] MAIN: Processed 5 blocks in the last 11.33s (2485 transactions, height 378422, 2015-10-11 13:28:05 +0200 CEST)
2018-08-01 18:30:45.471 [INF] MAIN: Processed 5 blocks in the last 10.37s (4366 transactions, height 378427, 2015-10-11 14:34:10 +0200 CEST)
2018-08-01 18:30:55.826 [INF] MAIN: Processed 9 blocks in the last 10.35s (6944 transactions, height 378436, 2015-10-11 16:08:04 +0200 CEST)
2018-08-01 18:31:06.350 [INF] MAIN: Processed 9 blocks in the last 10.52s (6788 transactions, height 378445, 2015-10-11 17:13:53 +0200 CEST)
2018-08-01 18:31:19.574 [INF] MAIN: Processed 5 blocks in the last 13.22s (5264 transactions, height 378450, 2015-10-11 18:12:32 +0200 CEST)
2018-08-01 18:31:31.987 [INF] MAIN: Processed 4 blocks in the last 12.41s (3951 transactions, height 378454, 2015-10-11 18:56:03 +0200 CEST)
2018-08-01 18:31:44.684 [INF] MAIN: Processed 3 blocks in the last 12.69s (3333 transactions, height 378457, 2015-10-11 19:32:15 +0200 CEST)
2018-08-01 18:31:58.679 [INF] MAIN: Processed 5 blocks in the last 13.99s (3757 transactions, height 378462, 2015-10-11 20:15:53 +0200 CEST)
2018-08-01 18:32:09.799 [INF] MAIN: Processed 4 blocks in the last 11.12s (4661 transactions, height 378466, 2015-10-11 21:16:27 +0200 CEST)
2018-08-01 18:32:26.133 [INF] MAIN: Processed 7 blocks in the last 16.33s (3931 transactions, height 378473, 2015-10-11 21:59:29 +0200 CEST)
2018-08-01 18:32:36.844 [INF] MAIN: Processed 6 blocks in the last 10.71s (3520 transactions, height 378479, 2015-10-11 22:41:58 +0200 CEST)
2018-08-01 18:32:48.374 [INF] MAIN: Processed 6 blocks in the last 11.52s (4016 transactions, height 378485, 2015-10-11 23:34:01 +0200 CEST)
2018-08-01 18:32:59.938 [INF] MAIN: Processed 4 blocks in the last 11.56s (1792 transactions, height 378489, 2015-10-11 23:58:54 +0200 CEST)
2018-08-01 18:33:11.179 [INF] MAIN: Processed 2 blocks in the last 11.24s (1324 transactions, height 378491, 2015-10-12 00:16:56 +0200 CEST)
2018-08-01 18:33:23.534 [INF] MAIN: Processed 5 blocks in the last 12.35s (6497 transactions, height 378496, 2015-10-12 02:03:14 +0200 CEST)
2018-08-01 18:33:34.273 [INF] MAIN: Processed 7 blocks in the last 10.73s (5668 transactions, height 378503, 2015-10-12 03:22:44 +0200 CEST)
2018-08-01 18:33:44.439 [INF] MAIN: Processed 4 blocks in the last 10.16s (5087 transactions, height 378507, 2015-10-12 04:17:30 +0200 CEST)
2018-08-01 18:34:02.199 [INF] MAIN: Processed 3 blocks in the last 17.76s (1590 transactions, height 378510, 2015-10-12 04:32:16 +0200 CEST)
2018-08-01 18:34:12.715 [INF] MAIN: Processed 6 blocks in the last 10.51s (4064 transactions, height 378516, 2015-10-12 05:25:59 +0200 CEST)
2018-08-01 18:34:31.019 [INF] MAIN: Processed 8 blocks in the last 18.3s (5174 transactions, height 378524, 2015-10-12 06:34:26 +0200 CEST)
2018-08-01 18:34:44.029 [INF] MAIN: Processed 6 blocks in the last 13s (4441 transactions, height 378530, 2015-10-12 07:39:49 +0200 CEST)
2018-08-01 18:34:58.811 [INF] MAIN: Processed 11 blocks in the last 14.78s (3614 transactions, height 378541, 2015-10-12 08:56:45 +0200 CEST)
2018-08-01 18:35:11.980 [INF] MAIN: Processed 2 blocks in the last 13.16s (1019 transactions, height 378543, 2015-10-12 09:15:47 +0200 CEST)
2018-08-01 18:35:22.212 [INF] MAIN: Processed 6 blocks in the last 10.23s (8385 transactions, height 378549, 2015-10-12 10:28:23 +0200 CEST)
@Roasbeef
Copy link
Member

Roasbeef commented Aug 2, 2018

This is on a spinning disk, could that be the cause?

Yep. As btcd doesn't yet have a utxo set cache, IBD can be very hard on a spinning disk. Once #1168 is merged in, we'll see a nice bump in performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants