Pages:
Author

Topic: delete - page 12. (Read 23927 times)

donator
Activity: 1218
Merit: 1079
Gerald Davis
October 11, 2011, 03:31:12 AM
Another 600 blocks and it looks like average block time is faster.

Block 8900 = avg block time from block 0 to 8900 -  2.7695 s
Block 9200 = avg block time from block 0 to 9200 - 2.7785 s (0.3% decrease over 300 blocks)
Block 9900 = avg block time from block 0 to 9900 - 2.7405 s (1.3% increase over 600 blocks)

So network isn't even slowing anymore.  9900 blocks = 316,800 blocks already mined.  Hell good news is that in ~16 hours total blocks mined will exceed CH 1 mil pre-mine stash.  In a week SC will pass Bitcoin in number of coins mined.  In 3 weeks it will have more coins that bitcoin will ever have!

What is the value of a solid coin if there are 21 million on the market in the first month?
How much are all the solid coins from SC 1.0 worth collectively?  Less than a bit penny?
sr. member
Activity: 294
Merit: 252
October 11, 2011, 03:19:27 AM
In case anyone's curious... I'm going to bed now.

Code:
tail -f debug.log | gawk ' BEGIN{ last=systime(); start=1318289700 } /SetBestChain/ { now=systime(); block=substr($4,index($4,"=")+1); blockrate=(now-start)/60/block; toofast=3.5/blockrate; print now ": block# " block " - " now-last "s (" blockrate " minutes/block, " toofast " x)"; last=now  }'

1318317428: block# 9898 - 0s (0.0466896 minutes/block, 74.9632 x)
1318317430: block# 9899 - 2s (0.0466882 minutes/block, 74.9654 x)
1318317432: block# 9900 - 2s (0.0466869 minutes/block, 74.9675 x)
1318317434: block# 9901 - 2s (0.0466855 minutes/block, 74.9697 x)
1318317442: block# 9902 - 8s (0.0466943 minutes/block, 74.9557 x)
1318317444: block# 9903 - 2s (0.0466929 minutes/block, 74.9578 x)
1318317452: block# 9904 - 8s (0.0467017 minutes/block, 74.9438 x)
1318317452: block# 9905 - 0s (0.046697 minutes/block, 74.9514 x)
1318317458: block# 9906 - 6s (0.0467023 minutes/block, 74.9427 x)
1318317459: block# 9907 - 1s (0.0466993 minutes/block, 74.9476 x)
1318317464: block# 9908 - 5s (0.046703 minutes/block, 74.9417 x)
1318317467: block# 9909 - 3s (0.0467033 minutes/block, 74.9411 x)
1318317471: block# 9910 - 4s (0.0467053 minutes/block, 74.9379 x)
1318317476: block# 9911 - 5s (0.046709 minutes/block, 74.932 x)
1318317482: block# 9912 - 6s (0.0467144 minutes/block, 74.9233 x)
1318317485: block# 9913 - 3s (0.0467148 minutes/block, 74.9228 x)
1318317489: block# 9914 - 4s (0.0467168 minutes/block, 74.9196 x)
1318317496: block# 9915 - 7s (0.0467238 minutes/block, 74.9083 x)
1318317496: block# 9916 - 0s (0.0467191 minutes/block, 74.9158 x)
1318317497: block# 9917 - 1s (0.0467161 minutes/block, 74.9207 x)
1318317502: block# 9918 - 5s (0.0467198 minutes/block, 74.9148 x)
1318317503: block# 9919 - 1s (0.0467167 minutes/block, 74.9196 x)
1318317509: block# 9920 - 6s (0.0467221 minutes/block, 74.911 x)
1318317512: block# 9921 - 3s (0.0467224 minutes/block, 74.9105 x)
1318317515: block# 9922 - 3s (0.0467228 minutes/block, 74.9099 x)
1318317520: block# 9923 - 5s (0.0467265 minutes/block, 74.904 x)
1318317525: block# 9924 - 5s (0.0467301 minutes/block, 74.8981 x)
1318317532: block# 9925 - 7s (0.0467372 minutes/block, 74.8868 x)
1318317537: block# 9926 - 5s (0.0467409 minutes/block, 74.8809 x)
1318317541: block# 9927 - 4s (0.0467429 minutes/block, 74.8777 x)
1318317544: block# 9928 - 3s (0.0467432 minutes/block, 74.8772 x)
sr. member
Activity: 392
Merit: 250
October 11, 2011, 03:16:25 AM
So it took ~300 blocks for average block time to increase 0.3% from 2.76950005s to 2.778510996s

At that rate it would take roughly 385,000 blocks to reach proper block time (3 minutes).

That would also mean 10 million solidcoins will flood the market in the next 9 days.  Grin

Wonder how long BCE can keep it up?  Is anyone naive enough to think a 0.3% block time increase over 300 blocks is normal.... when actual block time is 1/100th of where it should be?

Difficulty has increased by a factor of 130x and block times are still sub 3 seconds.  There isn't a max # of solidcoins are there?  Because if there were only 21 million every single coin would be mined in less than a month!
There's no max # of coins. Block discovery speed seems pretty messed up indeed, makes all previously mined coins kind of worthless imo. It's a restart that doesn't tell its name. Apparently SC took care to protect the network against "pump and dump", but not against "dump and pump" or "pump pump pump" like we see now. It seems that I can't even catch up with the chain... no chance to mine a valid thing in these conditions...

