Bitcoin Forum
April 19, 2024, 01:04:26 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 [1042] 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 ... 1154 »
  Print  
Author Topic: [4+ EH] Slush Pool (slushpool.com); Overt AsicBoost; World First Mining Pool  (Read 4381849 times)
larry12
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
May 17, 2015, 03:09:57 PM
 #20821

Pool Statistics - System Stats

Pool Luck (1 day, 7 days, 30 days):   117%, 109%, 98%



Or on your user dashborad, under the pool hashrate

 Wink



ps : very stable pool, i love it  Wink

#Bitcoin The future is here.
1713531866
Hero Member
*
Offline Offline

Posts: 1713531866

View Profile Personal Message (Offline)

Ignore
1713531866
Reply with quote  #2

1713531866
Report to moderator
1713531866
Hero Member
*
Offline Offline

Posts: 1713531866

View Profile Personal Message (Offline)

Ignore
1713531866
Reply with quote  #2

1713531866
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713531866
Hero Member
*
Offline Offline

Posts: 1713531866

View Profile Personal Message (Offline)

Ignore
1713531866
Reply with quote  #2

1713531866
Report to moderator
1713531866
Hero Member
*
Offline Offline

Posts: 1713531866

View Profile Personal Message (Offline)

Ignore
1713531866
Reply with quote  #2

1713531866
Report to moderator
jiyu_shi
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
May 19, 2015, 01:05:01 AM
Last edit: May 19, 2015, 01:22:10 AM by jiyu_shi
 #20822

Results of the study on #20872:
I finally solved the problem, with Slush Customer Support's help.
edit setup.py
find "-march=native", change the value to "armv6j"

retry(focus on what below "building 'midstate' extension"):
Code:
pi@raspberrypi ~/stratum-mining-proxy $ sudo python setup.py develop
Code:
running develop
Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
/usr/bin/python -E -c pass
TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
running egg_info
writing requirements to stratum_mining_proxy.egg-info/requires.txt
writing stratum_mining_proxy.egg-info/PKG-INFO
writing top-level names to stratum_mining_proxy.egg-info/top_level.txt
writing dependency_links to stratum_mining_proxy.egg-info/dependency_links.txt
reading manifest file 'stratum_mining_proxy.egg-info/SOURCES.txt'
writing manifest file 'stratum_mining_proxy.egg-info/SOURCES.txt'
running build_ext
building 'midstate' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c midstatec/midstatemodule.c -o build/temp.linux-armv6l-2.7/midstatec/midstatemodule.o -march=armv6j -Wall -funroll-all-loops -O3 -fstrict-aliasing -Wall -std=c99 -fPIC -shared
creating build/lib.linux-armv6l-2.7
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-armv6l-2.7/midstatec/midstatemodule.o -lpython2.7 -o build/lib.linux-armv6l-2.7/midstate.so -Wl,-O1 -Wl,--as-needed
copying build/lib.linux-armv6l-2.7/midstate.so ->
Creating /usr/local/lib/python2.7/dist-packages/stratum-mining-proxy.egg-link (link to .)
Adding stratum-mining-proxy 1.5.7 to easy-install.pth file
Installing mining_proxy.py script to /usr/local/bin

Installed /home/pi/stratum-mining-proxy
Processing dependencies for stratum-mining-proxy==1.5.7
Searching for stratum>=0.2.15
Reading http://pypi.python.org/simple/stratum/
Best match: stratum 0.2.15
Downloading https://pypi.python.org/packages/source/s/stratum/stratum-0.2.15.tar.gz#md5=29d2027bdbbc23fe74235a4f4e7368cd
Processing stratum-0.2.15.tar.gz
Writing /tmp/easy_install-L27eYY/stratum-0.2.15/setup.cfg
Running stratum-0.2.15/setup.py -q bdist_egg --dist-dir /tmp/easy_install-L27eYY/stratum-0.2.15/egg-dist-tmp-RVpUmR
Adding stratum 0.2.15 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/stratum-0.2.15-py2.7.egg
Searching for twisted>=12.2.0
Reading http://pypi.python.org/simple/twisted/
Best match: Twisted 15.1.0
Downloading https://pypi.python.org/packages/source/T/Twisted/Twisted-15.1.0.tar.bz2#md5=df65e3da0bee81140e7637156802a518
Processing Twisted-15.1.0.tar.bz2
Writing /tmp/easy_install-lf0Hoj/Twisted-15.1.0/setup.cfg
Running Twisted-15.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-lf0Hoj/Twisted-15.1.0/egg-dist-tmp-EURlzM
Adding Twisted 15.1.0 to easy-install.pth file
Installing conch script to /usr/local/bin
Installing lore script to /usr/local/bin
Installing twistd script to /usr/local/bin
Installing pyhtmlizer script to /usr/local/bin
Installing ckeygen script to /usr/local/bin
Installing trial script to /usr/local/bin
Installing tap2rpm script to /usr/local/bin
Installing tkconch script to /usr/local/bin
Installing tap2deb script to /usr/local/bin
Installing tapconvert script to /usr/local/bin
Installing mailmail script to /usr/local/bin
Installing manhole script to /usr/local/bin
Installing cftp script to /usr/local/bin

