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

Version 3 App Hang Mining Intel 6950X CPU #90

Open
DisasterFaster opened this issue Apr 30, 2017 · 19 comments
Open

Version 3 App Hang Mining Intel 6950X CPU #90

DisasterFaster opened this issue Apr 30, 2017 · 19 comments

Comments

@DisasterFaster
Copy link

After updating to Version 3 the HOdl GUI loads fine but within seconds of turning on solo mining the APP crashes and closes. System OS is Windows 10 Pro CPU is Intel 6950X 10 core.

Can I add a switch to the shortcut icon target path to correct this issue? If so are there any instructions on how to do that?

@ghobson2013
Copy link

yes just create hodlcoin.conf in the same folder where your binary or wallet.dat is,
and add
optimineraes=0
optimineravx2=0

you can verify after you start if its disabled by looking in debug.log , look for:
2017-04-30 09:04:21 Optiminer Flags: AES-NI = 1, AVX2 = 1
2017-04-30 09:04:21 Optiminer Flags and CPU support: AES-NI = 1, AVX2 = 1

first line is detected flag state, second line is what the cpu accepted.

@DisasterFaster
Copy link
Author

I created the hodlcoin.conf and the app still hangs and crashes after I turn on solo mining.
I checked the debug.log and it shows the following:

2017-04-30 09:04:21 Optiminer Flags: AES-NI = 0, AVX2 = 0
2017-04-30 09:04:21 Optiminer Flags and CPU support: AES-NI = 0, AVX2 = 0

@ghobson2013
Copy link

Does the debug.log have any info about the crash , or your windows event log ?
lets try less core and ram, see if that makes it more stable, add the following to hodlcoin.conf
minermemory=1
genproclimit=4

if that still doesnt hellp, and you have time can you try the 2.0.0 version again and see if that has the same issue ?

@DisasterFaster
Copy link
Author

Version 2 runs great no issues.

I added minermemory=1 & genproclimit=4 and same result it hangs and crashes within seconds of turning on solo mining.

I have this showing up in the debug log:

2017-04-30 14:06:23 Optiminer Flags: AES-NI = 0, AVX2 = 0
2017-04-30 14:06:23 Optiminer Flags and CPU support: AES-NI = 0, AVX2 = 0
2017-04-30 14:06:23 create sha512 data 0.641
GUI: QString::arg: Argument missing: "2016 " , 2016
2017-04-30 14:21:51 GUI: "registerShutdownBlockReason: Successfully registered: HOdlcoin Core didn't yet exit safely..."
2017-04-30 14:21:51

I wonder what this missing argument 2016 means?

@DisasterFaster
Copy link
Author

Found the following in the event viewer:

Event 1000 application error

Faulting application name: hodlcoin-qt.exe, version: 3.0.0.0, time stamp: 0x5903f45d
Faulting module name: ntdll.dll, version: 10.0.14393.479, time stamp: 0x5825887f
Exception code: 0xc0000005
Fault offset: 0x00000000000495dc
Faulting process id: 0x1b28
Faulting application start time: 0x01d2c1bd1b5379a3
Faulting application path: C:\Program Files\HOdlcoin\hodlcoin-qt.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 9936b6c7-e28c-4eea-aaa6-843fa7243512
Faulting package full name:
Faulting package-relative application ID:

@ghobson2013
Copy link

thanx, "QString::arg: Argument missing" suggest we have a string format issue somewhere.
On the main overview page before you enable mining, do you have hodlings defined and can you sort the columns ( specially the estimated date column) , without crashing ?
Somewhere there is a date of "2016 " with a white space after it...

@DisasterFaster
Copy link
Author

I'm not sure I understand what "hodlings defined" means? I can sort the columns including the estimated date column and no issues at all.

@ghobson2013
Copy link

you answered my question so its not an issue on the hodlings table.

@ghobson2013
Copy link

one more thing to try, add to hodlcoin.conf
debug=qt
lang=en_US

then try to mine, provide us the debug.log,

@DisasterFaster
Copy link
Author

2017-04-30 16:42:09 HOdlcoin version v3.0.0 (2017-04-28 19:03:09 -0700)
2017-04-30 16:42:09 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
2017-04-30 16:42:09 Using BerkeleyDB version Berkeley DB 4.8.30: (April 9, 2010)
2017-04-30 16:42:09 Default data directory C:\Users\private\AppData\Roaming\HOdlcoin
2017-04-30 16:42:09 Using data directory C:\Program Files\HOdlcoin\hodl
2017-04-30 16:42:09 Using config file C:\Program Files\HOdlcoin\hodl\hodlcoin.conf
2017-04-30 16:42:09 Using at most 125 connections (2048 file descriptors available)
2017-04-30 16:42:09 Using 16 threads for script verification
2017-04-30 16:42:09 scheduler thread start
2017-04-30 16:42:11 Rate Data Hash=-1290518034
2017-04-30 16:42:11 Rate Table Hash=-1235313936
2017-04-30 16:42:11 Using wallet wallet.dat
2017-04-30 16:42:11 init message: Verifying wallet...
2017-04-30 16:42:11 CDBEnv::Open: LogDir=C:\Program Files\HOdlcoin\hodl\database ErrorFile=C:\Program Files\HOdlcoin\hodl\db.log
2017-04-30 16:42:11 Bound to [::]:1989
2017-04-30 16:42:11 Bound to 0.0.0.0:1989
2017-04-30 16:42:11 Cache configuration:
2017-04-30 16:42:11 * Using 2.0MiB for block index database
2017-04-30 16:42:11 * Using 32.5MiB for chain state database
2017-04-30 16:42:11 * Using 65.5MiB for in-memory UTXO set
2017-04-30 16:42:11 init message: Loading block index...
2017-04-30 16:42:11 Opening LevelDB in C:\Program Files\HOdlcoin\hodl\blocks\index
2017-04-30 16:42:11 Opened LevelDB successfully
2017-04-30 16:42:11 Opening LevelDB in C:\Program Files\HOdlcoin\hodl\chainstate
2017-04-30 16:42:11 Opened LevelDB successfully
2017-04-30 16:44:01 LoadBlockIndexDB: last block file = 1
2017-04-30 16:44:01 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=30688, size=12414351, heights=211505...242431, time=2017-03-03...2017-04-30)
2017-04-30 16:44:01 Checking all blk files are present...
2017-04-30 16:44:01 LoadBlockIndexDB: transaction index disabled
2017-04-30 16:44:01 LoadBlockIndexDB: hashBestChain=000001f9547744bf751f73e5b7a1339034c6c2f624122ea4978a005a9ff98da6 height=242431 date=2017-04-30 16:31:58 progress=0.999983
2017-04-30 16:44:01 Block:CBlockIndex(pprev=0xfe4cce0, nHeight=242431, merkle=c9443fcb83beb1e9f241eb0f9921b6264f099068577470817e70e977f52c83a5, hashBlock=000001f9547744bf751f73e5b7a1339034c6c2f624122ea4978a005a9ff98da6, nNonce=1, nTime=1493569918, location=251122, finalcalculation=2890093033)
2017-04-30 16:44:01 init message: Verifying blocks...
2017-04-30 16:44:01 Verifying last 288 blocks at level 3
2017-04-30 16:44:01 No coin database inconsistencies in last 289 blocks (350 transactions)
2017-04-30 16:44:01 block index 109952ms
2017-04-30 16:44:01 init message: Loading wallet...
2017-04-30 16:44:01 nFileVersion = 3000000
2017-04-30 16:44:01 Keys: 124 plaintext, 0 encrypted, 124 w/ metadata, 124 total
2017-04-30 16:44:01 wallet 15ms
2017-04-30 16:44:01 init message: Rescanning...
2017-04-30 16:44:01 Rescanning last 8 blocks (from block 242423)...
2017-04-30 16:44:01 rescan 32ms
2017-04-30 16:44:01 init message: Activating best chain...
2017-04-30 16:44:01 mapBlockIndex.size() = 242433
2017-04-30 16:44:01 nBestHeight = 242431
2017-04-30 16:44:01 setKeyPool.size() = 101
2017-04-30 16:44:01 mapWallet.size() = 22
2017-04-30 16:44:01 mapAddressBook.size() = 1
2017-04-30 16:44:01 init message: Loading addresses...
2017-04-30 16:44:01 Loaded 3511 addresses from peers.dat 38ms
2017-04-30 16:44:01 AddLocal([2601:300:4100:7fd2:3dfe:1d31:a46e:de35]:1989,1)
2017-04-30 16:44:01 Discover: miner16 - 2601:300:4100:7fd2:3dfe:1d31:a46e:de35
2017-04-30 16:44:01 AddLocal([2601:300:4100:7fd2::db84]:1989,1)
2017-04-30 16:44:01 Discover: miner16 - 2601:300:4100:7fd2::db84
2017-04-30 16:44:01 AddLocal([2601:300:4100:7fd2:1143:9ee:2893:eeaf]:1989,1)
2017-04-30 16:44:01 Discover: miner16 - 2601:300:4100:7fd2:1143:9ee:2893:eeaf
2017-04-30 16:44:01 AddLocal([2001:0:5ef5:79fb:1c65:1ac3:51c5:69d4]:1989,1)
2017-04-30 16:44:01 Discover: miner16 - 2001:0:5ef5:79fb:1c65:1ac3:51c5:69d4
2017-04-30 16:44:01 dnsseed thread start
2017-04-30 16:44:01 net thread start
2017-04-30 16:44:01 init message: Done loading
2017-04-30 16:44:01 opencon thread start
2017-04-30 16:44:01 addcon thread start
2017-04-30 16:44:01 msghand thread start
2017-04-30 16:44:01 GUI: initializeResult : Initialization result: 1
2017-04-30 16:44:01 GUI: "ReportInvalidCertificate: Payment server found an invalid certificate: " "01" ("Microsoft Authenticode(tm) Root Authority") () ()
2017-04-30 16:44:01 GUI: "ReportInvalidCertificate: Payment server found an invalid certificate: " "01" () () ("Copyright (c) 1997 Microsoft Corp.", "Microsoft Time Stamping Service Root", "Microsoft Corporation")
2017-04-30 16:44:01 GUI: "ReportInvalidCertificate: Payment server found an invalid certificate: " "4a:19:d2:38:8c:82:59:1c:a5:5d:73:5f:15:5d:dc:a3" () () ("NO LIABILITY ACCEPTED, (c)97 VeriSign, Inc.", "VeriSign Time Stamping Service Root", "VeriSign, Inc.")
2017-04-30 16:44:01 GUI: PaymentServer::LoadRootCAs: Loaded 22 root certificates
2017-04-30 16:44:01 GUI: TransactionTablePriv::refreshWallet
2017-04-30 16:44:02 GUI: PaymentServer::initNetManager: No active proxy server found.
2017-04-30 16:44:03 receive version message: /HOdlcoin:3.0.0/: version 250000, blocks=242432, us=174.58.150.43:49748, peer=1
2017-04-30 16:44:03 Added time data, samples 2, offset -2 (+0 minutes)
2017-04-30 16:44:07 UpdateTip: new best=0000014cd78150d5e529d34f1e343bb6693a1bf15f7e6398ccfd27847e960868 height=242432 log2_work=41.97581 tx=502077 date=2017-04-30 16:37:44 progress=0.999991 cache=0.0MiB(3tx)
2017-04-30 16:44:07 Block:CBlockIndex(pprev=0xfe4b200, nHeight=242432, merkle=855e6342e6fd74b907fe3a860899c5500db3ad00d851f17d32bddef239d068d3, hashBlock=0000014cd78150d5e529d34f1e343bb6693a1bf15f7e6398ccfd27847e960868, nNonce=1254, nTime=1493570264, location=139758, finalcalculation=1255000585)
2017-04-30 16:44:12 Loading addresses from DNS seeds (could take a while)
2017-04-30 16:44:13 7 addresses found from DNS seeds
2017-04-30 16:44:13 dnsseed thread exit
2017-04-30 16:44:19 receive version message: /HOdlcoin:2.0.0.99/: version 70010, blocks=242432, us=174.58.150.43:49752, peer=2
2017-04-30 16:44:19 Added time data, samples 3, offset -1 (+0 minutes)
2017-04-30 16:44:20 UpdateTip: new best=00000185d0c34ee575ddea979f4aa16e44c4693ef5141b1780e8164dab71ecc6 height=242433 log2_work=41.975812 tx=502078 date=2017-04-30 16:44:14 progress=1.000000 cache=0.0MiB(4tx)
2017-04-30 16:44:20 Block:CBlockIndex(pprev=0x106d8200, nHeight=242433, merkle=c713caa0d5548c9343be49809eca85ff0239513d91d6e4b2764391c2a08a8dce, hashBlock=00000185d0c34ee575ddea979f4aa16e44c4693ef5141b1780e8164dab71ecc6, nNonce=1901, nTime=1493570654, location=86632, finalcalculation=1414937017)
2017-04-30 16:44:26 receive version message: /HOdlcoin:2.0.0/: version 70010, blocks=242433, us=[2601:300:4100:7fd2:3dfe:1d31:a46e:de35]:49754, peer=3
2017-04-30 16:44:26 Added time data, samples 4, offset -2 (+0 minutes)
2017-04-30 16:44:26 HOdlcoinMiner started
2017-04-30 16:44:26 HOdlcoinMiner: Mining to keypool address.
2017-04-30 16:44:26 keypool reserve 24
2017-04-30 16:44:26 CreateNewBlock(): total size 1000
2017-04-30 16:44:26 CreateNewBlock(): nfees 0
2017-04-30 16:44:26 Running HOdlcoinMiner with 1 transactions in block (186 bytes)
2017-04-30 16:44:26 Optiminer Flags: AES-NI = 1, AVX2 = 0
2017-04-30 16:44:26 Optiminer Flags and CPU support: AES-NI = 1, AVX2 = 0
2017-04-30 16:44:27 create sha512 data 0.671
2017-04-30 16:44:27 receive version message: /HOdlcoin:2.0.0/: version 70010, blocks=242433, us=[2001:0:5ef5:79fb:1c65:1ac3:51c5:69d4]:49756, peer=5
2017-04-30 16:44:27 Added time data, samples 5, offset +0 (+0 minutes)
2017-04-30 16:44:27 -2 -2 -1 +0 +0 | nTimeOffset = -1 (+0 minutes)

@FreeTrade
Copy link
Collaborator

yup, try adding optimineraes=0 to your command line - you can do that in the shortcut too

Then in the debug you should see - Optiminer Flags and CPU support: AES-NI = 0, AVX2 = 0

@DisasterFaster
Copy link
Author

@FreeTrade I did try that but it made no difference so I removed it but I've added it back again now and testing with or without gives the same result with the APP hang.

@FreeTrade
Copy link
Collaborator

ok, can you post the debug.log with the aes flag switched off

@DisasterFaster
Copy link
Author

This is from the event viewer:

Faulting application name: hodlcoin-qt.exe, version: 3.0.0.0, time stamp: 0x5903f45d
Faulting module name: ntdll.dll, version: 10.0.14393.479, time stamp: 0x5825887f
Exception code: 0xc0000005
Fault offset: 0x00000000000495dc
Faulting process id: 0x6ec
Faulting application start time: 0x01d2c2035f19e6f2
Faulting application path: C:\Program Files\HOdlcoin\hodlcoin-qt.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: ce646b18-7ca1-471c-ac1e-73a567843a0b
Faulting package full name:
Faulting package-relative application ID:

This is from the debug.log

2017-04-30 22:44:49 HOdlcoin version v3.0.0 (2017-04-28 19:03:09 -0700)
2017-04-30 22:44:49 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
2017-04-30 22:44:49 Using BerkeleyDB version Berkeley DB 4.8.30: (April 9, 2010)
2017-04-30 22:44:49 Default data directory C:\Users\private\AppData\Roaming\HOdlcoin
2017-04-30 22:44:49 Using data directory C:\Program Files\HOdlcoin\hodl
2017-04-30 22:44:49 Using config file C:\Program Files\HOdlcoin\hodl\hodlcoin.conf
2017-04-30 22:44:49 Using at most 125 connections (2048 file descriptors available)
2017-04-30 22:44:49 Using 16 threads for script verification
2017-04-30 22:44:49 scheduler thread start
2017-04-30 22:44:51 Rate Data Hash=-1290518034
2017-04-30 22:44:51 Rate Table Hash=-1235313936
2017-04-30 22:44:51 Using wallet wallet.dat
2017-04-30 22:44:51 init message: Verifying wallet...
2017-04-30 22:44:51 CDBEnv::Open: LogDir=C:\Program Files\HOdlcoin\hodl\database ErrorFile=C:\Program Files\HOdlcoin\hodl\db.log
2017-04-30 22:44:51 Bound to [::]:1989
2017-04-30 22:44:51 Bound to 0.0.0.0:1989
2017-04-30 22:44:51 Cache configuration:
2017-04-30 22:44:51 * Using 2.0MiB for block index database
2017-04-30 22:44:51 * Using 32.5MiB for chain state database
2017-04-30 22:44:51 * Using 65.5MiB for in-memory UTXO set
2017-04-30 22:44:51 init message: Loading block index...
2017-04-30 22:44:51 Opening LevelDB in C:\Program Files\HOdlcoin\hodl\blocks\index
2017-04-30 22:44:51 Opened LevelDB successfully
2017-04-30 22:44:51 Opening LevelDB in C:\Program Files\HOdlcoin\hodl\chainstate
2017-04-30 22:44:51 Opened LevelDB successfully
2017-04-30 22:46:40 LoadBlockIndexDB: last block file = 1
2017-04-30 22:46:40 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=30688, size=12414351, heights=211505...242431, time=2017-03-03...2017-04-30)
2017-04-30 22:46:40 Checking all blk files are present...
2017-04-30 22:46:40 LoadBlockIndexDB: transaction index disabled
2017-04-30 22:46:40 LoadBlockIndexDB: hashBestChain=000001f9547744bf751f73e5b7a1339034c6c2f624122ea4978a005a9ff98da6 height=242431 date=2017-04-30 16:31:58 progress=0.999479
2017-04-30 22:46:40 Block:CBlockIndex(pprev=0x10688b20, nHeight=242431, merkle=c9443fcb83beb1e9f241eb0f9921b6264f099068577470817e70e977f52c83a5, hashBlock=000001f9547744bf751f73e5b7a1339034c6c2f624122ea4978a005a9ff98da6, nNonce=1, nTime=1493569918, location=251122, finalcalculation=2890093033)
2017-04-30 22:46:40 init message: Verifying blocks...
2017-04-30 22:46:40 Verifying last 288 blocks at level 3
2017-04-30 22:46:40 No coin database inconsistencies in last 289 blocks (350 transactions)
2017-04-30 22:46:40 block index 109071ms
2017-04-30 22:46:40 init message: Loading wallet...
2017-04-30 22:46:40 nFileVersion = 3000000
2017-04-30 22:46:40 Keys: 124 plaintext, 0 encrypted, 124 w/ metadata, 124 total
2017-04-30 22:46:40 wallet 0ms
2017-04-30 22:46:40 init message: Activating best chain...
2017-04-30 22:46:40 mapBlockIndex.size() = 242433
2017-04-30 22:46:40 nBestHeight = 242431
2017-04-30 22:46:40 setKeyPool.size() = 101
2017-04-30 22:46:40 mapWallet.size() = 22
2017-04-30 22:46:40 mapAddressBook.size() = 1
2017-04-30 22:46:40 init message: Loading addresses...
2017-04-30 22:46:40 Loaded 3511 addresses from peers.dat 31ms
2017-04-30 22:46:40 AddLocal([2601:300:4100:7fd2:8580:b9b7:675d:8749]:1989,1)
2017-04-30 22:46:40 Discover: miner16 - 2601:300:4100:7fd2:8580:b9b7:675d:8749
2017-04-30 22:46:40 AddLocal([2601:300:4100:7fd2::db84]:1989,1)
2017-04-30 22:46:40 Discover: miner16 - 2601:300:4100:7fd2::db84
2017-04-30 22:46:40 AddLocal([2601:300:4100:7fd2:1143:9ee:2893:eeaf]:1989,1)
2017-04-30 22:46:40 Discover: miner16 - 2601:300:4100:7fd2:1143:9ee:2893:eeaf
2017-04-30 22:46:40 AddLocal([2001:0:5ef5:79fb:1c65:1ac3:51c5:69d4]:1989,1)
2017-04-30 22:46:40 Discover: miner16 - 2001:0:5ef5:79fb:1c65:1ac3:51c5:69d4
2017-04-30 22:46:40 dnsseed thread start
2017-04-30 22:46:40 net thread start
2017-04-30 22:46:40 addcon thread start
2017-04-30 22:46:40 opencon thread start
2017-04-30 22:46:40 init message: Done loading
2017-04-30 22:46:40 msghand thread start
2017-04-30 22:46:40 GUI: initializeResult : Initialization result: 1
2017-04-30 22:46:40 GUI: "ReportInvalidCertificate: Payment server found an invalid certificate: " "01" ("Microsoft Authenticode(tm) Root Authority") () ()
2017-04-30 22:46:40 GUI: "ReportInvalidCertificate: Payment server found an invalid certificate: " "01" () () ("Copyright (c) 1997 Microsoft Corp.", "Microsoft Time Stamping Service Root", "Microsoft Corporation")
2017-04-30 22:46:40 GUI: "ReportInvalidCertificate: Payment server found an invalid certificate: " "4a:19:d2:38:8c:82:59:1c:a5:5d:73:5f:15:5d:dc:a3" () () ("NO LIABILITY ACCEPTED, (c)97 VeriSign, Inc.", "VeriSign Time Stamping Service Root", "VeriSign, Inc.")
2017-04-30 22:46:40 GUI: PaymentServer::LoadRootCAs: Loaded 22 root certificates
2017-04-30 22:46:40 GUI: TransactionTablePriv::refreshWallet
2017-04-30 22:46:41 GUI: PaymentServer::initNetManager: No active proxy server found.
2017-04-30 22:46:41 receive version message: /HOdlcoin:3.0.0/: version 250000, blocks=242563, us=[2001:0:5ef5:79fb:1c65:1ac3:51c5:69d4]:49928, peer=1
2017-04-30 22:46:41 Added time data, samples 2, offset -2 (+0 minutes)
2017-04-30 22:46:42 UpdateTip: new best=0000014cd78150d5e529d34f1e343bb6693a1bf15f7e6398ccfd27847e960868 height=242432 log2_work=41.97581 tx=502077 date=2017-04-30 16:37:44 progress=0.999487 cache=0.0MiB(3tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x106895c0, nHeight=242432, merkle=855e6342e6fd74b907fe3a860899c5500db3ad00d851f17d32bddef239d068d3, hashBlock=0000014cd78150d5e529d34f1e343bb6693a1bf15f7e6398ccfd27847e960868, nNonce=1254, nTime=1493570264, location=139758, finalcalculation=1255000585)
2017-04-30 22:46:42 UpdateTip: new best=00000185d0c34ee575ddea979f4aa16e44c4693ef5141b1780e8164dab71ecc6 height=242433 log2_work=41.975812 tx=502078 date=2017-04-30 16:44:14 progress=0.999496 cache=0.0MiB(4tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d83f20, nHeight=242433, merkle=c713caa0d5548c9343be49809eca85ff0239513d91d6e4b2764391c2a08a8dce, hashBlock=00000185d0c34ee575ddea979f4aa16e44c4693ef5141b1780e8164dab71ecc6, nNonce=1901, nTime=1493570654, location=86632, finalcalculation=1414937017)
2017-04-30 22:46:42 UpdateTip: new best=000001684b0ac16aa1d1764be462ac518eb8dada407eaeb953c1696d42692a1f height=242434 log2_work=41.975814 tx=502079 date=2017-04-30 16:46:44 progress=0.999500 cache=0.0MiB(5tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d83840, nHeight=242434, merkle=1cf14d40ba68362f9031bd3c80bb9706d79cd423f97012fdd02b9f3c372f6fca, hashBlock=000001684b0ac16aa1d1764be462ac518eb8dada407eaeb953c1696d42692a1f, nNonce=3401, nTime=1493570804, location=13664, finalcalculation=477377040)
2017-04-30 22:46:42 UpdateTip: new best=0000004878703be5fa90f8c31ae23788dbc0860ffdaed6b84347bfa94144ac2e height=242435 log2_work=41.975815 tx=502080 date=2017-04-30 16:47:00 progress=0.999500 cache=0.0MiB(6tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d85a00, nHeight=242435, merkle=d5907de7903de64c1b62e4c7e02662421fef3c1b760c8177223ece31c0472bfb, hashBlock=0000004878703be5fa90f8c31ae23788dbc0860ffdaed6b84347bfa94144ac2e, nNonce=10, nTime=1493570820, location=71837, finalcalculation=4110835473)
2017-04-30 22:46:42 UpdateTip: new best=0000002914a5b1f708645de8e6982d4a6237b847e1d3c924327dcc6c0be15859 height=242436 log2_work=41.975817 tx=502082 date=2017-04-30 16:48:14 progress=0.999502 cache=0.0MiB(8tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d838e0, nHeight=242436, merkle=bc589bda512a59f3a831a566b7d3ceedc73545c097f901b27bdb0a0f028b4ca0, hashBlock=0000002914a5b1f708645de8e6982d4a6237b847e1d3c924327dcc6c0be15859, nNonce=9425, nTime=1493570894, location=213029, finalcalculation=3854191768)
2017-04-30 22:46:42 UpdateTip: new best=000000cc62b277d24bcf07060acad847fbb13eac929dc08176877d0550abd83d height=242437 log2_work=41.975819 tx=502083 date=2017-04-30 16:53:27 progress=0.999509 cache=0.0MiB(9tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d85640, nHeight=242437, merkle=61ed9135936ede90cf8fe6d34ee63dbc4bdd693fb096b353aa72f0b5aefa99e5, hashBlock=000000cc62b277d24bcf07060acad847fbb13eac929dc08176877d0550abd83d, nNonce=9933, nTime=1493571207, location=199660, finalcalculation=2367011205)
2017-04-30 22:46:42 UpdateTip: new best=000001300eddb0b53fe960e04f1ad76efae9ba6f7126c182357517c8974cd0f8 height=242438 log2_work=41.975821 tx=502084 date=2017-04-30 16:58:40 progress=0.999516 cache=0.0MiB(10tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d84920, nHeight=242438, merkle=484d59024f83c5944b72be34d8373a64d6b4f4dd6084e4316649cf63f9b5b9cb, hashBlock=000001300eddb0b53fe960e04f1ad76efae9ba6f7126c182357517c8974cd0f8, nNonce=87, nTime=1493571520, location=230055, finalcalculation=1129287960)
2017-04-30 22:46:42 receive version message: /HOdlcoin:2.0.0.99/: version 70010, blocks=242563, us=174.58.150.43:49929, peer=2
2017-04-30 22:46:42 Added time data, samples 3, offset -1 (+0 minutes)
2017-04-30 22:46:42 UpdateTip: new best=000001b0b00000c743acf3900ca32a9844a91ea7a49e4cf7b020f78ca174f1ef height=242439 log2_work=41.975822 tx=502085 date=2017-04-30 17:03:14 progress=0.999523 cache=0.0MiB(11tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d84ec0, nHeight=242439, merkle=e11cbb4b7ede77166030d76718997a6adadffd5b3c980abd9c77ea2499c4c14b, hashBlock=000001b0b00000c743acf3900ca32a9844a91ea7a49e4cf7b020f78ca174f1ef, nNonce=6033, nTime=1493571794, location=255594, finalcalculation=505398436)
2017-04-30 22:46:42 UpdateTip: new best=000001185c9f320a4cec83e157996c552afe24599eee80a4deb94ceed1d38f4f height=242440 log2_work=41.975824 tx=502086 date=2017-04-30 17:03:37 progress=0.999523 cache=0.0MiB(12tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d858c0, nHeight=242440, merkle=2b2bd86bf08ccc9e951f4cf78b2ba4b45cfb0888d2102245faa26dfb9d0221f5, hashBlock=000001185c9f320a4cec83e157996c552afe24599eee80a4deb94ceed1d38f4f, nNonce=1, nTime=1493571817, location=241110, finalcalculation=1788940173)
2017-04-30 22:46:42 UpdateTip: new best=000001035bc15ed50ee56f19ea490ce1f0b5bbe55bd28d5a394e4a08b46ee12f height=242441 log2_work=41.975825 tx=502087 date=2017-04-30 17:04:50 progress=0.999525 cache=0.0MiB(13tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d84240, nHeight=242441, merkle=a72397b087599257ac3d3a5b061aeb37dfdefcbbbcb62712011cecd278cec9ef, hashBlock=000001035bc15ed50ee56f19ea490ce1f0b5bbe55bd28d5a394e4a08b46ee12f, nNonce=4294960885, nTime=1493571890, location=211088, finalcalculation=2569725476)
2017-04-30 22:46:42 UpdateTip: new best=0000025857acbb1e150a804ca2bfd045423ba9f468d3a00067e8de2b38055c05 height=242442 log2_work=41.975827 tx=502088 date=2017-04-30 17:09:43 progress=0.999532 cache=0.0MiB(14tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d85000, nHeight=242442, merkle=8321a99996a33589a75f7914e6433db3c5f334c981ce026311d632e49da7cb73, hashBlock=0000025857acbb1e150a804ca2bfd045423ba9f468d3a00067e8de2b38055c05, nNonce=175, nTime=1493572183, location=124383, finalcalculation=2647467669)
2017-04-30 22:46:42 UpdateTip: new best=0000018dad7d8e7ad6efd8d3e9971cb07f94ec70fc2b9c227f243c46f8b1c36c height=242443 log2_work=41.975829 tx=502089 date=2017-04-30 17:20:09 progress=0.999546 cache=0.0MiB(15tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d84420, nHeight=242443, merkle=e7b874b683455783dca671f765c59e8c3a5ebe71f5e357aff2c4bb625c023f75, hashBlock=0000018dad7d8e7ad6efd8d3e9971cb07f94ec70fc2b9c227f243c46f8b1c36c, nNonce=164, nTime=1493572809, location=134559, finalcalculation=1112372785)
2017-04-30 22:46:42 UpdateTip: new best=00000365dda22eaed1f2037fa8673c1b0ba945f381d89c2509f2fa6c311d780e height=242444 log2_work=41.97583 tx=502090 date=2017-04-30 17:21:25 progress=0.999548 cache=0.0MiB(16tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d85820, nHeight=242444, merkle=120c84f9f8ecc2f4036752113578d1c96e5de4a05c210295beeee82613aa7934, hashBlock=00000365dda22eaed1f2037fa8673c1b0ba945f381d89c2509f2fa6c311d780e, nNonce=7961, nTime=1493572885, location=196796, finalcalculation=2101534956)
2017-04-30 22:46:42 UpdateTip: new best=0000001eabe007fd7d43027dd05e6c452f1239556c01d77aba160fa20e039535 height=242445 log2_work=41.975831 tx=502091 date=2017-04-30 17:22:01 progress=0.999549 cache=0.0MiB(17tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d84b00, nHeight=242445, merkle=6c8aa046e376dd37ff30126b706d083b3a4f51d85f9a4efecc9ea33697b2bef8, hashBlock=0000001eabe007fd7d43027dd05e6c452f1239556c01d77aba160fa20e039535, nNonce=4294957414, nTime=1493572921, location=155876, finalcalculation=3177813807)
2017-04-30 22:46:42 UpdateTip: new best=000000023c8c5b88f1e3e93b8bcbb63532d750eddcd18874fc82c9c5678e2258 height=242446 log2_work=41.975833 tx=502092 date=2017-04-30 17:23:11 progress=0.999550 cache=0.0MiB(18tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d83520, nHeight=242446, merkle=3b6e7ba40f849a65d56bc01b6f1ad67836cf6e945f00711b59ee6577e770ea16, hashBlock=000000023c8c5b88f1e3e93b8bcbb63532d750eddcd18874fc82c9c5678e2258, nNonce=4172, nTime=1493572991, location=34772, finalcalculation=1328339256)
2017-04-30 22:46:42 UpdateTip: new best=0000006e74976dcd3f83ba3799b1eb1f1d927392ba7bcd54981ffdc85c90d4a7 height=242447 log2_work=41.975834 tx=502093 date=2017-04-30 17:26:14 progress=0.999555 cache=0.0MiB(19tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d85140, nHeight=242447, merkle=a6806d87fefe45072bd03262fad0c0f0fa42c71cd966ff179fa0639a3ea03bd3, hashBlock=0000006e74976dcd3f83ba3799b1eb1f1d927392ba7bcd54981ffdc85c90d4a7, nNonce=4739, nTime=1493573174, location=213938, finalcalculation=1658748965)
2017-04-30 22:46:42 UpdateTip: new best=00000087f77414fd0fb617d5a5b2e54bfdb73520bbad4b9046fb333effed7758 height=242448 log2_work=41.975835 tx=502094 date=2017-04-30 17:26:44 progress=0.999555 cache=0.0MiB(20tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d85320, nHeight=242448, merkle=f35fe46de44902b2e72a2baa6689ca5e876ff982f8a69baf1782b71fb6a192d9, hashBlock=00000087f77414fd0fb617d5a5b2e54bfdb73520bbad4b9046fb333effed7758, nNonce=4294958233, nTime=1493573204, location=147383, finalcalculation=1465348680)
2017-04-30 22:46:42 UpdateTip: new best=0000022b44e1a25df8e78ef8dd4274bada41c3036a7b88c63a87f9124fbf032f height=242449 log2_work=41.975837 tx=502097 date=2017-04-30 17:32:44 progress=0.999564 cache=0.0MiB(23tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d842e0, nHeight=242449, merkle=daa898891bd45d721af5c9f0bec0645be4b0ed0f484800f882410ded3a0441d6, hashBlock=0000022b44e1a25df8e78ef8dd4274bada41c3036a7b88c63a87f9124fbf032f, nNonce=8517, nTime=1493573564, location=212263, finalcalculation=2048506034)
2017-04-30 22:46:42 UpdateTip: new best=000000623f1429fb00eeb337e9fcc2fec93ed187e83bf7f6336357238d048303 height=242450 log2_work=41.975838 tx=502098 date=2017-04-30 17:36:14 progress=0.999569 cache=0.0MiB(24tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d83a20, nHeight=242450, merkle=57ae59b42be9907f85d6bc9b469e6099d60bb1e39e0e2215d9fa932ea1ddf6de, hashBlock=000000623f1429fb00eeb337e9fcc2fec93ed187e83bf7f6336357238d048303, nNonce=1895, nTime=1493573774, location=20139, finalcalculation=245365205)
2017-04-30 22:46:42 UpdateTip: new best=00000122b2798070408059e1ab345e82799cdb2b536f9b13a8e2595491996ce1 height=242451 log2_work=41.97584 tx=502099 date=2017-04-30 17:38:14 progress=0.999571 cache=0.0MiB(25tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d85aa0, nHeight=242451, merkle=71ef1484a1e7b2d586fe909ff4f2c4d3cd61fc3b94bbd109bbbe6a0a12d536aa, hashBlock=00000122b2798070408059e1ab345e82799cdb2b536f9b13a8e2595491996ce1, nNonce=767, nTime=1493573894, location=129306, finalcalculation=3980359642)
2017-04-30 22:46:42 UpdateTip: new best=0000002960342cfd52b2ef7fb7f4eec60849b6a6836fd3f0ebc3b8af60dd523f height=242452 log2_work=41.975841 tx=502100 date=2017-04-30 17:43:44 progress=0.999579 cache=0.0MiB(26tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d84600, nHeight=242452, merkle=d55f1526dfa5c5f4e459d4e9ae758fc99a4162343ce92a456bf4c4eff35f92fb, hashBlock=0000002960342cfd52b2ef7fb7f4eec60849b6a6836fd3f0ebc3b8af60dd523f, nNonce=5410, nTime=1493574224, location=11114, finalcalculation=1593411733)
2017-04-30 22:46:42 UpdateTip: new best=0000007bbff1f727f174851d64365481f03804c1634f7864438654dc35ff7097 height=242453 log2_work=41.975842 tx=502101 date=2017-04-30 17:44:08 progress=0.999580 cache=0.0MiB(27tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d85500, nHeight=242453, merkle=d0744c9c93e9a6aca0a5e300a1d9746422a414f0f62384252034a54a18b11a18, hashBlock=0000007bbff1f727f174851d64365481f03804c1634f7864438654dc35ff7097, nNonce=15, nTime=1493574248, location=193766, finalcalculation=588531720)
2017-04-30 22:46:42 UpdateTip: new best=000001dc5b9d908726f7a2e0b65cd62a26140685cfac8374b40c6a322649cf8e height=242454 log2_work=41.975844 tx=502103 date=2017-04-30 17:49:24 progress=0.999587 cache=0.0MiB(29tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d846a0, nHeight=242454, merkle=8084aef08160e2d7744412b8e78ea51853db0bc8cb8184d412b524acba2a5ec0, hashBlock=000001dc5b9d908726f7a2e0b65cd62a26140685cfac8374b40c6a322649cf8e, nNonce=1375, nTime=1493574564, location=15466, finalcalculation=2873770770)
2017-04-30 22:46:42 UpdateTip: new best=000002338ccb81dc19157b34b0084b8eecc57f5751c19cd9278a37e50ee6f1d8 height=242455 log2_work=41.975845 tx=502104 date=2017-04-30 17:53:14 progress=0.999592 cache=0.0MiB(30tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d84740, nHeight=242455, merkle=a4fbcf5023da8509c1ac4da57da2c1dd9f61e0eeda6ade055b8d683808fc255f, hashBlock=000002338ccb81dc19157b34b0084b8eecc57f5751c19cd9278a37e50ee6f1d8, nNonce=5653, nTime=1493574794, location=197120, finalcalculation=2486993571)
2017-04-30 22:46:42 UpdateTip: new best=0000045d643478f9457cb2a1fe7379fe4143389d9e974e1769f09efcc5d987ce height=242456 log2_work=41.975846 tx=502105 date=2017-04-30 17:53:19 progress=0.999592 cache=0.0MiB(31tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d85c80, nHeight=242456, merkle=31bcdbe503227bb722c4ab392b71eeb8c4bbbbd41a2c828c1da52f89590abc69, hashBlock=0000045d643478f9457cb2a1fe7379fe4143389d9e974e1769f09efcc5d987ce, nNonce=8294, nTime=1493574799, location=70421, finalcalculation=2244337493)
2017-04-30 22:46:42 UpdateTip: new best=00000044a3aeb7f11b1b718a3f602faa12c223ccaad0f136ae2b67e5a8e47e6f height=242457 log2_work=41.975847 tx=502106 date=2017-04-30 17:57:56 progress=0.999599 cache=0.0MiB(32tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d849c0, nHeight=242457, merkle=62b708bf189da618fdd37cb695fbada9b88101f0b3f7b949e5c380591558e0c8, hashBlock=00000044a3aeb7f11b1b718a3f602faa12c223ccaad0f136ae2b67e5a8e47e6f, nNonce=43, nTime=1493575076, location=141595, finalcalculation=649039435)
2017-04-30 22:46:42 UpdateTip: new best=00000120ef4b8e378943de192a85f60c526ff8468ad6bd2f0bdc7328bbab9f59 height=242458 log2_work=41.975849 tx=502108 date=2017-04-30 18:04:44 progress=0.999608 cache=0.0MiB(34tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d84a60, nHeight=242458, merkle=b223b3f3928a56c32e9229d8996da67f4963a8ce44e46ebcfb5be9a47da82eca, hashBlock=00000120ef4b8e378943de192a85f60c526ff8468ad6bd2f0bdc7328bbab9f59, nNonce=5657, nTime=1493575484, location=107301, finalcalculation=808813206)
2017-04-30 22:46:42 UpdateTip: new best=0000009ac6c5690ece402f4b6a9283c212b48c430f1f20a949aed671281a4477 height=242459 log2_work=41.97585 tx=502109 date=2017-04-30 18:04:57 progress=0.999608 cache=0.0MiB(35tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d856e0, nHeight=242459, merkle=989f5775d3d65c91bc983dd8d47eaea2f70f4b3112f03ddd20c1f62cfb9c0492, hashBlock=0000009ac6c5690ece402f4b6a9283c212b48c430f1f20a949aed671281a4477, nNonce=57, nTime=1493575497, location=83944, finalcalculation=3314130171)
2017-04-30 22:46:42 UpdateTip: new best=0000049a28ca4ded0c6f15ff0377c6784bfa04969ef39f20d865862e83a64d75 height=242460 log2_work=41.975851 tx=502110 date=2017-04-30 18:06:23 progress=0.999610 cache=0.0MiB(36tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d835c0, nHeight=242460, merkle=4d1a4238ee6bc9740c003ffaaa1633e652b3c1719f15504f97f7f6270274331c, hashBlock=0000049a28ca4ded0c6f15ff0377c6784bfa04969ef39f20d865862e83a64d75, nNonce=21, nTime=1493575583, location=250252, finalcalculation=4123442192)
2017-04-30 22:46:42 receive version message: /HOdlcoin:3.0.0/: version 250000, blocks=242563, us=174.58.150.43:49930, peer=3
2017-04-30 22:46:42 Added time data, samples 4, offset -3 (+0 minutes)
2017-04-30 22:46:42 UpdateTip: new best=0000011ff481ec3cee429941f4f85e6c319fabe93d2fad5ade2facf612465e34 height=242461 log2_work=41.975852 tx=502111 date=2017-04-30 18:13:14 progress=0.999620 cache=0.0MiB(37tx)
2017-04-30 22:46:42 Block:CBlockIndex(pprev=0x10d83700, nHeight=242461, merkle=1efb5294c82e51679d4c128e842f61a61b85aaf54da6ab0e7f083db7286efd34, hashBlock=0000011ff481ec3cee429941f4f85e6c319fabe93d2fad5ade2facf612465e34, nNonce=4294965456, nTime=1493575994, location=92815, finalcalculation=1558142034)
2017-04-30 22:46:43 UpdateTip: new best=0000049b55659c6ac2a66b5d7dd196dcc38bb8fc232cff95654528bf8f519ce9 height=242462 log2_work=41.975853 tx=502113 date=2017-04-30 18:14:14 progress=0.999621 cache=0.0MiB(39tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d882a0, nHeight=242462, merkle=c75a0e228331d1745952dd834f3db3b89e228dbc1260691e8ee795f5138f769e, hashBlock=0000049b55659c6ac2a66b5d7dd196dcc38bb8fc232cff95654528bf8f519ce9, nNonce=9116, nTime=1493576054, location=84362, finalcalculation=2136767896)
2017-04-30 22:46:43 UpdateTip: new best=000001fe3075c43ef7f636f4c04a4a3816bb2518ed60a8b5a1d67356bda4477c height=242463 log2_work=41.975854 tx=502114 date=2017-04-30 18:14:44 progress=0.999622 cache=0.0MiB(40tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86720, nHeight=242463, merkle=cd9c45c7032b355a45497da3d1f2e0d0fc85b52a6bcdbe4be31cbbadcea60583, hashBlock=000001fe3075c43ef7f636f4c04a4a3816bb2518ed60a8b5a1d67356bda4477c, nNonce=445, nTime=1493576084, location=242557, finalcalculation=1884840309)
2017-04-30 22:46:43 UpdateTip: new best=000000d92e9b68b3905c8ae05bfb226f044e625d4605723419bb9083b01d7e93 height=242464 log2_work=41.975856 tx=502115 date=2017-04-30 18:15:06 progress=0.999623 cache=0.0MiB(41tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87ee0, nHeight=242464, merkle=61bcd16c7315ad6ec30b4136601dbac8460e1be26dfb5b346a62bb8893a8cc48, hashBlock=000000d92e9b68b3905c8ae05bfb226f044e625d4605723419bb9083b01d7e93, nNonce=12, nTime=1493576106, location=147010, finalcalculation=200248496)
2017-04-30 22:46:43 UpdateTip: new best=000002e9d615e15ffe886dbd54df6460da9d652037f7a3cf5ece79957369fa5a height=242465 log2_work=41.975857 tx=502116 date=2017-04-30 18:18:28 progress=0.999627 cache=0.0MiB(42tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87440, nHeight=242465, merkle=b88500774f5e688378682c5f0ff338a755236b5c93d265aa3b6ab9ce422c3e07, hashBlock=000002e9d615e15ffe886dbd54df6460da9d652037f7a3cf5ece79957369fa5a, nNonce=50, nTime=1493576308, location=163921, finalcalculation=1842642237)
2017-04-30 22:46:43 UpdateTip: new best=000003e2be4150bcb9d5e957566d0821ea5f4fe698b0e60d677aeee6bb0e779d height=242466 log2_work=41.975858 tx=502117 date=2017-04-30 18:21:44 progress=0.999632 cache=0.0MiB(43tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87940, nHeight=242466, merkle=d5e16e438db786b310080bcbdd95a51b5978b6271dc5949d502762b511bd8d0f, hashBlock=000003e2be4150bcb9d5e957566d0821ea5f4fe698b0e60d677aeee6bb0e779d, nNonce=7184, nTime=1493576504, location=227670, finalcalculation=26929310)
2017-04-30 22:46:43 UpdateTip: new best=00000422e58605887d76dc7bc4ff7150b16c52630214c0d8612a9d2dc45769a3 height=242467 log2_work=41.975859 tx=502118 date=2017-04-30 18:23:14 progress=0.999634 cache=0.0MiB(44tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87620, nHeight=242467, merkle=2f556e91ff6b724862015929130c39596d43483b71b43023787fd39a32e70a63, hashBlock=00000422e58605887d76dc7bc4ff7150b16c52630214c0d8612a9d2dc45769a3, nNonce=8444, nTime=1493576594, location=40811, finalcalculation=673418676)
2017-04-30 22:46:43 UpdateTip: new best=00000191dbe95ae25ed08ec09d79f86c4f71edd2b3ffd9fdca67a1be8450c2e1 height=242468 log2_work=41.97586 tx=502120 date=2017-04-30 18:27:45 progress=0.999640 cache=0.0MiB(47tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d879e0, nHeight=242468, merkle=49103d8d6db3179359b7bb769dde32555a9569dc13279605c7580dc4022cb7e7, hashBlock=00000191dbe95ae25ed08ec09d79f86c4f71edd2b3ffd9fdca67a1be8450c2e1, nNonce=3996, nTime=1493576865, location=54416, finalcalculation=1577557692)
2017-04-30 22:46:43 UpdateTip: new best=000002b54a8251ce4ea9979d7e4ad0d33f26b7911b04d5ee4d3abe89a895ed55 height=242469 log2_work=41.975862 tx=502121 date=2017-04-30 18:30:41 progress=0.999644 cache=0.0MiB(48tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86fe0, nHeight=242469, merkle=e837604d82a79dc043e2099f604cb7933127edaed3e1a250c7b917cf985ec847, hashBlock=000002b54a8251ce4ea9979d7e4ad0d33f26b7911b04d5ee4d3abe89a895ed55, nNonce=4183, nTime=1493577041, location=132791, finalcalculation=3798282343)
2017-04-30 22:46:43 UpdateTip: new best=0000020aa4c9992d35e5581d9cb35144f09f94f8a52967467f60fc11ab816f1d height=242470 log2_work=41.975863 tx=502122 date=2017-04-30 18:30:59 progress=0.999645 cache=0.0MiB(49tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d862c0, nHeight=242470, merkle=56b35bec2bb958e670b28dd339b2a4ec8eeeb0e3799b27db8be47659b796089b, hashBlock=0000020aa4c9992d35e5581d9cb35144f09f94f8a52967467f60fc11ab816f1d, nNonce=17, nTime=1493577059, location=259530, finalcalculation=166660927)
2017-04-30 22:46:43 UpdateTip: new best=000000db0cc647636fca555e64a72e6ab055587f9fc4fbb9f2d6a4b5c6a634f9 height=242471 log2_work=41.975864 tx=502123 date=2017-04-30 18:32:45 progress=0.999647 cache=0.0MiB(50tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87300, nHeight=242471, merkle=9355a659f27f726839ae030dbbba74d9a8632fd2a1ba94beb0e60947e8f7c459, hashBlock=000000db0cc647636fca555e64a72e6ab055587f9fc4fbb9f2d6a4b5c6a634f9, nNonce=4294957526, nTime=1493577165, location=64282, finalcalculation=3795460976)
2017-04-30 22:46:43 UpdateTip: new best=000000550b505bd3448423db785c6a0fde90e5aed5b486aeec7cea2b3b098fc8 height=242472 log2_work=41.975865 tx=502124 date=2017-04-30 18:33:15 progress=0.999648 cache=0.0MiB(51tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d865e0, nHeight=242472, merkle=b81a950ecad255ad25f17bdd2ba69ac4bc94da7f31c178590143c870937c24ae, hashBlock=000000550b505bd3448423db785c6a0fde90e5aed5b486aeec7cea2b3b098fc8, nNonce=1599, nTime=1493577195, location=94636, finalcalculation=1709182453)
2017-04-30 22:46:43 UpdateTip: new best=000002020b5d0b7a3b865ae4f0facbb4735a9e9a1b5f03723bd633b109bfde30 height=242473 log2_work=41.975866 tx=502125 date=2017-04-30 18:37:25 progress=0.999654 cache=0.0MiB(52tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d880c0, nHeight=242473, merkle=0a4e424b7f4ef00b2b1204dd76ad4d237398c1d0ea56075e48676de137982f71, hashBlock=000002020b5d0b7a3b865ae4f0facbb4735a9e9a1b5f03723bd633b109bfde30, nNonce=222, nTime=1493577445, location=146899, finalcalculation=643848242)
2017-04-30 22:46:43 UpdateTip: new best=00000451b85c08a7cad3524588176ad2461910ed8e020b19ca9b3372509a93d5 height=242474 log2_work=41.975868 tx=502126 date=2017-04-30 18:43:38 progress=0.999662 cache=0.0MiB(53tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87bc0, nHeight=242474, merkle=59db3fc8b4dcc201199a2f2bea6c711d943afa2c694aa6671f80fca8778a7991, hashBlock=00000451b85c08a7cad3524588176ad2461910ed8e020b19ca9b3372509a93d5, nNonce=7767, nTime=1493577818, location=219370, finalcalculation=3534576894)
2017-04-30 22:46:43 UpdateTip: new best=000000b5193c8570b703a6767743a9af50b795238796d11ad3267defb223aacc height=242475 log2_work=41.975869 tx=502127 date=2017-04-30 18:48:15 progress=0.999669 cache=0.0MiB(54tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86040, nHeight=242475, merkle=fc3fd65bc2ce689aa36579a2d4627eb4e4c18f093408dc7e9ff82e09fa7fe434, hashBlock=000000b5193c8570b703a6767743a9af50b795238796d11ad3267defb223aacc, nNonce=8103, nTime=1493578095, location=232400, finalcalculation=1437397175)
2017-04-30 22:46:43 UpdateTip: new best=0000003189d7e72fd2e437fac824a5e598a67276359175d41bba7635a39c2d73 height=242476 log2_work=41.97587 tx=502129 date=2017-04-30 18:51:45 progress=0.999673 cache=0.0MiB(57tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d85fa0, nHeight=242476, merkle=7f07884a41325506dc837b4ed5969fa0ffe1adbb9f88cb0e3bee3dd7789b3c06, hashBlock=0000003189d7e72fd2e437fac824a5e598a67276359175d41bba7635a39c2d73, nNonce=6245, nTime=1493578305, location=81779, finalcalculation=328401481)
2017-04-30 22:46:43 UpdateTip: new best=0000031431eda4576d848bb1f1ef1f32c731aa8e7f2703141fb16faa165ed24e height=242477 log2_work=41.975871 tx=502130 date=2017-04-30 18:51:48 progress=0.999674 cache=0.0MiB(58tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86540, nHeight=242477, merkle=48e7e349acf7a47de85c02efc685468ad2ac867d4090ed18c4cb552410344f2d, hashBlock=0000031431eda4576d848bb1f1ef1f32c731aa8e7f2703141fb16faa165ed24e, nNonce=0, nTime=1493578308, location=201880, finalcalculation=1815144129)
2017-04-30 22:46:43 UpdateTip: new best=0000049e082c27574259e13aa4fc1c36e2ed2fc2b2dfba18686f34a0caad90fc height=242478 log2_work=41.975872 tx=502131 date=2017-04-30 18:48:05 progress=0.999668 cache=0.0MiB(59tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d88340, nHeight=242478, merkle=a12c3e7f59ccac4859842ddd16d66bbc3aea3764665b6a8f719c647b4e770531, hashBlock=0000049e082c27574259e13aa4fc1c36e2ed2fc2b2dfba18686f34a0caad90fc, nNonce=23, nTime=1493578085, location=235243, finalcalculation=202893741)
2017-04-30 22:46:43 UpdateTip: new best=000002ee769904ff03d7509ef2064b1ff6d36523ad32eebdc2bc09f5a8b7661b height=242479 log2_work=41.975873 tx=502132 date=2017-04-30 18:53:59 progress=0.999677 cache=0.0MiB(60tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87c60, nHeight=242479, merkle=7a2f6a0090a4b4b0e4bba60073a2d350ac7f499f45b6a5a33d495eaece329e30, hashBlock=000002ee769904ff03d7509ef2064b1ff6d36523ad32eebdc2bc09f5a8b7661b, nNonce=29, nTime=1493578439, location=40106, finalcalculation=3549622409)
2017-04-30 22:46:43 UpdateTip: new best=00000180e7b41973dd2f7fa1a7753d270c7960144617ef04c3555e3d62bd7e60 height=242480 log2_work=41.975875 tx=502133 date=2017-04-30 18:55:37 progress=0.999679 cache=0.0MiB(61tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86680, nHeight=242480, merkle=92baf00fc2a64d30c852889e37189f7ad6eb86afc828f8241ce9c64604400ca1, hashBlock=00000180e7b41973dd2f7fa1a7753d270c7960144617ef04c3555e3d62bd7e60, nNonce=22, nTime=1493578537, location=18386, finalcalculation=713249559)
2017-04-30 22:46:43 UpdateTip: new best=000004258ed971dbe6e14ca2f351b1a2ecaafc827ca29524e519278f1a882a71 height=242481 log2_work=41.975876 tx=502134 date=2017-04-30 18:57:29 progress=0.999681 cache=0.0MiB(62tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d873a0, nHeight=242481, merkle=a2882d7fff89b27a6ea6f2761ec078cb10780f51bc1a5de2562181ae28b1ab3d, hashBlock=000004258ed971dbe6e14ca2f351b1a2ecaafc827ca29524e519278f1a882a71, nNonce=4657, nTime=1493578649, location=51508, finalcalculation=2593700464)
2017-04-30 22:46:43 UpdateTip: new best=0000010094b46abc404094e0fcb76097ba0611ea4633b2113d4fc31c32efebb3 height=242482 log2_work=41.975877 tx=502135 date=2017-04-30 18:57:43 progress=0.999682 cache=0.0MiB(63tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d88020, nHeight=242482, merkle=941b840d81cc33ef3788f0ab8755da811c95c646aad68cff33bcab77ed903393, hashBlock=0000010094b46abc404094e0fcb76097ba0611ea4633b2113d4fc31c32efebb3, nNonce=8476, nTime=1493578663, location=17517, finalcalculation=2353149700)
2017-04-30 22:46:43 UpdateTip: new best=0000014106fe90727e409c21b3e8e81e5258e534150640898bdce5d49ede9822 height=242483 log2_work=41.975879 tx=502136 date=2017-04-30 18:59:12 progress=0.999684 cache=0.0MiB(64tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87260, nHeight=242483, merkle=c985cfcbd97cc725fcbf7cbbc9e4d96013d395d3e0d5994b15add0fa270d0dbd, hashBlock=0000014106fe90727e409c21b3e8e81e5258e534150640898bdce5d49ede9822, nNonce=1193, nTime=1493578752, location=152772, finalcalculation=3506098869)
2017-04-30 22:46:43 UpdateTip: new best=000000b068a43e8c852b6082afc203204ca842fc2523defcd8fbc77c9a8828fe height=242484 log2_work=41.97588 tx=502137 date=2017-04-30 18:59:18 progress=0.999684 cache=0.0MiB(65tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87080, nHeight=242484, merkle=1a4bcb45479f09d579f4b4d12a65f574a28edf0c8d00aa3049fba6fc67acc12d, hashBlock=000000b068a43e8c852b6082afc203204ca842fc2523defcd8fbc77c9a8828fe, nNonce=8733, nTime=1493578758, location=210920, finalcalculation=624508548)
2017-04-30 22:46:43 UpdateTip: new best=00000197acb702d821d5d10ab6144f5e5a3e0e4a98753b57d4a18ace817bfeb4 height=242485 log2_work=41.975882 tx=502138 date=2017-04-30 18:59:27 progress=0.999684 cache=0.0MiB(66tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86860, nHeight=242485, merkle=663745ef0f620a74077ed3bdfad680dee4f9283189b89cdb877fc9013bb3fde3, hashBlock=00000197acb702d821d5d10ab6144f5e5a3e0e4a98753b57d4a18ace817bfeb4, nNonce=2, nTime=1493578767, location=11802, finalcalculation=3834519473)
2017-04-30 22:46:43 UpdateTip: new best=000000a4f7cea27fb737899aaab42baf8e9af4aafa557b4b0343d68d08e6c17e height=242486 log2_work=41.975883 tx=502139 date=2017-04-30 18:59:59 progress=0.999685 cache=0.0MiB(67tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87d00, nHeight=242486, merkle=613b5d93ff5037e084b3f62ecbe6da05317f066a9d493d4fcecff99ff4f95380, hashBlock=000000a4f7cea27fb737899aaab42baf8e9af4aafa557b4b0343d68d08e6c17e, nNonce=7750, nTime=1493578799, location=66128, finalcalculation=2697809218)
2017-04-30 22:46:43 UpdateTip: new best=0000011883fc0d60667a7f81607a197f6f609e378b2d49b837c5afcdf390e15c height=242487 log2_work=41.975885 tx=502140 date=2017-04-30 19:01:15 progress=0.999687 cache=0.0MiB(68tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d883e0, nHeight=242487, merkle=f570a513d679eccb369546877d3ab4bf72dad62a05b0de3112aeaded65bbf560, hashBlock=0000011883fc0d60667a7f81607a197f6f609e378b2d49b837c5afcdf390e15c, nNonce=2950, nTime=1493578875, location=101597, finalcalculation=1851898546)
2017-04-30 22:46:43 receive version message: /HOdlcoin:2.0.0/: version 70010, blocks=242563, us=[2001:0:5ef5:79fb:1c65:1ac3:51c5:69d4]:49931, peer=4
2017-04-30 22:46:43 Added time data, samples 5, offset +0 (+0 minutes)
2017-04-30 22:46:43 -3 -2 -1 +0 +0 | nTimeOffset = -1 (+0 minutes)
2017-04-30 22:46:43 UpdateTip: new best=0000009d6ce6eb212033a38829fdd82d5a87af043db7ad3f01ccc9bbb1c4ffbb height=242488 log2_work=41.975887 tx=502141 date=2017-04-30 19:03:15 progress=0.999689 cache=0.0MiB(69tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86d60, nHeight=242488, merkle=ce4b9965a43de6191af172234b811038072c839dd61e91700718e751d34222dd, hashBlock=0000009d6ce6eb212033a38829fdd82d5a87af043db7ad3f01ccc9bbb1c4ffbb, nNonce=2135, nTime=1493578995, location=40722, finalcalculation=2793748864)
2017-04-30 22:46:43 UpdateTip: new best=000000d2b08cdccc604fa28150d5e2e2cb18b1063ef003f45151cc9a0b016f5d height=242489 log2_work=41.975888 tx=502142 date=2017-04-30 19:03:33 progress=0.999690 cache=0.0MiB(70tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d860e0, nHeight=242489, merkle=84f3c47c090714e2eb653340e9f17d4e788143aed87ae3d24dde75c0a67dd7de, hashBlock=000000d2b08cdccc604fa28150d5e2e2cb18b1063ef003f45151cc9a0b016f5d, nNonce=5944, nTime=1493579013, location=84646, finalcalculation=939670162)
2017-04-30 22:46:43 UpdateTip: new best=000001c57179f1b293c9fd3b351cfe9f743c5ea82eb1e0a5c75c7f6c72d464b8 height=242490 log2_work=41.97589 tx=502144 date=2017-04-30 19:04:57 progress=0.999692 cache=0.0MiB(72tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d85dc0, nHeight=242490, merkle=f4f177644ecd9d6e53d445b9b6698c3755f67cba60e832759d5f5f37331d3265, hashBlock=000001c57179f1b293c9fd3b351cfe9f743c5ea82eb1e0a5c75c7f6c72d464b8, nNonce=12, nTime=1493579097, location=238330, finalcalculation=3095496943)
2017-04-30 22:46:43 UpdateTip: new best=000002bcaebb2816794c328235e7395bbd21c49faf7d290ef31ba278f01bcd7e height=242491 log2_work=41.975892 tx=502145 date=2017-04-30 19:18:04 progress=0.999710 cache=0.0MiB(73tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d88480, nHeight=242491, merkle=59ed8391ac424d0b2b42af6d789c4b0282695bed374d72ce4050966df0274ae9, hashBlock=000002bcaebb2816794c328235e7395bbd21c49faf7d290ef31ba278f01bcd7e, nNonce=221, nTime=1493579884, location=46818, finalcalculation=1744408786)
2017-04-30 22:46:43 UpdateTip: new best=00000243e589a7ba9d661f80f4e769106eb0947f317995f96330c8fd218609eb height=242492 log2_work=41.975894 tx=502146 date=2017-04-30 19:20:45 progress=0.999714 cache=0.0MiB(74tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86180, nHeight=242492, merkle=c28c5b6cdd2f29d0140ef1cb0e8d0c7e1e0c884a43a26249ef0bea1e7f6da1ec, hashBlock=00000243e589a7ba9d661f80f4e769106eb0947f317995f96330c8fd218609eb, nNonce=1440, nTime=1493580045, location=204258, finalcalculation=3381688406)
2017-04-30 22:46:43 UpdateTip: new best=000002fe7fa633b1dfd8c956615ae578ce7e654d1afd2338bbaf2400559088fb height=242493 log2_work=41.975896 tx=502147 date=2017-04-30 19:21:15 progress=0.999714 cache=0.0MiB(75tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d874e0, nHeight=242493, merkle=a486c758342da710cf5b30ea9c147e6edcee67100f2e42027c7743cb562fdc4e, hashBlock=000002fe7fa633b1dfd8c956615ae578ce7e654d1afd2338bbaf2400559088fb, nNonce=3218, nTime=1493580075, location=40323, finalcalculation=3734398119)
2017-04-30 22:46:43 UpdateTip: new best=000001599f0e6f30ab725ad7d625efee3bb8ccdbeea0043a46ce7775b44ba74b height=242494 log2_work=41.975897 tx=502148 date=2017-04-30 19:21:35 progress=0.999715 cache=0.0MiB(76tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86900, nHeight=242494, merkle=cd53d0b92d03120f91423cd6c807b71014a6b3a96b24dec6c685be5f71cf75a5, hashBlock=000001599f0e6f30ab725ad7d625efee3bb8ccdbeea0043a46ce7775b44ba74b, nNonce=8548, nTime=1493580095, location=137472, finalcalculation=4096750527)
2017-04-30 22:46:43 UpdateTip: new best=0000021d5bd0c6d279edcfc8850988340e77e905b863a05e820135927774dc32 height=242495 log2_work=41.975899 tx=502149 date=2017-04-30 19:24:01 progress=0.999718 cache=0.0MiB(77tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86220, nHeight=242495, merkle=57b5df5cce7e61e39ccbfd67ebad812cdcb9ac918e3db027ceac03a40ea6dad2, hashBlock=0000021d5bd0c6d279edcfc8850988340e77e905b863a05e820135927774dc32, nNonce=26, nTime=1493580241, location=94278, finalcalculation=1582509742)
2017-04-30 22:46:43 UpdateTip: new best=0000019b44d43e717b342c2cfc08d4bac37c431e41525bba51ceb0d666953f9d height=242496 log2_work=41.975901 tx=502150 date=2017-04-30 19:24:52 progress=0.999719 cache=0.0MiB(78tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d88200, nHeight=242496, merkle=03050fadf979f6fc6f645f0af131d090c312775195e325ae44aa4ad14b3cb9c6, hashBlock=0000019b44d43e717b342c2cfc08d4bac37c431e41525bba51ceb0d666953f9d, nNonce=2, nTime=1493580292, location=109534, finalcalculation=2887518889)
2017-04-30 22:46:43 UpdateTip: new best=000000bd40afa90e342a2efc522f03f7b2022efc9c04fb8c4b903be95213168d height=242497 log2_work=41.975903 tx=502152 date=2017-04-30 19:29:15 progress=0.999726 cache=0.0MiB(80tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d85d20, nHeight=242497, merkle=e14a349a38110300feae42bc32ebf6f8424fbf368f3bf9b1890e464591fb581e, hashBlock=000000bd40afa90e342a2efc522f03f7b2022efc9c04fb8c4b903be95213168d, nNonce=7019, nTime=1493580555, location=109846, finalcalculation=3478160425)
2017-04-30 22:46:43 UpdateTip: new best=0000014f017645669c8e4a800a2bc20089aed6d1565eeb9fcca13be7c6c5a9be height=242498 log2_work=41.975905 tx=502153 date=2017-04-30 19:30:44 progress=0.999728 cache=0.0MiB(81tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86ae0, nHeight=242498, merkle=73462020da56c759c86d8ca7157dc3f147752057ed9ec3757a786f7c1e300dff, hashBlock=0000014f017645669c8e4a800a2bc20089aed6d1565eeb9fcca13be7c6c5a9be, nNonce=25, nTime=1493580644, location=200928, finalcalculation=246775914)
2017-04-30 22:46:43 UpdateTip: new best=0000002532ec60823730c1c01777d4f7a6c05d96e8259c17dfac2c3505b02527 height=242499 log2_work=41.975907 tx=502154 date=2017-04-30 19:34:22 progress=0.999733 cache=0.0MiB(82tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d88160, nHeight=242499, merkle=4bef713370f733480d0f3b1bf2f0e4d93e51aa1664e1dcdfbab3c8d6b72ff144, hashBlock=0000002532ec60823730c1c01777d4f7a6c05d96e8259c17dfac2c3505b02527, nNonce=1378, nTime=1493580862, location=133861, finalcalculation=3663450597)
2017-04-30 22:46:43 UpdateTip: new best=000001aa6e79721342aab45a8228606d67668cfe7a44ec0267e5b9b4251f852d height=242500 log2_work=41.975909 tx=502155 date=2017-04-30 19:51:49 progress=0.999757 cache=0.0MiB(83tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86e00, nHeight=242500, merkle=ce419825bf4713a1c5985c0b7542ece974aedb5fc7acc936a1cc119f8f31cd13, hashBlock=000001aa6e79721342aab45a8228606d67668cfe7a44ec0267e5b9b4251f852d, nNonce=653, nTime=1493581909, location=76505, finalcalculation=815599331)
2017-04-30 22:46:43 UpdateTip: new best=00000014454a537e64071cb8af1667c0c2c8272169ff4830e762041f392b660a height=242501 log2_work=41.975911 tx=502156 date=2017-04-30 19:53:58 progress=0.999760 cache=0.0MiB(84tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d867c0, nHeight=242501, merkle=13db5a551fb50e297bff02e8510a6d135101be30cf0300c25ba6f7137d7de0a1, hashBlock=00000014454a537e64071cb8af1667c0c2c8272169ff4830e762041f392b660a, nNonce=58, nTime=1493582038, location=44173, finalcalculation=3634538257)
2017-04-30 22:46:43 UpdateTip: new best=000001c5d33cdf8e9e95cdca791813249798356361a277d155899a097c773409 height=242502 log2_work=41.975912 tx=502157 date=2017-04-30 19:58:15 progress=0.999766 cache=0.0MiB(85tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87b20, nHeight=242502, merkle=115aab2b80f54dd01fd1f6b1198dd62267004a574f46d3f4b95da1023cd537fb, hashBlock=000001c5d33cdf8e9e95cdca791813249798356361a277d155899a097c773409, nNonce=6925, nTime=1493582295, location=67193, finalcalculation=1182844630)
2017-04-30 22:46:43 UpdateTip: new best=000001b4acb0ddd65993f740b2681be15178dd84ee8c011e5f0039d17e9a0b01 height=242503 log2_work=41.975914 tx=502158 date=2017-04-30 20:04:45 progress=0.999775 cache=0.0MiB(86tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d87a80, nHeight=242503, merkle=a0d417755625396f9c36302498c73a0d0b422b605f6d80188635a851bdbc148e, hashBlock=000001b4acb0ddd65993f740b2681be15178dd84ee8c011e5f0039d17e9a0b01, nNonce=830, nTime=1493582685, location=87163, finalcalculation=4134070143)
2017-04-30 22:46:43 UpdateTip: new best=0000006f65887c14f4f7749a7b110223324dada0391601930b9a7365df0dece3 height=242504 log2_work=41.975915 tx=502160 date=2017-04-30 20:06:15 progress=0.999777 cache=0.0MiB(89tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86360, nHeight=242504, merkle=7a968c563bbf52596cc8a5678b8e6d0c647ea7a9700789d7458e23b829a36cd6, hashBlock=0000006f65887c14f4f7749a7b110223324dada0391601930b9a7365df0dece3, nNonce=4386, nTime=1493582775, location=256207, finalcalculation=3881856694)
2017-04-30 22:46:43 UpdateTip: new best=0000004b2d9fa74752c4435c1750e1c7468e0d88a33296c17ef681bfd42cfd8b height=242505 log2_work=41.975917 tx=502162 date=2017-04-30 20:08:31 progress=0.999780 cache=0.0MiB(92tx)
2017-04-30 22:46:43 Block:CBlockIndex(pprev=0x10d86ea0, nHeight=242505, merkle=a2e2757cc7c8e29da42aadf4dfcfbf82b2db75a45833649a2e6451613c4e2156, hashBlock=0000004b2d9fa74752c4435c1750e1c7468e0d88a33296c17ef681bfd42cfd8b, nNonce=8478, nTime=1493582911, location=128121, finalcalculation=1888344452)
2017-04-30 22:46:44 UpdateTip: new best=000000b8849d839e6e86676e7024fea0a9d547707bfac99209b07589da34b8f4 height=242506 log2_work=41.975918 tx=502164 date=2017-04-30 20:11:15 progress=0.999784 cache=0.0MiB(94tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d85e60, nHeight=242506, merkle=c663e150fa2324bb2775589503c752acce6be4b3237ef09276f004f9a552948f, hashBlock=000000b8849d839e6e86676e7024fea0a9d547707bfac99209b07589da34b8f4, nNonce=1587, nTime=1493583075, location=245662, finalcalculation=3975449171)
2017-04-30 22:46:44 UpdateTip: new best=0000039a9f67d3c2a7a566de14defc9b230ead7b845857035c189091a801d00f height=242507 log2_work=41.97592 tx=502166 date=2017-04-30 20:12:15 progress=0.999785 cache=0.0MiB(96tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d864a0, nHeight=242507, merkle=b6fbe8f52e8074144baff713e946a235889b0d950499d86a4fc4eb744a7c4246, hashBlock=0000039a9f67d3c2a7a566de14defc9b230ead7b845857035c189091a801d00f, nNonce=6248, nTime=1493583135, location=216263, finalcalculation=3697113584)
2017-04-30 22:46:44 UpdateTip: new best=000003dc6dd1b29cbe7d4f44bf4009affc228fbd393041ce34c830721e77e79c height=242508 log2_work=41.975921 tx=502167 date=2017-04-30 20:13:45 progress=0.999787 cache=0.0MiB(97tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d869a0, nHeight=242508, merkle=d1a7206589ea1bd8dadc7516dc92c7a9b6e2fba6070c2e691cd8e7e6fa89df4f, hashBlock=000003dc6dd1b29cbe7d4f44bf4009affc228fbd393041ce34c830721e77e79c, nNonce=7776, nTime=1493583225, location=250718, finalcalculation=2913383764)
2017-04-30 22:46:44 UpdateTip: new best=00000024f2ff923693dfd91714ce9897d116160706265fa348ce211556156aa9 height=242509 log2_work=41.975923 tx=502169 date=2017-04-30 20:17:45 progress=0.999793 cache=0.0MiB(99tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d85f00, nHeight=242509, merkle=41d388431274e6605689729e9e31783f770d26e18f4222af702d778ca5835fa2, hashBlock=00000024f2ff923693dfd91714ce9897d116160706265fa348ce211556156aa9, nNonce=1039, nTime=1493583465, location=177067, finalcalculation=3610870840)
2017-04-30 22:46:44 UpdateTip: new best=0000039741e4cb47ade74c160496b1f271b951d86c3076b82205d502cd84faaf height=242510 log2_work=41.975924 tx=502170 date=2017-04-30 20:18:05 progress=0.999793 cache=0.0MiB(100tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d876c0, nHeight=242510, merkle=07523fd5483b296e2470a463ea813198255cd9d636dc7fb84b50b0c99dd245b6, hashBlock=0000039741e4cb47ade74c160496b1f271b951d86c3076b82205d502cd84faaf, nNonce=1, nTime=1493583485, location=119228, finalcalculation=781040821)
2017-04-30 22:46:44 UpdateTip: new best=000000ff7baa6679d800fd4f17d3cfa6855a6dbeaa6fdab926230232b317d2c7 height=242511 log2_work=41.975925 tx=502175 date=2017-04-30 20:21:45 progress=0.999799 cache=0.0MiB(113tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d86a40, nHeight=242511, merkle=0da7fa602af5b631cf388c3cc6f526afe18a3155699a862eb5179c0b4ed5c523, hashBlock=000000ff7baa6679d800fd4f17d3cfa6855a6dbeaa6fdab926230232b317d2c7, nNonce=9281, nTime=1493583705, location=177250, finalcalculation=1436335930)
2017-04-30 22:46:44 UpdateTip: new best=00000277194326e1b080db479e223549fa5ecceb0cd6114271e5a7ca07dd8814 height=242512 log2_work=41.975927 tx=502176 date=2017-04-30 20:22:08 progress=0.999799 cache=0.0MiB(114tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d86400, nHeight=242512, merkle=78fcc80268146ddc246594d71812f3fbebfbd4fba4fc8a3a304770cf3aca6334, hashBlock=00000277194326e1b080db479e223549fa5ecceb0cd6114271e5a7ca07dd8814, nNonce=13, nTime=1493583728, location=217298, finalcalculation=2816911398)
2017-04-30 22:46:44 UpdateTip: new best=000001890777927ee339d0a7426558004c22a27935eae588f0f49869b5d9258c height=242513 log2_work=41.975928 tx=502177 date=2017-04-30 20:24:59 progress=0.999803 cache=0.0MiB(115tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d86b80, nHeight=242513, merkle=24526185c35ebd33dc16d94843d74950524d24d9d1449378ea135a260cca88d8, hashBlock=000001890777927ee339d0a7426558004c22a27935eae588f0f49869b5d9258c, nNonce=7246, nTime=1493583899, location=122154, finalcalculation=1956732792)
2017-04-30 22:46:44 receive version message: /HOdlcoin:2.0.0/: version 70010, blocks=242563, us=[2601:300:4100:7fd2:8580:b9b7:675d:8749]:49932, peer=5
2017-04-30 22:46:44 Added time data, samples 6, offset -2 (+0 minutes)
2017-04-30 22:46:44 UpdateTip: new best=000002e2812ed9144b0377dcd0e536902cab5a5878b0b13f47ee738d95a7187c height=242514 log2_work=41.975929 tx=502178 date=2017-04-30 20:25:45 progress=0.999804 cache=0.0MiB(116tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d87da0, nHeight=242514, merkle=dde00b88f834189564cbfa82db223771e0204d3d3bb466faa3449e07019ccc74, hashBlock=000002e2812ed9144b0377dcd0e536902cab5a5878b0b13f47ee738d95a7187c, nNonce=6035, nTime=1493583945, location=147739, finalcalculation=3499939895)
2017-04-30 22:46:44 UpdateTip: new best=000002141b7f24ace7ba083261dca75e260d69f8b714bfadfc67b68cc0ef96a7 height=242515 log2_work=41.97593 tx=502179 date=2017-04-30 20:25:50 progress=0.999804 cache=0.0MiB(117tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d86c20, nHeight=242515, merkle=1e5f5551247046ce72c0bd0a2b77110d4a7cfa76a84083ce2ed7b038a65b5950, hashBlock=000002141b7f24ace7ba083261dca75e260d69f8b714bfadfc67b68cc0ef96a7, nNonce=16, nTime=1493583950, location=23226, finalcalculation=2937955977)
2017-04-30 22:46:44 UpdateTip: new best=000000dda366d633dbc27837a6265f756934a06d5ab0b8c181fcd4de6fcb9fff height=242516 log2_work=41.975932 tx=502180 date=2017-04-30 20:29:45 progress=0.999810 cache=0.0MiB(118tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d87e40, nHeight=242516, merkle=c5e618287fec76d3241af6981fce0dc53c2ca5c763e40f94650b6d747dec1e3c, hashBlock=000000dda366d633dbc27837a6265f756934a06d5ab0b8c181fcd4de6fcb9fff, nNonce=1710, nTime=1493584185, location=231282, finalcalculation=3366545878)
2017-04-30 22:46:44 UpdateTip: new best=0000024986db4fff3d10872f66bd3c1a9fc517c527e1f6b4378ef77bbf8203e5 height=242517 log2_work=41.975933 tx=502181 date=2017-04-30 20:32:59 progress=0.999814 cache=0.0MiB(119tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d87580, nHeight=242517, merkle=c3ad58f4d844b0f31df6ac5db77dcca6678bdccc34f4de75e61ce77fd87b777f, hashBlock=0000024986db4fff3d10872f66bd3c1a9fc517c527e1f6b4378ef77bbf8203e5, nNonce=9025, nTime=1493584379, location=73491, finalcalculation=2475577629)
2017-04-30 22:46:44 UpdateTip: new best=000000a5d29adf7ed99cab7586f35554aef36386559eccf1b3330f6846b4109e height=242518 log2_work=41.975935 tx=502182 date=2017-04-30 20:34:15 progress=0.999816 cache=0.0MiB(120tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d86cc0, nHeight=242518, merkle=794c3e314b9be81e624ed140959c40a0d2d599c62a79be050c26c0a365f193ed, hashBlock=000000a5d29adf7ed99cab7586f35554aef36386559eccf1b3330f6846b4109e, nNonce=51, nTime=1493584455, location=152274, finalcalculation=3444164356)
2017-04-30 22:46:44 UpdateTip: new best=000003b0c80539945c1722aff24c5d3baaca860a7d09a14abec7ce79508aaa13 height=242519 log2_work=41.975936 tx=502183 date=2017-04-30 20:34:45 progress=0.999817 cache=0.0MiB(121tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d86f40, nHeight=242519, merkle=a95a7bd0be188d7419936344afbd24c4a1878463ca9334c8a2604145b2bf5f93, hashBlock=000003b0c80539945c1722aff24c5d3baaca860a7d09a14abec7ce79508aaa13, nNonce=2296, nTime=1493584485, location=15120, finalcalculation=2715249275)
2017-04-30 22:46:44 UpdateTip: new best=000001eb1def31b6b94fba7011a9a13464bb1fcdc5bab5678c0f656335e82865 height=242520 log2_work=41.975937 tx=502184 date=2017-04-30 20:35:16 progress=0.999817 cache=0.0MiB(122tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d87120, nHeight=242520, merkle=ea2cae24b65b1c4e9637968cddb59bd49b3cb3224461512d9deb41ff3224184a, hashBlock=000001eb1def31b6b94fba7011a9a13464bb1fcdc5bab5678c0f656335e82865, nNonce=5, nTime=1493584516, location=30681, finalcalculation=2589936462)
2017-04-30 22:46:44 UpdateTip: new best=000001fcb0752d6d6fe24c982bd827f31239dd535adec31b01e683ea2ad71f9f height=242521 log2_work=41.975939 tx=502185 date=2017-04-30 20:35:45 progress=0.999818 cache=0.0MiB(123tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d871c0, nHeight=242521, merkle=2ae6ba6c74cb634fb51b7c5a7c3f212e92d08024181cf268d55e213a7772a0d9, hashBlock=000001fcb0752d6d6fe24c982bd827f31239dd535adec31b01e683ea2ad71f9f, nNonce=9195, nTime=1493584545, location=202368, finalcalculation=2149422779)
2017-04-30 22:46:44 UpdateTip: new best=0000017495674f32dd9c9bc2bbf386f9e710638ae8478634aaab953cd73a9770 height=242522 log2_work=41.97594 tx=502186 date=2017-04-30 20:36:04 progress=0.999818 cache=0.0MiB(124tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d87760, nHeight=242522, merkle=8615dd5b649562f2cf636f25d582f4a0430f6bf4cf6a7b6c3c2337af04716c9b, hashBlock=0000017495674f32dd9c9bc2bbf386f9e710638ae8478634aaab953cd73a9770, nNonce=8, nTime=1493584564, location=144571, finalcalculation=1704686030)
2017-04-30 22:46:44 UpdateTip: new best=0000003b18a9ee99984b94d00f80a7355ea0ba140f187462ceac644e2d59a865 height=242523 log2_work=41.975941 tx=502187 date=2017-04-30 20:41:45 progress=0.999826 cache=0.0MiB(125tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d87800, nHeight=242523, merkle=c45c8e133f42dcf8c52ab58717938bc404c4a750f4734f7901de237f2bf1e40c, hashBlock=0000003b18a9ee99984b94d00f80a7355ea0ba140f187462ceac644e2d59a865, nNonce=90, nTime=1493584905, location=254222, finalcalculation=3437306459)
2017-04-30 22:46:44 UpdateTip: new best=000003191df1283c84539a76ffbc17d7c3a0df147d25b9240d5c806668a19953 height=242524 log2_work=41.975943 tx=502188 date=2017-04-30 20:43:16 progress=0.999828 cache=0.0MiB(126tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d878a0, nHeight=242524, merkle=e9ad51b6411a93609fb4476589a85aa7d134ea1f1645d6e5972f2fdec1c77cea, hashBlock=000003191df1283c84539a76ffbc17d7c3a0df147d25b9240d5c806668a19953, nNonce=8997, nTime=1493584996, location=184292, finalcalculation=3794573746)
2017-04-30 22:46:44 UpdateTip: new best=00000027788bdaf45ec54085c3df118a0e1c31a398d00a47c58364c29b3f5b17 height=242525 log2_work=41.975945 tx=502189 date=2017-04-30 20:43:21 progress=0.999829 cache=0.0MiB(127tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d87f80, nHeight=242525, merkle=1a2aa5da459c373b0db15c3e8a7dfa6ade5f055cb8e71be4ac06a74f71b920d9, hashBlock=00000027788bdaf45ec54085c3df118a0e1c31a398d00a47c58364c29b3f5b17, nNonce=13, nTime=1493585001, location=68441, finalcalculation=3834495682)
2017-04-30 22:46:44 UpdateTip: new best=000001f8777d49b65f117b7a999a0060594bf414a9edf096fc17e8451fca194c height=242526 log2_work=41.975947 tx=502190 date=2017-04-30 20:56:15 progress=0.999846 cache=0.0MiB(128tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d8a320, nHeight=242526, merkle=e49cf169fc14949dc3582f84b52d5181fb3f94dd64bea1e85dfc3d6ebae35443, hashBlock=000001f8777d49b65f117b7a999a0060594bf414a9edf096fc17e8451fca194c, nNonce=485, nTime=1493585775, location=181560, finalcalculation=3730937262)
2017-04-30 22:46:44 UpdateTip: new best=00000068e856df90f15fa93cd462acbbb6e2ef49afca3d45d52fe9d661bff446 height=242527 log2_work=41.975948 tx=502192 date=2017-04-30 20:58:15 progress=0.999849 cache=0.0MiB(130tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d88fc0, nHeight=242527, merkle=0bad9caaedde40341366a6303c656fbaf647ac35bc909800ce4d926ef97277c7, hashBlock=00000068e856df90f15fa93cd462acbbb6e2ef49afca3d45d52fe9d661bff446, nNonce=1207, nTime=1493585895, location=110329, finalcalculation=3343553194)
2017-04-30 22:46:44 UpdateTip: new best=000001478dbbba38a8e10573d77255a46b2e29171bfaf160d3d9317f0841a727 height=242528 log2_work=41.97595 tx=502193 date=2017-04-30 21:04:15 progress=0.999858 cache=0.0MiB(131tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d888e0, nHeight=242528, merkle=1b8b33ca6e70ad5c8b63d7a3ef23b24e879a7748ffaf5f2aaf670d839bd43cb1, hashBlock=000001478dbbba38a8e10573d77255a46b2e29171bfaf160d3d9317f0841a727, nNonce=64, nTime=1493586255, location=80716, finalcalculation=1354542213)
2017-04-30 22:46:44 UpdateTip: new best=000001db41b8c77db7b3b1521c5cf8f1659466e115b578734f1b064786edca2e height=242529 log2_work=41.975952 tx=502194 date=2017-04-30 21:05:43 progress=0.999860 cache=0.0MiB(132tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d89b00, nHeight=242529, merkle=c94d318e1a92f9a5437ceacd3c6fc95df2ff689627a4f8484d3667ac4b845ada, hashBlock=000001db41b8c77db7b3b1521c5cf8f1659466e115b578734f1b064786edca2e, nNonce=44, nTime=1493586343, location=131776, finalcalculation=509056571)
2017-04-30 22:46:44 UpdateTip: new best=00000141b4e514e4c43903e806d46ab50dc94ea77d4edf2e47ff35cd5aa5c2d2 height=242530 log2_work=41.975953 tx=502195 date=2017-04-30 21:07:32 progress=0.999862 cache=0.0MiB(133tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d8aaa0, nHeight=242530, merkle=61926ab5fe604b2a831682867a53cd1dab3c1a830768a4b066cb8399aef36bbb, hashBlock=00000141b4e514e4c43903e806d46ab50dc94ea77d4edf2e47ff35cd5aa5c2d2, nNonce=31, nTime=1493586452, location=88961, finalcalculation=3052016265)
2017-04-30 22:46:44 UpdateTip: new best=000001b513ccd9e278d5c11ccb579571c09a527f633195d6c5954731ca87397c height=242531 log2_work=41.975955 tx=502196 date=2017-04-30 21:15:45 progress=0.999874 cache=0.0MiB(134tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d89380, nHeight=242531, merkle=7eca4a0462f8b0ca9e6fd39531167d921b64d1974ba8945c9a049ec8552137ed, hashBlock=000001b513ccd9e278d5c11ccb579571c09a527f633195d6c5954731ca87397c, nNonce=5009, nTime=1493586945, location=27262, finalcalculation=2905893358)
2017-04-30 22:46:44 UpdateTip: new best=000002bac6f3c4f4abbe2e148790636e192d6e0e47f3999d94a0dc30e208cac7 height=242532 log2_work=41.975956 tx=502197 date=2017-04-30 21:17:45 progress=0.999876 cache=0.0MiB(135tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d89920, nHeight=242532, merkle=37d000cb2872878884a6cc10f55435cc3c4be445e643432899588e310b725926, hashBlock=000002bac6f3c4f4abbe2e148790636e192d6e0e47f3999d94a0dc30e208cac7, nNonce=4030, nTime=1493587065, location=183754, finalcalculation=3270764071)
2017-04-30 22:46:44 UpdateTip: new best=000002e73cea30c0eab31d004225d161a112c89c6d1db98f65db219444b8ac13 height=242533 log2_work=41.975958 tx=502198 date=2017-04-30 21:21:49 progress=0.999882 cache=0.0MiB(136tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d8a280, nHeight=242533, merkle=98b6e3e1541cb124812b91655dd9bdd108f565484844495646983fc469e8348e, hashBlock=000002e73cea30c0eab31d004225d161a112c89c6d1db98f65db219444b8ac13, nNonce=6174, nTime=1493587309, location=19085, finalcalculation=2897976524)
2017-04-30 22:46:44 UpdateTip: new best=000002601770be2bf6766fa3900b1604041f9de463ac95cfd2d0c643d4f98fcc height=242534 log2_work=41.975959 tx=502200 date=2017-04-30 21:24:15 progress=0.999885 cache=0.0MiB(138tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d887a0, nHeight=242534, merkle=bb15fee5009df917e4d4c949805a1867f2b29f6245962d3f0c99f0f13163952a, hashBlock=000002601770be2bf6766fa3900b1604041f9de463ac95cfd2d0c643d4f98fcc, nNonce=3590, nTime=1493587455, location=175904, finalcalculation=1008891969)
2017-04-30 22:46:44 UpdateTip: new best=00000137390bc7c8bc4bc3dd69e44320831383d99442d631e139dc8bbca66ea7 height=242535 log2_work=41.975961 tx=502201 date=2017-04-30 21:24:45 progress=0.999886 cache=0.0MiB(139tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d896a0, nHeight=242535, merkle=495ea98860481584cdf44dcf37fbcaf07411073796b6ed4975184fd7f929c95d, hashBlock=00000137390bc7c8bc4bc3dd69e44320831383d99442d631e139dc8bbca66ea7, nNonce=5405, nTime=1493587485, location=135898, finalcalculation=3469805965)
2017-04-30 22:46:44 UpdateTip: new best=0000011d9a8b98b534237d2e4b9e21a54393b86acdceef39be513ef4e6f622a5 height=242536 log2_work=41.975962 tx=502203 date=2017-04-30 21:26:45 progress=0.999889 cache=0.0MiB(141tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d8a5a0, nHeight=242536, merkle=b55108d2cb4d9fc456803d92ce2077756282173bab5a8c0fcdbbc0c2da6d39a7, hashBlock=0000011d9a8b98b534237d2e4b9e21a54393b86acdceef39be513ef4e6f622a5, nNonce=8480, nTime=1493587605, location=87325, finalcalculation=3978909637)
2017-04-30 22:46:44 UpdateTip: new best=0000015f6c3bdeaacc73c8ff15100b1eec9da3d064be090165f506d58e06f8d2 height=242537 log2_work=41.975964 tx=502204 date=2017-04-30 21:31:01 progress=0.999895 cache=0.0MiB(142tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d8a6e0, nHeight=242537, merkle=e995fe5b39d152ab2976626c4d3fcfa85a8d96cb3b74971ed46893764389f29a, hashBlock=0000015f6c3bdeaacc73c8ff15100b1eec9da3d064be090165f506d58e06f8d2, nNonce=74, nTime=1493587861, location=37575, finalcalculation=3940588605)
2017-04-30 22:46:44 UpdateTip: new best=0000021708c0a64a4d8ebc69eead668664e00105a379b2ddf09ae93f5eb2b106 height=242538 log2_work=41.975965 tx=502205 date=2017-04-30 21:31:59 progress=0.999896 cache=0.0MiB(143tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d8a000, nHeight=242538, merkle=da2c227237900f3747edfaffc13b068b38cf04754626cc325265eccec44b2f21, hashBlock=0000021708c0a64a4d8ebc69eead668664e00105a379b2ddf09ae93f5eb2b106, nNonce=3, nTime=1493587919, location=41429, finalcalculation=1029401137)
2017-04-30 22:46:44 UpdateTip: new best=000000ec83678ef2139dc599ed01b85f9cd866d1830cf5858e541d2273856d7e height=242539 log2_work=41.975966 tx=502206 date=2017-04-30 21:35:45 progress=0.999901 cache=0.0MiB(144tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d8a8c0, nHeight=242539, merkle=19326675f112e250f27e34cfafa3a56fc42bd6fcb7f6fb1be2f7374facf7fa41, hashBlock=000000ec83678ef2139dc599ed01b85f9cd866d1830cf5858e541d2273856d7e, nNonce=4294959732, nTime=1493588145, location=117232, finalcalculation=4156934870)
2017-04-30 22:46:44 UpdateTip: new best=00000212237dddbe9b84cc1615d7b0e39e57d9e120e6de4e21edf38691969092 height=242540 log2_work=41.975968 tx=502207 date=2017-04-30 21:37:25 progress=0.999904 cache=0.0MiB(145tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d8ac80, nHeight=242540, merkle=1a901ac257f8a0e09cf394808b27adabfd7b477b57c0e556fe5000219e2d876c, hashBlock=00000212237dddbe9b84cc1615d7b0e39e57d9e120e6de4e21edf38691969092, nNonce=20, nTime=1493588245, location=261566, finalcalculation=1608965633)
2017-04-30 22:46:44 UpdateTip: new best=00000001fdca3297c65fa6d75764989b74876f16c1dc6cfb5ca1a89686cf5eb4 height=242541 log2_work=41.975969 tx=502208 date=2017-04-30 21:33:42 progress=0.999898 cache=0.0MiB(146tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d8a640, nHeight=242541, merkle=0cbd32630c2ec6e24c9b53c3dba95cd4b19c73259a9d5ed95e53ce0c6b3620fc, hashBlock=00000001fdca3297c65fa6d75764989b74876f16c1dc6cfb5ca1a89686cf5eb4, nNonce=0, nTime=1493588022, location=137268, finalcalculation=1443443018)
2017-04-30 22:46:44 UpdateTip: new best=0000037904abdb5d57d5997c90ba2d5333aca2c2a664323e6f34c73d0636507d height=242542 log2_work=41.975971 tx=502209 date=2017-04-30 21:50:10 progress=0.999921 cache=0.0MiB(147tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d89d80, nHeight=242542, merkle=5b0b0646004c762dc4813353e25a0822f78daf19b2bc87f313be6f510062ce87, hashBlock=0000037904abdb5d57d5997c90ba2d5333aca2c2a664323e6f34c73d0636507d, nNonce=214, nTime=1493589010, location=91293, finalcalculation=3157161118)
2017-04-30 22:46:44 UpdateTip: new best=000001833a043bd0ef20400c1c13cf7253b50be728dbcc66bb9f3140678ce204 height=242543 log2_work=41.975972 tx=502210 date=2017-04-30 21:51:08 progress=0.999923 cache=0.0MiB(148tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d89240, nHeight=242543, merkle=a1eb4491bdc9f745ae82ff1a17fc513e23164851f078be9da2c943bda0daac20, hashBlock=000001833a043bd0ef20400c1c13cf7253b50be728dbcc66bb9f3140678ce204, nNonce=9301, nTime=1493589068, location=261478, finalcalculation=359526279)
2017-04-30 22:46:44 UpdateTip: new best=0000028fd38a8241cffa84bfbe9dd7a1bc611799e2564d56c959ed20d0796051 height=242544 log2_work=41.975973 tx=502211 date=2017-04-30 22:01:14 progress=0.999937 cache=0.0MiB(149tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d89740, nHeight=242544, merkle=9288c0c1459d21beb07c0bef3e1c40dd87e7fc11053aa64ebdc8c46b91b26fcf, hashBlock=0000028fd38a8241cffa84bfbe9dd7a1bc611799e2564d56c959ed20d0796051, nNonce=3817, nTime=1493589674, location=37861, finalcalculation=329197934)
2017-04-30 22:46:44 UpdateTip: new best=000005438e896dac76476519fde0c5d545ef9810b790e86dfbd2a135ab175a0f height=242545 log2_work=41.975974 tx=502212 date=2017-04-30 22:01:17 progress=0.999937 cache=0.0MiB(150tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d88840, nHeight=242545, merkle=afd61f505c4d4cb41b767610d66e1535e02029630bbfa7ec6dddd920cbd479d5, hashBlock=000005438e896dac76476519fde0c5d545ef9810b790e86dfbd2a135ab175a0f, nNonce=10, nTime=1493589677, location=21926, finalcalculation=2394043905)
2017-04-30 22:46:44 UpdateTip: new best=0000025067b9b21ee96baaec23afa68ca0957652d1dc35fb35af0ca3eaa3d82b height=242546 log2_work=41.975975 tx=502213 date=2017-04-30 22:05:15 progress=0.999942 cache=0.0MiB(151tx)
2017-04-30 22:46:44 Block:CBlockIndex(pprev=0x10d88c00, nHeight=242546, merkle=2eabe508a37658c040f636afbfffef06fae2d36de686ba9f057496058b96414d, hashBlock=0000025067b9b21ee96baaec23afa68ca0957652d1dc35fb35af0ca3eaa3d82b, nNonce=8532, nTime=1493589915, location=232104, finalcalculation=2399944199)
2017-04-30 22:46:45 UpdateTip: new best=000003196a9688c8dd07103080ebcff0cb891f55532059e29053540c2c4a0bc0 height=242547 log2_work=41.975976 tx=502214 date=2017-04-30 22:05:36 progress=0.999943 cache=0.0MiB(152tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d8a780, nHeight=242547, merkle=7b60031f1538822f8d3747053854c03fd9a317c51e221c1d05e502bbfe477414, hashBlock=000003196a9688c8dd07103080ebcff0cb891f55532059e29053540c2c4a0bc0, nNonce=2500, nTime=1493589936, location=58188, finalcalculation=356463920)
2017-04-30 22:46:45 UpdateTip: new best=000003228d7736272424e64f34617d0ecc945ef0dc2a4e871ea5c8168728bfd6 height=242548 log2_work=41.975977 tx=502215 date=2017-04-30 22:08:26 progress=0.999947 cache=0.0MiB(153tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d8a0a0, nHeight=242548, merkle=746e4d057d40e4d1bbbf72ff5ce90b7ae9eb5d5365b24288ba1e06b3db96e4df, hashBlock=000003228d7736272424e64f34617d0ecc945ef0dc2a4e871ea5c8168728bfd6, nNonce=48, nTime=1493590106, location=129445, finalcalculation=2664671883)
2017-04-30 22:46:45 UpdateTip: new best=00000553b07c56c2a3796c948367c86bc774680d599e3ef9eef32321509172e4 height=242549 log2_work=41.975978 tx=502216 date=2017-04-30 22:09:02 progress=0.999948 cache=0.0MiB(154tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d899c0, nHeight=242549, merkle=55e690c95929c7871d6b8b238a0e4e70e9f52825b283c0c2f7d92a3ad8ff8d1d, hashBlock=00000553b07c56c2a3796c948367c86bc774680d599e3ef9eef32321509172e4, nNonce=1048, nTime=1493590142, location=154852, finalcalculation=1817340093)
2017-04-30 22:46:45 UpdateTip: new best=000000cdef54c1abae151ac04f630ff59ee1ac1302f7306f6ec561bcb6b673ba height=242550 log2_work=41.975979 tx=502217 date=2017-04-30 22:09:41 progress=0.999948 cache=0.0MiB(155tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d88520, nHeight=242550, merkle=71a76c655442e9180de52b0fb1fee73f15c81334f331e19d3c47d299ac36c1c9, hashBlock=000000cdef54c1abae151ac04f630ff59ee1ac1302f7306f6ec561bcb6b673ba, nNonce=5748, nTime=1493590181, location=133270, finalcalculation=478324162)
2017-04-30 22:46:45 UpdateTip: new best=000004b44213404a0674cfda62c1eb13239579641a0846f5333c29fdccd6247f height=242551 log2_work=41.975981 tx=502218 date=2017-04-30 22:13:37 progress=0.999954 cache=0.0MiB(156tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d88980, nHeight=242551, merkle=19502ad3c81751180c40ee994453ee866a725c7a51144fc4fcc9784da02c0c0b, hashBlock=000004b44213404a0674cfda62c1eb13239579641a0846f5333c29fdccd6247f, nNonce=5434, nTime=1493590417, location=92555, finalcalculation=2898059051)
2017-04-30 22:46:45 UpdateTip: new best=0000041e55cc4b5c89f70b5c42caecba2a5f9d9a083c738695bfec276808292a height=242552 log2_work=41.975982 tx=502219 date=2017-04-30 22:13:57 progress=0.999954 cache=0.0MiB(157tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d89100, nHeight=242552, merkle=822a5544ae41c63df8efd70275d98104d4aa087530c7c39513d4584a94d213ea, hashBlock=0000041e55cc4b5c89f70b5c42caecba2a5f9d9a083c738695bfec276808292a, nNonce=5820, nTime=1493590437, location=241940, finalcalculation=3793589285)
2017-04-30 22:46:45 UpdateTip: new best=0000012d14ef26797b4f3badce55c1a9f8a693082a3eaf8997864da6018582eb height=242553 log2_work=41.975983 tx=502220 date=2017-04-30 22:15:15 progress=0.999956 cache=0.0MiB(158tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d8a3c0, nHeight=242553, merkle=969be2beba8fe45f01e98249cd50edf6c7792b12c7b4627399fd9b6e613dfe8c, hashBlock=0000012d14ef26797b4f3badce55c1a9f8a693082a3eaf8997864da6018582eb, nNonce=4943, nTime=1493590515, location=45162, finalcalculation=496436534)
2017-04-30 22:46:45 UpdateTip: new best=000004d9c71f9436df2a7d368ee53b740a16f0a1f495a4b6f6f7f9d1fb9a2b2a height=242554 log2_work=41.975984 tx=502221 date=2017-04-30 22:20:39 progress=0.999964 cache=0.0MiB(159tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d897e0, nHeight=242554, merkle=e5e64905582f3f800fb0aa53ac200bc629529b97afaed9a53d41e1fe6b0c479e, hashBlock=000004d9c71f9436df2a7d368ee53b740a16f0a1f495a4b6f6f7f9d1fb9a2b2a, nNonce=81, nTime=1493590839, location=103368, finalcalculation=1305553397)
2017-04-30 22:46:45 UpdateTip: new best=000002af3722f3b8b68004462bf0e240c5e5d33a9e947d5cd3dcbc0a56df45d6 height=242555 log2_work=41.975985 tx=502222 date=2017-04-30 22:23:01 progress=0.999967 cache=0.0MiB(160tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d89060, nHeight=242555, merkle=499f3d3d8b5bb02045a9352a7ba39e4f46aafd4be6373b01a6f227097552df05, hashBlock=000002af3722f3b8b68004462bf0e240c5e5d33a9e947d5cd3dcbc0a56df45d6, nNonce=1294, nTime=1493590981, location=17772, finalcalculation=1539165299)
2017-04-30 22:46:45 UpdateTip: new best=000000348f93ad6743e654160ca876a7d7dd028a725ab11b46d39f112c168d6a height=242556 log2_work=41.975986 tx=502223 date=2017-04-30 22:23:16 progress=0.999967 cache=0.0MiB(161tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d8a1e0, nHeight=242556, merkle=d2a4f5c16e8d132f8c8c1afd55c2d95bb39f9039fafca1cec23c9969ea220752, hashBlock=000000348f93ad6743e654160ca876a7d7dd028a725ab11b46d39f112c168d6a, nNonce=9907, nTime=1493590996, location=63319, finalcalculation=2009274003)
2017-04-30 22:46:45 UpdateTip: new best=00000368abb0d69f5615e2b805a36331428ed606ba9468be1fde9002fee33a0d height=242557 log2_work=41.975988 tx=502225 date=2017-04-30 22:29:45 progress=0.999976 cache=0.0MiB(164tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d8a820, nHeight=242557, merkle=dae3850246b39ddd4303c06c269f27259bbe53fcf59fbf9b9e993aa55b0a049c, hashBlock=00000368abb0d69f5615e2b805a36331428ed606ba9468be1fde9002fee33a0d, nNonce=9438, nTime=1493591385, location=119049, finalcalculation=751560468)
2017-04-30 22:46:45 UpdateTip: new best=000001ee0adc0c30b924aed89423eb490aefec4a02ba7a2af707820cf1ce6aac height=242558 log2_work=41.975989 tx=502226 date=2017-04-30 22:31:46 progress=0.999979 cache=0.0MiB(165tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d89880, nHeight=242558, merkle=7c00d4d86d5e24169d70f270808b8ca27f2f4bc3f0920689c03872a664507cef, hashBlock=000001ee0adc0c30b924aed89423eb490aefec4a02ba7a2af707820cf1ce6aac, nNonce=8185, nTime=1493591506, location=85719, finalcalculation=2736558326)
2017-04-30 22:46:45 UpdateTip: new best=0000015c1dd3cb2afc8327038b9bd3936efebe5dbebd49914e3b0d87de52dd57 height=242559 log2_work=41.97599 tx=502227 date=2017-04-30 22:37:53 progress=0.999988 cache=0.0MiB(166tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d8a960, nHeight=242559, merkle=e5b56fea4caab519a7c6d74ba3e4de629f3a98ae40edb5395762533f8f6350b8, hashBlock=0000015c1dd3cb2afc8327038b9bd3936efebe5dbebd49914e3b0d87de52dd57, nNonce=4294958009, nTime=1493591873, location=68698, finalcalculation=2164357694)
2017-04-30 22:46:45 UpdateTip: new best=000003671a17b1e9d92d576381ac8e287eb626651727a4c8f6ba536361f2683f height=242560 log2_work=41.975991 tx=502228 date=2017-04-30 22:37:56 progress=0.999988 cache=0.0MiB(167tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d8a500, nHeight=242560, merkle=2111ab834a566240834481c969d4ce8dc8773145ea54e54ca9d5f3c4e206823f, hashBlock=000003671a17b1e9d92d576381ac8e287eb626651727a4c8f6ba536361f2683f, nNonce=14, nTime=1493591876, location=221952, finalcalculation=3116459822)
2017-04-30 22:46:45 UpdateTip: new best=00000256c0a70675ff56a947d793de0547bd229fff295c9c00a62b141f3aa961 height=242561 log2_work=41.975992 tx=502230 date=2017-04-30 22:44:46 progress=0.999997 cache=0.0MiB(169tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d885c0, nHeight=242561, merkle=06853f431f8aed86d757c8112c41f4a2128195557526a4af93f1dba5fa6e91c4, hashBlock=00000256c0a70675ff56a947d793de0547bd229fff295c9c00a62b141f3aa961, nNonce=8499, nTime=1493592286, location=173406, finalcalculation=1478233966)
2017-04-30 22:46:45 UpdateTip: new best=000005915da3c9ec6bddc9048e0c390ee46d641ee8167865ea70641d56c9b824 height=242562 log2_work=41.975993 tx=502231 date=2017-04-30 22:45:16 progress=0.999998 cache=0.0MiB(170tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d8aa00, nHeight=242562, merkle=19cc4ae313b1b11f3e753040579cc7f85508d27eaa0e6b8866ba10dd14624a8e, hashBlock=000005915da3c9ec6bddc9048e0c390ee46d641ee8167865ea70641d56c9b824, nNonce=7163, nTime=1493592316, location=6775, finalcalculation=658576636)
2017-04-30 22:46:45 UpdateTip: new best=00000253fa2add37770ff86ceb1c0d379bacf4f86af6a93ae25b4ce2b3c78c8d height=242563 log2_work=41.975994 tx=502232 date=2017-04-30 22:45:46 progress=0.999999 cache=0.0MiB(171tx)
2017-04-30 22:46:45 Block:CBlockIndex(pprev=0x10d8a140, nHeight=242563, merkle=58e3e983839e60fd303c674967c6ead4c826c394e093fa72b4cf91144b53cd55, hashBlock=00000253fa2add37770ff86ceb1c0d379bacf4f86af6a93ae25b4ce2b3c78c8d, nNonce=4495, nTime=1493592346, location=10309, finalcalculation=1287805285)
2017-04-30 22:46:50 receive version message: /HOdlcoin:2.0.0.99/: version 70010, blocks=242563, us=174.58.150.43:49934, peer=6
2017-04-30 22:46:50 Added time data, samples 7, offset -2 (+0 minutes)
2017-04-30 22:46:50 -3 -2 -2 -2 -1 +0 +0 | nTimeOffset = -2 (+0 minutes)
2017-04-30 22:46:51 P2P peers available. Skipped DNS seeding.
2017-04-30 22:46:51 dnsseed thread exit
2017-04-30 22:46:56 receive version message: /HOdlcoin:2.0.0/: version 70010, blocks=242563, us=174.58.150.43:49936, peer=7
2017-04-30 22:46:56 Added time data, samples 8, offset -5 (+0 minutes)
2017-04-30 22:46:58 receive version message: /HOdlcoin:3.0.0/: version 250000, blocks=242563, us=174.58.150.43:49937, peer=8
2017-04-30 22:46:58 Added time data, samples 9, offset -2 (+0 minutes)
2017-04-30 22:46:58 -5 -3 -2 -2 -2 -2 -1 +0 +0 | nTimeOffset = -2 (+0 minutes)
2017-04-30 22:47:26 HOdlcoinMiner started
2017-04-30 22:47:26 HOdlcoinMiner: Mining to keypool address.
2017-04-30 22:47:26 keypool reserve 24
2017-04-30 22:47:26 CreateNewBlock(): total size 1000
2017-04-30 22:47:26 CreateNewBlock(): nfees 0
2017-04-30 22:47:26 Running HOdlcoinMiner with 1 transactions in block (186 bytes)
2017-04-30 22:47:26 Optiminer Flags: AES-NI = 0, AVX2 = 0
2017-04-30 22:47:26 Optiminer Flags and CPU support: AES-NI = 0, AVX2 = 0
2017-04-30 22:47:26 create sha512 data 0.622