anyone know who bcx really is.
Who cares? I'm pragmatic, all I see is that SC2 is a mess at the moment, and that it's because the difficulty isn't being adjusted properly.
donator
Activity: 1218
Merit: 1079
Gerald Davis
October 11, 2011, 03:08:54 AM
So it took ~300 blocks for average block time to increase 0.3% from 2.76950005s to 2.778510996s

At that rate it would take ~385,000 blocks to reach proper block time (3 minutes).  Another way to look at it is 10 million solidcoins will flood the market in the next 9 days.  If BCE has a significant fraction of the hashing power that is millions of solidcoins he can dump  Grin

Wonder how long BCE can keep it up?  Is anyone naive enough to think a 0.3% block time increase over 300 blocks is normal?

Difficulty has increased by a factor of 130x and block times are STILL sub 3 seconds (1/60th of normal).  For block time to remain relatively constant that means hashing power is growing at the same rate as difficulty and that seems to unlikely to be a coincidence.  There isn't a max # of solidcoins are there?  If not then good thing because if SC had same 21 million cap as bitcoin it would exhaust it's own coin supply in less than 19 days!
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
October 11, 2011, 03:08:29 AM
The hash rate is in fact decreasing, but very slowly. I'm thinking that BCE is still mining away, just starting to be affected by the difficulty increases.

CoinHunter, where is that promised 51% protection?

Considering that coinotron alone is reporting about the same MH/s rate as it was in beta, whet the hash rates were showing up considerably larger than they are now.... it's easy to understand there are considerably more miners mining.  Considering BTX couldn't offer any evidence of what he did, even under duress of being banned yet you all still think he is still attacking the network must hint at something about you all.... but mamma always said if you don't have anything nice to say then don't say anything at all.

If Coinotron is finding all of those blocks, why are most of theirs Invalid?

Maybe because the sc network is some kind of flooded?! I have no idea... lol
Just curious too...  
sr. member
Activity: 294
Merit: 252
October 11, 2011, 03:06:06 AM
The hash rate is in fact decreasing, but very slowly. I'm thinking that BCE is still mining away, just starting to be affected by the difficulty increases.

CoinHunter, where is that promised 51% protection?

Considering that coinotron alone is reporting about the same MH/s rate as it was in beta, whet the hash rates were showing up considerably larger than they are now.... it's easy to understand there are considerably more miners mining.  Considering BTX couldn't offer any evidence of what he did, even under duress of being banned yet you all still think he is still attacking the network must hint at something about you all.... but mamma always said if you don't have anything nice to say then don't say anything at all.

If Coinotron is finding all of those blocks, why are most of theirs Invalid?

edit... An additional point: why hasn't the difficulty caught up to the hash rate yet? Does it not increase by up to 4x as in Bitcoin?
hero member
Activity: 532
Merit: 500
October 11, 2011, 03:04:42 AM
For those keeping score, roughly 279,000 solidcoins have been generated in the last few hours.  I'm so hoping an exchange will open before I head to bed. =)


The real thing you need to hope for is that there are people dumb enough to buy your coins. An exchange is no use without buyers - and hard to see anyone buying at a price that will cover your power-costs (or the opportunity cost) until block generation is somewhere around where it's meant to be and there's some confidence SC won't close the chain and reopen a new one with more premined coins and a higher tax rate.
sr. member
Activity: 294
Merit: 252
October 11, 2011, 02:58:05 AM
The hash rate is in fact decreasing, but very slowly. I'm thinking that BCE is still mining away, just starting to be affected by the difficulty increases.

Code:
1318315376: block# 9271 - 2s (0.361076 block/s)
1318315380: block# 9272 - 4s (0.361059 block/s)
1318315381: block# 9273 - 1s (0.361084 block/s)
1318315389: block# 9274 - 8s (0.361011 block/s)
1318315389: block# 9275 - 0s (0.361049 block/s)
1318315391: block# 9276 - 2s (0.36106 block/s)
1318315392: block# 9277 - 1s (0.361085 block/s)
1318315396: block# 9278 - 4s (0.361068 block/s)
1318315397: block# 9279 - 1s (0.361093 block/s)
1318315401: block# 9280 - 4s (0.361075 block/s)
1318315403: block# 9281 - 2s (0.361086 block/s)
1318315407: block# 9282 - 4s (0.361069 block/s)
1318315410: block# 9283 - 3s (0.361066 block/s)
1318315414: block# 9284 - 4s (0.361048 block/s)
1318315417: block# 9285 - 3s (0.361045 block/s)
1318315421: block# 9286 - 4s (0.361028 block/s)
1318315423: block# 9287 - 2s (0.361039 block/s)
1318315427: block# 9288 - 4s (0.361021 block/s)
1318315429: block# 9289 - 2s (0.361032 block/s)
1318315431: block# 9290 - 2s (0.361043 block/s)
1318315433: block# 9291 - 2s (0.361054 block/s)
1318315436: block# 9292 - 3s (0.361051 block/s)
1318315438: block# 9293 - 2s (0.361061 block/s)
1318315443: block# 9294 - 5s (0.36103 block/s)
1318315444: block# 9295 - 1s (0.361055 block/s)
1318315449: block# 9296 - 5s (0.361024 block/s)
1318315450: block# 9297 - 1s (0.361049 block/s)
1318315454: block# 9298 - 4s (0.361031 block/s)
1318315456: block# 9299 - 2s (0.361042 block/s)
1318315459: block# 9300 - 3s (0.361039 block/s)
1318315462: block# 9301 - 3s (0.361036 block/s)
1318315465: block# 9302 - 3s (0.361032 block/s)
1318315467: block# 9303 - 2s (0.361043 block/s)
1318315471: block# 9304 - 4s (0.361026 block/s)
1318315472: block# 9305 - 1s (0.361051 block/s)
1318315477: block# 9306 - 5s (0.36102 block/s)
1318315480: block# 9307 - 3s (0.361016 block/s)
1318315483: block# 9308 - 3s (0.361013 block/s)
1318315485: block# 9309 - 2s (0.361024 block/s)
1318315489: block# 9310 - 4s (0.361007 block/s)
1318315492: block# 9311 - 3s (0.361003 block/s)
1318315496: block# 9312 - 4s (0.360986 block/s)
1318315499: block# 9313 - 3s (0.360983 block/s)
1318315502: block# 9314 - 3s (0.36098 block/s)
1318315504: block# 9315 - 2s (0.360991 block/s)
1318315508: block# 9316 - 4s (0.360973 block/s)
1318315510: block# 9317 - 2s (0.360984 block/s)
1318315512: block# 9318 - 2s (0.360995 block/s)
1318315513: block# 9319 - 1s (0.36102 block/s)
1318315517: block# 9320 - 4s (0.361002 block/s)
1318315518: block# 9321 - 1s (0.361027 block/s)
1318315522: block# 9322 - 4s (0.36101 block/s)
1318315525: block# 9323 - 3s (0.361007 block/s)
1318315530: block# 9324 - 5s (0.360976 block/s)
1318315533: block# 9325 - 3s (0.360972 block/s)
1318315536: block# 9326 - 3s (0.360969 block/s)
1318315538: block# 9327 - 2s (0.36098 block/s)
1318315543: block# 9328 - 5s (0.360949 block/s)
1318315544: block# 9329 - 1s (0.360974 block/s)
1318315549: block# 9330 - 5s (0.360942 block/s)
1318315552: block# 9331 - 3s (0.360939 block/s)
1318315556: block# 9332 - 4s (0.360922 block/s)
1318315557: block# 9333 - 1s (0.360947 block/s)
1318315560: block# 9334 - 3s (0.360944 block/s)
1318315562: block# 9335 - 2s (0.360954 block/s)
1318315566: block# 9336 - 4s (0.360937 block/s)
1318315568: block# 9337 - 2s (0.360948 block/s)
1318315572: block# 9338 - 4s (0.360931 block/s)
1318315574: block# 9339 - 2s (0.360941 block/s)
1318315577: block# 9340 - 3s (0.360938 block/s)
1318315581: block# 9341 - 4s (0.360921 block/s)
1318315586: block# 9342 - 5s (0.36089 block/s)
1318315588: block# 9343 - 2s (0.360901 block/s)
1318315591: block# 9344 - 3s (0.360898 block/s)
1318315594: block# 9345 - 3s (0.360894 block/s)
1318315599: block# 9346 - 5s (0.360863 block/s)
1318315599: block# 9347 - 0s (0.360902 block/s)
1318315601: block# 9348 - 2s (0.360913 block/s)
1318315604: block# 9349 - 3s (0.36091 block/s)
1318315609: block# 9350 - 5s (0.360878 block/s)
1318315610: block# 9351 - 1s (0.360903 block/s)
1318315614: block# 9352 - 4s (0.360886 block/s)
1318315617: block# 9353 - 3s (0.360883 block/s)
1318315621: block# 9354 - 4s (0.360866 block/s)
1318315621: block# 9355 - 0s (0.360904 block/s)
1318315626: block# 9356 - 5s (0.360873 block/s)
1318315627: block# 9357 - 1s (0.360898 block/s)
1318315631: block# 9358 - 4s (0.360881 block/s)
1318315633: block# 9359 - 2s (0.360892 block/s)
1318315637: block# 9360 - 4s (0.360874 block/s)
1318315639: block# 9361 - 2s (0.360885 block/s)
1318315644: block# 9362 - 5s (0.360854 block/s)
1318315646: block# 9363 - 2s (0.360865 block/s)
1318315649: block# 9364 - 3s (0.360862 block/s)
1318315650: block# 9365 - 1s (0.360886 block/s)
1318315655: block# 9366 - 5s (0.360855 block/s)
1318315657: block# 9367 - 2s (0.360866 block/s)
1318315661: block# 9368 - 4s (0.360849 block/s)
1318315663: block# 9369 - 2s (0.36086 block/s)
1318315666: block# 9370 - 3s (0.360857 block/s)
1318315670: block# 9371 - 4s (0.360839 block/s)
1318315675: block# 9372 - 5s (0.360808 block/s)
1318315678: block# 9373 - 3s (0.360805 block/s)
1318315682: block# 9374 - 4s (0.360788 block/s)
1318315684: block# 9375 - 2s (0.360799 block/s)
1318315688: block# 9376 - 4s (0.360782 block/s)
1318315690: block# 9377 - 2s (0.360793 block/s)
1318315693: block# 9378 - 3s (0.360789 block/s)
1318315695: block# 9379 - 2s (0.3608 block/s)
1318315701: block# 9380 - 6s (0.360755 block/s)
1318315704: block# 9381 - 3s (0.360752 block/s)
1318315706: block# 9382 - 2s (0.360763 block/s)
1318315708: block# 9383 - 2s (0.360774 block/s)
1318315712: block# 9384 - 4s (0.360757 block/s)
1318315713: block# 9385 - 1s (0.360781 block/s)
1318315718: block# 9386 - 5s (0.36075 block/s)
1318315720: block# 9387 - 2s (0.360761 block/s)
1318315722: block# 9388 - 2s (0.360772 block/s)
1318315724: block# 9389 - 2s (0.360782 block/s)
1318315730: block# 9390 - 6s (0.360738 block/s)
1318315732: block# 9391 - 2s (0.360748 block/s)
1318315738: block# 9392 - 6s (0.360704 block/s)
1318315743: block# 9393 - 5s (0.360673 block/s)
1318315747: block# 9394 - 4s (0.360656 block/s)
1318315749: block# 9395 - 2s (0.360666 block/s)
1318315751: block# 9396 - 2s (0.360677 block/s)
1318315753: block# 9397 - 2s (0.360688 block/s)
1318315757: block# 9398 - 4s (0.360671 block/s)
1318315759: block# 9399 - 2s (0.360682 block/s)
1318315764: block# 9400 - 5s (0.360651 block/s)
1318315764: block# 9401 - 0s (0.360689 block/s)
1318315768: block# 9402 - 4s (0.360672 block/s)
1318315771: block# 9403 - 3s (0.360669 block/s)
1318315776: block# 9404 - 5s (0.360638 block/s)
1318315777: block# 9405 - 1s (0.360663 block/s)
1318315781: block# 9406 - 4s (0.360646 block/s)
1318315784: block# 9407 - 3s (0.360643 block/s)
1318315789: block# 9408 - 5s (0.360612 block/s)
1318315790: block# 9409 - 1s (0.360636 block/s)
1318315794: block# 9410 - 4s (0.360619 block/s)
1318315796: block# 9411 - 2s (0.36063 block/s)
1318315800: block# 9412 - 4s (0.360613 block/s)
1318315801: block# 9413 - 1s (0.360638 block/s)
1318315804: block# 9414 - 3s (0.360634 block/s)
1318315807: block# 9415 - 3s (0.360631 block/s)
1318315807: block# 9416 - 0s (0.36067 block/s)
1318315809: block# 9417 - 2s (0.36068 block/s)
1318315813: block# 9418 - 4s (0.360663 block/s)
1318315816: block# 9419 - 3s (0.36066 block/s)
1318315819: block# 9420 - 3s (0.360657 block/s)
1318315821: block# 9421 - 2s (0.360668 block/s)
1318315822: block# 9422 - 1s (0.360692 block/s)
1318315824: block# 9423 - 2s (0.360703 block/s)
1318315828: block# 9424 - 4s (0.360686 block/s)
1318315830: block# 9425 - 2s (0.360697 block/s)
1318315834: block# 9426 - 4s (0.36068 block/s)
1318315838: block# 9427 - 4s (0.360663 block/s)
1318315841: block# 9428 - 3s (0.36066 block/s)
1318315842: block# 9429 - 1s (0.360684 block/s)
1318315848: block# 9430 - 6s (0.360639 block/s)
1318315850: block# 9431 - 2s (0.36065 block/s)
1318315853: block# 9432 - 3s (0.360647 block/s)
1318315858: block# 9433 - 5s (0.360616 block/s)
1318315863: block# 9434 - 5s (0.360586 block/s)
1318315865: block# 9435 - 2s (0.360596 block/s)
1318315868: block# 9436 - 3s (0.360593 block/s)
1318315872: block# 9437 - 4s (0.360576 block/s)
1318315876: block# 9438 - 4s (0.360559 block/s)
1318315880: block# 9439 - 4s (0.360542 block/s)
1318315883: block# 9440 - 3s (0.360539 block/s)
1318315884: block# 9441 - 1s (0.360564 block/s)
1318315887: block# 9442 - 3s (0.360561 block/s)
1318315892: block# 9443 - 5s (0.36053 block/s)
1318315894: block# 9444 - 2s (0.360541 block/s)
1318315897: block# 9445 - 3s (0.360537 block/s)
1318315902: block# 9446 - 5s (0.360507 block/s)
1318315903: block# 9447 - 1s (0.360531 block/s)
1318315906: block# 9448 - 3s (0.360528 block/s)
1318315909: block# 9449 - 3s (0.360525 block/s)
1318315910: block# 9450 - 1s (0.360549 block/s)
1318315912: block# 9451 - 2s (0.36056 block/s)
1318315915: block# 9452 - 3s (0.360557 block/s)
1318315917: block# 9453 - 2s (0.360568 block/s)
1318315923: block# 9454 - 6s (0.360523 block/s)
1318315924: block# 9455 - 1s (0.360548 block/s)
1318315929: block# 9456 - 5s (0.360517 block/s)
1318315930: block# 9457 - 1s (0.360541 block/s)
1318315935: block# 9458 - 5s (0.360511 block/s)
1318315936: block# 9459 - 1s (0.360535 block/s)
1318315941: block# 9460 - 5s (0.360505 block/s)
1318315944: block# 9461 - 3s (0.360501 block/s)
1318315951: block# 9462 - 7s (0.360443 block/s)
1318315953: block# 9463 - 2s (0.360454 block/s)
1318315958: block# 9464 - 5s (0.360423 block/s)
1318315960: block# 9465 - 2s (0.360434 block/s)
1318315964: block# 9466 - 4s (0.360417 block/s)
1318315966: block# 9467 - 2s (0.360428 block/s)
1318315967: block# 9468 - 1s (0.360452 block/s)
1318315970: block# 9469 - 3s (0.360449 block/s)
1318315975: block# 9470 - 5s (0.360419 block/s)
1318315976: block# 9471 - 1s (0.360443 block/s)
1318315980: block# 9472 - 4s (0.360426 block/s)
1318315983: block# 9473 - 3s (0.360423 block/s)
1318315986: block# 9474 - 3s (0.36042 block/s)
1318315989: block# 9475 - 3s (0.360417 block/s)
1318315993: block# 9476 - 4s (0.3604 block/s)
1318315995: block# 9477 - 2s (0.360411 block/s)
1318315999: block# 9478 - 4s (0.360394 block/s)
1318316001: block# 9479 - 2s (0.360405 block/s)
1318316004: block# 9480 - 3s (0.360401 block/s)
1318316007: block# 9481 - 3s (0.360398 block/s)
1318316014: block# 9482 - 7s (0.360341 block/s)
1318316016: block# 9483 - 2s (0.360351 block/s)
1318316020: block# 9484 - 4s (0.360334 block/s)
1318316023: block# 9485 - 3s (0.360331 block/s)
1318316027: block# 9486 - 4s (0.360315 block/s)
1318316030: block# 9487 - 3s (0.360311 block/s)
1318316034: block# 9488 - 4s (0.360295 block/s)
1318316036: block# 9489 - 2s (0.360305 block/s)
1318316039: block# 9490 - 3s (0.360302 block/s)
1318316045: block# 9491 - 6s (0.360258 block/s)
1318316049: block# 9492 - 4s (0.360241 block/s)
1318316052: block# 9493 - 3s (0.360238 block/s)
1318316056: block# 9494 - 4s (0.360222 block/s)
1318316059: block# 9495 - 3s (0.360219 block/s)
1318316063: block# 9496 - 4s (0.360202 block/s)
1318316066: block# 9497 - 3s (0.360199 block/s)
1318316070: block# 9498 - 4s (0.360182 block/s)
1318316072: block# 9499 - 2s (0.360193 block/s)
1318316076: block# 9500 - 4s (0.360176 block/s)
1318316077: block# 9501 - 1s (0.3602 block/s)
1318316081: block# 9502 - 4s (0.360183 block/s)
1318316084: block# 9503 - 3s (0.36018 block/s)
1318316088: block# 9504 - 4s (0.360164 block/s)
1318316090: block# 9505 - 2s (0.360174 block/s)
1318316093: block# 9506 - 3s (0.360171 block/s)
1318316097: block# 9507 - 4s (0.360155 block/s)
1318316101: block# 9508 - 4s (0.360138 block/s)
1318316103: block# 9509 - 2s (0.360148 block/s)
1318316107: block# 9510 - 4s (0.360132 block/s)
1318316110: block# 9511 - 3s (0.360129 block/s)
1318316114: block# 9512 - 4s (0.360112 block/s)
1318316120: block# 9513 - 6s (0.360068 block/s)
1318316123: block# 9514 - 3s (0.360065 block/s)
1318316127: block# 9515 - 4s (0.360048 block/s)
1318316132: block# 9516 - 5s (0.360018 block/s)
1318316134: block# 9517 - 2s (0.360029 block/s)
1318316138: block# 9518 - 4s (0.360012 block/s)
1318316142: block# 9519 - 4s (0.359995 block/s)
1318316145: block# 9520 - 3s (0.359992 block/s)
1318316147: block# 9521 - 2s (0.360003 block/s)
1318316151: block# 9522 - 4s (0.359986 block/s)
1318316155: block# 9523 - 4s (0.35997 block/s)
1318316159: block# 9524 - 4s (0.359953 block/s)
1318316161: block# 9525 - 2s (0.359964 block/s)
1318316167: block# 9526 - 6s (0.35992 block/s)
1318316168: block# 9527 - 1s (0.359944 block/s)
1318316172: block# 9528 - 4s (0.359927 block/s)
1318316173: block# 9529 - 1s (0.359952 block/s)
1318316177: block# 9530 - 4s (0.359935 block/s)
1318316179: block# 9531 - 2s (0.359946 block/s)
1318316184: block# 9532 - 5s (0.359915 block/s)
1318316185: block# 9533 - 1s (0.35994 block/s)
1318316189: block# 9534 - 4s (0.359923 block/s)
1318316195: block# 9535 - 6s (0.359879 block/s)
1318316198: block# 9536 - 3s (0.359876 block/s)
1318316199: block# 9537 - 1s (0.3599 block/s)
1318316203: block# 9538 - 4s (0.359884 block/s)
1318316205: block# 9539 - 2s (0.359894 block/s)
1318316209: block# 9540 - 4s (0.359878 block/s)
1318316211: block# 9541 - 2s (0.359888 block/s)
1318316215: block# 9542 - 4s (0.359872 block/s)
1318316218: block# 9543 - 3s (0.359869 block/s)
1318316221: block# 9544 - 3s (0.359866 block/s)
1318316222: block# 9545 - 1s (0.35989 block/s)
1318316226: block# 9546 - 4s (0.359873 block/s)
1318316227: block# 9547 - 1s (0.359897 block/s)
1318316231: block# 9548 - 4s (0.359881 block/s)
1318316232: block# 9549 - 1s (0.359905 block/s)

