Author

Topic: Core 13.2: Segfault/Block retention (Read 1539 times)

legendary
Activity: 3430
Merit: 3071
April 15, 2017, 12:46:43 PM
#8
Well, I think a whole new machine is definitely needed to test which of the components in the system is broken. Just wondering if my budget can stretch to a Xeon... we'll see. Thanks for your thoughts on the matter ck, you helped me think it through. In the meantime, I think I might have to keep a second copy on the other SSD, hopefully that'll spare any more of the (several) IBD's I've had to do in the short term, and possibly confirm instead that both SSDs are losing writable flash cells quicker than I thought was possible (using an Intel 320 and Samsung 830, incidentally, both have decent reputations for good firmware and hard wearing MLC flash cells)
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
April 15, 2017, 04:29:48 AM
#7
Hard to know where in the chain exactly but with 2 separate drives then yes it's extremely unlikely to be the drive itself. Sata controller/motherboard are more likely contenders in that case. I can't say for certain; I'm purely speculating based on the type of failure you're getting. I had similar failures to yours with a dodgy HD. It was also very intermittent, depending entirely on where on the platter it was trying to write.
legendary
Activity: 3430
Merit: 3071
April 14, 2017, 01:32:32 AM
#6
Sounds suspiciously like hardware failing to me, specifically hard drive.

