eule
|
|
June 13, 2013, 03:15:53 PM |
|
Sry for double post, the too many files open errors are gone, now i get this after ~20 minutes: 2013-06-13 15:12:55.599240 > self.doIteration(t) 2013-06-13 15:12:55.599288 > --- <exception caught here> --- 2013-06-13 15:12:55.599342 > File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 104, in doSelect 2013-06-13 15:12:55.599403 > [], timeout) 2013-06-13 15:12:55.599454 > exceptions.ValueError: filedescriptor out of range in select() 2013-06-13 15:12:55.950729 > Traceback (most recent call last): 2013-06-13 15:12:55.950985 > File "./run_p2pool.py", line 5, in <module> 2013-06-13 15:12:55.951034 > main.run() 2013-06-13 15:12:55.951121 > File "/home/eule/p2pool-yac/p2pool/main.py", line 562, in run 2013-06-13 15:12:55.951170 > reactor.run() 2013-06-13 15:12:55.951213 > File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1165, in run 2013-06-13 15:12:55.951260 > self.mainLoop() 2013-06-13 15:12:55.951302 > File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1177, in mainLoop 2013-06-13 15:12:55.951380 > self.doIteration(t) 2013-06-13 15:12:55.951421 > --- <exception caught here> --- 2013-06-13 15:12:55.951465 > File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 104, in doSelect 2013-06-13 15:12:55.951506 > [], timeout) 2013-06-13 15:12:55.951562 > exceptions.ValueError: filedescriptor out of range in select() 2013-06-13 15:12:55.959041 > Traceback (most recent call last): 2013-06-13 15:12:55.959138 > File "./run_p2pool.py", line 5, in <module> 2013-06-13 15:12:55.959185 > main.run() 2013-06-13 15:12:55.959226 > File "/home/eule/p2pool-yac/p2pool/main.py", line 562, in run 2013-06-13 15:12:55.959267 > reactor.run() 2013-06-13 15:12:55.959512 > File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1165, in run 2013-06-13 15:12:55.959595 > self.mainLoop() 2013-06-13 15:12:55.959641 > --- <exception caught here> --- 2013-06-13 15:12:55.959685 > File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1177, in mainLoop 2013-06-13 15:12:55.959739 > self.doIteration(t) 2013-06-13 15:12:55.959818 > File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 109, in doSelect 2013-06-13 15:12:55.959892 > self._preenDescriptors() 2013-06-13 15:12:55.959940 > File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 88, in _preenDescriptors 2013-06-13 15:12:55.959988 > self._disconnectSelectable(selectable, e, False) 2013-06-13 15:12:55.960065 > File "/usr/lib/python2.6/dist-packages/twisted/internet/posixbase.py", line 256, in _disconnectSelectable 2013-06-13 15:12:55.960115 > selectable.connectionLost(failure.Failure(why)) 2013-06-13 15:12:55.960160 > File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 514, in connectionLost 2013-06-13 15:12:55.960202 > self._closeSocket() 2013-06-13 15:12:55.960267 > File "/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py", line 92, in _closeSocket 2013-06-13 15:12:55.960309 > skt = self.socket 2013-06-13 15:12:55.960388 > exceptions.AttributeError: 'Server' object has no attribute 'socket' 2013-06-13 15:12:56.710453 > Traceback (most recent call last): 2013-06-13 15:12:56.710595 > File "./run_p2pool.py", line 5, in <module> 2013-06-13 15:12:56.710671 > main.run() 2013-06-13 15:12:56.710749 > File "/home/eule/p2pool-yac/p2pool/main.py", line 562, in run 2013-06-13 15:12:56.710823 > reactor.run() 2013-06-13 15:12:56.710896 > File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1165, in run 2013-06-13 15:12:56.710971 > self.mainLoop() 2013-06-13 15:12:56.711045 > File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1177, in mainLoop 2013-06-13 15:12:56.711119 > self.doIteration(t) 2013-06-13 15:12:56.711188 > --- <exception caught here> --- 2013-06-13 15:12:56.711263 > File "/usr/lib/python2.6/dist-packages/twisted/internet/selectreactor.py", line 104, in doSelect 2013-06-13 15:12:56.711337 > [], timeout) 2013-06-13 15:12:56.711413 > exceptions.ValueError: filedescriptor out of range in select() Restarting p2pool fixes it until next crash, but that's ofcourse no solution. Never did much python stuff so i am pretty lost there.
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
June 13, 2013, 03:48:59 PM |
|
Twisted version you have installed is?
|
|
|
|
eule
|
|
June 13, 2013, 03:59:08 PM Last edit: June 13, 2013, 04:40:31 PM by eule |
|
12.0.0-1 i think, currently upgrading to Python 2.7 (twisted aswell) and if that won't work switching to 32-bit... edit: 10.1.0-3, python upgrade didn't work out which seems to be common on debian 6, so trying to only upgrade twisted now. e: Nope, ofcourse dependent on Python2.7. When trying to do it anyways, according to this guide http://www.stylesen.org/python_27_debian_squeeze_60, i get errors about bad header files when getting the packages, which makes me cancel apt-get. Sigh. ^^ e: OK updated twisted but not python, hope it works out.
|
|
|
|
x3maniac
|
|
June 13, 2013, 04:26:45 PM |
|
Looks like we catch some orphans Those "doubles" seems to be found by different nodes/miners. Probably they have high GBT latency. 2 of them are relayed by 108.58.12.54 ohphans drunk on long island ice tea no doubt but you would think our chain would have been trusted more but anyhow i really think we need to get everyone back into the one pool again that's my ip.. is there something wrong with my pool?
|
|
|
|
procrypto
Full Member
Offline
Activity: 224
Merit: 100
Shitcoin Maximalist
|
|
June 13, 2013, 05:15:38 PM |
|
Still hitting 100% CPU on the python process intermittently, only for a few moments at a time. It's obviously not completely taking the pool down, but my miners have been reporting the occasional brief disconnect.
|
|
|
|
eule
|
|
June 13, 2013, 05:34:14 PM |
|
Finally got it running on my much more powerful root server, the "glibc2.14 not found" error was because i forgot to install the yac scrypt module.
|
|
|
|
x3maniac
|
|
June 14, 2013, 08:21:58 PM |
|
it seems that our pools are out of sync with actual chain. i don't know if i'm saying that right. example yac.ltcoin.pl 06-15 04:04:41 00:00:40 phillip0101 93696 399 our p2pools 93696 Fri Jun 14 2013 16:04:02 GMT-0400 (Eastern Daylight Time) we submitted for the block 41 seconds before them and still we are orphaned. or i could just be paranoid. our last 10~ or so blocks was the same way
|
|
|
|
eule
|
|
June 14, 2013, 08:34:50 PM |
|
That's weird, last one was solved Fri Jun 14 2013 19:27:47 GMT+0200, only orphans since then.
|
|
|
|
x3maniac
|
|
June 14, 2013, 08:40:34 PM |
|
That's weird, last one was solved Fri Jun 14 2013 19:27:47 GMT+0200, only orphans since then. ya, that's what got me looking. any ideas?
|
|
|
|
eule
|
|
June 14, 2013, 08:43:40 PM |
|
Honestly no. I restarted my yacoind and p2pool services but if that won't work i guess we'll have to change again...
|
|
|
|
x3maniac
|
|
June 14, 2013, 08:48:24 PM |
|
Honestly no. I restarted my yacoind and p2pool services but if that won't work i guess we'll have to change again...
i restarted a few time, but still nope. orphan galore
|
|
|
|
x3maniac
|
|
June 14, 2013, 08:56:54 PM |
|
Total Hash: 71.2MH/s Round Shares: 2818 Round Time: 0:30 difficulty: 0.93 that's the stats from yac.ltcoin.net with 71 mhs it's taking 30+ mins to find a block. is something going on with chain? like this? WindMaster: "PoS blocks 91036 and 91037 were staked by someone operating off-network (whether intentionally or unintentionally) and then reintroduced to the network, triggering the reorg and orphaning 75 blocks. Anyone here have really good familiarity with the Novacoin PoS code?" https://bitcointalk.org/index.php?topic=206577.640
|
|
|
|
eule
|
|
June 14, 2013, 09:01:06 PM |
|
Meh that's bad. Switched back to caish5's code but since it spazzed out with errors in a few minutes i switched back again only to see the next orphan block. Trying the "old" version from the OP next...
|
|
|
|
eule
|
|
June 14, 2013, 09:05:40 PM |
|
Debug log from yacoin client sure looks funky, but i'm not skilled enough in reading it to confirm an attack: SetBestChain: new best=0000000061e7f900b90e height=93576 trust=245891366257 date=06/14/13 18:57:03 SetBestChain: new best=00000000b41e2bb7677e height=93577 trust=245891366258 date=06/14/13 18:54:42 SetBestChain: new best=00000000996ca33b8af7 height=93578 trust=245891366259 date=06/14/13 18:56:32 connection timeout SetBestChain: new best=00000000e3f3e7d2b319 height=93579 trust=245891366260 date=06/14/13 18:59:27 SetBestChain: new best=00000001116924a4c7aa height=93580 trust=245891366261 date=06/14/13 18:57:05 trying connection 103.245.205.22:7688 lastseen=0.9hrs SetBestChain: new best=00000000ebe069de0da5 height=93581 trust=245891366262 date=06/14/13 18:58:54 SetBestChain: new best=000000002df47b317cc7 height=93582 trust=245891366263 date=06/14/13 19:02:00 SetBestChain: new best=00000001004d387d8c8c height=93583 trust=245891366264 date=06/14/13 19:02:49 ProcessBlock: ACCEPTED received block 000000001439f4254f8c ProcessBlock: ORPHAN BLOCK, prev=00000000a94ac1a996df Added 323 addresses from 140.112.183.10: 191 tried, 7123 new Added 319 addresses from 140.112.183.10: 191 tried, 7117 new Added 46 addresses from 140.112.183.10: 191 tried, 7114 new received block 1e9631fde8d4aacefe6f ERROR: ProcessBlock() : already have block 93197 1e9631fde8d4aacefe6f received block 00000000c34c090412d9 ERROR: ProcessBlock() : already have block 93198 00000000c34c090412d9 received block 00000000288222d2625d ERROR: ProcessBlock() : already have block 93199 00000000288222d2625d received block 00000000b7085c10d8f5 ERROR: ProcessBlock() : already have block 93200 00000000b7085c10d8f5 received block 00000000fc35ce7ed71d ERROR: ProcessBlock() : already have block 93201 00000000fc35ce7ed71d received block 000000002bba38d87bbc ERROR: ProcessBlock() : already have block 93202 000000002bba38d87bbc received block 00000000e0de9a28c1a6 ERROR: ProcessBlock() : already have block 93203 00000000e0de9a28c1a6 received block 000000008c7ca0d27929 ERROR: ProcessBlock() : already have block 93204 000000008c7ca0d27929 received block 00000000236ddff4493a ERROR: ProcessBlock() : already have block 93205 00000000236ddff4493a received block 0000000031fbbdc93818 ERROR: ProcessBlock() : already have block 93206 0000000031fbbdc93818 received block 00000000d481715475e7 ERROR: ProcessBlock() : already have block 93207 00000000d481715475e7 received block 000000000ab6af5b7561 ERROR: ProcessBlock() : already have block 93208 000000000ab6af5b7561 received block 00000000439634c46f2a ERROR: ProcessBlock() : already have block 93209 00000000439634c46f2a received block 0000000112727f9dde60 ERROR: ProcessBlock() : already have block 93210 0000000112727f9dde60 received block 00000000356c9146c46f ERROR: ProcessBlock() : already have block 93211 00000000356c9146c46f received block ff15e95f888e3069ffad ERROR: ProcessBlock() : already have block 93212 ff15e95f888e3069ffad received block 00000000b49fe8577b22 ERROR: ProcessBlock() : already have block 93213 00000000b49fe8577b22 received block 00000000d4e8fc4ecbe1 ERROR: ProcessBlock() : already have block 93214 00000000d4e8fc4ecbe1 received block 00000000783d91b03fcb ERROR: ProcessBlock() : already have block 93215 00000000783d91b03fcb received block 00000000f51bed7ee277 ERROR: ProcessBlock() : already have block 93216 00000000f51bed7ee277 received block 000000007317d5905692 ERROR: ProcessBlock() : already have block 93217 000000007317d5905692 received block 000000009ed27c56911b ERROR: ProcessBlock() : already have block 93218 000000009ed27c56911b received block 000000001107961e6a55 ERROR: ProcessBlock() : already have block 93219 000000001107961e6a55 received block 00000000cbace9bb188d ERROR: ProcessBlock() : already have block 93220 00000000cbace9bb188d received block 00000000278e0abe74f4 ERROR: ProcessBlock() : already have block 93221 00000000278e0abe74f4 received block 00000000842fa20b22af ERROR: ProcessBlock() : already have block 93222 00000000842fa20b22af received block 00000000e97290f80e43 ERROR: ProcessBlock() : already have block 93223 00000000e97290f80e43 received block 00000000c1e15d88659a ERROR: ProcessBlock() : already have block 93224 00000000c1e15d88659a received block 00000000b165defe0f51 ERROR: ProcessBlock() : already have block 93225 00000000b165defe0f51 received block 00000000190b3207e735 ERROR: ProcessBlock() : already have block 93226 00000000190b3207e735 received block 00000000711bef577f0b ERROR: ProcessBlock() : already have block 93227 00000000711bef577f0b received block 00000000f6920780188b ERROR: ProcessBlock() : already have block 93228 00000000f6920780188b received block 00000000174625de87b4 ERROR: ProcessBlock() : already have block 93229 00000000174625de87b4 received block 00000000446e7aba9eaf ERROR: ProcessBlock() : already have block 93230 00000000446e7aba9eaf received block 00000000c68626dc955e ERROR: ProcessBlock() : already have block 93231 00000000c68626dc955e received block 0000000086f99fc5cdf0 ERROR: ProcessBlock() : already have block 93232 0000000086f99fc5cdf0 keypool return 12 received block 00000000e4b99a30b2a0 ERROR: ProcessBlock() : already have block 93233 00000000e4b99a30b2a0 received block 0000000072d16ca25f3e ERROR: ProcessBlock() : already have block 93234 0000000072d16ca25f3e received block 00000000a16c3f0c62ac ERROR: ProcessBlock() : already have block 93235 00000000a16c3f0c62ac received block 000000007cbd7f8f0276 ERROR: ProcessBlock() : already have block 93236 000000007cbd7f8f0276 received block 000000011365673ce8a8 ERROR: ProcessBlock() : already have block 93237 000000011365673ce8a8 received block 00000000fc11698cf713 ERROR: ProcessBlock() : already have block 93238 00000000fc11698cf713 received block 0000000075e97060f214 ERROR: ProcessBlock() : already have block 93239 0000000075e97060f214 received block 000000010209d295fe8f ERROR: ProcessBlock() : already have block 93240 000000010209d295fe8f received block 00000000ab9839fe111b ERROR: ProcessBlock() : already have block 93241 00000000ab9839fe111b received block 000000000933e6c8208f ERROR: ProcessBlock() : already have block 93242 000000000933e6c8208f received block 0000000027a455e85e3d ERROR: ProcessBlock() : already have block 93243 0000000027a455e85e3d received block 000000004af9d5ed36a0 ERROR: ProcessBlock() : already have block 93244 000000004af9d5ed36a0 received block 000000002bfb754526a0 ERROR: ProcessBlock() : already have block 93245 000000002bfb754526a0 received block 000000010e56ad2e2fb6 ERROR: ProcessBlock() : already have block 93246 000000010e56ad2e2fb6 received block 0000000060a0c8081238 ERROR: ProcessBlock() : already have block 93247 0000000060a0c8081238 received block 00000000a8d425011984 ERROR: ProcessBlock() : already have block 93248 00000000a8d425011984 received block 000000006c02109c6237 ERROR: ProcessBlock() : already have block 93249 000000006c02109c6237 received block 00000000cb735cc1a085 ERROR: ProcessBlock() : already have block 93250 00000000cb735cc1a085 received block 00000000df08e504bcfb ERROR: ProcessBlock() : already have block 93251 00000000df08e504bcfb received block 000000010507b5720b6e ERROR: ProcessBlock() : already have block 93252 000000010507b5720b6e received block 000000004656049c3e5e ERROR: ProcessBlock() : already have block 93253 000000004656049c3e5e received block 0000000006d95e9d9f76 ERROR: ProcessBlock() : already have block 93254 0000000006d95e9d9f76 received block 00000000b87e0fea1b36 ERROR: ProcessBlock() : already have block 93255 00000000b87e0fea1b36 received block 0000000088ac45a2f85d ERROR: ProcessBlock() : already have block 93256 0000000088ac45a2f85d received block 00000000e32cf9d7459c ERROR: ProcessBlock() : already have block 93257 00000000e32cf9d7459c received block 00000000837722c0b619 ERROR: ProcessBlock() : already have block 93258 00000000837722c0b619 received block 0000000112a4a0c3552b ERROR: ProcessBlock() : already have block 93259 0000000112a4a0c3552b received block 00000000522383241bfe ERROR: ProcessBlock() : already have block 93260 00000000522383241bfe received block 000000003d2a14080f8d ERROR: ProcessBlock() : already have block 93261 000000003d2a14080f8d received block 00000000491059a95bf2 ERROR: ProcessBlock() : already have block 93262 00000000491059a95bf2 received block 000000010a56fcff9b0d ERROR: ProcessBlock() : already have block 93263 000000010a56fcff9b0d received block 00000000c033cc3ed76e ERROR: ProcessBlock() : already have block 93264 00000000c033cc3ed76e received block 000000001588d9f5cc32 ERROR: ProcessBlock() : already have block 93265 000000001588d9f5cc32 received block 0000000046fe725573d1 ERROR: ProcessBlock() : already have block 93266 0000000046fe725573d1 received block 0000000008b2d78d2b6d ERROR: ProcessBlock() : already have block 93267 0000000008b2d78d2b6d received block 000000010738aa84cca1 ERROR: ProcessBlock() : already have block 93268 000000010738aa84cca1 received block 000000011a7f6f669741 ERROR: ProcessBlock() : already have block 93269 000000011a7f6f669741 received block 00000000adcf437e056f ERROR: ProcessBlock() : already have block 93270 00000000adcf437e056f received block 000000009e84c77dfc5a ERROR: ProcessBlock() : already have block 93271 000000009e84c77dfc5a received block 00000000e2e4b65dee1a ERROR: ProcessBlock() : already have block 93272 00000000e2e4b65dee1a received block 000000010345677934cd ERROR: ProcessBlock() : already have block 93273 000000010345677934cd received block 00000000f50bbfa8356f ERROR: ProcessBlock() : already have block 93274 00000000f50bbfa8356f received block 0000000101bf77994437 ERROR: ProcessBlock() : already have block 93275 0000000101bf77994437 received block 00000000fc9073512df8 ERROR: ProcessBlock() : already have block 93276 00000000fc9073512df8 received block 00000000a2e858e33add ERROR: ProcessBlock() : already have block 93277 00000000a2e858e33add received block 000000005d463455833a ERROR: ProcessBlock() : already have block 93278 000000005d463455833a received block 00000000f157d305a9c6 ERROR: ProcessBlock() : already have block 93279 00000000f157d305a9c6 received block 000000010acbb1623d71 ERROR: ProcessBlock() : already have block 93280 000000010acbb1623d71 received block 1c3c4fabca84842b8a6e ERROR: ProcessBlock() : already have block 93281 1c3c4fabca84842b8a6e received block 000000009fefbecb67ec ERROR: ProcessBlock() : already have block 93282 000000009fefbecb67ec received block 00000000e62c22c15b52 ERROR: ProcessBlock() : already have block 93283 00000000e62c22c15b52 received block 000000000888ce79fcc0 ERROR: ProcessBlock() : already have block 93284 000000000888ce79fcc0 received block 00000000ba58ce7c2918 ERROR: ProcessBlock() : already have block 93285 00000000ba58ce7c2918 received block 0000000029a6162c3e85 ERROR: ProcessBlock() : already have block 93286 0000000029a6162c3e85 received block 000000007df4640293b8 ERROR: ProcessBlock() : already have block 93287 000000007df4640293b8 received block 00000000ba197d8020fa ERROR: ProcessBlock() : already have block 93288 00000000ba197d8020fa received block 00000000f7263657dd10 ERROR: ProcessBlock() : already have block 93289 00000000f7263657dd10 received block 14c5291ee1c6cfe2f67a ERROR: ProcessBlock() : already have block 93290 14c5291ee1c6cfe2f67a received block 00000000ee7667a61380 ERROR: ProcessBlock() : already have block 93291 00000000ee7667a61380 received block 00000000ba70bb1ccc8f ERROR: ProcessBlock() : already have block 93292 00000000ba70bb1ccc8f received block 000000011cc4ede3f3c9 ERROR: ProcessBlock() : already have block 93293 000000011cc4ede3f3c9 received block 00000000cf9f8c9c822e ERROR: ProcessBlock() : already have block 93294 00000000cf9f8c9c822e received block 00000000f9c7f185408d ERROR: ProcessBlock() : already have block 93295 00000000f9c7f185408d received block 0000000040cbe8943828 ERROR: ProcessBlock() : already have block 93296 0000000040cbe8943828 received block 000000009bb57dce594a ERROR: ProcessBlock() : already have block 93297 000000009bb57dce594a received block 0000000079b73aca6003 ERROR: ProcessBlock() : already have block 93298 0000000079b73aca6003 received block 000000008d87e3416daf ERROR: ProcessBlock() : already have block 93299 000000008d87e3416daf received block 00000000edb821e53819 ERROR: ProcessBlock() : already have block 93300 00000000edb821e53819 received block 000000008161919e432c ERROR: ProcessBlock() : already have block 93301 000000008161919e432c received block 000000008ee74f336397 ERROR: ProcessBlock() : already have block 93302 000000008ee74f336397 received block 00000000c808824cc130 ERROR: ProcessBlock() : already have block 93303 00000000c808824cc130 received block 0000000088599761b075 ERROR: ProcessBlock() : already have block 93304 0000000088599761b075 received block 0000000065deb0b16f8d ERROR: ProcessBlock() : already have block 93305 0000000065deb0b16f8d received block 0000000010ced8b6f24a ERROR: ProcessBlock() : already have block 93306 0000000010ced8b6f24a received block 000000001dca28d11e52 ERROR: ProcessBlock() : already have block 93307 000000001dca28d11e52 received block 000000009426d53aec2e ERROR: ProcessBlock() : already have block 93308 000000009426d53aec2e received block 00000001135cdd7641e2 ERROR: ProcessBlock() : already have block 93309 00000001135cdd7641e2 received block 00000000a5856acb746d ERROR: ProcessBlock() : already have block 93310 00000000a5856acb746d received block 00000000c84574e84ca0 ERROR: ProcessBlock() : already have block 93311 00000000c84574e84ca0 received block 00000000eae9d15fcda7 ERROR: ProcessBlock() : already have block 93312 00000000eae9d15fcda7 received block 000000009e3b5a595c63 ERROR: ProcessBlock() : already have block 93313 000000009e3b5a595c63 received block 0000000072f6eb425105 ERROR: ProcessBlock() : already have block 93314 0000000072f6eb425105 received block 000000005ecd275f1205 ERROR: ProcessBlock() : already have block 93315 000000005ecd275f1205 received block 0000000025fe06762700 ERROR: ProcessBlock() : already have block 93316 0000000025fe06762700 received block 00000000889bb04f6fbd ERROR: ProcessBlock() : already have block 93317 00000000889bb04f6fbd received block 00000000f8353a4f36cf ERROR: ProcessBlock() : already have block 93318 00000000f8353a4f36cf received block 000000004f0825099468 ERROR: ProcessBlock() : already have block 93319 000000004f0825099468 received block 000000006c3ecc199045 ERROR: ProcessBlock() : already have block 93320 000000006c3ecc199045 received block 000000009ba2f9c4bc77 ERROR: ProcessBlock() : already have block 93321 000000009ba2f9c4bc77 received block 000000010e3885dea25b ERROR: ProcessBlock() : already have block 93322 000000010e3885dea25b received block bd354a97e41bf48732f0 ERROR: ProcessBlock() : already have block 93323 bd354a97e41bf48732f0 received block 0000000110550ab1c916 ERROR: ProcessBlock() : already have block 93324 0000000110550ab1c916 received block 00000000315fd9ddf5e7 ERROR: ProcessBlock() : already have block 93325 00000000315fd9ddf5e7 received block 000000004e5bd8c43800 ERROR: ProcessBlock() : already have block 93326 000000004e5bd8c43800 received block 0000000025511363c3c9 ERROR: ProcessBlock() : already have block 93327 0000000025511363c3c9 received block 0000000026bfe0ed4296 ERROR: ProcessBlock() : already have block 93328 0000000026bfe0ed4296 received block 00000000241c6b02c406 ERROR: ProcessBlock() : already have block 93329 00000000241c6b02c406 received block 000000001575a6f40b98 ERROR: ProcessBlock() : already have block 93330 000000001575a6f40b98 received block 00000000fd5d8b03a209 ERROR: ProcessBlock() : already have block 93331 00000000fd5d8b03a209 received block 0000000048820e6739e1 ERROR: ProcessBlock() : already have block 93332 0000000048820e6739e1 received block 0000000016e7535c1c02 ERROR: ProcessBlock() : already have block 93333 0000000016e7535c1c02 received block 000000001439f4254f8c ERROR: ProcessBlock() : already have block (orphan) 000000001439f4254f8c received block 00000000cea4772ac6a2 ProcessBlock: ORPHAN BLOCK, prev=000000006b962e6f7657 getblocks 93197 to 00000000000000000000 limit 500 getblocks 93197 to 00000000000000000000 limit 500 keypool return 12 getblocks -1 to 00000000000000000000 limit 500 received block 00000000a94ac1a996df ProcessBlock: ORPHAN BLOCK, prev=00000000787285ee8277 received block 00000000b475810a6edb SetBestChain: new best=00000000b475810a6edb height=93584 trust=245891366265 date=06/14/13 19:02:52 ProcessBlock: ACCEPTED received block 000000010b27a0fa5166 SetBestChain: new best=000000010b27a0fa5166 height=93585 trust=245891366266 date=06/14/13 19:03:44 ProcessBlock: ACCEPTED received block 00000000d091ae44943f SetBestChain: new best=00000000d091ae44943f height=93586 trust=245891366267 date=06/14/13 19:04:17 ProcessBlock: ACCEPTED received block 000000003e0dd590e068 SetBestChain: new best=000000003e0dd590e068 height=93587 trust=245891366268 date=06/14/13 19:04:25 ProcessBlock: ACCEPTED received block 00000000934c77bd1296 SetBestChain: new best=00000000934c77bd1296 height=93588 trust=245891366269 date=06/14/13 19:03:12 ProcessBlock: ACCEPTED received block 00000000a28938973fc1 SetBestChain: new best=00000000a28938973fc1 height=93589 trust=245891366270 date=06/14/13 19:03:40 ProcessBlock: ACCEPTED received block 000000009d445c287fbf SetBestChain: new best=000000009d445c287fbf height=93590 trust=245891366271 date=06/14/13 19:06:48 ProcessBlock: ACCEPTED received block 000000006f45219d21e5 SetBestChain: new best=000000006f45219d21e5 height=93591 trust=245891366272 date=06/14/13 19:07:23 ProcessBlock: ACCEPTED keypool return 12 received block 000000011053bac79fde SetBestChain: new best=000000011053bac79fde height=93592 trust=245891366273 date=06/14/13 19:11:34 ProcessBlock: ACCEPTED received block 00000000cf8046962d3f connection timeout trying connection 82.211.30.212 lastseen=0.0hrs SetBestChain: new best=00000000cf8046962d3f height=93593 trust=245891366274 date=06/14/13 19:08:17 ProcessBlock: ACCEPTED received block 0000000031a2ff72e780 SetBestChain: new best=0000000031a2ff72e780 height=93594 trust=245891366275 date=06/14/13 19:06:39 ProcessBlock: ACCEPTED received block 00000000fa2df4323316 SetBestChain: new best=00000000fa2df4323316 height=93595 trust=245891366276 date=06/14/13 19:08:17 ProcessBlock: ACCEPTED received block 0000000111735a65394d SetBestChain: new best=0000000111735a65394d height=93596 trust=245891366277 date=06/14/13 19:08:49 ProcessBlock: ACCEPTED received block 00000000af3fb055a5be SetBestChain: new best=00000000af3fb055a5be height=93597 trust=245891366278 date=06/14/13 19:12:24 ProcessBlock: ACCEPTED received block 00000000a8b94c5c39fe SetBestChain: new best=00000000a8b94c5c39fe height=93598 trust=245891366279 date=06/14/13 19:13:37 ProcessBlock: ACCEPTED received block 00000000ea1096a8f306 SetBestChain: new best=00000000ea1096a8f306 height=93599 trust=245891366280 date=06/14/13 19:12:43 ProcessBlock: ACCEPTED received block 000000004240d29d0d80 keypool return 12 SetBestChain: new best=000000004240d29d0d80 height=93600 trust=245891366281 date=06/14/13 19:13:25 ProcessBlock: ACCEPTED received block 00000000f11230b1fa9b SetBestChain: new best=00000000f11230b1fa9b height=93601 trust=245891366282 date=06/14/13 19:11:21 ProcessBlock: ACCEPTED received block 00000000061d67514279 SetBestChain: new best=00000000061d67514279 height=93602 trust=245891366283 date=06/14/13 19:14:15 ProcessBlock: ACCEPTED received block 00000000944bc44a8e90 SetBestChain: new best=00000000944bc44a8e90 height=93603 trust=245891366284 date=06/14/13 19:14:26 ProcessBlock: ACCEPTED received block 000000007a0fb6897526 SetBestChain: new best=000000007a0fb6897526 height=93604 trust=245891366285 date=06/14/13 19:14:28 ProcessBlock: ACCEPTED received block 00000000b9375e5770ea SetBestChain: new best=00000000b9375e5770ea height=93605 trust=245891366286 date=06/14/13 19:15:44 ProcessBlock: ACCEPTED received block 0000000066d83f01cb67 SetBestChain: new best=0000000066d83f01cb67 height=93606 trust=245891366287 date=06/14/13 19:16:00 ProcessBlock: ACCEPTED received block 00000000abdfcde84baa SetBestChain: new best=00000000abdfcde84baa height=93607 trust=245891366288 date=06/14/13 19:16:01 ProcessBlock: ACCEPTED received block 0000000078e8aad1884a SetBestChain: new best=0000000078e8aad1884a height=93608 trust=245891366289 date=06/14/13 19:16:06 ProcessBlock: ACCEPTED received block 00000000e26ea4f9fcc5 keypool return 12 connection timeout SetBestChain: new best=00000000e26ea4f9fcc5 height=93609 trust=245891366290 date=06/14/13 19:17:00 ProcessBlock: ACCEPTED received block 0000000021df536a23f9 SetBestChain: new best=0000000021df536a23f9 height=93610 trust=245891366291 date=06/14/13 19:15:13 ProcessBlock: ACCEPTED received block 00000000e5612b0e1ee3 trying connection 202.45.128.147:7688 lastseen=0.9hrs SetBestChain: new best=00000000e5612b0e1ee3 height=93611 trust=245891366292 date=06/14/13 19:18:32 ProcessBlock: ACCEPTED received block 00000000c2e8aab330da keypool return 12 SetBestChain: new best=00000000c2e8aab330da height=93612 trust=245891366293 date=06/14/13 19:18:38 ProcessBlock: ACCEPTED received block 00000000c6160fd06e27 SetBestChain: new best=00000000c6160fd06e27 height=93613 trust=245891366294 date=06/14/13 19:19:15 ProcessBlock: ACCEPTED received block 00000000114b8f56562a SetBestChain: new best=00000000114b8f56562a height=93614 trust=245891366295 date=06/14/13 19:18:01 ProcessBlock: ACCEPTED received block 0000000107b0d3698584 SetBestChain: new best=0000000107b0d3698584 height=93615 trust=245891366296 date=06/14/13 19:18:27 ProcessBlock: ACCEPTED received block 00000000247966fee7c2 SetBestChain: new best=00000000247966fee7c2 height=93616 trust=245891366297 date=06/14/13 19:21:10 ProcessBlock: ACCEPTED received block 000000000c606f7ce7ee SetBestChain: new best=000000000c606f7ce7ee height=93617 trust=245891366298 date=06/14/13 19:21:26 ProcessBlock: ACCEPTED received block 00000000ba2f8ff0192a SetBestChain: new best=00000000ba2f8ff0192a height=93618 trust=245891366299 date=06/14/13 19:21:39 ProcessBlock: ACCEPTED received block 0000000078eb131c0529 SetBestChain: new best=0000000078eb131c0529 height=93619 trust=245891366300 date=06/14/13 19:19:15 ProcessBlock: ACCEPTED keypool return 12 received block 00000000d391f9d6ec35 SetBestChain: new best=00000000d391f9d6ec35 height=93620 trust=245891366301 date=06/14/13 19:21:56 ProcessBlock: ACCEPTED received block 00000000416fe368a7cd SetBestChain: new best=00000000416fe368a7cd height=93621 trust=245891366302 date=06/14/13 19:22:25 ProcessBlock: ACCEPTED received block 0000000096c9dc17ab67 SetBestChain: new best=0000000096c9dc17ab67 height=93622 trust=245891366303 date=06/14/13 19:20:52 ProcessBlock: ACCEPTED connection timeout trying connection 82.211.30.212 lastseen=0.0hrs keypool return 12 received block 000000003180c04a7185 SetBestChain: new best=000000003180c04a7185 height=93623 trust=245891366304 date=06/14/13 19:24:05 ProcessBlock: ACCEPTED received block 0000000021a1180739e4 SetBestChain: new best=0000000021a1180739e4 height=93624 trust=245891366305 date=06/14/13 19:21:35 ProcessBlock: ACCEPTED received block 0000000096f02e451116 SetBestChain: new best=0000000096f02e451116 height=93625 trust=245891366306 date=06/14/13 19:25:15 ProcessBlock: ACCEPTED received block 0000000006fbe86db4e7 SetBestChain: new best=0000000006fbe86db4e7 height=93626 trust=245891366307 date=06/14/13 19:26:09 ProcessBlock: ACCEPTED received block 00000001008c17bfa608 SetBestChain: new best=00000001008c17bfa608 height=93627 trust=245891366308 date=06/14/13 19:25:56 ProcessBlock: ACCEPTED received block 0000000024c4982fd1cd SetBestChain: new best=0000000024c4982fd1cd height=93628 trust=245891366309 date=06/14/13 19:27:00 ProcessBlock: ACCEPTED received block 000000001b791bd5c1fc SetBestChain: new best=000000001b791bd5c1fc height=93629 trust=245891366310 date=06/14/13 19:27:47 ProcessBlock: ACCEPTED received block 00000000144749211309 SetBestChain: new best=00000000144749211309 height=93630 trust=245891366311 date=06/14/13 19:28:21 ProcessBlock: ACCEPTED received block 7424a681954f6d2a2a2b SetBestChain: new best=7424a681954f6d2a2a2b height=93631 trust=246965112231 date=06/14/13 19:29:02 ProcessBlock: ACCEPTED received block 32fd170f9c97f6483662 SetBestChain: new best=32fd170f9c97f6483662 height=93632 trust=248038858151 date=06/14/13 19:29:19 ProcessBlock: ACCEPTED received block 000000000deee26f1965 SetBestChain: new best=000000000deee26f1965 height=93633 trust=248038858152 date=06/14/13 19:29:25 ProcessBlock: ACCEPTED received block 8617cbbbb81ca733214c SetBestChain: new best=8617cbbbb81ca733214c height=93634 trust=249112759743 date=06/14/13 19:30:22 ProcessBlock: ACCEPTED received block 0000000094c4f7d23a68 SetBestChain: new best=0000000094c4f7d23a68 height=93635 trust=249112759744 date=06/14/13 19:30:28 ProcessBlock: ACCEPTED received block 00000000b1f9c9a979ce SetBestChain: new best=00000000b1f9c9a979ce height=93636 trust=249112759745 date=06/14/13 19:31:44 ProcessBlock: ACCEPTED received block 00000000dc24748ec48e SetBestChain: new best=00000000dc24748ec48e height=93637 trust=249112759746 date=06/14/13 19:32:05 ProcessBlock: ACCEPTED received block 0000000011408b644381 SetBestChain: new best=0000000011408b644381 height=93638 trust=249112759747 date=06/14/13 19:31:00 ProcessBlock: ACCEPTED received block 00000000f2e63d329e5f SetBestChain: new best=00000000f2e63d329e5f height=93639 trust=249112759748 date=06/14/13 19:34:32 connection timeout ProcessBlock: ACCEPTED received block 00000000e81f4c60ef8c SetBestChain: new best=00000000e81f4c60ef8c height=93640 trust=249112759749 date=06/14/13 19:32:05 ProcessBlock: ACCEPTED keypool return 12 received block 0000000055cfdce79a32 SetBestChain: new best=0000000055cfdce79a32 height=93641 trust=249112759750 date=06/14/13 19:38:07 ProcessBlock: ACCEPTED received block 00000000a61568f06e06 trying connection 218.106.96.36:7688 lastseen=12.7hrs SetBestChain: new best=00000000a61568f06e06 height=93642 trust=249112759751 date=06/14/13 19:32:35 ProcessBlock: ACCEPTED received block 00000000ec290fb46862 SetBestChain: new best=00000000ec290fb46862 height=93643 trust=249112759752 date=06/14/13 19:32:45 ProcessBlock: ACCEPTED received block 00000000fa52312c248f keypool return 12 SetBestChain: new best=00000000fa52312c248f height=93644 trust=249112759753 date=06/14/13 19:33:35 ProcessBlock: ACCEPTED received block 0000000104f34ca600ac SetBestChain: new best=0000000104f34ca600ac height=93645 trust=249112759754 date=06/14/13 19:33:57 ProcessBlock: ACCEPTED received block 00000000fa5db4447ae4 SetBestChain: new best=00000000fa5db4447ae4 height=93646 trust=249112759755 date=06/14/13 19:38:03 ProcessBlock: ACCEPTED received block 00000000ac3e921b26d3 SetBestChain: new best=00000000ac3e921b26d3 height=93647 trust=249112759756 date=06/14/13 19:35:17 ProcessBlock: ACCEPTED received block 0000000021d50d3b0466 keypool return 12 SetBestChain: new best=0000000021d50d3b0466 height=93648 trust=249112759757 date=06/14/13 19:38:45 ProcessBlock: ACCEPTED received block 00000000fa7ed4894e12 SetBestChain: new best=00000000fa7ed4894e12 height=93649 trust=249112759758 date=06/14/13 19:38:50 ProcessBlock: ACCEPTED received block 00000000c3f26e6b063c SetBestChain: new best=00000000c3f26e6b063c height=93650 trust=249112759759 date=06/14/13 19:38:51 ProcessBlock: ACCEPTED received block 0000000076f7474bc89f SetBestChain: new best=0000000076f7474bc89f height=93651 trust=249112759760 date=06/14/13 19:39:36 ProcessBlock: ACCEPTED received block 000000003fbd29bd3948 keypool return 12 SetBestChain: new best=000000003fbd29bd3948 height=93652 trust=249112759761 date=06/14/13 19:39:31 ProcessBlock: ACCEPTED received block 00000000f19d7b104166 SetBestChain: new best=00000000f19d7b104166 height=93653 trust=249112759762 date=06/14/13 19:46:04 ProcessBlock: ACCEPTED received block 000000009be9180f0413 SetBestChain: new best=000000009be9180f0413 height=93654 trust=249112759763 date=06/14/13 19:41:19 ProcessBlock: ACCEPTED received block 00000000231c7140dda0 connection timeout trying connection 82.211.30.212 lastseen=0.0hrs SetBestChain: new best=00000000231c7140dda0 height=93655 trust=249112759764 date=06/14/13 19:41:21 ProcessBlock: ACCEPTED received block 00000000d9c5e39f51b0 SetBestChain: new best=00000000d9c5e39f51b0 height=93656 trust=249112759765 date=06/14/13 19:42:23 ProcessBlock: ACCEPTED received block 00000000d50bad160536 SetBestChain: new best=00000000d50bad160536 height=93657 trust=249112759766 date=06/14/13 19:44:36 ProcessBlock: ACCEPTED received block 00000000d1392aca9164 SetBestChain: new best=00000000d1392aca9164 height=93658 trust=249112759767 date=06/14/13 19:43:17 ProcessBlock: ACCEPTED received block 0000000040a481f7f1d9 SetBestChain: new best=0000000040a481f7f1d9 height=93659 trust=249112759768 date=06/14/13 19:45:56 ProcessBlock: ACCEPTED received block 00000000c32e98c4b19a SetBestChain: new best=00000000c32e98c4b19a height=93660 trust=249112759769 date=06/14/13 19:46:04 ProcessBlock: ACCEPTED received block 00000000f9ec49e334a1 SetBestChain: new best=00000000f9ec49e334a1 height=93661 trust=249112759770 date=06/14/13 19:46:36 ProcessBlock: ACCEPTED received block 000000010a74be936dc5 SetBestChain: new best=000000010a74be936dc5 height=93662 trust=249112759771 date=06/14/13 19:47:11 ProcessBlock: ACCEPTED received block 000000004491c71d8391 SetBestChain: new best=000000004491c71d8391 height=93663 trust=249112759772 date=06/14/13 19:47:48 ProcessBlock: ACCEPTED received block 0000000102c5ddf1bbdd SetBestChain: new best=0000000102c5ddf1bbdd height=93664 trust=249112759773 date=06/14/13 19:49:06 ProcessBlock: ACCEPTED received block 000000008914363f6dd5 SetBestChain: new best=000000008914363f6dd5 height=93665 trust=249112759774 date=06/14/13 19:49:15 ProcessBlock: ACCEPTED received block 00000000819f8be7f299 SetBestChain: new best=00000000819f8be7f299 height=93666 trust=249112759775 date=06/14/13 19:49:42 ProcessBlock: ACCEPTED received block 000000000f1e6acfe5ef SetBestChain: new best=000000000f1e6acfe5ef height=93667 trust=249112759776 date=06/14/13 19:47:58 ProcessBlock: ACCEPTED received block 000000009347f8d8a1f3 SetBestChain: new best=000000009347f8d8a1f3 height=93668 trust=249112759777 date=06/14/13 19:48:18 ProcessBlock: ACCEPTED received block 00000000efb5ad71fc1c SetBestChain: new best=00000000efb5ad71fc1c height=93669 trust=249112759778 date=06/14/13 19:51:04 ProcessBlock: ACCEPTED received block 0000000009fca2196ad5 SetBestChain: new best=0000000009fca2196ad5 height=93670 trust=249112759779 date=06/14/13 19:49:00 ProcessBlock: ACCEPTED received block 00000000c917b1daf224 SetBestChain: new best=00000000c917b1daf224 height=93671 trust=249112759780 date=06/14/13 19:51:42 ProcessBlock: ACCEPTED received block 000000008536ffb954e8 SetBestChain: new best=000000008536ffb954e8 height=93672 trust=249112759781 date=06/14/13 19:52:17 ProcessBlock: ACCEPTED received block 00000000c7d17eec24b9 SetBestChain: new best=00000000c7d17eec24b9 height=93673 trust=249112759782 date=06/14/13 19:52:24 ProcessBlock: ACCEPTED received block 0000000090b2fa09c530 connection timeout SetBestChain: new best=0000000090b2fa09c530 height=93674 trust=249112759783 date=06/14/13 19:52:35 ProcessBlock: ACCEPTED received block 00000000d5c61503d75d SetBestChain: new best=00000000d5c61503d75d height=93675 trust=249112759784 date=06/14/13 19:53:24 ProcessBlock: ACCEPTED keypool return 12 received block 00000000365918000f40 SetBestChain: new best=00000000365918000f40 height=93676 trust=249112759785 date=06/14/13 19:53:53 ProcessBlock: ACCEPTED received block 000000009331bfa24bbe trying connection 5.135.167.91:7688 lastseen=56.9hrs SetBestChain: new best=000000009331bfa24bbe height=93677 trust=249112759786 date=06/14/13 19:54:18 ProcessBlock: ACCEPTED received block 000000006df7dbcc3bcf SetBestChain: new best=000000006df7dbcc3bcf height=93678 trust=249112759787 date=06/14/13 19:54:21 ProcessBlock: ACCEPTED received block 00000000fe331b09fbd9 keypool return 12 SetBestChain: new best=00000000fe331b09fbd9 height=93679 trust=249112759788 date=06/14/13 19:52:52 ProcessBlock: ACCEPTED received block 000000000301405279ee SetBestChain: new best=000000000301405279ee height=93680 trust=249112759789 date=06/14/13 19:53:33 ProcessBlock: ACCEPTED received block 000000000d9848b4e02d SetBestChain: new best=000000000d9848b4e02d height=93681 trust=249112759790 date=06/14/13 19:54:05 ProcessBlock: ACCEPTED received block 00000000c50f40040609 keypool return 12 SetBestChain: new best=00000000c50f40040609 height=93682 trust=249112759791 date=06/14/13 19:54:25 ProcessBlock: ACCEPTED received block 00000000618405cba15b SetBestChain: new best=00000000618405cba15b height=93683 trust=249112759792 date=06/14/13 19:54:35 ProcessBlock: ACCEPTED received block 00000000325b6151176b SetBestChain: new best=00000000325b6151176b height=93684 trust=249112759793 date=06/14/13 19:55:37 ProcessBlock: ACCEPTED received block 000000009143d9051e5f SetBestChain: new best=000000009143d9051e5f height=93685 trust=249112759794 date=06/14/13 19:59:21 ProcessBlock: ACCEPTED received block 00000000756abca02bdf SetBestChain: new best=00000000756abca02bdf height=93686 trust=249112759795 date=06/14/13 19:59:26 ProcessBlock: ACCEPTED received block 00000000a556abb0c331 SetBestChain: new best=00000000a556abb0c331 height=93687 trust=249112759796 date=06/14/13 19:59:32 ProcessBlock: ACCEPTED received block 00000000af477920950c SetBestChain: new best=00000000af477920950c height=93688 trust=249112759797 date=06/14/13 19:59:36 ProcessBlock: ACCEPTED received block 00000000d28c3819648a SetBestChain: new best=00000000d28c3819648a height=93689 trust=249112759798 date=06/14/13 20:03:07 ProcessBlock: ACCEPTED received block 000000007032abffc1a4 connection timeout trying connection 82.211.30.212 lastseen=0.0hrs SetBestChain: new best=000000007032abffc1a4 height=93690 trust=249112759799 date=06/14/13 19:57:59 ProcessBlock: ACCEPTED received block 000000006a92b763b37a SetBestChain: new best=000000006a92b763b37a height=93691 trust=249112759800 date=06/14/13 19:58:18 ProcessBlock: ACCEPTED keypool return 12 received block 000000007173a2f71e59 SetBestChain: new best=000000007173a2f71e59 height=93692 trust=249112759801 date=06/14/13 20:01:10 ProcessBlock: ACCEPTED received block 0000000098efefd4fbb8 SetBestChain: new best=0000000098efefd4fbb8 height=93693 trust=249112759802 date=06/14/13 20:01:11 ProcessBlock: ACCEPTED received block 00000000bf389ae6a35a keypool return 12 SetBestChain: new best=00000000bf389ae6a35a height=93694 trust=249112759803 date=06/14/13 20:02:36 ProcessBlock: ACCEPTED received block 00000000a772837f9eb0 IRC got join Flushed 7305 addresses to peers.dat 138ms SetBestChain: new best=00000000a772837f9eb0 height=93695 trust=249112759804 date=06/14/13 20:05:31 ProcessBlock: ACCEPTED keypool return 12 received block 000000011220fe737664 SetBestChain: new best=000000011220fe737664 height=93696 trust=249112759805 date=06/14/13 20:04:38 ProcessBlock: ACCEPTED received block 348f895d3b83028fa43f ProcessBlock: ORPHAN BLOCK, prev=00000000cea4772ac6a2 received block 00000000f60c4a881dd4 ProcessBlock: ORPHAN BLOCK, prev=348f895d3b83028fa43f received block 000000003438eac55296 ProcessBlock: ORPHAN BLOCK, prev=00000000f60c4a881dd4 received block 000000002404ed3d4f31 ProcessBlock: ORPHAN BLOCK, prev=000000003438eac55296 ERROR: FetchInputs() : e5be48c3b6 mempool Tx prev not found 83758761e1 stored orphan tx e5be48c3b6 (mapsz 1) getblocks 93584 to 00000000000000000000 limit 500 getblocks 93584 to 00000000000000000000 limit 500 Added time data, samples 6, offset -140 (-2 minutes) Moving 46.249.52.133:7688 to tried receive version message: version 60005, blocks=93743, us=93.219.190.100:51980, them=46.249.52.133:7688, peer=46.249.52.133:7688 Added time data, samples 7, offset -124 (-2 minutes) nTimeOffset = -62 (-1 minutes) receive version message: version 60005, blocks=93743, us=93.219.190.100:51988, them=192.69.192.202:7688, peer=192.69.192.202:7688 received block 00000000c97f879ebb06 SetBestChain: new best=00000000c97f879ebb06 height=93697 trust=249112759806 date=06/14/13 20:02:57 ProcessBlock: ACCEPTED keypool return 12 received block 00000000ac4e9e70d7d8 SetBestChain: new best=00000000ac4e9e70d7d8 height=93698 trust=249112759807 date=06/14/13 20:06:05 ProcessBlock: ACCEPTED received block 000000007ed1323a18a0 SetBestChain: new best=000000007ed1323a18a0 height=93699 trust=249112759808 date=06/14/13 20:06:30 ProcessBlock: ACCEPTED received block 00000000260f1b462e45 SetBestChain: new best=00000000260f1b462e45 height=93700 trust=249112759809 date=06/14/13 20:04:05 ProcessBlock: ACCEPTED received block 00000000f8b530b55339 SetBestChain: new best=00000000f8b530b55339 height=93701 trust=249112759810 date=06/14/13 20:04:31 ProcessBlock: ACCEPTED keypool return 12 received block 00000000af2b14c5f530 connection timeout SetBestChain: new best=00000000af2b14c5f530 height=93702 trust=249112759811 date=06/14/13 20:11:13 ProcessBlock: ACCEPTED received block 00000000e1c862257022 SetBestChain: new best=00000000e1c862257022 height=93703 trust=249112759812 date=06/14/13 20:09:01 ProcessBlock: ACCEPTED received block 00000000ae763970463e SetBestChain: new best=00000000ae763970463e height=93704 trust=249112759813 date=06/14/13 20:09:20 ProcessBlock: ACCEPTED keypool return 12 received block 0000000027ddcd5b88b7 trying connection 93.86.58.54:7688 lastseen=0.9hrs SetBestChain: new best=0000000027ddcd5b88b7 height=93705 trust=249112759814 date=06/14/13 20:13:45 ProcessBlock: ACCEPTED received block 00000000f4b03bb38251 SetBestChain: new best=00000000f4b03bb38251 height=93706 trust=249112759815 date=06/14/13 20:11:24 ProcessBlock: ACCEPTED received block 000000004ff5aa10a58a SetBestChain: new best=000000004ff5aa10a58a height=93707 trust=249112759816 date=06/14/13 20:14:25 ProcessBlock: ACCEPTED received block 000000006d256e48ca37 SetBestChain: new best=000000006d256e48ca37 height=93708 trust=249112759817 date=06/14/13 20:14:36 ProcessBlock: ACCEPTED keypool return 12 received block 000000009cafff040108 SetBestChain: new best=000000009cafff040108 height=93709 trust=249112759818 date=06/14/13 20:15:02 ProcessBlock: ACCEPTED received block 0000000043a134f5d6d7 SetBestChain: new best=0000000043a134f5d6d7 height=93710 trust=249112759819 date=06/14/13 20:16:07 ProcessBlock: ACCEPTED received block 00000000f960783e2193 SetBestChain: new best=00000000f960783e2193 height=93711 trust=249112759820 date=06/14/13 20:16:09 ProcessBlock: ACCEPTED received block 0000000106587a42023e SetBestChain: new best=0000000106587a42023e height=93712 trust=249112759821 date=06/14/13 20:16:11 ProcessBlock: ACCEPTED received block 00000000506189a94f1c SetBestChain: new best=00000000506189a94f1c height=93713 trust=249112759822 date=06/14/13 20:16:20 ProcessBlock: ACCEPTED received block 00000001119d38f35248 SetBestChain: new best=00000001119d38f35248 height=93714 trust=249112759823 date=06/14/13 20:17:19 ProcessBlock: ACCEPTED received block 00000000fe481a01e222 SetBestChain: new best=00000000fe481a01e222 height=93715 trust=249112759824 date=06/14/13 20:15:19 ProcessBlock: ACCEPTED received block 000000008de4d680ab29 SetBestChain: new best=000000008de4d680ab29 height=93716 trust=249112759825 date=06/14/13 20:18:05 ProcessBlock: ACCEPTED received block 000000006d16977528f7 SetBestChain: new best=000000006d16977528f7 height=93717 trust=249112759826 date=06/14/13 20:18:36 ProcessBlock: ACCEPTED received block 00000000a0535eedb5ac SetBestChain: new best=00000000a0535eedb5ac height=93718 trust=249112759827 date=06/14/13 20:18:43 ProcessBlock: ACCEPTED received block 000000003d44060a6c34 SetBestChain: new best=000000003d44060a6c34 height=93719 trust=249112759828 date=06/14/13 20:18:49 ProcessBlock: ACCEPTED received block 0000000007f1182af1bc keypool return 12 SetBestChain: new best=0000000007f1182af1bc height=93720 trust=249112759829 date=06/14/13 20:16:33 ProcessBlock: ACCEPTED received block 0000000020ed35751834 SetBestChain: new best=0000000020ed35751834 height=93721 trust=249112759830 date=06/14/13 20:18:06 ProcessBlock: ACCEPTED received block 00000000c2ec9f5573a0 SetBestChain: new best=00000000c2ec9f5573a0 height=93722 trust=249112759831 date=06/14/13 20:21:46 ProcessBlock: ACCEPTED received block 00000000e63ddae2d0e5 SetBestChain: new best=00000000e63ddae2d0e5 height=93723 trust=249112759832 date=06/14/13 20:22:25 ProcessBlock: ACCEPTED received block 0000000039fe3e66ceca SetBestChain: new best=0000000039fe3e66ceca height=93724 trust=249112759833 date=06/14/13 20:20:35 ProcessBlock: ACCEPTED keypool return 12 received block 000000002c095eb06587 connection timeout trying connection 82.211.30.212 lastseen=0.0hrs SetBestChain: new best=000000002c095eb06587 height=93725 trust=249112759834 date=06/14/13 20:24:17 ProcessBlock: ACCEPTED received block 00000000b70fdd6c5934 SetBestChain: new best=00000000b70fdd6c5934 height=93726 trust=249112759835 date=06/14/13 20:23:37 ProcessBlock: ACCEPTED received block 00000000f6800747565b SetBestChain: new best=00000000f6800747565b height=93727 trust=249112759836 date=06/14/13 20:26:23 ProcessBlock: ACCEPTED keypool return 12 received block 000000004202774cad8f SetBestChain: new best=000000004202774cad8f height=93728 trust=249112759837 date=06/14/13 20:27:56 ProcessBlock: ACCEPTED received block 000000010a710d3d9232 SetBestChain: new best=000000010a710d3d9232 height=93729 trust=249112759838 date=06/14/13 20:28:29 ProcessBlock: ACCEPTED received block 0000000065a59d7d4228 SetBestChain: new best=0000000065a59d7d4228 height=93730 trust=249112759839 date=06/14/13 20:26:53 ProcessBlock: ACCEPTED received block 00000000f862cf5894a2 SetBestChain: new best=00000000f862cf5894a2 height=93731 trust=249112759840 date=06/14/13 20:35:56 ProcessBlock: ACCEPTED received block 000000005a40478cde1c SetBestChain: new best=000000005a40478cde1c height=93732 trust=249112759841 date=06/14/13 20:29:55 ProcessBlock: ACCEPTED received block 0000000073076e3a381b SetBestChain: new best=0000000073076e3a381b height=93733 trust=249112759842 date=06/14/13 20:27:20 ProcessBlock: ACCEPTED keypool return 12 received block 000000001a659d9184cd SetBestChain: new best=000000001a659d9184cd height=93734 trust=249112759843 date=06/14/13 20:27:39 ProcessBlock: ACCEPTED received block 00000000787285ee8277 SetBestChain: new best=00000000787285ee8277 height=93735 trust=249112759844 date=06/14/13 20:27:51 SetBestChain: new best=00000000a94ac1a996df height=93736 trust=249112759845 date=06/14/13 20:28:09 SetBestChain: new best=000000001439f4254f8c height=93737 trust=249112759846 date=06/14/13 20:28:17 SetBestChain: new best=00000000e26fc512a45e height=93738 trust=249112759847 date=06/14/13 20:32:19 connection timeout SetBestChain: new best=00000000fd6db72ba44d height=93739 trust=249112759848 date=06/14/13 20:30:34 SetBestChain: new best=0000000017f52ef7df04 height=93740 trust=249112759849 date=06/14/13 20:34:01 trying connection 120.128.2.122:7688 lastseen=15.5hrs SetBestChain: new best=000000006b962e6f7657 height=93741 trust=249112759850 date=06/14/13 20:31:39 SetBestChain: new best=00000000cea4772ac6a2 height=93742 trust=249112759851 date=06/14/13 20:32:23 SetBestChain: new best=348f895d3b83028fa43f height=93743 trust=250186653248 date=06/14/13 20:35:50 SetBestChain: new best=00000000f60c4a881dd4 height=93744 trust=250186653249 date=06/14/13 20:33:43 SetBestChain: new best=000000003438eac55296 height=93745 trust=250186653250 date=06/14/13 20:36:28 SetBestChain: new best=000000002404ed3d4f31 height=93746 trust=250186653251 date=06/14/13 20:36:32 ProcessBlock: ACCEPTED keypool return 12 getblocks 93697 to 00000000000000000000 limit 500 received block 000000011353e355f952 SetBestChain: new best=000000011353e355f952 height=93747 trust=250186653252 date=06/14/13 20:34:49 ProcessBlock: ACCEPTED received block 00000000ee058eef289b SetBestChain: new best=00000000ee058eef289b height=93748 trust=250186653253 date=06/14/13 20:35:22 ProcessBlock: ACCEPTED getblocks 93697 to 00000000000000000000 limit 500 getblocks 93697 to 00000000000000000000 limit 500 Added 296 addresses from 46.249.52.133: 192 tried, 7100 new Added 240 addresses from 46.249.52.133: 192 tried, 7091 new getblocks 93697 to 00000000000000000000 limit 500 Added 299 addresses from 192.69.192.202: 192 tried, 7091 new Added 274 addresses from 192.69.192.202: 192 tried, 7084 new Added 14 addresses from 192.69.192.202: 192 tried, 7086 new keypool return 12 getblocks 93740 to 00000000000000000000 limit 500 getblocks 93741 to 00000000000000000000 limit 500 getblocks 93742 to 00000000000000000000 limit 500 getblocks 93744 to 00000000000000000000 limit 500 keypool return 12 getblocks 93744 to 00000000000000000000 limit 500 Flushing wallet.dat Flushed wallet.dat 426ms keypool return 12 connection timeout trying connection 82.211.30.212 lastseen=0.0hrs keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 connection timeout keypool return 12 trying connection 193.170.132.204:7688 lastseen=0.9hrs keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 received block 0000000000126c02f866 SetBestChain: new best=0000000000126c02f866 height=93749 trust=250186653254 date=06/14/13 20:35:57 ProcessBlock: ACCEPTED connection timeout trying connection 82.211.30.212 lastseen=0.0hrs keypool return 12 keypool return 12 Flushing wallet.dat Flushed wallet.dat 261ms keypool return 12 keypool return 12 keypool return 12 keypool return 12 connection timeout keypool return 12 trying connection 85.183.239.103:7688 lastseen=6.3hrs keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 connection timeout trying connection 82.211.30.212 lastseen=0.0hrs keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 connection timeout keypool return 12 trying connection 91.206.210.116:7688 lastseen=0.9hrs keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 connection timeout trying connection 82.211.30.212 lastseen=0.0hrs keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 keypool return 12 IRC got join connection timeout keypool return 12 trying connection 72.46.155.34:7688 lastseen=0.9hrs connected 72.46.155.34:7688 send version message: version 60005, blocks=93749, us=93.219.190.100:7688, them=72.46.155.34:7688, peer=72.46.155.34:7688 trying connection 82.211.30.212 lastseen=0.0hrs keypool return 12 Added time data, samples 8, offset -41 (+0 minutes) Moving 72.46.155.34:7688 to tried receive version message: version 60005, blocks=93749, us=93.219.190.100:52119, them=72.46.155.34:7688, peer=72.46.155.34:7688 keypool return 12 keypool return 12 [snip - looks normal afterwards] Windmaster? My uneducated eye tells me the attack has stopped, if there was any, so i'll stay on rav3n's code for now.
|
|
|
|
YacLives
Newbie
Offline
Activity: 56
Merit: 0
|
|
June 14, 2013, 09:06:09 PM |
|
Meh that's bad. Switched back to caish5's code but since it spazzed out with errors in a few minutes i switched back again only to see the next orphan block. Trying the "old" version from the OP next...
ive got mine on the normal trusted setup in the op post 4mh+ on this network and i made more coins in 20 mins then i did in five hours on ravs code idk whats going on with it but until we sort it out im on the original yacoin-p2pool and i dont have to restart my node every 30 mins
|
|
|
|
YacLives
Newbie
Offline
Activity: 56
Merit: 0
|
|
June 14, 2013, 09:08:04 PM |
|
Debug log from yacoin client sure looks funky, but i'm not skilled enough in reading it to confirm an attack: SetBestChain: new best=0000000061e7f900b90e height=93576 trust=245891366257 date=06/14/13 18:57:03 SetBestChain: new best=00000000b41e2bb7677e height=93577 trust=245891366258 date=06/14/13 18:54:42 SetBestChain: new best=00000000996ca33b8af7 height=93578 trust=245891366259 date=06/14/13 18:56:32 connection timeout SetBestChain: new best=00000000e3f3e7d2b319 height=93579 trust=245891366260 date=06/14/13 18:59:27 SetBestChain: new best=00000001116924a4c7aa height=93580 trust=245891366261 date=06/14/13 18:57:05 trying connection 103.245.205.22:7688 lastseen=0.9hrs SetBestChain: new best=00000000ebe069de0da5 height=93581 trust=245891366262 date=06/14/13 18:58:54 SetBestChain: new best=000000002df47b317cc7 height=93582 trust=245891366263 date=06/14/13 19:02:00 SetBestChain: new best=00000001004d387d8c8c height=93583 trust=245891366264 date=06/14/13 19:02:49 ProcessBlock: ACCEPTED received block 000000001439f4254f8c ProcessBlock: ORPHAN BLOCK, prev=00000000a94ac1a996df Added 323 addresses from 140.112.183.10: 191 tried, 7123 new Added 319 addresses from 140.112.183.10: 191 tried, 7117 new Added 46 addresses from 140.112.183.10: 191 tried, 7114 new received block 1e9631fde8d4aacefe6f ERROR: ProcessBlock() : already have block 93197 1e9631fde8d4aacefe6f received block 00000000c34c090412d9 ERROR: ProcessBlock() : already have block 93198 00000000c34c090412d9 received block 00000000288222d2625d ERROR: ProcessBlock() : already have block 93199 00000000288222d2625d received block 00000000b7085c10d8f5 ERROR: ProcessBlock() : already have block 93200 00000000b7085c10d8f5 received block 00000000fc35ce7ed71d ERROR: ProcessBlock() : already have block 93201 00000000fc35ce7ed71d received block 000000002bba38d87bbc ERROR: ProcessBlock() : already have block 93202 000000002bba38d87bbc received block 00000000e0de9a28c1a6 ERROR: ProcessBlock() : already have block 93203 00000000e0de9a28c1a6 received block 000000008c7ca0d27929 ERROR: ProcessBlock() : already have block 93204 000000008c7ca0d27929 received block 00000000236ddff4493a ERROR: ProcessBlock() : already have block 93205 00000000236ddff4493a received block 0000000031fbbdc93818 ERROR: ProcessBlock() : already have block 93206 0000000031fbbdc93818 received block 00000000d481715475e7 ERROR: ProcessBlock() : already have block 93207 00000000d481715475e7 received block 000000000ab6af5b7561 ERROR: ProcessBlock() : already have block 93208 000000000ab6af5b7561 received block 00000000439634c46f2a ERROR: ProcessBlock() : already have block 93209 00000000439634c46f2a received block 0000000112727f9dde60 ERROR: ProcessBlock() : already have block 93210 0000000112727f9dde60 received block 00000000356c9146c46f ERROR: ProcessBlock() : already have block 93211 00000000356c9146c46f received block ff15e95f888e3069ffad ERROR: ProcessBlock() : already have block 93212 ff15e95f888e3069ffad received block 00000000b49fe8577b22 ERROR: ProcessBlock() : already have block 93213 00000000b49fe8577b22 received block 00000000d4e8fc4ecbe1 ERROR: ProcessBlock() : already have block 93214 00000000d4e8fc4ecbe1 received block 00000000783d91b03fcb ERROR: ProcessBlock() : already have block 93215 00000000783d91b03fcb received block 00000000f51bed7ee277 ERROR: ProcessBlock() : already have block 93216 00000000f51bed7ee277 received block 000000007317d5905692 ERROR: ProcessBlock() : already have block 93217 000000007317d5905692 received block 000000009ed27c56911b ERROR: ProcessBlock() : already have block 93218 000000009ed27c56911b received block 000000001107961e6a55 ERROR: ProcessBlock() : already have block 93219 000000001107961e6a55 received block 00000000cbace9bb188d ERROR: ProcessBlock() : already have block 93220 00000000cbace9bb188d received block 00000000278e0abe74f4 ERROR: ProcessBlock() : already have block 93221 00000000278e0abe74f4 received block 00000000842fa20b22af ERROR: ProcessBlock() : already have block 93222 00000000842fa20b22af received block 00000000e97290f80e43 ERROR: ProcessBlock() : already have block 93223 00000000e97290f80e43 received block 00000000c1e15d88659a ERROR: ProcessBlock() : already have block 93224 00000000c1e15d88659a received block 00000000b165defe0f51 ERROR: ProcessBlock() : already have block 93225 00000000b165defe0f51 received block 00000000190b3207e735 ERROR: ProcessBlock() : already have block 93226 00000000190b3207e735 received block 00000000711bef577f0b ERROR: ProcessBlock() : already have block 93227 00000000711bef577f0b received block 00000000f6920780188b ERROR: ProcessBlock() : already have block 93228 00000000f6920780188b received block 00000000174625de87b4 ERROR: ProcessBlock() : already have block 93229 00000000174625de87b4 received block 00000000446e7aba9eaf ERROR: ProcessBlock() : already have block 93230 00000000446e7aba9eaf received block 00000000c68626dc955e ERROR: ProcessBlock() : already have block 93231 00000000c68626dc955e received block 0000000086f99fc5cdf0 ERROR: ProcessBlock() : already have block 93232 0000000086f99fc5cdf0 keypool return 12 received block 00000000e4b99a30b2a0 ERROR: ProcessBlock() : already have block 93233 00000000e4b99a30b2a0 received block 0000000072d16ca25f3e ERROR: ProcessBlock() : already have block 93234 0000000072d16ca25f3e received block 00000000a16c3f0c62ac ERROR: ProcessBlock() : already have block 93235 00000000a16c3f0c62ac received block 000000007cbd7f8f0276 ERROR: ProcessBlock() : already have block 93236 000000007cbd7f8f0276 received block 000000011365673ce8a8 ERROR: ProcessBlock() : already have block 93237 000000011365673ce8a8 received block 00000000fc11698cf713 ERROR: ProcessBlock() : already have block 93238 00000000fc11698cf713 received block 0000000075e97060f214 ERROR: ProcessBlock() : already have block 93239 0000000075e97060f214 received block 000000010209d295fe8f ERROR: ProcessBlock() : already have block 93240 000000010209d295fe8f received block 00000000ab9839fe111b ERROR: ProcessBlock() : already have block 93241 00000000ab9839fe111b received block 000000000933e6c8208f ERROR: ProcessBlock() : already have block 93242 000000000933e6c8208f received block 0000000027a455e85e3d ERROR: ProcessBlock() : already have block 93243 0000000027a455e85e3d received block 000000004af9d5ed36a0 ERROR: ProcessBlock() : already have block 93244 000000004af9d5ed36a0 received block 000000002bfb754526a0 ERROR: ProcessBlock() : already have block 93245 000000002bfb754526a0 received block 000000010e56ad2e2fb6 ERROR: ProcessBlock() : already have block 93246 000000010e56ad2e2fb6 received block 0000000060a0c8081238 ERROR: ProcessBlock() : already have block 93247 0000000060a0c8081238 received block 00000000a8d425011984 ERROR: ProcessBlock() : already have block 93248 00000000a8d425011984 received block 000000006c02109c6237 ERROR: ProcessBlock() : already have block 93249 000000006c02109c6237 received block 00000000cb735cc1a085 ERROR: ProcessBlock() : already have block 93250 00000000cb735cc1a085 received block 00000000df08e504bcfb ERROR: ProcessBlock() : already have block 93251 00000000df08e504bcfb received block 000000010507b5720b6e ERROR: ProcessBlock() : already have block 93252 000000010507b5720b6e received block 000000004656049c3e5e ERROR: ProcessBlock() : already have block 93253 000000004656049c3e5e received block 0000000006d95e9d9f76 ERROR: ProcessBlock() : already have block 93254 0000000006d95e9d9f76 received block 00000000b87e0fea1b36 ERROR: ProcessBlock() : already have block 93255 00000000b87e0fea1b36 received block 0000000088ac45a2f85d ERROR: ProcessBlock() : already have block 93256 0000000088ac45a2f85d received block 00000000e32cf9d7459c ERROR: ProcessBlock() : already have block 93257 00000000e32cf9d7459c received block 00000000837722c0b619 ERROR: ProcessBlock() : already have block 93258 00000000837722c0b619 received block 0000000112a4a0c3552b ERROR: ProcessBlock() : already have block 93259 0000000112a4a0c3552b received block 00000000522383241bfe ERROR: ProcessBlock() : already have block 93260 00000000522383241bfe received block 000000003d2a14080f8d ERROR: ProcessBlock() : already have block 93261 000000003d2a14080f8d received block 00000000491059a95bf2 ERROR: ProcessBlock() : already have block 93262 00000000491059a95bf2 received block 000000010a56fcff9b0d ERROR: ProcessBlock() : already have block 93263 000000010a56fcff9b0d received block 00000000c033cc3ed76e ERROR: ProcessBlock() : already have block 93264 00000000c033cc3ed76e received block 000000001588d9f5cc32 ERROR: ProcessBlock() : already have block 93265 000000001588d9f5cc32 received block 0000000046fe725573d1 ERROR: ProcessBlock() : already have block 93266 0000000046fe725573d1 received block 0000000008b2d78d2b6d ERROR: ProcessBlock() : already have block 93267 0000000008b2d78d2b6d received block 000000010738aa84cca1 ERROR: ProcessBlock() : already have block 93268 000000010738aa84cca1 received block 000000011a7f6f669741 ERROR: ProcessBlock() : already have block 93269 000000011a7f6f669741 received block 00000000adcf437e056f ERROR: ProcessBlock() : already have block 93270 00000000adcf437e056f received block 000000009e84c77dfc5a ERROR: ProcessBlock() : already have block 93271 000000009e84c77dfc5a received block 00000000e2e4b65dee1a ERROR: ProcessBlock() : already have block 93272 00000000e2e4b65dee1a received block 000000010345677934cd ERROR: ProcessBlock() : already have block 93273 000000010345677934cd received block 00000000f50bbfa8356f ERROR: ProcessBlock() : already have block 93274 00000000f50bbfa8356f received block 0000000101bf77994437 ERROR: ProcessBlock() : already have block 93275 0000000101bf77994437 received block 00000000fc9073512df8 ERROR: ProcessBlock() : already have block 93276 00000000fc9073512df8 received block 00000000a2e858e33add ERROR: ProcessBlock() : already have block 93277 00000000a2e858e33add received block 000000005d463455833a ERROR: ProcessBlock() : already have block 93278 000000005d463455833a received block 00000000f157d305a9c6 ERROR: ProcessBlock() : already have block 93279 00000000f157d305a9c6 received block 000000010acbb1623d71 ERROR: ProcessBlock() : already have block 93280 000000010acbb1623d71 received block 1c3c4fabca84842b8a6e ERROR: ProcessBlock() : already have block 93281 1c3c4fabca84842b8a6e received block 000000009fefbecb67ec ERROR: ProcessBlock() : already have block 93282 000000009fefbecb67ec received block 00000000e62c22c15b52 ERROR: ProcessBlock() : already have block 93283 00000000e62c22c15b52 received block 000000000888ce79fcc0 ERROR: ProcessBlock() : already have block 93284 000000000888ce79fcc0 received block 00000000ba58ce7c2918 ERROR: ProcessBlock() : already have block 93285 00000000ba58ce7c2918 received block 0000000029a6162c3e85 ERROR: ProcessBlock() : already have block 93286 0000000029a6162c3e85 received block 000000007df4640293b8 ERROR: ProcessBlock() : already have block 93287 000000007df4640293b8 received block 00000000ba197d8020fa ERROR: ProcessBlock() : already have block 93288 00000000ba197d8020fa received block 00000000f7263657dd10 ERROR: ProcessBlock() : already have block 93289 00000000f7263657dd10 received block 14c5291ee1c6cfe2f67a ERROR: ProcessBlock() : already have block 93290 14c5291ee1c6cfe2f67a received block 00000000ee7667a61380 ERROR: ProcessBlock() : already have block 93291 00000000ee7667a61380 received block 00000000ba70bb1ccc8f ERROR: ProcessBlock() : already have block 93292 00000000ba70bb1ccc8f received block 000000011cc4ede3f3c9 ERROR: ProcessBlock() : already have block 93293 000000011cc4ede3f3c9 received block 00000000cf9f8c9c822e ERROR: ProcessBlock() : already have block 93294 00000000cf9f8c9c822e received block 00000000f9c7f185408d ERROR: ProcessBlock() : already have block 93295 00000000f9c7f185408d received block 0000000040cbe8943828 ERROR: ProcessBlock() : already have block 93296 0000000040cbe8943828 received block 000000009bb57dce594a ERROR: ProcessBlock() : already have block 93297 000000009bb57dce594a received block 0000000079b73aca6003 ERROR: ProcessBlock() : already have block 93298 0000000079b73aca6003 received block 000000008d87e3416daf ERROR: ProcessBlock() : already have block 93299 000000008d87e3416daf received block 00000000edb821e53819 ERROR: ProcessBlock() : already have block 93300 00000000edb821e53819 received block 000000008161919e432c ERROR: ProcessBlock() : already have block 93301 000000008161919e432c received block 000000008ee74f336397 ERROR: ProcessBlock() : already have block 93302 000000008ee74f336397 received block 00000000c808824cc130 ERROR: ProcessBlock() : already have block 93303 00000000c808824cc130 received block 0000000088599761b075 ERROR: ProcessBlock() : already have block 93304 0000000088599761b075 received block 0000000065deb0b16f8d ERROR: ProcessBlock() : already have block 93305 0000000065deb0b16f8d received block 0000000010ced8b6f24a ERROR: ProcessBlock() : already have block 93306 0000000010ced8b6f24a received block 000000001dca28d11e52 ERROR: ProcessBlock() : already have block 93307 000000001dca28d11e52 received block 000000009426d53aec2e ERROR: ProcessBlock() : already have block 93308 000000009426d53aec2e received block 00000001135cdd7641e2 ERROR: ProcessBlock() : already have block 93309 00000001135cdd7641e2 received block 00000000a5856acb746d ERROR: ProcessBlock() : already have block 93310 00000000a5856acb746d received block 00000000c84574e84ca0 ERROR: ProcessBlock() : already have block 93311 00000000c84574e84ca0 received block 00000000eae9d15fcda7 ERROR: ProcessBlock() : already have block 93312 00000000eae9d15fcda7 received block 000000009e3b5a595c63 ERROR: ProcessBlock() : already have block 93313 000000009e3b5a595c63 received block 0000000072f6eb425105 ERROR: ProcessBlock() : already have block 93314 0000000072f6eb425105 received block 000000005ecd275f1205 ERROR: ProcessBlock() : already have block 93315 000000005ecd275f1205 received block 0000000025fe06762700 ERROR: ProcessBlock() : already have block 93316 0000000025fe06762700 received block 00000000889bb04f6fbd ERROR: ProcessBlock() : already have block 93317 00000000889bb04f6fbd received block 00000000f8353a4f36cf ERROR: ProcessBlock() : already have block 93318 00000000f8353a4f36cf received block 000000004f0825099468 ERROR: ProcessBlock() : already have block 93319 000000004f0825099468 received block 000000006c3ecc199045 ERROR: ProcessBlock() : already have block 93320 000000006c3ecc199045 received block 000000009ba2f9c4bc77 ERROR: ProcessBlock() : already have block 93321 000000009ba2f9c4bc77 received block 000000010e3885dea25b ERROR: ProcessBlock() : already have block 93322 000000010e3885dea25b received block bd354a97e41bf48732f0 ERROR: ProcessBlock() : already have block 93323 bd354a97e41bf48732f0 received block 0000000110550ab1c916 ERROR: ProcessBlock() : already have block 93324 0000000110550ab1c916 received block 00000000315fd9ddf5e7 ERROR: ProcessBlock() : already have block 93325 00000000315fd9ddf5e7 received block 000000004e5bd8c43800 ERROR: ProcessBlock() : already have block 93326 000000004e5bd8c43800 received block 0000000025511363c3c9 ERROR: ProcessBlock() : already have block 93327 0000000025511363c3c9 received block 0000000026bfe0ed4296 ERROR: ProcessBlock() : already have block 93328 0000000026bfe0ed4296 received block 00000000241c6b02c406 ERROR: ProcessBlock() : already have block 93329 00000000241c6b02c406 received block 000000001575a6f40b98 ERROR: ProcessBlock() : already have block 93330 000000001575a6f40b98 received block 00000000fd5d8b03a209 ERROR: ProcessBlock() : already have block 93331 00000000fd5d8b03a209 received block 0000000048820e6739e1 ERROR: ProcessBlock() : already have block 93332 0000000048820e6739e1 received block 0000000016e7535c1c02 ERROR: ProcessBlock() : already have block 93333 0000000016e7535c1c02 received block 000000001439f4254f8c ERROR: ProcessBlock() : already have block (orphan) 000000001439f4254f8c received block 00000000cea4772ac6a2 ProcessBlock: ORPHAN BLOCK, prev=000000006b962e6f7657 getblocks 93197 to 00000000000000000000 limit 500 getblocks 93197 to 00000000000000000000 limit 500 keypool return 12 getblocks -1 to 00000000000000000000 limit 500 received block 00000000a94ac1a996df ProcessBlock: ORPHAN BLOCK, prev=00000000787285ee8277 received block 00000000b475810a6edb SetBestChain: new best=00000000b475810a6edb height=93584 trust=245891366265 date=06/14/13 19:02:52 ProcessBlock: ACCEPTED received block 000000010b27a0fa5166 SetBestChain: new best=000000010b27a0fa5166 height=93585 trust=245891366266 date=06/14/13 19:03:44 ProcessBlock: ACCEPTED received block 00000000d091ae44943f SetBestChain: new best=00000000d091ae44943f height=93586 trust=245891366267 date=06/14/13 19:04:17 ProcessBlock: ACCEPTED received block 000000003e0dd590e068 SetBestChain: new best=000000003e0dd590e068 height=93587 trust=245891366268 date=06/14/13 19:04:25 ProcessBlock: ACCEPTED received block 00000000934c77bd1296 SetBestChain: new best=00000000934c77bd1296 height=93588 trust=245891366269 date=06/14/13 19:03:12 ProcessBlock: ACCEPTED received block 00000000a28938973fc1 SetBestChain: new best=00000000a28938973fc1 height=93589 trust=245891366270 date=06/14/13 19:03:40 ProcessBlock: ACCEPTED received block 000000009d445c287fbf SetBestChain: new best=000000009d445c287fbf height=93590 trust=245891366271 date=06/14/13 19:06:48 ProcessBlock: ACCEPTED received block 000000006f45219d21e5 SetBestChain: new best=000000006f45219d21e5 height=93591 trust=245891366272 date=06/14/13 19:07:23 ProcessBlock: ACCEPTED keypool return 12 received block 000000011053bac79fde SetBestChain: new best=000000011053bac79fde height=93592 trust=245891366273 date=06/14/13 19:11:34 ProcessBlock: ACCEPTED received block 00000000cf8046962d3f connection timeout trying connection 82.211.30.212 lastseen=0.0hrs SetBestChain: new best=00000000cf8046962d3f height=93593 trust=245891366274 date=06/14/13 19:08:17 ProcessBlock: ACCEPTED received block 0000000031a2ff72e780 SetBestChain: new best=0000000031a2ff72e780 height=93594 trust=245891366275 date=06/14/13 19:06:39 ProcessBlock: ACCEPTED received block 00000000fa2df4323316 SetBestChain: new best=00000000fa2df4323316 height=93595 trust=245891366276 date=06/14/13 19:08:17 ProcessBlock: ACCEPTED received block 0000000111735a65394d SetBestChain: new best=0000000111735a65394d height=93596 trust=245891366277 date=06/14/13 19:08:49 ProcessBlock: ACCEPTED received block 00000000af3fb055a5be SetBestChain: new best=00000000af3fb055a5be height=93597 trust=245891366278 date=06/14/13 19:12:24 ProcessBlock: ACCEPTED received block 00000000a8b94c5c39fe SetBestChain: new best=00000000a8b94c5c39fe height=93598 trust=245891366279 date=06/14/13 19:13:37 ProcessBlock: ACCEPTED received block 00000000ea1096a8f306 SetBestChain: new best=00000000ea1096a8f306 height=93599 trust=245891366280 date=06/14/13 19:12:43 ProcessBlock: ACCEPTED received block 000000004240d29d0d80 keypool return 12 SetBestChain: new best=000000004240d29d0d80 height=93600 trust=245891366281 date=06/14/13 19:13:25 ProcessBlock: ACCEPTED received block 00000000f11230b1fa9b SetBestChain: new best=00000000f11230b1fa9b height=93601 trust=245891366282 date=06/14/13 19:11:21 ProcessBlock: ACCEPTED received block 00000000061d67514279 SetBestChain: new best=00000000061d67514279 height=93602 trust=245891366283 date=06/14/13 19:14:15 ProcessBlock: ACCEPTED received block 00000000944bc44a8e90 SetBestChain: new best=00000000944bc44a8e90 height=93603 trust=245891366284 date=06/14/13 19:14:26 ProcessBlock: ACCEPTED received block 000000007a0fb6897526 SetBestChain: new best=000000007a0fb6897526 height=93604 trust=245891366285 date=06/14/13 19:14:28 ProcessBlock: ACCEPTED received block 00000000b9375e5770ea SetBestChain: new best=00000000b9375e5770ea height=93605 trust=245891366286 date=06/14/13 19:15:44 ProcessBlock: ACCEPTED received block 0000000066d83f01cb67 SetBestChain: new best=0000000066d83f01cb67 height=93606 trust=245891366287 date=06/14/13 19:16:00 ProcessBlock: ACCEPTED received block 00000000abdfcde84baa SetBestChain: new best=00000000abdfcde84baa height=93607 trust=245891366288 date=06/14/13 19:16:01 ProcessBlock: ACCEPTED received block 0000000078e8aad1884a SetBestChain: new best=0000000078e8aad1884a height=93608 trust=245891366289 date=06/14/13 19:16:06 ProcessBlock: ACCEPTED received block 00000000e26ea4f9fcc5 keypool return 12 connection timeout SetBestChain: new best=00000000e26ea4f9fcc5 height=93609 trust=245891366290 date=06/14/13 19:17:00 ProcessBlock: ACCEPTED received block 0000000021df536a23f9 SetBestChain: new best=0000000021df536a23f9 height=93610 trust=245891366291 date=06/14/13 19:15:13 ProcessBlock: ACCEPTED received block 00000000e5612b0e1ee3 trying connection 202.45.128.147:7688 lastseen=0.9hrs SetBestChain: new best=00000000e5612b0e1ee3 height=93611 trust=245891366292 date=06/14/13 19:18:32 ProcessBlock: ACCEPTED received block 00000000c2e8aab330da keypool return 12 SetBestChain: new best=00000000c2e8aab330da height=93612 trust=245891366293 date=06/14/13 19:18:38 ProcessBlock: ACCEPTED received block 00000000c6160fd06e27 SetBestChain: new best=00000000c6160fd06e27 height=93613 trust=245891366294 date=06/14/13 19:19:15 ProcessBlock: ACCEPTED received block 00000000114b8f56562a SetBestChain: new best=00000000114b8f56562a height=93614 trust=245891366295 date=06/14/13 19:18:01 ProcessBlock: ACCEPTED received block 0000000107b0d3698584 SetBestChain: new best=0000000107b0d3698584 height=93615 trust=245891366296 date=06/14/13 19:18:27 ProcessBlock: ACCEPTED received block 00000000247966fee7c2 SetBestChain: new best=00000000247966fee7c2 height=93616 trust=245891366297 date=06/14/13 19:21:10 ProcessBlock: ACCEPTED received block 000000000c606f7ce7ee SetBestChain: new best=000000000c606f7ce7ee height=93617 trust=245891366298 date=06/14/13 19:21:26 ProcessBlock: ACCEPTED received block 00000000ba2f8ff0192a SetBestChain: new best=00000000ba2f8ff0192a height=93618 trust=245891366299 date=06/14/13 19:21:39 ProcessBlock: ACCEPTED received block 0000000078eb131c0529 SetBestChain: new best=0000000078eb131c0529 height=93619 trust=245891366300 date=06/14/13 19:19:15 ProcessBlock: ACCEPTED keypool return 12 received block 00000000d391f9d6ec35 SetBestChain: new best=00000000d391f9d6ec35 height=93620 trust=245891366301 date=06/14/13 19:21:56 ProcessBlock: ACCEPTED received block 00000000416fe368a7cd SetBestChain: new best=00000000416fe368a7cd height=93621 trust=245891366302 date=06/14/13 19:22:25 ProcessBlock: ACCEPTED received block 0000000096c9dc17ab67 SetBestChain: new best=0000000096c9dc17ab67 height=93622 trust=245891366303 date=06/14/13 19:20:52 ProcessBlock: ACCEPTED connection timeout trying connection 82.211.30.212 lastseen=0.0hrs keypool return 12 received block 000000003180c04a7185 SetBestChain: new best=000000003180c04a7185 height=93623 trust=245891366304 date=06/14/13 19:24:05 ProcessBlock: ACCEPTED received block 0000000021a1180739e4 SetBestChain: new best=0000000021a1180739e4 height=93624 trust=245891366305 date=06/14/13 19:21:35 ProcessBlock: ACCEPTED received block 0000000096f02e451116 SetBestChain: new best=0000000096f02e451116 height=93625 trust=245891366306 date=06/14/13 19:25:15 ProcessBlock: ACCEPTED received block 0000000006fbe86db4e7 SetBestChain: new best=0000000006fbe86db4e7 height=93626 trust=245891366307 date=06/14/13 19:26:09 ProcessBlock: ACCEPTED received block 00000001008c17bfa608 SetBestChain: new best=00000001008c17bfa608 height=93627 trust=245891366308 date=06/14/13 19:25:56 ProcessBlock: ACCEPTED received block 0000000024c4982fd1cd SetBestChain: new best=0000000024c4982fd1cd height=93628 trust=245891366309 date=06/14/13 19:27:00 ProcessBlock: ACCEPTED received block 000000001b791bd5c1fc SetBestChain: new best=000000001b791bd5c1fc height=93629 trust=245891366310 date=06/14/13 19:27:47 ProcessBlock: ACCEPTED received block 00000000144749211309 SetBestChain: new best=00000000144749211309 height=93630 trust=245891366311 date=06/14/13 19:28:21 ProcessBlock: ACCEPTED received block 7424a681954f6d2a2a2b SetBestChain: new best=7424a681954f6d2a2a2b height=93631 trust=246965112231 date=06/14/13 19:29:02 ProcessBlock: ACCEPTED received block 32fd170f9c97f6483662 SetBestChain: new best=32fd170f9c97f6483662 height=93632 trust=248038858151 date=06/14/13 19:29:19 ProcessBlock: ACCEPTED received block 000000000deee26f1965 SetBestChain: new best=000000000deee26f1965 height=93633 trust=248038858152 date=06/14/13 19:29:25 ProcessBlock: ACCEPTED received block 8617cbbbb81ca733214c SetBestChain: new best=8617cbbbb81ca733214c height=93634 trust=249112759743 date=06/14/13 19:30:22 ProcessBlock: ACCEPTED received block 0000000094c4f7d23a68 SetBestChain: new best=0000000094c4f7d23a68 height=93635 trust=249112759744 date=06/14/13 19:30:28 ProcessBlock: ACCEPTED received block 00000000b1f9c9a979ce SetBestChain: new best=00000000b1f9c9a979ce height=93636 trust=249112759745 date=06/14/13 19:31:44 ProcessBlock: ACCEPTED received block 00000000dc24748ec48e SetBestChain: new best=00000000dc24748ec48e height=93637 trust=249112759746 date=06/14/13 19:32:05 ProcessBlock: ACCEPTED received block 0000000011408b644381 SetBestChain: new best=0000000011408b644381 height=93638 trust=249112759747 date=06/14/13 19:31:00 ProcessBlock: ACCEPTED received block 00000000f2e63d329e5f SetBestChain: new best=00000000f2e63d329e5f height=93639 trust=249112759748 date=06/14/13 19:34:32 connection timeout ProcessBlock: ACCEPTED received block 00000000e81f4c60ef8c SetBestChain: new best=00000000e81f4c60ef8c height=93640 trust=249112759749 date=06/14/13 19:32:05 ProcessBlock: ACCEPTED keypool return 12 received block 0000000055cfdce79a32 SetBestChain: new best=0000000055cfdce79a32 height=93641 trust=249112759750 date=06/14/13 19:38:07 ProcessBlock: ACCEPTED received block 00000000a61568f06e06 trying connection 218.106.96.36:7688 lastseen=12.7hrs SetBestChain: new best=00000000a61568f06e06 height=93642 trust=249112759751 date=06/14/13 19:32:35 ProcessBlock: ACCEPTED received block 00000000ec290fb46862 SetBestChain: new best=00000000ec290fb46862 height=93643 trust=249112759752 date=06/14/13 19:32:45 ProcessBlock: ACCEPTED received block 00000000fa52312c248f keypool return 12 SetBestChain: new best=00000000fa52312c248f height=93644 trust=249112759753 date=06/14/13 19:33:35 ProcessBlock: ACCEPTED received block 0000000104f34ca600ac SetBestChain: new best=0000000104f34ca600ac height=93645 trust=249112759754 date=06/14/13 19:33:57 ProcessBlock: ACCEPTED received block 00000000fa5db4447ae4 SetBestChain: new best=00000000fa5db4447ae4 height=93646 trust=249112759755 date=06/14/13 19:38:03 ProcessBlock: ACCEPTED received block 00000000ac3e921b26d3 SetBestChain: new best=00000000ac3e921b26d3 height=93647 trust=249112759756 date=06/14/13 19:35:17 ProcessBlock: ACCEPTED received block 0000000021d50d3b0466 keypool return 12 SetBestChain: new best=0000000021d50d3b0466 height=93648 trust=249112759757 date=06/14/13 19:38:45 ProcessBlock: ACCEPTED received block 00000000fa7ed4894e12 SetBestChain: new best=00000000fa7ed4894e12 height=93649 trust=249112759758 date=06/14/13 19:38:50 ProcessBlock: ACCEPTED received block 00000000c3f26e6b063c SetBestChain: new best=00000000c3f26e6b063c height=93650 trust=249112759759 date=06/14/13 19:38:51 ProcessBlock: ACCEPTED received block 0000000076f7474bc89f SetBestChain: new best=0000000076f7474bc89f height=93651 trust=249112759760 date=06/14/13 19:39:36 ProcessBlock: ACCEPTED received block 000000003fbd29bd3948 keypool return 12 SetBestChain: new best=000000003fbd29bd3948 height=93652 trust=249112759761 date=06/14/13 19:39:31 ProcessBlock: ACCEPTED received block 00000000f19d7b104166 SetBestChain: new best=00000000f19d7b104166 height=93653 trust=249112759762 date=06/14/13 19:46:04 ProcessBlock: ACCEPTED received block 000000009be9180f0413 SetBestChain: new best=000000009be9180f0413 height=93654 trust=249112759763 date=06/14/13 19:41:19 ProcessBlock: ACCEPTED received block 00000000231c7140dda0 connection timeout trying connection 82.211.30.212 lastseen=0.0hrs SetBestChain: new best=00000000231c7140dda0 height=93655 trust=249112759764 date=06/14/13 19:41:21 ProcessBlock: ACCEPTED received block 00000000d9c5e39f51b0 SetBestChain: new best=00000000d9c5e39f51b0 height=93656 trust=249112759765 date=06/14/13 19:42:23 ProcessBlock: ACCEPTED received block 00000000d50bad160536 SetBestChain: new best=00000000d50bad160536 height=93657 trust=249112759766 date=06/14/13 19:44:36 ProcessBlock: ACCEPTED received block 00000000d1392aca9164 SetBestChain: new best=00000000d1392aca9164 height=93658 trust=249112759767 date=06/14/13 19:43:17 ProcessBlock: ACCEPTED received block 0000000040a481f7f1d9 SetBestChain: new best=0000000040a481f7f1d9 height=93659 trust=249112759768 date=06/14/13 19:45:56 ProcessBlock: ACCEPTED received block 00000000c32e98c4b19a SetBestChain: new best=00000000c32e98c4b19a height=93660 trust=249112759769 date=06/14/13 19:46:04 ProcessBlock: ACCEPTED received block 00000000f9ec49e334a1 SetBestChain: new best=00000000f9ec49e334a1 height=93661 trust=249112759770 date=06/14/13 19:46:36 ProcessBlock: ACCEPTED received block 000000010a74be936dc5 SetBestChain: new best=000000010a74be936dc5 height=93662 trust=249112759771 date=06/14/13 19:47:11 ProcessBlock: ACCEPTED received block 000000004491c71d8391 SetBestChain: new best=000000004491c71d8391 height=93663 trust=249112759772 date=06/14/13 19:47:48 ProcessBlock: ACCEPTED received block 0000000102c5ddf1bbdd SetBestChain: new best=0000000102c5ddf1bbdd height=93664 trust=249112759773 date=06/14/13 19:49:06 ProcessBlock: ACCEPTED received block 000000008914363f6dd5 SetBestChain: new best=000000008914363f6dd5 height=93665 trust=249112759774 date=06/14/13 19:49:15 ProcessBlock: ACCEPTED received block 00000000819f8be7f299 SetBestChain: new best=00000000819f8be7f299 height=93666 trust=249112759775 date=06/14/13 19:49:42 ProcessBlock: ACCEPTED received block 000000000f1e6acfe5ef SetBestChain: new best=000000000f1e6acfe5ef height=93667 trust=249112759776 date=06/14/13 19:47:58 ProcessBlock: ACCEPTED received block 000000009347f8d8a1f3 SetBestChain: new best=000000009347f8d8a1f3 height=93668 trust=249112759777 date=06/14/13 19:48:18 ProcessBlock: ACCEPTED received block 00000000efb5ad71fc1c SetBestChain: new best=00000000efb5ad71fc1c height=93669 trust=249112759778 date=06/14/13 19:51:04 ProcessBlock: ACCEPTED received block 0000000009fca2196ad5 SetBestChain: new best=0000000009fca2196ad5 height=93670 trust=249112759779 date=06/14/13 19:49:00 ProcessBlock: ACCEPTED received block 00000000c917b1daf224 SetBestChain: new best=00000000c917b1daf224 height=93671 trust=249112759780 date=06/14/13 19:51:42 ProcessBlock: ACCEPTED received block 000000008536ffb954e8 SetBestChain: new best=000000008536ffb954e8 height=93672 trust=249112759781 date=06/14/13 19:52:17 ProcessBlock: ACCEPTED received block 00000000c7d17eec24b9 SetBestChain: new best=00000000c7d17eec24b9 height=93673 trust=249112759782 date=06/14/13 19:52:24 ProcessBlock: ACCEPTED received block 0000000090b2fa09c530 connection timeout SetBestChain: new best=0000000090b2fa09c530 height=93674 trust=249112759783 date=06/14/13 19:52:35 ProcessBlock: ACCEPTED received block 00000000d5c61503d75d SetBestChain: new best=00000000d5c61503d75d height=93675 trust=249112759784 date=06/14/13 19:53:24 ProcessBlock: ACCEPTED keypool return 12 received block 00000000365918000f40 SetBestChain: new best=00000000365918000f40 height=93676 trust=249112759785 date=06/14/13 19:53:53 ProcessBlock: ACCEPTED received block 000000009331bfa24bbe trying connection 5.135.167.91:7688 lastseen=56.9hrs SetBestChain: new best=000000009331bfa24bbe height=93677 trust=249112759786 date=06/14/13 19:54:18 ProcessBlock: ACCEPTED received block 000000006df7dbcc3bcf SetBestChain: new best=000000006df7dbcc3bcf height=93678 trust=249112759787 date=06/14/13 19:54:21 ProcessBlock: ACCEPTED received block 00000000fe331b09fbd9 keypool return 12 SetBestChain: new best=00000000fe331b09fbd9 height=93679 trust=249112759788 date=06/14/13 19:52:52 ProcessBlock: ACCEPTED received block 000000000301405279ee SetBestChain: new best=000000000301405279ee height=93680 trust=249112759789 date=06/14/13 19:53:33 ProcessBlock: ACCEPTED received block 000000000d9848b4e02d SetBestChain: new best=000000000d9848b4e02d height=93681 trust=249112759790 date=06/14/13 19:54:05 ProcessBlock: ACCEPTED received block 00000000c50f40040609 keypool return 12 SetBestChain: new best=00000000c50f40040609 height=93682 trust=249112759791 date=06/14/13 19:54:25 ProcessBlock: ACCEPTED received block 00000000618405cba15b SetBestChain: new best=00000000618405cba15b height=93683 trust=249112759792 date=06/14/13 19:54:35 ProcessBlock: ACCEPTED received block 00000000325b6151176b SetBestChain: new best=00000000325b6151176b height=93684 trust=249112759793 date=06/14/13 19:55:37 ProcessBlock: ACCEPTED received block 000000009143d9051e5f SetBestChain: new best=000000009143d9051e5f height=93685 trust=249112759794 date=06/14/13 19:59:21 ProcessBlock: ACCEPTED received block 00000000756abca02bdf SetBestChain: new best=00000000756abca02bdf height=93686 trust=249112759795 date=06/14/13 19:59:26 ProcessBlock: ACCEPTED received block 00000000a556abb0c331 SetBestChain: new best=00000000a556abb0c331 height=93687 trust=249112759796 date=06/14/13 19:59:32 ProcessBlock: ACCEPTED received block 00000000af477920950c SetBestChain: new best=00000000af477920950c height=93688 trust=249112759797 date=06/14/13 19:59:36 ProcessBlock: ACCEPTED received block 00000000d28c3819648a SetBestChain: new best=00000000d28c3819648a height=93689 trust=249112759798 date=06/14/13 20:03:07 ProcessBlock: ACCEPTED received block 000000007032abffc1a4 connection timeout trying connection 82.211.30.212 lastseen=0.0hrs SetBestChain: new best=000000007032abffc1a4 height=93690 trust=249112759799 date=06/14/13 19:57:59 ProcessBlock: ACCEPTED received block 000000006a92b763b37a SetBestChain: new best=000000006a92b763b37a height=93691 trust=249112759800 date=06/14/13 19:58:18 ProcessBlock: ACCEPTED keypool return 12 received block 000000007173a2f71e59 SetBestChain: new best=000000007173a2f71e59 height=93692 trust=249112759801 date=06/14/13 20:01:10 ProcessBlock: ACCEPTED received block 0000000098efefd4fbb8 SetBestChain: new best=0000000098efefd4fbb8 height=93693 trust=249112759802 date=06/14/13 20:01:11 ProcessBlock: ACCEPTED received block 00000000bf389ae6a35a keypool return 12 SetBestChain: new best=00000000bf389ae6a35a height=93694 trust=249112759803 date=06/14/13 20:02:36 ProcessBlock: ACCEPTED received block 00000000a772837f9eb0 IRC got join Flushed 7305 addresses to peers.dat 138ms SetBestChain: new best=00000000a772837f9eb0 height=93695 trust=249112759804 date=06/14/13 20:05:31 ProcessBlock: ACCEPTED keypool return 12 received block 000000011220fe737664 SetBestChain: new best=000000011220fe737664 height=93696 trust=249112759805 date=06/14/13 20:04:38 ProcessBlock: ACCEPTED received block 348f895d3b83028fa43f ProcessBlock: ORPHAN BLOCK, prev=00000000cea4772ac6a2 received block 00000000f60c4a881dd4 ProcessBlock: ORPHAN BLOCK, prev=348f895d3b83028fa43f received block 000000003438eac55296 ProcessBlock: ORPHAN BLOCK, prev=00000000f60c4a881dd4 received block 000000002404ed3d4f31 ProcessBlock: ORPHAN BLOCK, prev=000000003438eac55296 ERROR: FetchInputs() : e5be48c3b6 mempool Tx prev not found 83758761e1 stored orphan tx e5be48c3b6 (mapsz 1) getblocks 93584 to 00000000000000000000 limit 500 getblocks 93584 to 00000000000000000000 limit 500 Added time data, samples 6, offset -140 (-2 minutes) Moving 46.249.52.133:7688 to tried receive version message: version 60005, blocks=93743, us=93.219.190.100:51980, them=46.249.52.133:7688, peer=46.249.52.133:7688 Added time data, samples 7, offset -124 (-2 minutes) nTimeOffset = -62 (-1 minutes) receive version message: version 60005, blocks=93743, us=93.219.190.100:51988, them=192.69.192.202:7688, peer=192.69.192.202:7688 received block 00000000c97f879ebb06 SetBestChain: new best=00000000c97f879ebb06 height=93697 trust=249112759806 date=06/14/13 20:02:57 ProcessBlock: ACCEPTED keypool return 12 received block 00000000ac4e9e70d7d8 SetBestChain: new best=00000000ac4e9e70d7d8 height=93698 trust=249112759807 date=06/14/13 20:06:05 ProcessBlock: ACCEPTED received block 000000007ed1323a18a0 SetBestChain: new best=000000007ed1323a18a0 height=93699 trust=249112759808 date=06/14/13 20:06:30 ProcessBlock: ACCEPTED received block 00000000260f1b462e45 SetBestChain: new best=00000000260f1b462e45 height=93700 trust=249112759809 date=06/14/13 20:04:05 ProcessBlock: ACCEPTED received block 00000000f8b530b55339 SetBestChain: new best=00000000f8b530b55339 height=93701 trust=249112759810 date=06/14/13 20:04:31 ProcessBlock: ACCEPTED keypool return 12 received block 00000000af2b14c5f530 connection timeout SetBestChain: new best=00000000af2b14c5f530 height=93702 trust=249112759811 date=06/14/13 20:11:13 ProcessBlock: ACCEPTED received block 00000000e1c862257022 SetBestChain: new best=00000000e1c862257022 height=93703 trust=249112759812 date=06/14/13 20:09:01 ProcessBlock: ACCEPTED received block 00000000ae763970463e SetBestChain: new best=00000000ae763970463e height=93704 trust=249112759813 date=06/14/13 20:09:20 ProcessBlock: ACCEPTED keypool return 12 received block 0000000027ddcd5b88b7 trying connection 93.86.58.54:7688 lastseen=0.9hrs SetBestChain: new best=0000000027ddcd5b88b7 height=93705 trust=249112759814 date=06/14/13 20:13:45 ProcessBlock: ACCEPTED received block 00000000f4b03bb38251 SetBestChain: new best=00000000f4b03bb38251 height=93706 trust=249112759815 date=06/14/13 20:11:24 ProcessBlock: ACCEPTED received block 000000004ff5aa10a58a SetBestChain: new best=000000004ff5aa10a58a height=93707 trust=249112759816 date=06/14/13 20:14:25 ProcessBlock: ACCEPTED received block 000000006d256e48ca37 SetBestChain: new best=000000006d256e48ca37 height=93708 trust=249112759817 date=06/14/13 20:14:36 ProcessBlock: ACCEPTED keypool return 12 received block 000000009cafff040108 SetBestChain: new best=000000009cafff040108 height=93709 trust=249112759818 date=06/14/13 20:15:02 ProcessBlock: ACCEPTED received block 0000000043a134f5d6d7 SetBestChain: new best=0000000043a134f5d6d7 height=93710 trust=249112759819 date=06/14/13 20:16:07 ProcessBlock: ACCEPTED received block 00000000f960783e2193 SetBestChain: new best=00000000f960783e2193 height=93711 trust=249112759820 date=06/14/13 20:16:09 ProcessBlock: ACCEPTED received block 0000000106587a42023e SetBestChain: new best=0000000106587a42023e height=93712 trust=249112759821 date=06/14/13 20:16:11 ProcessBlock: ACCEPTED received block 00000000506189a94f1c SetBestChain: new best=00000000506189a94f1c height=93713 trust=249112759822 date=06/14/13 20:16:20 ProcessBlock: ACCEPTED received block 00000001119d38f35248 SetBestChain: new best=00000001119d38f35248 height=93714 trust=249112759823 date=06/14/13 20:17:19 ProcessBlock: ACCEPTED received block 00000000fe481a01e222 SetBestChain: new best=00000000fe481a01e222 height=93715 trust=249112759824 date=06/14/13 20:15:19 ProcessBlock: ACCEPTED received block 000000008de4d680ab29 SetBestChain: new best=000000008de4d680ab29 height=93716 trust=249112759825 date=06/14/13 20:18:05 ProcessBlock: ACCEPTED received block 000000006d16977528f7 SetBestChain: new best=000000006d16977528f7 height=93717 trust=249112759826 date=06/14/13 20:18:36 ProcessBlock: ACCEPTED received block 00000000a0535eedb5ac SetBestChain: new best=00000000a0535eedb5ac height=93718 trust=249112759827 date=06/14/13 20:18:43 ProcessBlock: ACCEPTED received block 000000003d44060a6c34 SetBestChain: new best=000000003d44060a6c34 height=93719 trust=249112759828 date=06/14/13 20:18:49 ProcessBlock: ACCEPTED received block 0000000007f1182af1bc keypool return 12 SetBestChain: new best=0000000007f1182af1bc height=93720 trust=249112759829 date=06/14/13 20:16:33 ProcessBlock: ACCEPTED received block 0000000020ed35751834 SetBestChain: new best=0000000020ed35751834 height=93721 trust=249112759830 date=06/14/13 20:18:06 ProcessBlock: ACCEPTED received block 00000000c2ec9f5573a0 SetBestChain: new best=00000000c2ec9f5573a0 height=93722 trust=249112759831 date=06/14/13 20:21:46 ProcessBlock: ACCEPTED received block 00000000e63ddae2d0e5 SetBestChain: new best=00000000e63ddae2d0e5 height=93723 trust=249112759832 date=06/14/13 20:22:25 ProcessBlock: ACCEPTED received block 0000000039fe3e66ceca SetBestChain: new best=0000000039fe3e66ceca height=93724 trust=249112759833 date=06/14/13 20:20:35 ProcessBlock: ACCEPTED keypool return 12 received block 000000002c095eb06587 connection timeout trying connection 82.211.30.212 lastseen=0.0hrs SetBestChain: new best=000000002c095eb06587 height=93725 trust=249112759834 date=06/14/13 20:24:17 ProcessBlock: ACCEPTED received block 00000000b70fdd6c5934 SetBestChain: new best=00000000b70fdd6c5934 height=93726 trust=249112759835 date=06/14/13 20:23:37 ProcessBlock: ACCEPTED received block 00000000f6800747565b SetBestChain: new best=00000000f6800747565b height=93727 trust=249112759836 date=06/14/13 20:26:23 ProcessBlock: ACCEPTED keypool return 12 received block 000000004202774cad8f SetBestChain: new best=000000004202774cad8f height=93728 trust=249112759837 date=06/14/13 20:27:56 ProcessBlock: ACCEPTED received block 000000010a710d3d9232 SetBestChain: new best=000000010a710d3d9232 height=93729 trust=249112759838 date=06/14/13 20:28:29 ProcessBlock: ACCEPTED received block 0000000065a59d7d4228 SetBestChain: new best=0000000065a59d7d4228 height=93730 trust=249112759839 date=06/14/13 20:26:53 ProcessBlock: ACCEPTED received block 00000000f862cf5894a2 SetBestChain: new best=00000000f862cf5894a2 height=93731 trust=249112759840 date=06/14/13 20:35:56 ProcessBlock: ACCEPTED received block 000000005a40478cde1c SetBestChain: new best=000000005a40478cde1c height=93732 trust=249112759841 date=06/14/13 20:29:55 ProcessBlock: ACCEPTED received block 0000000073076e3a381b SetBestChain: new best=0000000073076e3a381b height=93733 trust=249112759842 date=06/14/13 20:27:20 ProcessBlock: ACCEPTED keypool return 12 received block 000000001a659d9184cd SetBestChain: new best=000000001a659d9184cd height=93734 trust=249112759843 date=06/14/13 20:27:39 ProcessBlock: ACCEPTED received block 00000000787285ee8277 SetBestChain: new best=00000000787285ee8277 height=93735 trust=249112759844 date=06/14/13 20:27:51 SetBestChain: new best=00000000a94ac1a996df height=93736 trust=249112759845 date=06/14/13 20:28:09 SetBestChain: new best=000000001439f4254f8c height=93737 trust=249112759846 date=06/14/13 20:28:17 SetBestChain: new best=00000000e26fc512a45e height=93738 trust=249112759847 date=06/14/13 20:32:19 connection timeout SetBestChain: new best=00000000fd6db72ba44d height=93739 trust=249112759848 date=06/14/13 20:30:34 SetBestChain: new best=0000000017f52ef7df04 height=93740 trust=249112759849 date=06/14/13 20:34:01 trying connection 120.128.2.122:7688 lastseen=15.5hrs SetBestChain: new best=000000006b962e6f7657 height=93741 trust=249112759850 date=06/14/13 20:31:39 SetBestChain: new best=00000000cea4772ac6a2 height=93742 trust=249112759851 date=06/14/13 20:32:23 SetBestChain: new best=348f895d3b83028fa43f height=93743 trust=250186653248 date=06/14/13 20:35:50 SetBestChain: new best=00000000f60c4a881dd4 height=93744 trust=250186653249 date=06/14/13 20:33:43 SetBestChain: new best=000000003438eac55296 height=93745 trust=250186653250 date=06/14/13 20:36:28 SetBestChain: new best=000000002404ed3d4f31 height=93746 trust=250186653251 date=06/14/13 20:36:32 ProcessBlock: ACCEPTED keypool return 12 getblocks 93697 to 00000000000000000000 limit 500 received block 000000011353e355f952 SetBestChain: new best=000000011353e355f952 height=93747 trust=250186653252 date=06/14/13 20:34:49 ProcessBlock: ACCEPTED received block 00000000ee058eef289b SetBestChain: new best=00000000ee058eef289b height=93748 trust=250186653253 date=06/14/13 20:35:22 ProcessBlock: ACCEPTED getblocks 93697 to 00000000000000000000 limit 500 getblocks 93697 to 00000000000000000000 limit 500 Added 296 addresses from 46.249.52.133: 192 tried, 7100 new Added 240 addresses from 46.249.52.133: 192 tried, 7091 new getblocks 93697 to 00000000000000000000 limit 500 Added 299 addresses from 192.69.192.202: 192 tried, 7091 new Added 274 addresses from 192.69.192.202: 192 tried, 7084 new Added 14 addresses from 192.69.192.202: 192 tried, 7086 new keypool return 12 getblocks 93740 to 00000000000000000000 limit 500 getblocks 93741 to 00000000000000000000 limit 500 getblocks 93742 to 00000000000000000000 limit 500 getblocks 93744 to 00000000000000000000 limit 500 keypool return 12 getblocks 93744 to 00000000000000000000 limit 500 Flushing wallet.dat Flushed wallet.dat 426ms keypool return 12 connection timeout trying connection 82.211.30.212 lastseen=0.0hrs keypool return 12 keypool return 12 keypool return 12 [snip - looks normal afterwards] Windmaster? Just come back to what works mate https://github.com/cctvsmg/yacoin-p2pool while the geniuses refine it
|
|
|
|
eule
|
|
June 14, 2013, 09:09:59 PM |
|
If the next one is an orphan too i will turn back to the classic version for sure. edit: Looked closer at the log again: SetBestChain: new best=000000002df47b317cc7 height= 93582 trust=245891366263 date=06/14/13 19:02:00 SetBestChain: new best=00000001004d387d8c8c height= 93583 trust=245891366264 date=06/14/13 19:02:49 ProcessBlock: ACCEPTED received block 000000001439f4254f8c ProcessBlock: ORPHAN BLOCK, prev=00000000a94ac1a996df Added 323 addresses from 140.112.183.10: 191 tried, 7123 new Added 319 addresses from 140.112.183.10: 191 tried, 7117 new Added 46 addresses from 140.112.183.10: 191 tried, 7114 new received block 1e9631fde8d4aacefe6f ERROR: ProcessBlock() : already have block 93197 1e9631fde8d4aacefe6f received block 00000000c34c090412d9 ERROR: ProcessBlock() : already have block 93198 00000000c34c090412d9 snip SetBestChain: new best=00000000b475810a6edb height=93584 trust=245891366265 date=06/14/13 19:02:52 (first "normal" block after attack) So that makes 4 hours since the attack(?), makes no sense that the p2pool now doesn't find any blocks...
|
|
|
|
YacLives
Newbie
Offline
Activity: 56
Merit: 0
|
|
June 14, 2013, 09:22:29 PM |
|
If the next one is an orphan too i will turn back to the classic version for sure. edit: Looked closer at the log again: SetBestChain: new best=000000002df47b317cc7 height= 93582 trust=245891366263 date=06/14/13 19:02:00 SetBestChain: new best=00000001004d387d8c8c height= 93583 trust=245891366264 date=06/14/13 19:02:49 ProcessBlock: ACCEPTED received block 000000001439f4254f8c ProcessBlock: ORPHAN BLOCK, prev=00000000a94ac1a996df Added 323 addresses from 140.112.183.10: 191 tried, 7123 new Added 319 addresses from 140.112.183.10: 191 tried, 7117 new Added 46 addresses from 140.112.183.10: 191 tried, 7114 new received block 1e9631fde8d4aacefe6f ERROR: ProcessBlock() : already have block 93197 1e9631fde8d4aacefe6f received block 00000000c34c090412d9 ERROR: ProcessBlock() : already have block 93198 00000000c34c090412d9 snip SetBestChain: new best=00000000b475810a6edb height=93584 trust=245891366265 date=06/14/13 19:02:52 (first "normal" block after attack) So that makes 4 hours since the attack(?), makes no sense that the p2pool now doesn't find any blocks... It happens, YOLO
|
|
|
|
rav3n_pl
Legendary
Offline
Activity: 1361
Merit: 1003
Don`t panic! Organize!
|
|
June 14, 2013, 09:25:52 PM |
|
Looks like pos+pow combo is painfull when reorganize and orphan lots of blocks :/ Thats why I change payment for last 10 blocks, orphans will happen.
Also updated git to make share chain persist and not download it every time on pool restart.
|
|
|
|
YacLives
Newbie
Offline
Activity: 56
Merit: 0
|
|
June 14, 2013, 09:36:22 PM |
|
Looks like pos+pow combo is painfull when reorganize and orphan lots of blocks :/ Thats why I change payment for last 10 blocks, orphans will happen.
Also updated git to make share chain persist and not download it every time on pool restart.
yer i noticed that i like it, makes it so much faster to get the node going again. Can someone please help me out with a script to get the server to automatically start both yacoind and p2pool on reboot, crash and if its possible restart p2pool if it starts to throw errors i want it to be able to do it on a vps server via ssh ill pay in yac for your time in making me a quick a step by step guide to edit whatever conf's i have to to get it to work on a vps which is the hardest part im finding ive edited so many init confs and not one of them execute my orders on reboot even when ive had them delayed
|
|
|
|
|