Installed /usr/local/lib/python2.7/dist-packages/Twisted-15.1.0-py2.7-linux-armv6l.egg
Searching for autobahn
Reading http://pypi.python.org/simple/autobahn/
Best match: autobahn 0.10.4
Downloading https://pypi.python.org/packages/source/a/autobahn/autobahn-0.10.4.tar.gz#md5=4ae22413ee9ba8f6692e80e171b68777
Processing autobahn-0.10.4.tar.gz
Writing /tmp/easy_install-I_Api3/autobahn-0.10.4/setup.cfg
Running autobahn-0.10.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-I_Api3/autobahn-0.10.4/egg-dist-tmp-SPJM9W
package init file 'twisted/plugins/__init__.py' not found (or not a regular file)
Adding autobahn 0.10.4 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/autobahn-0.10.4-py2.7.egg
Searching for ecdsa
Reading http://pypi.python.org/simple/ecdsa/
Best match: ecdsa 0.13
Downloading https://pypi.python.org/packages/source/e/ecdsa/ecdsa-0.13.tar.gz#md5=1f60eda9cb5c46722856db41a3ae6670
Processing ecdsa-0.13.tar.gz
Writing /tmp/easy_install-nTHEUJ/ecdsa-0.13/setup.cfg
Running ecdsa-0.13/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nTHEUJ/ecdsa-0.13/egg-dist-tmp-b8K68L
zip_safe flag not set; analyzing archive contents...
Adding ecdsa 0.13 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/ecdsa-0.13-py2.7.egg
Searching for zope.interface>=3.6.0
Reading http://pypi.python.org/simple/zope.interface/
Best match: zope.interface 4.1.2
Downloading https://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.1.2.tar.gz#md5=04298faeaa70b4f3b23fa2ae8987262c
Processing zope.interface-4.1.2.tar.gz
Writing /tmp/easy_install-wEMb0k/zope.interface-4.1.2/setup.cfg
Running zope.interface-4.1.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-wEMb0k/zope.interface-4.1.2/egg-dist-tmp-FphjOi
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
Adding zope.interface 4.1.2 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/zope.interface-4.1.2-py2.7-linux-armv6l.egg
Searching for txaio>=1.0.0
Reading http://pypi.python.org/simple/txaio/
Best match: txaio 1.0.0
Downloading https://pypi.python.org/packages/source/t/txaio/txaio-1.0.0.zip#md5=762755ba1ded4b7caf07247ab33efc5f
Processing txaio-1.0.0.zip
Writing /tmp/easy_install-hnU9YF/txaio-1.0.0/setup.cfg
Running txaio-1.0.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-hnU9YF/txaio-1.0.0/egg-dist-tmp-DxeX4k
Adding txaio 1.0.0 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/txaio-1.0.0-py2.7.egg
Searching for six>=1.6.1
Reading http://pypi.python.org/simple/six/
Best match: six 1.9.0
Downloading https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz#md5=476881ef4012262dfc8adc645ee786c4
Processing six-1.9.0.tar.gz
Writing /tmp/easy_install-H2abYV/six-1.9.0/setup.cfg
Running six-1.9.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-H2abYV/six-1.9.0/egg-dist-tmp-4InOAi
no previously-included directories found matching 'documentation/_build'
zip_safe flag not set; analyzing archive contents...
six: module references __path__
Adding six 1.9.0 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/six-1.9.0-py2.7.egg
Searching for argparse==1.2.1
Best match: argparse 1.2.1
Adding argparse 1.2.1 to easy-install.pth file

Using /usr/lib/python2.7
Searching for distribute==0.6.28
Best match: distribute 0.6.28
Processing distribute-0.6.28-py2.7.egg
distribute 0.6.28 is already the active version in easy-install.pth
Installing easy_install script to /usr/local/bin
Installing easy_install-2.7 script to /usr/local/bin

Using /usr/local/lib/python2.7/dist-packages/distribute-0.6.28-py2.7.egg
Finished processing dependencies for stratum-mining-proxy==1.5.7

finished and run:
Code:
pi@raspberrypi ~/stratum-mining-proxy $ mining_proxy.py -o stratum.bitcoin.cz
Code:
2015-05-19 08:21:19,845 INFO proxy jobs.<module> # C extension for midstate not available. Using default implementation instead.
2015-05-19 08:21:20,065 WARNING proxy mining_proxy.main # Stratum proxy version: 1.5.7
2015-05-19 08:21:20,211 WARNING proxy mining_proxy.test_update # Checking for updates...
2015-05-19 08:21:23,294 WARNING proxy mining_proxy.main # Trying to connect to Stratum pool at stratum.bitcoin.cz:3333
2015-05-19 08:21:23,615 INFO stats stats.print_stats # 1 peers connected, state changed 1 times
2015-05-19 08:21:23,619 INFO proxy mining_proxy.on_connect # Connected to Stratum pool at stratum.bitcoin.cz:3333
2015-05-19 08:21:23,621 INFO proxy mining_proxy.on_connect # Subscribing for mining jobs
2015-05-19 08:21:23,767 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2015-05-19 08:21:23,784 WARNING proxy mining_proxy.main # PROXY IS LISTENING ON ALL IPs ON PORT 3333 (stratum) AND 8332 (getwork)
2015-05-19 08:21:23,786 WARNING proxy mining_proxy.main # -----------------------------------------------------------------------
2015-05-19 08:21:23,795 INFO proxy client_service.handle_event # Setting new difficulty: 256
2015-05-19 08:21:23,801 INFO proxy client_service.handle_event # New job 178c7 for prevhash 38f5473b, clean_jobs=True
2015-05-19 08:21:30,850 INFO proxy client_service.handle_event # New job 178c8 for prevhash 38f5473b, clean_jobs=False
^C2015-05-19 08:21:55,296 INFO proxy mining_proxy.on_shutdown # Shutting down proxy...
2015-05-19 08:21:55,310 INFO proxy mining_proxy.on_disconnect # Disconnected from Stratum pool at stratum.bitcoin.cz:3333
2015-05-19 08:21:55,314 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
OK!
man114
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
May 26, 2015, 08:49:49 PM
 #20823

Anyone having any issues with Slush's? My miners keep dropping to 30gh/s yesterday and today (not that it matters with how long the current block is). They'll run a while and drop to 30, doesn't appear to be an Internet problem either.
Moebius327
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
May 26, 2015, 09:09:07 PM
 #20824

Anyone having any issues with Slush's? My miners keep dropping to 30gh/s yesterday and today (not that it matters with how long the current block is). They'll run a while and drop to 30, doesn't appear to be an Internet problem either.

I am using stratum+tcp://stratum.bitcoin.cz:3333 and didn't have any problems. What miners are you using? Are you sure the PSUs supply enough power? Do you have many rejects, hw errors?
lemmyK
Sr. Member
****
Offline Offline

Activity: 293
Merit: 250


View Profile
May 26, 2015, 09:33:24 PM
 #20825

Today after the third afternoon when the pool ran on the normal value around 15.00 ph/s  someone joins, and right now the values are around 19.23 -19.00 ph/s ... 
luck  is 0% for the day. fantastic thank you.......... Embarrassed
Moebius327
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
May 26, 2015, 09:38:47 PM
 #20826

Today after the third afternoon when the pool ran on the normal value around 15.00 ph/s  someone joins, and right now the values are around 19.23 -19.00 ph/s ... 
luck  is 0% for the day. fantastic thank you.......... Embarrassed

Well AntPool had a pretty bad streak as well. 8 hours and no found blocks with 64+ ph/s yesterday. I bet we will find 10+ blocks tomorrow.
lemmyK
Sr. Member
****
Offline Offline

Activity: 293
Merit: 250


View Profile
May 26, 2015, 09:41:24 PM
 #20827

aah ok, thank you for info
man114
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
May 26, 2015, 09:56:38 PM
 #20828

It's a 1TH Visionman I'm running on there at the moment. That's the same stratum I'm using.

It'll run for a while, then start getting loads of rejects. At first I thought it was my internet connection so I rebooted my routers yesterday, it ran for a while then did it again. I flipped it over to a backup pool I mine on with another miner and it worked fine on there. I went in the settings and tried to various things like load balancing it with another pool and Slush's, when I load balanced on the other pool with Slush's it stopped hashing properly on both, maybe running at half for like 20 minutes, then after a while Slush's would drop back to 30gh/s now the other pool gets all the work. I can't see anything weird going on. I'll mess around with more stuff while they're on this long block.
Moebius327
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
May 26, 2015, 10:03:48 PM
 #20829

It's a 1TH Visionman I'm running on there at the moment. That's the same stratum I'm using.

It'll run for a while, then start getting loads of rejects. At first I thought it was my internet connection so I rebooted my routers yesterday, it ran for a while then did it again. I flipped it over to a backup pool I mine on with another miner and it worked fine on there. I went in the settings and tried to various things like load balancing it with another pool and Slush's, when I load balanced on the other pool with Slush's it stopped hashing properly on both, maybe running at half for like 20 minutes, then after a while Slush's would drop back to 30gh/s now the other pool gets all the work. I can't see anything weird going on. I'll mess around with more stuff while they're on this long block.

Have you tried any of the other servers?

USA, east coast   stratum+tcp://us-east.stratum.bitcoin.cz:3333
Europe   stratum+tcp://eu.stratum.bitcoin.cz:3333
China, mainland   stratum+tcp://cn.stratum.bitcoin.cz:3333
Asia-Pacific/Singapore   stratum+tcp://sg.stratum.bitcoin.cz:333
cinnamon_carter
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


It's about time -- All merrit accepted !!!


View Profile WWW
May 27, 2015, 12:35:57 AM
 #20830

not trolling / asking honest question

i have been doing research on bitcoin pool luck

15 petahash and no block in over 24 hours (am i wrong?)

Could some of that 15 petahash be block witholding attacks onyour pool ?

I notice in the past month you & btc guild have had a string of real bad luck.

Over time the guild worse than you.

I don't like to say this stuff but no one else seems to want to bring it up & i don't even mine on your pool.

Look , I have no formal education in mathematics but I suggest you do a small statistical analysis if you mine at 15 peta hash w/ current network difficulty for this long ten million times.
See how often you have the current 'luck' you have.

Also if it was anyone but you or the guild / I could say someone on the inside is dishonest.

I refuse to believe the oldest / first pool would start pulling shit now -- NO WAY.


anyone agree ?? disagree Huh

Check out my coin Photon
Merge Mine 5 other Blake 256 coins - 6x your hash power  https://www.blakecoin.org/

The obvious choice is not always the best choice.

LOOK DEEPER - Look into the Blake 256 Family -- CC
man114
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
May 27, 2015, 01:10:04 AM
 #20831

My problem seems to have resolved itself oddly enough.

In regards to the current block it happens ever so often they get an insanely long block like this. I've noticed they seem to hit more blocks in the 14-15 range, a while back it seemed like if hash rate went beyond a certain level they'd start getting fewer blocks. It's probably pure coincidence.
dmwardjr
Legendary
*
Offline Offline

Activity: 1302
Merit: 1318


Technical Analyst/Trader


View Profile
May 27, 2015, 02:15:50 AM
 #20832

It's amazing how small GHash has become.  They have gone from 66 PH/s to 7.4 PH/s

Yes, we do have insanely slow blocks like this on occasions.

Follow me on Trading View for excellent signals in Bitcoin/US dollar - Bitstamp - https://www.tradingview.com/u/WyckoffMode/.  You can follow me on Twitter at https://twitter.com/ModeWyckoff My YouTube Channel: https://www.youtube.com/channel/UC8IbhpQwrTD6BozJPWnyAHA  My Discord Invite Link: https://discord.com/invite/3EJYTytaTT  My Website is in LIVE BETA: https://wyckoffmode.com/
dmwardjr
Legendary
*
Offline Offline

Activity: 1302
Merit: 1318


Technical Analyst/Trader


View Profile
May 27, 2015, 02:23:26 AM
 #20833

not trolling / asking honest question

i have been doing research on bitcoin pool luck

15 petahash and no block in over 24 hours (am i wrong?)

Could some of that 15 petahash be block witholding attacks onyour pool ?