Could that really happen with 2 separate SSDs though? I deliberately switched from an older 256GB (more used drive) to the newest/largest I have with that possibility faintly in mind (and SSDs don't fail catastrophically AFAIA, the read operation is very reliable even when SSD cells no longer write reliably). I never really believed the problem could actually be the disk itself failing, but you've got me thinking here.

Could it maybe be some aspect of the SATA controller that's failing? I intended to get a new machine later this year anyway, I may have to bring that forward.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
April 13, 2017, 11:26:53 PM
#5
Sounds suspiciously like hardware failing to me, specifically hard drive.
legendary
Activity: 3430
Merit: 3071
April 12, 2017, 07:33:29 AM
#4
Began to experience this again (blocks don't get retained from apparently random points from the various block heights I commence catch-up from)

Still using 0.13.2, except bad shutdown didn't seem to provoke it this time. Another thing I'm seeing is that bitcoind.pid remains in the .bitcoin directory after Bitcoin-qt shits down (pretty sure .pid files should only exist while it's corresponding program is running)
legendary
Activity: 3430
Merit: 3071
February 14, 2017, 05:59:40 AM
#3
The first run below is where I quit during the wallet rescan at startup. 2 runs subsequent included.

Code:
2017-02-13 22:46:28 Bitcoin version v0.13.2
2017-02-13 22:46:28 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2017-02-13 22:46:29 Default data directory /home/user/.bitcoin
2017-02-13 22:46:29 Using data directory /home/user/.bitcoin
2017-02-13 22:46:29 Using config file /home/user/.bitcoin/bitcoin.conf
2017-02-13 22:46:29 Using at most 125 connections (65536 file descriptors available)
2017-02-13 22:46:29 Using 0 threads for script verification
2017-02-13 22:46:29 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2017-02-13 22:46:29 Using wallet wallet.dat
2017-02-13 22:46:29 scheduler thread start
2017-02-13 22:46:29 init message: Verifying wallet...
2017-02-13 22:46:29 CDBEnv::Open: LogDir=/home/user/.bitcoin/database ErrorFile=/home/user/.bitcoin/db.log
2017-02-13 22:46:29 Bound to [::]:8333
2017-02-13 22:46:29 Bound to 0.0.0.0:8333
2017-02-13 22:46:29 Cache configuration:
2017-02-13 22:46:29 * Using 2.0MiB for block index database
2017-02-13 22:46:29 * Using 8.0MiB for chain state database
2017-02-13 22:46:29 * Using 290.0MiB for in-memory UTXO set
2017-02-13 22:46:29 init message: Loading block index...
2017-02-13 22:46:29 Opening LevelDB in /home/user/.bitcoin/blocks/index
2017-02-13 22:46:29 Opened LevelDB successfully
2017-02-13 22:46:29 Using obfuscation key for /home/user/.bitcoin/blocks/index: 0000000000000000
2017-02-13 22:46:29 Opening LevelDB in /home/user/.bitcoin/chainstate
2017-02-13 22:46:32 Opened LevelDB successfully
2017-02-13 22:46:32 Using obfuscation key for /home/user/.bitcoin/chainstate: 9411d802069c6b60
2017-02-13 22:46:42 LoadBlockIndexDB: last block file = 771
2017-02-13 22:46:42 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=135, size=125132941, heights=452773...452907, time=2017-02-13...2017-02-13)
2017-02-13 22:46:42 Checking all blk files are present...
2017-02-13 22:46:42 LoadBlockIndexDB: transaction index disabled
2017-02-13 22:46:42 LoadBlockIndexDB: hashBestChain=0000000000000000022e4eb02b9e3fe0761566a39e3a15ae58fadf14aa10be31 height=452882 date=2017-02-13 16:45:27 progress=0.999910
2017-02-13 22:46:42 init message: Rewinding blocks...
2017-02-13 22:46:46 init message: Verifying blocks...
2017-02-13 22:46:46 Verifying last 6 blocks at level 3
2017-02-13 22:46:46 [0%]...[16%]...[33%]...[50%]...[66%]...[83%]...[99%]...[DONE].
2017-02-13 22:46:51 No coin database inconsistencies in last 7 blocks (16508 transactions)
2017-02-13 22:46:51  block index           21660ms
2017-02-13 22:46:51 init message: Loading wallet...
2017-02-13 22:46:51 nFileVersion = 120000
2017-02-13 22:46:51 Keys: 0 plaintext, 201 encrypted, 201 w/ metadata, 201 total
2017-02-13 22:46:51  wallet                   10ms
2017-02-13 22:46:51 init message: Rescanning...
2017-02-13 22:46:51 Rescanning last 452882 blocks (from block 0)...
2017-02-13 22:47:51 Still rescanning. At block 395464. Progress=0.770943
2017-02-13 22:48:51 Still rescanning. At block 397354. Progress=0.780844
2017-02-13 22:49:51 Still rescanning. At block 398956. Progress=0.789850
2017-02-13 22:50:51 Still rescanning. At block 400472. Progress=0.799465
2017-02-13 22:51:51 Still rescanning. At block 401964. Progress=0.808195
2017-02-13 22:52:51 Still rescanning. At block 403772. Progress=0.817908
2017-02-13 22:53:51 Still rescanning. At block 405530. Progress=0.826965
2017-02-13 22:54:51 Still rescanning. At block 407252. Progress=0.835555
2017-02-13 22:55:51 Still rescanning. At block 408944. Progress=0.844216
2017-02-13 22:56:51 Still rescanning. At block 410475. Progress=0.851915
2017-02-13 22:57:51 Still rescanning. At block 412193. Progress=0.860175
2017-02-13 22:58:51 Still rescanning. At block 413837. Progress=0.867918
2017-02-13 22:59:51 Still rescanning. At block 415509. Progress=0.875649
2017-02-13 23:00:51 Still rescanning. At block 416999. Progress=0.882269
2017-02-13 23:01:51 Still rescanning. At block 418504. Progress=0.888834
2017-02-13 23:02:51 Still rescanning. At block 420266. Progress=0.896041
2017-02-13 23:03:51 Still rescanning. At block 421919. Progress=0.903067
2017-02-13 23:04:51 Still rescanning. At block 423292. Progress=0.908946
2017-02-13 23:05:51 Still rescanning. At block 424957. Progress=0.915242
2017-02-13 23:06:51 Still rescanning. At block 426507. Progress=0.920964
2017-02-13 23:07:51 Still rescanning. At block 428002. Progress=0.926576
2017-02-13 23:08:51 Still rescanning. At block 429782. Progress=0.932743
2017-02-13 23:09:51 Still rescanning. At block 431486. Progress=0.938482
2017-02-13 23:10:51 Still rescanning. At block 433092. Progress=0.943813
2017-02-13 23:11:51 Still rescanning. At block 434344. Progress=0.948110
2017-02-13 23:12:51 Still rescanning. At block 435702. Progress=0.952736
2017-02-13 23:13:51 Still rescanning. At block 437124. Progress=0.957329
2017-02-13 23:14:51 Still rescanning. At block 438565. Progress=0.961760
2017-02-13 23:15:51 Still rescanning. At block 440033. Progress=0.966193
2017-02-13 23:16:51 Still rescanning. At block 441424. Progress=0.970324
2017-02-13 23:17:51 Still rescanning. At block 442854. Progress=0.974477
2017-02-13 23:18:51 Still rescanning. At block 444320. Progress=0.978613
2017-02-13 23:19:51 Still rescanning. At block 445758. Progress=0.982496
2017-02-13 23:20:51 Still rescanning. At block 447099. Progress=0.986013
2017-02-13 23:21:51 Still rescanning. At block 448632. Progress=0.989770
2017-02-13 23:22:51 Still rescanning. At block 450069. Progress=0.993137
2017-02-13 23:23:51 Still rescanning. At block 451480. Progress=0.996439
2017-02-13 23:24:51 Still rescanning. At block 452831. Progress=0.999807
2017-02-13 23:24:53  rescan              2282228ms
2017-02-13 23:24:53 mapBlockIndex.size() = 452936
2017-02-13 23:24:53 nBestHeight = 452882
2017-02-13 23:24:53 setKeyPool.size() = 100
2017-02-13 23:24:53 mapWallet.size() = 0
2017-02-13 23:24:53 mapAddressBook.size() = 1
2017-02-13 23:24:53 torcontrol thread start
2017-02-13 23:24:53 init message: Loading addresses...
2017-02-13 23:24:53 tor: Requesting protocol info failed
2017-02-13 23:24:53 Loaded 20327 addresses from peers.dat  194ms
2017-02-13 23:24:53 init message: Loading banlist...
2017-02-13 23:24:53 init message: Starting network threads...
2017-02-13 23:24:53 dnsseed thread start
2017-02-13 23:24:53 addcon thread start
2017-02-13 23:24:53 net thread start
2017-02-13 23:24:53 msghand thread start
2017-02-13 23:24:53 opencon thread start
2017-02-13 23:24:53 init message: Done loading
2017-02-13 23:24:53 tor: Thread interrupt
2017-02-13 23:24:53 torcontrol thread exit
2017-02-13 23:24:53 msghand thread interrupt
2017-02-13 23:24:53 scheduler thread interrupt
2017-02-13 23:24:53 addcon thread interrupt
2017-02-13 23:24:53 opencon thread interrupt
2017-02-13 23:24:53 dnsseed thread interrupt
2017-02-13 23:24:53 net thread interrupt
2017-02-13 23:24:53 Shutdown: In progress...
2017-02-13 23:24:53 StopNode()
2017-02-13 23:24:53 *** System error while flushing: CDB: Error -30974, can't open database wallet.dat
2017-02-13 23:28:40



















2017-02-13 23:28:40 Bitcoin version v0.13.2
2017-02-13 23:28:40 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2017-02-13 23:28:40 Default data directory /home/user/.bitcoin
2017-02-13 23:28:40 Using data directory /home/user/.bitcoin
2017-02-13 23:28:40 Using config file /home/user/.bitcoin/bitcoin.conf
2017-02-13 23:28:40 Using at most 125 connections (65536 file descriptors available)
2017-02-13 23:28:40 Using 0 threads for script verification
2017-02-13 23:28:40 scheduler thread start
2017-02-13 23:28:40 Bound to [::]:8333
2017-02-13 23:28:40 Bound to 0.0.0.0:8333
2017-02-13 23:28:40 Cache configuration:
2017-02-13 23:28:40 * Using 2.0MiB for block index database
2017-02-13 23:28:40 * Using 8.0MiB for chain state database
2017-02-13 23:28:40 * Using 290.0MiB for in-memory UTXO set
2017-02-13 23:28:40 init message: Loading block index...
2017-02-13 23:28:40 Opening LevelDB in /home/user/.bitcoin/blocks/index
2017-02-13 23:28:40 Opened LevelDB successfully
2017-02-13 23:28:40 Using obfuscation key for /home/user/.bitcoin/blocks/index: 0000000000000000
2017-02-13 23:28:40 Opening LevelDB in /home/user/.bitcoin/chainstate
2017-02-13 23:28:40 Opened LevelDB successfully
2017-02-13 23:28:40 Using obfuscation key for /home/user/.bitcoin/chainstate: 9411d802069c6b60
2017-02-13 23:28:50 LoadBlockIndexDB: last block file = 771
2017-02-13 23:28:50 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=135, size=125132941, heights=452773...452907, time=2017-02-13...2017-02-13)
2017-02-13 23:28:50 Checking all blk files are present...
2017-02-13 23:28:50 LoadBlockIndexDB: transaction index disabled
2017-02-13 23:28:51 LoadBlockIndexDB: hashBestChain=0000000000000000022e4eb02b9e3fe0761566a39e3a15ae58fadf14aa10be31 height=452882 date=2017-02-13 16:45:27 progress=0.999899
2017-02-13 23:28:51 init message: Rewinding blocks...
2017-02-13 23:28:54 init message: Verifying blocks...
2017-02-13 23:28:54 Verifying last 6 blocks at level 3
2017-02-13 23:28:54 [0%]...[16%]...[33%]...[50%]...[66%]...[83%]...[99%]...[DONE].
2017-02-13 23:28:59 No coin database inconsistencies in last 7 blocks (16508 transactions)
2017-02-13 23:28:59  block index           19483ms
2017-02-13 23:28:59 Wallet disabled!
2017-02-13 23:28:59 mapBlockIndex.size() = 452936
2017-02-13 23:28:59 nBestHeight = 452882
2017-02-13 23:28:59 setKeyPool.size() = 0
2017-02-13 23:28:59 mapWallet.size() = 0
2017-02-13 23:28:59 mapAddressBook.size() = 0
2017-02-13 23:28:59 init message: Loading addresses...
2017-02-13 23:28:59 torcontrol thread start
2017-02-13 23:28:59 tor: Requesting protocol info failed
2017-02-13 23:29:00 Loaded 20327 addresses from peers.dat  270ms
2017-02-13 23:29:00 init message: Loading banlist...
2017-02-13 23:29:00 init message: Starting network threads...
2017-02-13 23:29:00 UpdateTip: new best=0000000000000000027277aaadf0c001a705207d2270bd414c8a00d372d89f4e height=452883 version=0x20000000 log2_work=85.974412 tx=196124265 date='2017-02-13 16:57:25' progress=0.999902 cache=0.6MiB(755tx)
2017-02-13 23:29:06 UpdateTip: new best=0000000000000000013f7510d6c3e017d9c9783e4fb3ea542990908221c5d8a3 height=452884 version=0x20000000 log2_work=85.974446 tx=196126707 date='2017-02-13 17:00:33' progress=0.999903 cache=4.4MiB(6582tx)
2017-02-13 23:29:13 UpdateTip: new best=000000000000000002660dc7ca9803adbbef88fa3747703ab1bc740351017b1c height=452885 version=0x20000002 log2_work=85.974481 tx=196128815 date='2017-02-13 17:03:05' progress=0.999904 cache=20.7MiB(12264tx)
2017-02-13 23:29:19 UpdateTip: new best=0000000000000000005e1c16dafcfec1d6550ddd52c13bc05197bcb25c8f1103 height=452886 version=0x20000000 log2_work=85.974515 tx=196131178 date='2017-02-13 17:17:58' progress=0.999907 cache=25.0MiB(17072tx)
2017-02-13 23:29:26 UpdateTip: new best=00000000000000000106291b89db2f752116c8e1bf009dce4aa0181fc5947d0d height=452887 version=0x20000000 log2_work=85.97455 tx=196133139 date='2017-02-13 17:18:18' progress=0.999907 cache=38.5MiB(22320tx)
2017-02-13 23:29:38 UpdateTip: new best=0000000000000000025422e33c422540168ec5c2779e2e63db8f2f44e2f8d703 height=452888 version=0x20000000 log2_work=85.974584 tx=196133977 date='2017-02-13 17:20:45' progress=0.999908 cache=43.2MiB(26478tx)
2017-02-13 23:29:48 UpdateTip: new best=000000000000000001b6d8a0ef31950887b9bfb1d4d14e0dcb5167722c03535b height=452889 version=0x20000000 log2_work=85.974618 tx=196136528 date='2017-02-13 17:50:20' progress=0.999915 cache=45.0MiB(31530tx)
2017-02-13 23:29:59 UpdateTip: new best=0000000000000000022227631d5ed9826955a633f72c009053f388847671673a height=452890 version=0x20000000 log2_work=85.974653 tx=196138125 date='2017-02-13 17:51:56' progress=0.999916 cache=49.2MiB(35805tx)
2017-02-13 23:30:08 UpdateTip: new best=0000000000000000025462538734348ee0cab6edb3d7943afcce202ec845e772 height=452891 version=0x20000000 log2_work=85.974687 tx=196140497 date='2017-02-13 18:35:47' progress=0.999927 cache=52.4MiB(40522tx)
2017-02-13 23:30:20 UpdateTip: new best=000000000000000001dbb94eaed7b89bf6229b09d849f02cd3f7985da5aa2593 height=452892 version=0x20000000 log2_work=85.974722 tx=196142366 date='2017-02-13 19:10:36' progress=0.999935 cache=54.2MiB(45252tx)
2017-02-13 23:30:34 UpdateTip: new best=0000000000000000010571610b0955871e1a2d641c4f2fc0d39db9559955f83b height=452893 version=0x20000000 log2_work=85.974756 tx=196143280 date='2017-02-13 19:34:22' progress=0.999941 cache=56.2MiB(50470tx)
2017-02-13 23:30:48 UpdateTip: new best=00000000000000000267f0c7178a1d3e694498cc03c2a44454e05970f17450fb height=452894 version=0x20000000 log2_work=85.97479 tx=196144365 date='2017-02-13 19:36:55' progress=0.999942 cache=57.5MiB(55743tx)
2017-02-13 23:30:58 UpdateTip: new best=0000000000000000028a9f0220e98eeadcac6013574208480ade7b1d1d29a8fc height=452895 version=0x20000000 log2_work=85.974825 tx=196146243 date='2017-02-13 19:53:04' progress=0.999946 cache=58.7MiB(60007tx)
2017-02-13 23:31:05 UpdateTip: new best=00000000000000000267c1be4bb7d049d8f219ba8777c52703fa0e2769f1165a height=452896 version=0x20000000 log2_work=85.974859 tx=196148767 date='2017-02-13 20:01:32' progress=0.999948 cache=60.6MiB(63554tx)
2017-02-13 23:31:10 UpdateTip: new best=0000000000000000008eb686d5f26fcab48c17e7de6f0d174574977e3aed91f5 height=452897 version=0x20000000 log2_work=85.974894 tx=196151783 date='2017-02-13 20:14:34' progress=0.999951 cache=64.7MiB(67162tx)
2017-02-13 23:31:18 UpdateTip: new best=000000000000000000ff1e01ded6c8017da9ee2f6958e138024b0dd33d1b3087 height=452898 version=0x20000002 log2_work=85.974928 tx=196154049 date='2017-02-13 20:19:38' progress=0.999952 cache=67.0MiB(71369tx)
2017-02-13 23:31:31 UpdateTip: new best=000000000000000000401e77fad9b4ab6856f79ffda76497af9a0d513738744e height=452899 version=0x20000002 log2_work=85.974962 tx=196154519 date='2017-02-13 20:20:49' progress=0.999952 cache=68.9MiB(77281tx)
2017-02-13 23:31:38 UpdateTip: new best=000000000000000001ba782f59ed01608cafc3c26d7add7c7fa66ac662e6968f height=452900 version=0x20000002 log2_work=85.974997 tx=196155384 date='2017-02-13 20:25:49' progress=0.999954 cache=69.5MiB(80217tx)
2017-02-13 23:31:43 UpdateTip: new best=000000000000000001b49b15121cb411d4fec25b156e61e4a410fb0f0f60f73a height=452901 version=0x20000000 log2_work=85.975031 tx=196157862 date='2017-02-13 20:44:46' progress=0.999958 cache=70.6MiB(83561tx)
2017-02-13 23:31:46 UpdateTip: new best=0000000000000000020f5e5598282f2ea3df658e552e761e65e9295051aca033 height=452902 version=0x20000000 log2_work=85.975066 tx=196160456 date='2017-02-13 21:08:01' progress=0.999964 cache=71.5MiB(86282tx)
2017-02-13 23:31:59 UpdateTip: new best=0000000000000000019fc083fda840e183c7ad87910b83a866c523d0e87cf945 height=452903 version=0x20000000 log2_work=85.9751 tx=196161129 date='2017-02-13 21:08:43' progress=0.999964 cache=73.0MiB(91987tx)
2017-02-13 23:32:05 UpdateTip: new best=000000000000000000d050d1fcdb7e58173b14b7ba944cf0545689dcc10dfe43 height=452904 version=0x20000000 log2_work=85.975134 tx=196163233 date='2017-02-13 21:20:47' progress=0.999967 cache=74.2MiB(95630tx)
2017-02-13 23:32:10 UpdateTip: new best=00000000000000000069b62c63e8ff12a61005207e31b170e45b72cc3ac85963 height=452905 version=0x20000000 log2_work=85.975169 tx=196165143 date='2017-02-13 21:32:28' progress=0.999970 cache=80.0MiB(98573tx)
2017-02-13 23:32:14 UpdateTip: new best=00000000000000000278a6c57a8f5e82a37d7c39d794e975e235e5cf64cfa3eb height=452906 version=0x20000000 log2_work=85.975203 tx=196167333 date='2017-02-13 21:37:07' progress=0.999971 cache=85.4MiB(101635tx)
2017-02-13 23:32:21 UpdateTip: new best=0000000000000000000eec111a0e644cb1142a7fa3471a1b3395d22b8f6007da height=452907 version=0x20000002 log2_work=85.975238 tx=196169375 date='2017-02-13 21:41:14' progress=0.999972 cache=89.8MiB(105159tx)
2017-02-13 23:32:21 dnsseed thread start
2017-02-13 23:32:21 net thread start
2017-02-13 23:32:21 msghand thread start
2017-02-13 23:32:21 addcon thread start
2017-02-13 23:32:21 opencon thread start
2017-02-13 23:32:21 init message: Done loading
2017-02-13 23:32:21 GUI: Platform customization: "other"
2017-02-13 23:32:21 GUI: PaymentServer::LoadRootCAs: Loaded  172  root certificates
2017-02-13 23:32:21 GUI: QObject::connect: No such slot RPCConsole::test() in qt/rpcconsole.cpp:668
2017-02-13 23:32:21 GUI: QObject::connect:  (receiver name: 'RPCConsole')
2017-02-13 23:32:24 receive version message: /Satoshi:0.13.2/: version 70015, blocks=452924, us=0.0.0.0:0, peer=1
2017-02-13 23:32:28 receive version message: /Satoshi:0.13.99/: version 70015, blocks=452924, us=[::]:0, peer=2
2017-02-13 23:32:32 P2P peers available. Skipped DNS seeding.
2017-02-13 23:32:32 dnsseed thread exit
2017-02-13 23:32:40 UpdateTip: new best=0000000000000000028048d510ccd3e24edd3a0b1c4013651afcc260bcb3be68 height=452908 version=0x20000000 log2_work=85.975272 tx=196171237 date='2017-02-13 21:51:43' progress=0.999975 cache=91.6MiB(108704tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:32:46 Socks5() connect to jq2lzdb6egan7bb4.onion:8333 failed: host unreachable
2017-02-13 23:32:51 UpdateTip: new best=0000000000000000004cab774f7091b474a7179e9736f122f36918dd084c45f0 height=452909 version=0x20000002 log2_work=85.975306 tx=196173090 date='2017-02-13 21:55:07' progress=0.999976 cache=96.1MiB(113213tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:32:51 receive version message: /Satoshi:0.13.2/: version 70015, blocks=452924, us=0.0.0.0:0, peer=3
2017-02-13 23:32:59 Pre-allocating up to position 0x1000000 in rev00771.dat
2017-02-13 23:32:59 UpdateTip: new best=0000000000000000003d627b273d9980735d0de5787e4a2e81b783eb34c56edf height=452910 version=0x20000000 log2_work=85.975341 tx=196174966 date='2017-02-13 21:56:28' progress=0.999976 cache=98.3MiB(117444tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:32:59 receive version message: /Satoshi:0.13.2/: version 70015, blocks=452924, us=0.0.0.0:0, peer=4
2017-02-13 23:33:07 UpdateTip: new best=000000000000000002818423b5c89a0402389bd7bd8e34b73bad1fc711cfa533 height=452911 version=0x20000000 log2_work=85.975375 tx=196176329 date='2017-02-13 21:58:56' progress=0.999976 cache=112.7MiB(121080tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:33:07 receive version message: /Satoshi:0.13.2/: version 70015, blocks=452924, us=0.0.0.0:0, peer=5
2017-02-13 23:33:12 UpdateTip: new best=0000000000000000014b2aa444c8b8e601d5a87cd0ad3cb9385f2a90a8b9597a height=452912 version=0x20000000 log2_work=85.97541 tx=196178356 date='2017-02-13 22:08:35' progress=0.999979 cache=115.2MiB(123811tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:33:20 ERROR: Error reading proxy response
2017-02-13 23:33:21 UpdateTip: new best=000000000000000000251529f7836e516498af18a1bc0ae373d00e19d70fdde3 height=452913 version=0x20000000 log2_work=85.975444 tx=196180881 date='2017-02-13 22:10:38' progress=0.999979 cache=134.4MiB(128718tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:33:28 UpdateTip: new best=000000000000000000d8b8294b2a56339372a2e95fbec26c752819551df60634 height=452914 version=0x20000002 log2_work=85.975478 tx=196184291 date='2017-02-13 22:12:29' progress=0.999980 cache=138.2MiB(134642tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:33:33 UpdateTip: new best=000000000000000000953f2da3deb229ea47a3b478db8d1dc802a92f53dc0650 height=452915 version=0x20000000 log2_work=85.975513 tx=196186679 date='2017-02-13 22:32:54' progress=0.999985 cache=138.9MiB(137159tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:33:33 receive version message: /Satoshi:0.13.2/: version 70015, blocks=452924, us=0.0.0.0:0, peer=6
2017-02-13 23:33:33 Leaving block file 771: CBlockFileInfo(blocks=144, size=134117399, heights=452773...452924, time=2017-02-13...2017-02-13)
2017-02-13 23:33:33 Pre-allocating up to position 0x1000000 in blk00772.dat
2017-02-13 23:33:38 Pre-allocating up to position 0x100000 in rev00772.dat
2017-02-13 23:33:38 UpdateTip: new best=000000000000000000d429794425cbfea92f326f76bbf14989f7edb51c704a3f height=452916 version=0x20000000 log2_work=85.975547 tx=196187330 date='2017-02-13 22:33:08' progress=0.999985 cache=140.9MiB(138811tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:33:38 receive version message: /Satoshi:0.13.2/: version 70015, blocks=452924, us=0.0.0.0:0, peer=7
2017-02-13 23:33:48 UpdateTip: new best=00000000000000000049f89dc5785cda5379b46423c9d552e5ddffe6238c325d height=452917 version=0x20000000 log2_work=85.975582 tx=196189794 date='2017-02-13 22:37:33' progress=0.999986 cache=149.2MiB(143576tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:33:48 receive version message: Armory:0.95: version 70012, blocks=-1, us=127.0.0.1:8333, peer=8
2017-02-13 23:34:05 UpdateTip: new best=0000000000000000000ea8d72dcde6f04fd20c58019e57d7d380a65b0f1900c7 height=452918 version=0x20000000 log2_work=85.975616 tx=196191453 date='2017-02-13 22:40:10' progress=0.999987 cache=151.8MiB(149018tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:34:05 receive version message: /Satoshi:0.13.1/: version 70014, blocks=452924, us=0.0.0.0:0, peer=9
2017-02-13 23:34:12 UpdateTip: new best=000000000000000002742718fddd7ef07e9b7b2c27f4e14f8e058b26bb15860a height=452919 version=0x20000002 log2_work=85.97565 tx=196193543 date='2017-02-13 22:48:06' progress=0.999988 cache=153.6MiB(152059tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:34:19 UpdateTip: new best=000000000000000001ce0149e9cdfc7d7bbee5bf5657ab1256a5dd26bab1bd0f height=452920 version=0x20000002 log2_work=85.975685 tx=196195959 date='2017-02-13 22:52:10' progress=0.999989 cache=157.3MiB(156319tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:34:24 UpdateTip: new best=0000000000000000025cb901801e1723e3a0e2d5b38cbb52aef2c06ab30524cb height=452921 version=0x20000000 log2_work=85.975719 tx=196198236 date='2017-02-13 23:05:07' progress=0.999993 cache=159.6MiB(159194tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:34:31 UpdateTip: new best=0000000000000000012428a0c0f257cfe231c13c64d06c51bacdf5d0c8a9168e height=452922 version=0x20000000 log2_work=85.975753 tx=196199981 date='2017-02-13 23:13:45' progress=0.999995 cache=161.5MiB(163003tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:34:39 Pre-allocating up to position 0x200000 in rev00772.dat
2017-02-13 23:34:39 UpdateTip: new best=000000000000000001e006521e8a649723958d1afbf0d056426e433ed9565a84 height=452923 version=0x20000000 log2_work=85.975788 tx=196203280 date='2017-02-13 23:13:48' progress=0.999995 cache=162.8MiB(168400tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:34:44 UpdateTip: new best=00000000000000000220b54ec464e49545235644d584941dd4a1115a9a36d542 height=452924 version=0x20000000 log2_work=85.975822 tx=196206516 date='2017-02-13 23:20:07' progress=0.999996 cache=164.5MiB(172689tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:36:56 socket recv error Connection reset by peer (104)
2017-02-13 23:40:51



















2017-02-13 23:40:51 Bitcoin version v0.13.2
2017-02-13 23:40:51 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2017-02-13 23:40:52 Default data directory /home/user/.bitcoin
2017-02-13 23:40:52 Using data directory /home/user/.bitcoin
2017-02-13 23:40:52 Using config file /home/user/.bitcoin/bitcoin.conf
2017-02-13 23:40:52 Using at most 125 connections (65536 file descriptors available)
2017-02-13 23:40:52 Using 0 threads for script verification
2017-02-13 23:40:52 scheduler thread start
2017-02-13 23:40:52 Bound to [::]:8333
2017-02-13 23:40:52 Bound to 0.0.0.0:8333
2017-02-13 23:40:52 Cache configuration:
2017-02-13 23:40:52 * Using 2.0MiB for block index database
2017-02-13 23:40:52 * Using 8.0MiB for chain state database
2017-02-13 23:40:52 * Using 290.0MiB for in-memory UTXO set
2017-02-13 23:40:52 init message: Loading block index...
2017-02-13 23:40:52 Opening LevelDB in /home/user/.bitcoin/blocks/index
2017-02-13 23:40:52 Opened LevelDB successfully
2017-02-13 23:40:52 Using obfuscation key for /home/user/.bitcoin/blocks/index: 0000000000000000
2017-02-13 23:40:52 Opening LevelDB in /home/user/.bitcoin/chainstate
2017-02-13 23:40:52 Opened LevelDB successfully
2017-02-13 23:40:52 Using obfuscation key for /home/user/.bitcoin/chainstate: 9411d802069c6b60
2017-02-13 23:41:02 LoadBlockIndexDB: last block file = 771
2017-02-13 23:41:02 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=135, size=125132941, heights=452773...452907, time=2017-02-13...2017-02-13)
2017-02-13 23:41:02 Checking all blk files are present...
2017-02-13 23:41:02 LoadBlockIndexDB: transaction index disabled
2017-02-13 23:41:03 LoadBlockIndexDB: hashBestChain=0000000000000000022e4eb02b9e3fe0761566a39e3a15ae58fadf14aa10be31 height=452882 date=2017-02-13 16:45:27 progress=0.999896
2017-02-13 23:41:03 init message: Rewinding blocks...
2017-02-13 23:41:06 init message: Verifying blocks...
2017-02-13 23:41:06 Verifying last 6 blocks at level 3
2017-02-13 23:41:06 [0%]...[16%]...[33%]...[50%]...[66%]...[83%]...[99%]...[DONE].
2017-02-13 23:41:54 No coin database inconsistencies in last 7 blocks (16508 transactions)
2017-02-13 23:41:54  block index           62484ms
2017-02-13 23:41:54 Wallet disabled!
2017-02-13 23:41:54 mapBlockIndex.size() = 452936
2017-02-13 23:41:54 nBestHeight = 452882
2017-02-13 23:41:54 setKeyPool.size() = 0
2017-02-13 23:41:54 mapWallet.size() = 0
2017-02-13 23:41:54 mapAddressBook.size() = 0
2017-02-13 23:41:54 torcontrol thread start
2017-02-13 23:41:54 init message: Loading addresses...
2017-02-13 23:41:54 tor: Requesting protocol info failed
2017-02-13 23:41:54 Loaded 20327 addresses from peers.dat  217ms
2017-02-13 23:41:54 init message: Loading banlist...
2017-02-13 23:41:54 init message: Starting network threads...
2017-02-13 23:41:55 UpdateTip: new best=0000000000000000027277aaadf0c001a705207d2270bd414c8a00d372d89f4e height=452883 version=0x20000000 log2_work=85.974412 tx=196124265 date='2017-02-13 16:57:25' progress=0.999899 cache=0.6MiB(755tx)
2017-02-13 23:41:55 dnsseed thread start
2017-02-13 23:41:55 net thread start
2017-02-13 23:41:55 addcon thread start
2017-02-13 23:41:55 init message: Done loading
2017-02-13 23:41:55 msghand thread start
2017-02-13 23:41:55 opencon thread start
2017-02-13 23:41:55 GUI: Platform customization: "other"
2017-02-13 23:41:55 GUI: PaymentServer::LoadRootCAs: Loaded  172  root certificates
2017-02-13 23:42:03 UpdateTip: new best=0000000000000000013f7510d6c3e017d9c9783e4fb3ea542990908221c5d8a3 height=452884 version=0x20000000 log2_work=85.974446 tx=196126707 date='2017-02-13 17:00:33' progress=0.999900 cache=4.4MiB(6582tx)
2017-02-13 23:42:06 Loading addresses from DNS seeds (could take a while)
2017-02-13 23:42:06 0 addresses found from DNS seeds
2017-02-13 23:42:06 dnsseed thread exit
2017-02-13 23:42:11 UpdateTip: new best=000000000000000002660dc7ca9803adbbef88fa3747703ab1bc740351017b1c height=452885 version=0x20000002 log2_work=85.974481 tx=196128815 date='2017-02-13 17:03:05' progress=0.999900 cache=20.7MiB(12264tx)
2017-02-13 23:42:11 GUI: QObject::connect: No such slot RPCConsole::test() in qt/rpcconsole.cpp:668
2017-02-13 23:42:11 GUI: QObject::connect:  (receiver name: 'RPCConsole')
2017-02-13 23:42:18 UpdateTip: new best=0000000000000000005e1c16dafcfec1d6550ddd52c13bc05197bcb25c8f1103 height=452886 version=0x20000000 log2_work=85.974515 tx=196131178 date='2017-02-13 17:17:58' progress=0.999904 cache=25.0MiB(17072tx)
2017-02-13 23:42:26 UpdateTip: new best=00000000000000000106291b89db2f752116c8e1bf009dce4aa0181fc5947d0d height=452887 version=0x20000000 log2_work=85.97455 tx=196133139 date='2017-02-13 17:18:18' progress=0.999904 cache=38.5MiB(22320tx)
2017-02-13 23:42:26 receive version message: /Satoshi:0.13.1/: version 70014, blocks=452925, us=0.0.0.0:0, peer=1
2017-02-13 23:42:34 UpdateTip: new best=0000000000000000025422e33c422540168ec5c2779e2e63db8f2f44e2f8d703 height=452888 version=0x20000000 log2_work=85.974584 tx=196133977 date='2017-02-13 17:20:45' progress=0.999905 cache=43.2MiB(26478tx)
2017-02-13 23:42:41 UpdateTip: new best=000000000000000001b6d8a0ef31950887b9bfb1d4d14e0dcb5167722c03535b height=452889 version=0x20000000 log2_work=85.974618 tx=196136528 date='2017-02-13 17:50:20' progress=0.999912 cache=45.0MiB(31530tx)
2017-02-13 23:42:49 UpdateTip: new best=0000000000000000022227631d5ed9826955a633f72c009053f388847671673a height=452890 version=0x20000000 log2_work=85.974653 tx=196138125 date='2017-02-13 17:51:56' progress=0.999912 cache=49.2MiB(35805tx)
2017-02-13 23:42:55 UpdateTip: new best=0000000000000000025462538734348ee0cab6edb3d7943afcce202ec845e772 height=452891 version=0x20000000 log2_work=85.974687 tx=196140497 date='2017-02-13 18:35:47' progress=0.999923 cache=52.4MiB(40522tx)
2017-02-13 23:43:02 UpdateTip: new best=000000000000000001dbb94eaed7b89bf6229b09d849f02cd3f7985da5aa2593 height=452892 version=0x20000000 log2_work=85.974722 tx=196142366 date='2017-02-13 19:10:36' progress=0.999932 cache=54.2MiB(45252tx)
2017-02-13 23:43:02 receive version message: /Satoshi:0.13.1/: version 70014, blocks=452925, us=163.172.223.200:46856, peer=2
2017-02-13 23:43:08 Socks5() connect to dnsseed.bluematt.me:8333 failed: host unreachable
2017-02-13 23:43:12 UpdateTip: new best=0000000000000000010571610b0955871e1a2d641c4f2fc0d39db9559955f83b height=452893 version=0x20000000 log2_work=85.974756 tx=196143280 date='2017-02-13 19:34:22' progress=0.999938 cache=56.2MiB(50470tx)
2017-02-13 23:43:21 UpdateTip: new best=00000000000000000267f0c7178a1d3e694498cc03c2a44454e05970f17450fb height=452894 version=0x20000000 log2_work=85.97479 tx=196144365 date='2017-02-13 19:36:55' progress=0.999938 cache=57.5MiB(55743tx)
2017-02-13 23:43:28 UpdateTip: new best=0000000000000000028a9f0220e98eeadcac6013574208480ade7b1d1d29a8fc height=452895 version=0x20000000 log2_work=85.974825 tx=196146243 date='2017-02-13 19:53:04' progress=0.999942 cache=58.7MiB(60007tx)
2017-02-13 23:43:28 receive version message: /Satoshi:0.13.2/: version 70015, blocks=452925, us=0.0.0.0:0, peer=3
2017-02-13 23:43:33 UpdateTip: new best=00000000000000000267c1be4bb7d049d8f219ba8777c52703fa0e2769f1165a height=452896 version=0x20000000 log2_work=85.974859 tx=196148767 date='2017-02-13 20:01:32' progress=0.999945 cache=60.6MiB(63554tx)
2017-02-13 23:43:36 UpdateTip: new best=0000000000000000008eb686d5f26fcab48c17e7de6f0d174574977e3aed91f5 height=452897 version=0x20000000 log2_work=85.974894 tx=196151783 date='2017-02-13 20:14:34' progress=0.999948 cache=64.7MiB(67162tx)
2017-02-13 23:43:43 UpdateTip: new best=000000000000000000ff1e01ded6c8017da9ee2f6958e138024b0dd33d1b3087 height=452898 version=0x20000002 log2_work=85.974928 tx=196154049 date='2017-02-13 20:19:38' progress=0.999949 cache=67.0MiB(71369tx)
2017-02-13 23:43:56 UpdateTip: new best=000000000000000000401e77fad9b4ab6856f79ffda76497af9a0d513738744e height=452899 version=0x20000002 log2_work=85.974962 tx=196154519 date='2017-02-13 20:20:49' progress=0.999949 cache=68.9MiB(77281tx)
2017-02-13 23:44:03 UpdateTip: new best=000000000000000001ba782f59ed01608cafc3c26d7add7c7fa66ac662e6968f height=452900 version=0x20000002 log2_work=85.974997 tx=196155384 date='2017-02-13 20:25:49' progress=0.999951 cache=69.5MiB(80217tx)
2017-02-13 23:44:03 receive version message: /Satoshi:0.13.1/: version 70014, blocks=452925, us=0.0.0.0:0, peer=4
2017-02-13 23:44:08 UpdateTip: new best=000000000000000001b49b15121cb411d4fec25b156e61e4a410fb0f0f60f73a height=452901 version=0x20000000 log2_work=85.975031 tx=196157862 date='2017-02-13 20:44:46' progress=0.999955 cache=70.6MiB(83561tx)
2017-02-13 23:44:11 UpdateTip: new best=0000000000000000020f5e5598282f2ea3df658e552e761e65e9295051aca033 height=452902 version=0x20000000 log2_work=85.975066 tx=196160456 date='2017-02-13 21:08:01' progress=0.999961 cache=71.5MiB(86282tx)
2017-02-13 23:44:24 UpdateTip: new best=0000000000000000019fc083fda840e183c7ad87910b83a866c523d0e87cf945 height=452903 version=0x20000000 log2_work=85.9751 tx=196161129 date='2017-02-13 21:08:43' progress=0.999961 cache=73.0MiB(91987tx)
2017-02-13 23:44:30 UpdateTip: new best=000000000000000000d050d1fcdb7e58173b14b7ba944cf0545689dcc10dfe43 height=452904 version=0x20000000 log2_work=85.975134 tx=196163233 date='2017-02-13 21:20:47' progress=0.999964 cache=74.2MiB(95630tx)
2017-02-13 23:44:30 receive version message: /Satoshi:0.13.2/: version 70015, blocks=452925, us=151.80.38.67:36256, peer=5
2017-02-13 23:44:35 UpdateTip: new best=00000000000000000069b62c63e8ff12a61005207e31b170e45b72cc3ac85963 height=452905 version=0x20000000 log2_work=85.975169 tx=196165143 date='2017-02-13 21:32:28' progress=0.999967 cache=80.0MiB(98573tx)
2017-02-13 23:44:40 UpdateTip: new best=00000000000000000278a6c57a8f5e82a37d7c39d794e975e235e5cf64cfa3eb height=452906 version=0x20000000 log2_work=85.975203 tx=196167333 date='2017-02-13 21:37:07' progress=0.999968 cache=85.4MiB(101635tx)
2017-02-13 23:44:46 UpdateTip: new best=0000000000000000000eec111a0e644cb1142a7fa3471a1b3395d22b8f6007da height=452907 version=0x20000002 log2_work=85.975238 tx=196169375 date='2017-02-13 21:41:14' progress=0.999969 cache=89.8MiB(105159tx)
2017-02-13 23:44:46 receive version message: /Satoshi:0.13.99/: version 70015, blocks=452925, us=[::]:0, peer=6
2017-02-13 23:44:46 receive version message: /Satoshi:0.13.1/: version 70014, blocks=452925, us=91.213.8.236:39640, peer=7
2017-02-13 23:44:55 ERROR: Error reading proxy response
2017-02-13 23:45:04 UpdateTip: new best=0000000000000000028048d510ccd3e24edd3a0b1c4013651afcc260bcb3be68 height=452908 version=0x20000000 log2_work=85.975272 tx=196171237 date='2017-02-13 21:51:43' progress=0.999972 cache=92.1MiB(108937tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:45:12 UpdateTip: new best=0000000000000000004cab774f7091b474a7179e9736f122f36918dd084c45f0 height=452909 version=0x20000002 log2_work=85.975306 tx=196173090 date='2017-02-13 21:55:07' progress=0.999973 cache=96.5MiB(113445tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:45:20 Pre-allocating up to position 0x1000000 in rev00771.dat
2017-02-13 23:45:20 UpdateTip: new best=0000000000000000003d627b273d9980735d0de5787e4a2e81b783eb34c56edf height=452910 version=0x20000000 log2_work=85.975341 tx=196174966 date='2017-02-13 21:56:28' progress=0.999973 cache=98.7MiB(117675tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:45:20 receive version message: /Satoshi:0.13.2/: version 70015, blocks=452925, us=0.0.0.0:0, peer=8
2017-02-13 23:45:27 UpdateTip: new best=000000000000000002818423b5c89a0402389bd7bd8e34b73bad1fc711cfa533 height=452911 version=0x20000000 log2_work=85.975375 tx=196176329 date='2017-02-13 21:58:56' progress=0.999973 cache=113.1MiB(121309tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:45:32 UpdateTip: new best=0000000000000000014b2aa444c8b8e601d5a87cd0ad3cb9385f2a90a8b9597a height=452912 version=0x20000000 log2_work=85.97541 tx=196178356 date='2017-02-13 22:08:35' progress=0.999976 cache=115.6MiB(124040tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:45:32 receive version message: /Satoshi:0.11.0/: version 70002, blocks=452925, us=5.9.158.75:59980, peer=9
2017-02-13 23:45:39 UpdateTip: new best=000000000000000000251529f7836e516498af18a1bc0ae373d00e19d70fdde3 height=452913 version=0x20000000 log2_work=85.975444 tx=196180881 date='2017-02-13 22:10:38' progress=0.999976 cache=134.8MiB(128944tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:45:42 Socks5() connect to dnsseed.bluematt.me:8333 failed: host unreachable
2017-02-13 23:45:46 UpdateTip: new best=000000000000000000d8b8294b2a56339372a2e95fbec26c752819551df60634 height=452914 version=0x20000002 log2_work=85.975478 tx=196184291 date='2017-02-13 22:12:29' progress=0.999977 cache=138.6MiB(134866tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:45:46 Leaving block file 771: CBlockFileInfo(blocks=144, size=134118322, heights=452773...452925, time=2017-02-13...2017-02-13)
2017-02-13 23:45:46 Pre-allocating up to position 0x1000000 in blk00772.dat
2017-02-13 23:45:50 Pre-allocating up to position 0x100000 in rev00772.dat
2017-02-13 23:45:50 UpdateTip: new best=000000000000000000953f2da3deb229ea47a3b478db8d1dc802a92f53dc0650 height=452915 version=0x20000000 log2_work=85.975513 tx=196186679 date='2017-02-13 22:32:54' progress=0.999982 cache=139.3MiB(137384tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:45:54 UpdateTip: new best=000000000000000000d429794425cbfea92f326f76bbf14989f7edb51c704a3f height=452916 version=0x20000000 log2_work=85.975547 tx=196187330 date='2017-02-13 22:33:08' progress=0.999982 cache=141.3MiB(139036tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:46:01 UpdateTip: new best=00000000000000000049f89dc5785cda5379b46423c9d552e5ddffe6238c325d height=452917 version=0x20000000 log2_work=85.975582 tx=196189794 date='2017-02-13 22:37:33' progress=0.999983 cache=149.7MiB(143805tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:46:03 ERROR: Error reading proxy response
2017-02-13 23:46:09 UpdateTip: new best=0000000000000000000ea8d72dcde6f04fd20c58019e57d7d380a65b0f1900c7 height=452918 version=0x20000000 log2_work=85.975616 tx=196191453 date='2017-02-13 22:40:10' progress=0.999984 cache=152.2MiB(149241tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:46:15 UpdateTip: new best=000000000000000002742718fddd7ef07e9b7b2c27f4e14f8e058b26bb15860a height=452919 version=0x20000002 log2_work=85.97565 tx=196193543 date='2017-02-13 22:48:06' progress=0.999985 cache=153.5MiB(152272tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:46:22 UpdateTip: new best=000000000000000001ce0149e9cdfc7d7bbee5bf5657ab1256a5dd26bab1bd0f height=452920 version=0x20000002 log2_work=85.975685 tx=196195959 date='2017-02-13 22:52:10' progress=0.999986 cache=157.2MiB(156532tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:46:23 ERROR: Error reading proxy response
2017-02-13 23:46:26 UpdateTip: new best=0000000000000000025cb901801e1723e3a0e2d5b38cbb52aef2c06ab30524cb height=452921 version=0x20000000 log2_work=85.975719 tx=196198236 date='2017-02-13 23:05:07' progress=0.999990 cache=159.6MiB(159406tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:46:33 UpdateTip: new best=0000000000000000012428a0c0f257cfe231c13c64d06c51bacdf5d0c8a9168e height=452922 version=0x20000000 log2_work=85.975753 tx=196199981 date='2017-02-13 23:13:45' progress=0.999992 cache=161.4MiB(163213tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:46:40 Pre-allocating up to position 0x200000 in rev00772.dat
2017-02-13 23:46:40 UpdateTip: new best=000000000000000001e006521e8a649723958d1afbf0d056426e433ed9565a84 height=452923 version=0x20000000 log2_work=85.975788 tx=196203280 date='2017-02-13 23:13:48' progress=0.999992 cache=162.7MiB(168609tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:46:44 ERROR: Error reading proxy response
2017-02-13 23:46:46 UpdateTip: new best=00000000000000000220b54ec464e49545235644d584941dd4a1115a9a36d542 height=452924 version=0x20000000 log2_work=85.975822 tx=196206516 date='2017-02-13 23:20:07' progress=0.999993 cache=164.5MiB(172897tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:46:54 UpdateTip: new best=0000000000000000012ff49699b0227599cb4e99e61880b1f7de28aa7f381fa7 height=452925 version=0x20000000 log2_work=85.975857 tx=196209021 date='2017-02-13 23:40:35' progress=0.999998 cache=185.2MiB(175853tx) warning='1 of last 100 blocks have unexpected version'
2017-02-13 23:46:54 receive version message: Armory:0.95: version 70012, blocks=-1, us=127.0.0.1:8333, peer=11
2017-02-13 23:47:04 ERROR: Error reading proxy response
2017-02-13 23:47:12 Socks5() connect to dnsseed.bluematt.me:8333 failed: host unreachable
2017-02-13 23:47:15 receive version message: /Satoshi:0.13.1/: version 70014, blocks=452925, us=0.0.0.0:0, peer=12
2017-02-13 23:47:35 ERROR: Error reading proxy response
2017-02-13 23:47:40 receive version message: /Satoshi:0.13.1/: version 70014, blocks=452925, us=0.0.0.0:0, peer=13
2017-02-13 23:48:00 ERROR: Error reading proxy response
2017-02-13 23:48:20 ERROR: Error reading proxy response
2017-02-13 23:48:28 receive version message: /Satoshi:0.13.1/: version 70014, blocks=452925, us=0.0.0.0:0, peer=14
2017-02-13 23:48:29 Socks5() connect to dnsseed.bluematt.me:8333 failed: host unreachable
2017-02-13 23:48:44 Socks5() connect to bitseed.xf2.org:8333 failed: host unreachable
2017-02-13 23:48:49 Socks5() connect to dnsseed.bluematt.me:8333 failed: host unreachable
2017-02-13 23:49:09 ERROR: Error reading proxy response
2017-02-13 23:49:14 receive version message: /Satoshi:0.13.99/: version 70015, blocks=452925, us=[::]:0, peer=15
2017-02-13 23:49:34 ERROR: Error reading proxy response
2017-02-13 23:49:54 ERROR: Error reading proxy response
2017-02-13 23:49:56 Socks5() connect to dnsseed.bluematt.me:8333 failed: host unreachable
2017-02-13 23:50:17 ERROR: Error reading proxy response
2017-02-13 23:50:43
staff
Activity: 3374
Merit: 6530
Just writing some code
February 13, 2017, 09:00:40 PM
#2
Debug.log please.
legendary
Activity: 3430
Merit: 3071
February 13, 2017, 08:56:05 PM
#1
Core returns a segfault error to the command line every startup. Blocks from previous catchup are not retained, but the number of missing blocks is not the same in between startups.

Provoked by unclean shutdown of Core, I closed it during the Rescanning... tx scan stage.
Jump to: