Bitcoin Forum
May 25, 2024, 08:54:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 47 48 49 50 51 52 »
781  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 17, 2013, 02:32:53 PM
Thanks for both your answers, very helpful.  Cheesy
782  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 17, 2013, 01:04:55 PM
OK i replaced your address with the bitvolcano address for now in the networks.py. It's a bit weird, the bitvolcano and procrypto nodes seem to run the same version (and found the same orphan blocks), but when i changed the bootstrap address my node started "fresh", i.e. empty graph.
783  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 17, 2013, 12:36:40 PM
3 hours of orphans this morning...  Undecided
edit: Would adding more nodes to the bootstrap resolve the issue maybe? Don't think so, but just a thought.
784  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 16, 2013, 06:21:04 PM
By main node i take it you mean the bootstrap address from the networks.py? Interesting observations.
785  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 16, 2013, 12:00:23 PM
Well i never ran p2pool on Windows, so I'm not sure. But i can tell you that on Linux it won't work without installing the yac scrypt module, i guess it's the same for Windows.
786  Bitcoin / Hardware / Re: FPGA Board 4x XC5VLX155T 300$ on: June 15, 2013, 10:47:20 PM
Thanks for your thoughts Tom! So this board would have been very nice a few months ago. Still a better deal right now than one of those 2 BTC+ USB ASIC sticks (if you have the skill of course)... Seeing all the RAM made me think about scrypt or even scrypt+keccha (aka jane-scrypt) mining... Also to a noob like me it looked as if there was a JTAG header next to each FPGA. [nope, not next to them]

Any opinion about the Xilinx HW-S6-SP661 OPT1-1 in the second ebay link? I searched for hours but couldn't find any info about it, closest number i saw was the S6-SP601 which has one of those 200Mh SP6LX200 chips, made me think this might have the same CPU. 50$ would be a good deal for 200Mh i think.

The seller also had some Virtex6 and Kintex? (iirc) boards, unfortunately i couldn't determine if a chip was there or not, not to mention being unable to find any info about the boards... similar to this one but with installed heatsink:
http://www.ebay.de/itm/Xilinx-HW-V6-ML621-REV-A-VIRTEX-6-Development-board-/111080768394?pt=LH_DefaultDomain_0&hash=item19dcee038a

PS: Where to get cheap and used 32 chip boards? Not that i expect an answer...  Grin
787  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 15, 2013, 10:30:22 PM
Did you install the yac scrypt module (python setup.py install in the yac-script dir)?

Yeah orphan rate is pretty high today... luckily it's not permanent. Still wonder why this p2pool version is so prone to orphans.
788  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] yacoin: yet another altcoin. START is now. on: June 15, 2013, 01:02:40 PM
I'm trying to solo mine using the YACoin client but gethashespersec always returns 0, even when the process is using 100% CPU.
Why? The wallet isn't encrypted.
Don't use the client for mining (on Windows), use the modified cpuminer, it's much faster.
Also i noticed for some clients i had to set threads to 2 or it wouldn't start mining. But use the cpu miner!  Wink
789  Alternate cryptocurrencies / Altcoin Discussion / Re: [ARG] Argentum {INITIAL DISTRIBUTION} Giveaway 25 ARG to First 1000 on: June 14, 2013, 10:37:13 PM
AQVc6BcobccKqrGZLAnavZSMx3SPwbZswf
Free Money! Shocked
790  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 14, 2013, 10:29:11 PM
No worries i transferred my node from my cheap 512 MB VPS to a quite powerful i7 root running some gameservers for friends. DOA improved significantly, but i wouldn't have done it if i hadn't messed up my python install yesterday on the VPS, no rescue system and too lazy now for manual debian install over ssh which will surely be a pita...
Running the classic version now aswell with low 25% DOA indeed which is nice, just ran into the "too many files open" error which i hopefully fixed now. YAC mining is pretty adventurous, unlike those boring sha256 and scrypt coins.  Cheesy
edit: Since rav3n's p2pool found 3 valid blocks again i switched once more, hopefully the last time.  Grin
edit2: LOL i have one vps at host-unlimited too, you're totally right about their customer service but the servers are pretty fast for the money (i had it hashing away at 350 kHash when Yacoin was released, now it's around 30) when you finally got it after a week or more. Post at their forum or ask per mail if you have RAM issues, they often give 2gb servers to 12 gb customers and hope nobody notices, check your free memory with top and mention kmemsize in the forum post/mail if you got less than the advertised 12 gb.
791  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 14, 2013, 09:43:02 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.
So it should work now? Updated to try.  Cheesy
@YacLives: To autostart services use crontab, i.e.
Code:
crontab -e user 
and put  
Code:
@reboot cd /home/user/ && ./yacoind
@reboot cd /home/user/p2pool-yac && ./p2pool_start_command
into it. Pay attention to the formatting of the file. To restart crashed services use an admin panel like webmin that has process monitoring, you can set rules what to do if a process crashes.
Not sure about errorchecking, it's probably possible to grep for some common errors but that's too high for me. ^^
edit: Just got a payout yay! [edit: it appears that payout was from the 10 minutes i ran the classic version...] Grin
Slightly cluesless if i should go back to the classic version (with over 50% DOA and 5x the cpu usage) or not... [Yes i switched back for tonight and just got another payout]
792  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: June 14, 2013, 09:09:59 PM
Just come back to what works mate https://github.com/cctvsmg/yacoin-p2pool while the geniuses refine it  Wink
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...
793  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: 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:
Code:
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?  Grin

My uneducated eye tells me the attack has stopped, if there was any, so i'll stay on rav3n's code for now.
794  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: 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...
795  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: 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...
796  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][YAC][POOL]p2pool for yacoin!! on: 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.  Undecided
797  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Yet another GPU miner release! [YAC] on: June 14, 2013, 04:02:33 PM
Thanks for the 5770 clues ThirtyBird and hanzac, much appreciated!  Cheesy
798  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Yet another GPU miner release! [YAC] on: June 14, 2013, 02:49:17 PM
Anyone got his 5770 over 56 kH? Seeing a 7790 do over 120 kH makes me thing my good ol' 5770 can do 100 too, but no matter what settings i try, always max out at 56 kH. Currently doing this:
cgminer.exe --device 0 --scrypt --worksize 256 --lookup-gap 2 -I 11 --thread-concurrency 10240

None of the settings have a significant impact. E.g. I had Thread concurrency at 3200 as for scrypt mining, same result. Intensity 11, 12 or 13, same results (except at thread concurrency 3200, then it crashes the driver above 11). Worksize and lookup-gap too. Huh
799  Bitcoin / Hardware / Re: $949.95 for 10G hash power, ~50 BTC the 1st year. What do you think about it? on: June 14, 2013, 12:04:40 AM
Considering one 0.5BTC share in blastbob's and tyrion70's (now closed) knc miner group buy is some where between 2 and 4 GHash/s (my guesstimate is 2.82GH), that seems like a bad deal.
800  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][YAC] YACoin ongoing development on: June 13, 2013, 06:19:03 PM
Isn't it common practice for pool operators to close registration when hashrate is too close to 50%?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 47 48 49 50 51 52 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!