I notice in the past month you & btc guild have had a string of real bad luck.

Over time the guild worse than you.

I don't like to say this stuff but no one else seems to want to bring it up & i don't even mine on your pool.

Look , I have no formal education in mathematics but I suggest you do a small statistical analysis if you mine at 15 peta hash w/ current network difficulty for this long ten million times.
See how often you have the current 'luck' you have.

Also if it was anyone but you or the guild / I could say someone on the inside is dishonest.

I refuse to believe the oldest / first pool would start pulling shit now -- NO WAY.


anyone agree ?? disagree Huh


Yes, that's always possible.  However, I don't believe that is the case this time.  We have stayed around this hash rate for at least the last 30 days now. 

I just don't believe we have anyone up to mischief on this pool.  It's a good pool.  I've mined here and btcguild for months at a time.  I've been back here since March 29, 2015.  I've enjoyed my time here.  It's a good pool.

Follow me on Trading View for excellent signals in Bitcoin/US dollar - Bitstamp - https://www.tradingview.com/u/WyckoffMode/.  You can follow me on Twitter at https://twitter.com/ModeWyckoff My YouTube Channel: https://www.youtube.com/channel/UC8IbhpQwrTD6BozJPWnyAHA  My Discord Invite Link: https://discord.com/invite/3EJYTytaTT  My Website is in LIVE BETA: https://wyckoffmode.com/
k3nnyx
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 27, 2015, 04:03:39 AM
 #20834

Last block found was 1 day ++... Sad and quiet day for slush's pool!

Can only hope the blocks start falling down like rain after this!  Grin
needmoney
Legendary
*
Offline Offline

Activity: 1848
Merit: 1023

I am a good bro


View Profile
May 27, 2015, 07:50:47 AM
 #20835

Last block 34 hours ago Shocked
What's going on ?

.
      ▄▄█▀▀█▄▄
  ▄▄█████▄▄█████▄▄
████  ███  ███  ████
  ▀▀█████▀▀█████▀▀

▀█▄▄  ▀▀█▄▄█▀▀   ▄▄█
 ▀▀███▄▄     ▄▄██▀██
     ▀███   ██▀  ▄█
██     ██  ██ ▄██▀██
▀██    ██  ███▀  ▄██
 ▀███▄▄██  ██ ▄███▀
    ▀▀███  ▀██▀▀
.Just.Bet. 
 
 
 
 
 
█▀▀▀▀▀










█▄▄▄▄▄
.
DICE
LOTTERY
PLINKO
.
COIN FLIP
CRASH
WHEEL
▀▀▀▀▀█










▄▄▄▄▄█
.
        ███████       ▄▄██▄
                  ▄▄███▀▀██▄
      ██████   ▄███████▄▄███▄
               ▀██  █████████▄
                ▀█████████▀▀██▄
████████████     ▀███▀▀███▄▄██▀
██  ████  ██      ▀██▄▄███▀▀
█████▀▀█████  ██   ▀██▀▀
█████▄▄█████
██  ████  ██   ██████
████████████
.
TRUSTLESS
DECENTRALIZED
TRANSPARENT
..PLAY NOW..
Moebius327
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
May 27, 2015, 08:14:27 AM
 #20836

Last block 34 hours ago Shocked
What's going on ?

I have no idea what's going on. We had some pretty bad luck before that block as well. Maybe there is something wrong with this pool after all.
k3nnyx
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 27, 2015, 09:36:32 AM
 #20837

Whats happening? Time to switch pools?

Quite alot of miners to change over!  Huh

Anyone have any thoughts?
chiguireitor
Legendary
*
Offline Offline

Activity: 872
Merit: 1010


Coins, Games & Miners


View Profile WWW
May 27, 2015, 10:49:20 AM
 #20838

Whats happening? Time to switch pools?

Quite alot of miners to change over!  Huh

Anyone have any thoughts?


Variance kicking us in the gut... nothing else to see here Sad

Moebius327
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
May 27, 2015, 12:52:23 PM
 #20839

Yes I trust Slush as well, pretty sure we will hit the next block within few hours. It is a bit painful though.  Embarrassed
Suleiman the Magnificent
Full Member
***
Offline Offline

Activity: 504
Merit: 120


View Profile WWW
May 27, 2015, 01:19:34 PM
 #20840

I wonder how much longer that can not be found ? Record was broken but block not broken Cheesy
Pages: « 1 ... 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 [1042] 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 ... 1154 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!