Bitcoin Forum
April 19, 2024, 11:18:45 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 [185] 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 ... 311 »
  Print  
Author Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record  (Read 684928 times)
cinnamon_carter
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


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


View Profile WWW
November 09, 2014, 11:59:17 PM
 #3681

i have to admit i never considered not updating ,

i did not expect others stay mining on the original blockchain,

this is such a dam hard coin to mine anyway you would need a lot of cpu power to keep it going

i realize some people may have some advanced miners of which the source is not released, still .... wow

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
1713568725
Hero Member
*
Offline Offline

Posts: 1713568725

View Profile Personal Message (Offline)

Ignore
1713568725
Reply with quote  #2

1713568725
Report to moderator
1713568725
Hero Member
*
Offline Offline

Posts: 1713568725

View Profile Personal Message (Offline)

Ignore
1713568725
Reply with quote  #2

1713568725
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Ellieo
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
November 10, 2014, 12:27:17 AM
 #3682

If you had followed the Riecoin development from the beginning then you should know moving forward by the hardfork is good.

I'm here from the beginning as you may see. And hardforking is a bad practice.
Code:
cat << EOF | patch -p0
+++ src/makefile.unix
@@ -38,6 +38,7 @@
    -l boost_filesystem\$(BOOST_LIB_SUFFIX) \\
    -l boost_program_options\$(BOOST_LIB_SUFFIX) \\
    -l boost_thread\$(BOOST_LIB_SUFFIX) \\
+   -l boost_chrono\$(BOOST_LIB_SUFFIX) \\
    -l db_cxx\$(BDB_LIB_SUFFIX) \\
    -l ssl \\
    -l crypto
EOF

sha1sum -c << EOF
9928c39fc2d593e2e83a55e51eecf7b9608c78fc *src/makefile.unix
EOF

I stay in the original network. Decide for yourself or someone will decide for you.
The original creator goes by a real-life name of Pablo Gatra. And he has decided to move on with general consensus that the improved Riecoin v0.10.2 is for its own best future interest. While you'll be measured by what is done and the consequence of yours own only.

Please don't distance yourself in the fragments of Riecoin past.
gatra (OP)
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
November 10, 2014, 12:33:55 AM
 #3683

In the source code it says the fork is after block 159000. See isAfterFork1().
In a previous post Gatra stated that the first block in the new fork is 156672 which doesn't match with the source. Am I overlooking something?

Of course, you should trust the code and not my post. I first thought about doing it near block 160000 and then decided to do it near 156000, but forgot to update the code.

