Unfortunately it is doing that all the time
I have libboost 1.54...do you think it is worth to try upgrading to 1.55?
Perfect tutorial here for libboost 1.55
https://coderwall.com/p/0atfugThank you, superresistant. I was curious about this as well.
I have updated to libboost 1.55 (luckily in Ubuntu 14.04 is already in repo) and it seems to work better. There were few situations where hobonickelsd took 100% CPU, but not that long/often anymore.
But today it crashed again (different cause)?:
05/13/14 10:46:31 ProcessSyncCheckpoint: pending for sync-checkpoint 0000000014c891e8153bff84e187217e53bf0123ef5215f5c79b6fafb1349a55
05/13/14 10:46:31 sending: getblocks (1029 bytes)
05/13/14 10:46:31 askfor block 716d8fba33600c93fa69 1402087979000000 (20:52:59)
05/13/14 10:46:32 received: checkpoint (108 bytes)
05/13/14 10:46:32 ProcessSyncCheckpoint: pending for sync-checkpoint 000000000b4a5a70483a2c1069559be9ff1259f49e6f94e0e14ad1d60fcd28d9
05/13/14 10:46:32 sending: getblocks (1029 bytes)
05/13/14 10:46:32 askfor block 716d8fba33600c93fa69 1402088099000000 (20:54:59)
05/13/14 10:46:32 received: inv (37 bytes)
05/13/14 10:46:32 got inventory: block 000000000b4a5a70483a have
05/13/14 10:46:32 sending: getblocks (1029 bytes)
05/13/14 10:46:33 received: inv (37 bytes)
05/13/14 10:46:33 got inventory: block ffd1e77b6676ca93358e have
05/13/14 10:46:35 ERROR: CTransaction::ReadFromDisk() : OpenBlockFile failed
05/13/14 10:46:35 ERROR: mempool transaction missing input
It can take CPU when it is getting a new block, or the client is working on a stake, it is normal for it is use 1 core, and on my quad sometimes it uses 2 full cores. That is the most I have seen.
Not sure I have seen that error before. Your debug looks complely different then any I have seen before. From Ubuntu to win xp.
Here is a how mine look.
7372
05/13/14 23:40:41 SetBestChain: new best=000000000319a40e64a4 height=844485 trust=2876684406729 date=05/13/14 23:40:21
05/13/14 23:40:41 AcceptPendingSyncCheckpoint : sync-checkpoint at 000000000319a40e64a48a459d9fad24d8fd3a1b714879acb9d202906ca2e446
05/13/14 23:40:41 ProcessBlock: ACCEPTED
05/13/14 23:40:42 ProcessSyncCheckpoint: pending for sync-checkpoint 000000000c4610b528c49b8fc6d9a5a4453f298fa9891bf74c1742563bed0e7c
05/13/14 23:40:42 received block 000000000c4610b528c4 sent from 31.16.103.210:7372
05/13/14 23:40:42 SetBestChain: new best=000000000c4610b528c4 height=844486 trust=2876684440261 date=05/13/14 23:40:29
05/13/14 23:40:42 AcceptPendingSyncCheckpoint : sync-checkpoint at 000000000c4610b528c49b8fc6d9a5a4453f298fa9891bf74c1742563bed0e7c
05/13/14 23:40:42 ProcessBlock: ACCEPTED
05/13/14 23:40:44 getblocks 844482 to 0000000010fa5a846f4c limit 500
05/13/14 23:40:44 getblocks stopping at 844482 0000000010fa5a846f4c
05/13/14 23:40:44 getblocks 844482 to 000000001c32d30250a1 limit 500
05/13/14 23:40:44 getblocks stopping at 844483 000000001c32d30250a1
05/13/14 23:40:44 getblocks 844482 to 0000000011ec95f00024 limit 500
05/13/14 23:40:44 getblocks stopping at 844484 0000000011ec95f00024
05/13/14 23:40:44 getblocks 844482 to 000000000319a40e64a4 limit 500
05/13/14 23:40:44 getblocks stopping at 844485 000000000319a40e64a4
05/13/14 23:40:44 getblocks 844482 to 000000000c4610b528c4 limit 500
05/13/14 23:40:44 getblocks stopping at 844486 000000000c4610b528c4
05/13/14 23:40:44 getblocks -1 to 00000000000000000000 limit 500
05/13/14 23:40:45 Flushing wallet.dat
I don't see any indication of height or getting or receiving blocks in your log. Very odd.. Is your client fully up to sync with the block explorer?
http://hbn.blockx.info/get/chain/HoboNickels Was this during the init download. Something seems off, you seem to have been caught up in an orphan loop check..