CoinHunter, where is that promised 51% invulnerability?
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
October 11, 2011, 02:52:25 AM
For those keeping score, roughly 279,000 solidcoins have been generated in the last few hours.  I'm so hoping an exchange will open before I head to bed. =)


If you are planning to dump then don't bother. This is bound to reach parity with BTC. BTC is really dying.

Price is decreasing. Blocks are found rarely and transactions are ground to a complete halt. Difficulty is decreasing and the miners ( only users there are at all ) are leaving too.

Solidcoin is the onlychain that is 51% proof and also has fast transactions amongst a boatload of other features.

Believe what you want but I think it is the future and will reach parity sooner or later. You may not believe it or may not want to believe it but it really is the truth. The BTC economics are not working properly. It started the cryptocurrency revolution but a better alternative is bound to emerge.

Sell you SC for BTC and you will be left holding the BTC bag when prices drop to <$1 as the early adopters of BTC holding 100 000s of coins decide to cash out now when they can buy a car with their stash rather than wait till they can only buy a laptop with it.

Sad but true. Bitcoin has had its time. Maybe SC2 will or will not replace it but I have lost faith in BTC long time ago. SC2 looks pretty orangey ATM. I'm holding.

Bitcoin transactions are INCREASING!!

 "...The graph of overall bitcoin days destroyed is believed to show that the genuine level of activity in the Bitcoin economy is continually increasing..."