@ghobson2013
Copy link

so the last line in the log is always "2017-04-30 22:47:26 create sha512 data 0.622" ? or did you omit the last part ?

@FreeTrade
Copy link
Collaborator

Yeah, looks like the problem is with creating the AES data which is weird, because it should just be using the 2.0 code if that aesoptimization switch is off.

@FreeTrade
Copy link
Collaborator

master of disaster, you were mining fine with 2.0 right?

@FreeTrade
Copy link
Collaborator

Can you try minermemory=1 genproclimit=1 with optimineraes=0 and optimineravx2=0

that should give us a really basic mining setup

@DisasterFaster
Copy link
Author

DisasterFaster commented May 1, 2017

minermemory=1 genproclimit=1 with optimineraes=0 and optimineravx2=0 in conf file and the app still hangs as soon as I turn on solo mining. It was mining very nice on 2.0.

Debug Log on the latest attempt:

2017-05-01 09:19:13 HOdlcoinMiner started
2017-05-01 09:19:13 HOdlcoinMiner: Mining to keypool address.
2017-05-01 09:19:13 keypool reserve 24
2017-05-01 09:19:13 CreateNewBlock(): total size 1000
2017-05-01 09:19:13 CreateNewBlock(): nfees 0
2017-05-01 09:19:13 Running HOdlcoinMiner with 1 transactions in block (186 bytes)
2017-05-01 09:19:13 Optiminer Flags: AES-NI = 0, AVX2 = 0
2017-05-01 09:19:13 Optiminer Flags and CPU support: AES-NI = 0, AVX2 = 0
2017-05-01 09:19:13 create sha512 data 0.636

It seems to hang at this same spot when it tries to create the AES data.

Just for good measure I tried uninstalling 3.0 and then deleted the folders. I then re-booted and reinstalled 3.0 clean and then brought in my wallet.dat file. Still hangs just the same.

Also, in the event viewer there is an Exception code: 0xc0000005 which could be an access violation. I installed 3.0 as an Admin and I also launch it as an Admin.

Just noticed wisebc over at https://bitcointalk.org/index.php?topic=1317918.3920 is running into this same issue although he is on an AMD 6 core cpu.

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

3 participants