Sorry about this, the fork will be after block 159000. The first block that will actually break the old protocol will be 160704 (this is the first one that satisfies that it's >159000 and also the isInSuperblockInterval condition) and the superblock will be 160848 (the first one >159000 that also isSuperblock).

So, we have one more week.
Only the post where I wrote the block number is wrong. Wallets are compiled using gitian, which ensures that the source in git is the one that gets compiled, so we can be sure that all 0.10.2 binaries are ok.


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
gatra (OP)
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
November 10, 2014, 12:36:50 AM
 #3684

The original creator goes by a real-life name of Pablo Gatra. And he has decided to move on with general consensus that the improved Riecoin v0.10.2 is for its own best future interest. While you'll be measured by what is done and the consequence of yours own only.

Please don't distance yourself in the fragments of Riecoin past.

Thanks for your support, but my real name is actually Pablo Carbajo, Gatra is a nickname, and I have submitted to Crypto Asian's POD last week. Will publish this soon.


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
gatra (OP)
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
November 10, 2014, 12:50:55 AM
 #3685

If you had followed the Riecoin development from the beginning then you should know moving forward by the hardfork is good.

I'm here from the beginning as you may see. And hardforking is a bad practice.
Code:
cat << EOF | patch -p0
+++ src/makefile.unix
@@ -38,6 +38,7 @@
    -l boost_filesystem\$(BOOST_LIB_SUFFIX) \\
    -l boost_program_options\$(BOOST_LIB_SUFFIX) \\
    -l boost_thread\$(BOOST_LIB_SUFFIX) \\
+   -l boost_chrono\$(BOOST_LIB_SUFFIX) \\
    -l db_cxx\$(BDB_LIB_SUFFIX) \\
    -l ssl \\
    -l crypto
EOF

sha1sum -c << EOF
9928c39fc2d593e2e83a55e51eecf7b9608c78fc *src/makefile.unix
EOF

I stay in the original network. Decide for yourself or someone will decide for you.


I'm surprised by this. This was in discussion in this thread for a long time and I went ahead because I didn't see any opposition. Some doubts, which are natural, but never strong opposition and a lot of support for the fork.

BTW, that patch you submitted in February is not needed if you compile with gitian, maybe you needed it because you were using the wrong version of boost.

Also, thanks to a little mistake I made, we actually have one more week before the actual fork takes place. This gives everyone more time to update, rendering the "sudden move without notice" point obsolete.

Those of you who want to stay on the old fork would like to keep in mind that most (>99%) of the miners already are on 0.10.2, meaning that you'll be left with a high difficulty.
Now that I think of it, there may be some interest on people who hold RIC to keep the old fork alive and have it accepted on an exchange: they would be allowed to dump their coins from the old fork without affecting their holdings on the new fork.

You have my blessing (if it means anything to anyone), but I won't be supporting both forks (by this I mean fixing bugs and generating new binaries); only the fork that the majority already accepted. Applying new commits from one fork to the other should be very easy though.


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
gatra (OP)
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
November 10, 2014, 12:55:38 AM
 #3686

junk keeps freezing and crashing. Old wallet was bad, new one is worse.

New wallet is as bad as, or as good as, the previous one because nothing changed except the superblock code, which is not being executed and won't be until next week.

If you have crashes, please run using the -debug option and send me the debug.log file after the crash and I'll try to fix it (you may want to anonymize it before sending).


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
cinnamon_carter
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


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


View Profile WWW
November 10, 2014, 02:35:12 AM
 #3687

the old wallet worked fine, so does the new one. this is crap

junk keeps freezing and crashing. Old wallet was bad, new one is worse.

New wallet is as bad as, or as good as, the previous one because nothing changed except the superblock code, which is not being executed and won't be until next week.

If you have crashes, please run using the -debug option and send me the debug.log file after the crash and I'll try to fix it (you may want to anonymize it before sending).

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
cinnamon_carter
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


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


View Profile WWW
November 10, 2014, 02:39:15 AM
 #3688

that is bullshit too , crypto asian proof of developer ,

code speaks for itself, when it is put on github all changes are there for anyone to evaluate anytime

people who don't understand code should not ever be evaluating it, also giving your real name is not necessary to be respected in the world of cryptocurrency

anyone who gives crypto asian any credability is making a mistake, imo

honestly if i did not like riecoin so much that fact that crypto asian is involved even at a distance makes me not want to be around.

The original creator goes by a real-life name of Pablo Gatra. And he has decided to move on with general consensus that the improved Riecoin v0.10.2 is for its own best future interest. While you'll be measured by what is done and the consequence of yours own only.

Please don't distance yourself in the fragments of Riecoin past.

Thanks for your support, but my real name is actually Pablo Carbajo, Gatra is a nickname, and I have submitted to Crypto Asian's POD last week. Will publish this soon.

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
gatra (OP)
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
November 10, 2014, 02:53:25 AM
 #3689

that is bullshit too , crypto asian proof of developer ,

code speaks for itself, when it is put on github all changes are there for anyone to evaluate anytime

people who don't understand code should not ever be evaluating it, also giving your real name is not necessary to be respected in the world of cryptocurrency

anyone who gives crypto asian any credability is making a mistake, imo

honestly if i did not like riecoin so much that fact that crypto asian is involved even at a distance makes me not want to be around.

The original creator goes by a real-life name of Pablo Gatra. And he has decided to move on with general consensus that the improved Riecoin v0.10.2 is for its own best future interest. While you'll be measured by what is done and the consequence of yours own only.

Please don't distance yourself in the fragments of Riecoin past.

Thanks for your support, but my real name is actually Pablo Carbajo, Gatra is a nickname, and I have submitted to Crypto Asian's POD last week. Will publish this soon.

I kind of agree: it shouldn't be necessary, however I thought it was something that could only be positive towards respect and credibility, or null if you don't believe it, but I never thought it could work against it... I went to cryptoasian because I think he was the first one that did the verification thing.


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
cinnamon_carter
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


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


View Profile WWW
November 10, 2014, 03:59:34 AM
 #3690

i wrote this article on why i think its crap


https://cryptocointalk.com/topic/14773-how-to-avoid-scam-coins-and-why-proof-of-developer-is-not-the-answer/



also he was not the first he 'stole' the idea from someone else who actually contacted me on the forum here
in private


i know a little more about mr crypto asian than he /most think i do .....


actually info i found out by accident,


since i respect others privacy even those i have distaste for i will keep it private


it is public knowledge that (not I )) but several have stated they got a higher pod rating for a bribe