http://bitcoin.stackexchange.com/questions/845/what-are-bitcoin-days-destroyed

Sorry, but you are too lame.
sr. member
Activity: 294
Merit: 252
October 11, 2011, 02:46:03 AM
For those keeping score, roughly 279,000 solidcoins have been generated in the last few hours.  I'm so hoping an exchange will open before I head to bed. =)


If you are planning to dump then don't bother. This is bound to reach parity with BTC. BTC is really dying.

Price is decreasing. Blocks are found rarely and transactions are ground to a complete halt. Difficulty is decreasing and the miners ( only users there are at all ) are leaving too.

Solidcoin is the onlychain that is 51% proof and also has fast transactions amongst a boatload of other features.

Believe what you want but I think it is the future and will reach parity sooner or later. You may not believe it or may not want to believe it but it really is the truth. The BTC economics are not working properly. It started the cryptocurrency revolution but a better alternative is bound to emerge.

Sell you SC for BTC and you will be left holding the BTC bag when prices drop to <$1 as the early adopters of BTC holding 100 000s of coins decide to cash out now when they can buy a car with their stash rather than wait till they can only buy a laptop with it.

Sad but true. Bitcoin has had its time. Maybe SC2 will or will not replace it but I have lost faith in BTC long time ago. SC2 looks pretty orangey ATM. I'm holding.