you can find these in the scam section of this forum and elsewhere on the web


he is probably fronting for a corporation or working as an informant to the fbi or other government agencie(S)  

there are in reality a few number of people who have the skills necessary to start and maintain a coin network and who understand how it actually works,   such a database would be a valuable item to certain parties,  


especially if they just gave up their information just for the asking (like people give up info to Zuckenberg every day )

lots of people he has rated 5 0f 5 are actually not even real people from my research (again I will not publish this info since I don't want
those involved to know how I am collecting the info)

they are a few people , maybe one or two pretending to be several /multiple people .....


thus the reason (plus others i won't divulge here ) I have such a distaste for this individual and the people he 'works' with


https://twitter.com/CryptoAsian/status/505934099929104384

thier work has accomplished zero , nothing,  
 
that is bullshit too , crypto asian proof of developer ,

code speaks for itself, when it is put on github all changes are there for anyone to evaluate anytime

people who don't understand code should not ever be evaluating it, also giving your real name is not necessary to be respected in the world of cryptocurrency

anyone who gives crypto asian any credability is making a mistake, imo

honestly if i did not like riecoin so much that fact that crypto asian is involved even at a distance makes me not want to be around.

The original creator goes by a real-life name of Pablo Gatra. And he has decided to move on with general consensus that the improved Riecoin v0.10.2 is for its own best future interest. While you'll be measured by what is done and the consequence of yours own only.

Please don't distance yourself in the fragments of Riecoin past.

Thanks for your support, but my real name is actually Pablo Carbajo, Gatra is a nickname, and I have submitted to Crypto Asian's POD last week. Will publish this soon.

I kind of agree: it shouldn't be necessary, however I thought it was something that could only be positive towards respect and credibility, or null if you don't believe it, but I never thought it could work against it... I went to cryptoasian because I think he was the first one that did the verification thing.


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
bsunau7
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
November 10, 2014, 09:36:39 AM
 #3691


thier work has accomplished zero , nothing,  


As a strategy to increase his profile it isn't that bad of a strategy and might be working.  I recall him being quoted in regards to one of the recent wallet/exchange failures.

--
bsunau7
vinani
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile
November 11, 2014, 07:12:06 AM
 #3692

Do you believe Riecoin is death?Huh  Huh
Robin37s
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
November 11, 2014, 11:10:03 AM
 #3693

Do you believe Riecoin is death?Huh  Huh

so how to difine the death? Grin Grin Grin Grin
LJKH897
Newbie
*
Offline Offline

Activity: 69
Merit: 0


View Profile
November 11, 2014, 11:14:23 AM
 #3694

need a new Miner, then can still live  Wink Grin
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
November 11, 2014, 01:58:48 PM
 #3695

Time to buy some RIC! Which exchange has the highest volume ?
gatra (OP)
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
November 11, 2014, 02:28:19 PM
 #3696

Time to buy some RIC! Which exchange has the highest volume ?

btc38 and Poloniex


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
November 11, 2014, 02:29:25 PM
 #3697

Time to buy some RIC! Which exchange has the highest volume ?

btc38 and Poloniex

I wish i could find my way around on btc38 .. It has way more volume than polo..
LJKH897
Newbie
*
Offline Offline

Activity: 69
Merit: 0


View Profile
November 11, 2014, 02:47:42 PM
 #3698

Time to buy some RIC! Which exchange has the highest volume ?

btc38 and Poloniex

I wish i could find my way around on btc38 .. It has way more volume than polo..
 

When the pump is?  Cheesy Grin
Ellieo
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
November 12, 2014, 04:16:15 AM
 #3699

Happening now elsewhere in outer space the Rosetta 12-Earth-year journey to comet 67P/Churyumov-Gerasimenko.
See the spacecraft live feeds landing on the comet. http://rosetta.esa.int/
dfirst179
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
November 12, 2014, 04:49:09 AM
 #3700

proof of dev is a joke because devs changes hands all the time, the important thing is proof of code to figure out vaporware.
Pages: « 1 ... 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 [185] 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 ... 311 »
  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!