Lol. This account seriously has to be an an anti-SolidCoin troll. Has to be.
full member
Activity: 154
Merit: 100
October 11, 2011, 02:45:26 AM
For those keeping score, roughly 279,000 solidcoins have been generated in the last few hours.  I'm so hoping an exchange will open before I head to bed. =)


Actually its less than 150,000 and solidcoin24 is open for business now.

The difficulty 141 blockchain on squidnet is showing 9189 blocks (but going up fast).  It's what, 32 (31.48 is the coinotron post donation --edit) SC per block?  That gives us over 290k, up 11 grand from my last post.

As far as that exchange -- yeah, a whole 4 bitcoins are up for grabs.  Go to it, botnetters!
hero member
Activity: 518
Merit: 500
October 11, 2011, 02:43:17 AM
For those keeping score, roughly 279,000 solidcoins have been generated in the last few hours.  I'm so hoping an exchange will open before I head to bed. =)


If you are planning to dump then don't bother. This is bound to reach parity with BTC. BTC is really dying.

Price is decreasing. Blocks are found rarely and transactions are ground to a complete halt. Difficulty is decreasing and the miners ( only users there are at all ) are leaving too.

Solidcoin is the onlychain that is 51% proof and also has fast transactions amongst a boatload of other features.

Believe what you want but I think it is the future and will reach parity sooner or later. You may not believe it or may not want to believe it but it really is the truth. The BTC economics are not working properly. It started the cryptocurrency revolution but a better alternative is bound to emerge.

Sell you SC for BTC and you will be left holding the BTC bag when prices drop to <$1 as the early adopters of BTC holding 100 000s of coins decide to cash out now when they can buy a car with their stash rather than wait till they can only buy a laptop with it.

Sad but true. Bitcoin has had its time. Maybe SC2 will or will not replace it but I have lost faith in BTC long time ago. SC2 looks pretty orangey ATM. I'm holding.
sr. member
Activity: 294
Merit: 252
October 11, 2011, 02:43:03 AM
Updated script:
Code:
tail -f debug.log | gawk ' BEGIN{ last=systime(); start=1318289700 } /SetBestChain/ { now=systime(); block=substr($4,index($4,"=")+1); print now ": block# " block " - " now-last "s (" block/(now-start) " block/s)"; last=now  }'

start should be the time at which SolidCoin went live. block/s is calculated over the entire life of SolidCoin.

Data:
Code:
1318315012: block# 9151 - 1s (0.361528 block/s)
1318315016: block# 9152 - 4s (0.361511 block/s)
1318315017: block# 9153 - 1s (0.361536 block/s)
1318315021: block# 9154 - 4s (0.361518 block/s)
1318315025: block# 9155 - 4s (0.3615 block/s)
1318315028: block# 9156 - 3s (0.361497 block/s)
1318315029: block# 9157 - 1s (0.361522 block/s)
1318315033: block# 9158 - 4s (0.361505 block/s)
1318315035: block# 9159 - 2s (0.361516 block/s)
1318315038: block# 9160 - 3s (0.361512 block/s)
1318315040: block# 9161 - 2s (0.361523 block/s)
1318315045: block# 9162 - 5s (0.361491 block/s)
1318315046: block# 9163 - 1s (0.361517 block/s)
1318315050: block# 9164 - 4s (0.361499 block/s)
1318315052: block# 9165 - 2s (0.36151 block/s)
1318315058: block# 9166 - 6s (0.361464 block/s)
1318315059: block# 9167 - 1s (0.361489 block/s)
1318315063: block# 9168 - 4s (0.361471 block/s)
1318315065: block# 9169 - 2s (0.361482 block/s)
1318315069: block# 9170 - 4s (0.361465 block/s)
1318315070: block# 9171 - 1s (0.36149 block/s)
1318315074: block# 9172 - 4s (0.361472 block/s)
1318315077: block# 9173 - 3s (0.361469 block/s)
1318315081: block# 9174 - 4s (0.361451 block/s)
1318315083: block# 9175 - 2s (0.361462 block/s)
1318315086: block# 9176 - 3s (0.361459 block/s)
1318315089: block# 9177 - 3s (0.361456 block/s)
1318315092: block# 9178 - 3s (0.361452 block/s)
1318315094: block# 9179 - 2s (0.361463 block/s)
1318315098: block# 9180 - 4s (0.361446 block/s)
1318315103: block# 9181 - 5s (0.361414 block/s)
1318315107: block# 9182 - 4s (0.361396 block/s)
1318315109: block# 9183 - 2s (0.361407 block/s)
1318315113: block# 9184 - 4s (0.36139 block/s)
1318315115: block# 9185 - 2s (0.361401 block/s)
1318315118: block# 9186 - 3s (0.361397 block/s)
1318315122: block# 9187 - 4s (0.36138 block/s)
1318315123: block# 9188 - 1s (0.361405 block/s)
1318315126: block# 9189 - 3s (0.361402 block/s)
1318315130: block# 9190 - 4s (0.361384 block/s)
1318315132: block# 9191 - 2s (0.361395 block/s)
1318315136: block# 9192 - 4s (0.361378 block/s)
1318315140: block# 9193 - 4s (0.36136 block/s)
1318315144: block# 9194 - 4s (0.361343 block/s)
1318315144: block# 9195 - 0s (0.361382 block/s)
1318315148: block# 9196 - 4s (0.361364 block/s)
1318315149: block# 9197 - 1s (0.361389 block/s)
1318315153: block# 9198 - 4s (0.361372 block/s)
1318315157: block# 9199 - 4s (0.361354 block/s)
1318315160: block# 9200 - 3s (0.361351 block/s)
1318315165: block# 9201 - 5s (0.361319 block/s)
1318315169: block# 9202 - 4s (0.361302 block/s)
1318315172: block# 9203 - 3s (0.361299 block/s)
1318315176: block# 9204 - 4s (0.361281 block/s)
1318315179: block# 9205 - 3s (0.361278 block/s)
1318315182: block# 9206 - 3s (0.361275 block/s)
1318315184: block# 9207 - 2s (0.361286 block/s)
1318315188: block# 9208 - 4s (0.361268 block/s)
1318315191: block# 9209 - 3s (0.361265 block/s)
1318315196: block# 9210 - 5s (0.361233 block/s)
1318315198: block# 9211 - 2s (0.361244 block/s)
1318315200: block# 9212 - 2s (0.361255 block/s)
1318315202: block# 9213 - 2s (0.361266 block/s)
1318315206: block# 9214 - 4s (0.361248 block/s)
1318315206: block# 9215 - 0s (0.361288 block/s)
1318315210: block# 9216 - 4s (0.36127 block/s)
1318315213: block# 9217 - 3s (0.361267 block/s)
1318315216: block# 9218 - 3s (0.361264 block/s)
1318315219: block# 9219 - 3s (0.36126 block/s)
1318315222: block# 9220 - 3s (0.361257 block/s)
1318315225: block# 9221 - 3s (0.361254 block/s)
1318315229: block# 9222 - 4s (0.361236 block/s)
1318315232: block# 9223 - 3s (0.361233 block/s)
1318315236: block# 9224 - 4s (0.361216 block/s)
1318315238: block# 9225 - 2s (0.361226 block/s)
1318315239: block# 9226 - 1s (0.361251 block/s)
1318315242: block# 9227 - 3s (0.361248 block/s)
1318315246: block# 9228 - 4s (0.361231 block/s)
1318315247: block# 9229 - 1s (0.361256 block/s)
1318315251: block# 9230 - 4s (0.361238 block/s)
1318315253: block# 9231 - 2s (0.361249 block/s)
1318315257: block# 9232 - 4s (0.361232 block/s)
1318315259: block# 9233 - 2s (0.361243 block/s)
1318315262: block# 9234 - 3s (0.361239 block/s)
1318315268: block# 9235 - 6s (0.361194 block/s)
1318315271: block# 9236 - 3s (0.36119 block/s)
1318315273: block# 9237 - 2s (0.361201 block/s)
1318315278: block# 9238 - 5s (0.36117 block/s)
1318315280: block# 9239 - 2s (0.361181 block/s)
1318315284: block# 9240 - 4s (0.361163 block/s)
1318315286: block# 9241 - 2s (0.361174 block/s)
1318315289: block# 9242 - 3s (0.361171 block/s)
1318315291: block# 9243 - 2s (0.361182 block/s)
1318315295: block# 9244 - 4s (0.361164 block/s)
1318315296: block# 9245 - 1s (0.361189 block/s)
1318315301: block# 9246 - 5s (0.361158 block/s)
1318315302: block# 9247 - 1s (0.361183 block/s)
1318315306: block# 9248 - 4s (0.361165 block/s)
1318315308: block# 9249 - 2s (0.361176 block/s)
1318315311: block# 9250 - 3s (0.361173 block/s)
1318315313: block# 9251 - 2s (0.361184 block/s)
1318315319: block# 9252 - 6s (0.361138 block/s)
1318315321: block# 9253 - 2s (0.361149 block/s)
1318315327: block# 9254 - 6s (0.361104 block/s)
1318315329: block# 9255 - 2s (0.361114 block/s)
1318315330: block# 9256 - 1s (0.361139 block/s)
1318315332: block# 9257 - 2s (0.36115 block/s)
1318315336: block# 9258 - 4s (0.361133 block/s)
1318315337: block# 9259 - 1s (0.361158 block/s)
1318315342: block# 9260 - 5s (0.361126 block/s)
1318315346: block# 9261 - 4s (0.361109 block/s)
Red
full member
Activity: 210
Merit: 115
October 11, 2011, 02:41:49 AM
For those keeping score, roughly 279,000 solidcoins have been generated in the last few hours.  I'm so hoping an exchange will open before I head to bed. =)

This exchange seems to be trading
https://solidcoin24.com/p/main/market_data.msc?c=BTC&tz=-5.0&tf=m/d%20g:i:sa

full member
Activity: 154
Merit: 100
October 11, 2011, 02:41:30 AM
For those keeping score, roughly 279,000 solidcoins have been generated in the last few hours.  I'm so hoping an exchange will open before I head to bed. =)


Actually its less than 150,000 and solidcoin24 is open for business now.

If it's still at 32 sc/blk, 9000*32=288k.

legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
October 11, 2011, 02:37:48 AM
For those keeping score, roughly 279,000 solidcoins have been generated in the last few hours.  I'm so hoping an exchange will open before I head to bed. =)


So, BCX come with his double spend and what you gonna do about it?!
full member
Activity: 154
Merit: 100
October 11, 2011, 02:36:09 AM
For those keeping score, roughly 279,000 solidcoins have been generated in the last few hours.  I'm so hoping an exchange will open before I head to bed. =)
full member
Activity: 168
Merit: 100
October 11, 2011, 02:21:33 AM
the fact that coinhunter has been completely absent and his fan base only putting up an anemic response is proof positive there are issues related to an attack. bcx or not, solidcoin was hailed as attack proof.

also should note, only a few hours in an the small miner is completely out of the picture. nothing different from other chains at this point.

Ah now I understand, you want to bring people to stop mining SC2, so that you get more coinz  Grin
full member
Activity: 154
Merit: 100
October 11, 2011, 02:21:00 AM
It's currently at ~3 blk/s.  What's the target? 3 minutes?  Still a ways to go.

You mean 1 block/3 seconds?

Yes. Thanks for catching that.
sr. member
Activity: 294
Merit: 252
October 11, 2011, 02:17:40 AM
It's currently at ~3 blk/s.  What's the target? 3 minutes?  Still a ways to go.

You mean 1 block/3 seconds?
Pages:
Jump to: