Bitcoin Forum
June 20, 2024, 01:18:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 [124] 125 126 127 128 129 130 131 132 133 134 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 ... 244 »
2461  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PAWN] Pawncoin | Multi-Pool | TX MINING ONLY |ePawncoin IPO 14/June on: June 11, 2014, 02:22:12 PM
anybody give me more node?

It takes a while but it Works for me with this nodes.

addnode=107.170.135.30
addnode=188.226.222.172
addnode=188.226.161.188
addnode=182.178.51.19
addnode=107.170.251.218
addnode=107.170.124.180
addnode=162.159.251.203
addnode=54.213.225.72
addnode=81.4.106.129
addnode=148.251.80.245
addnode=198.12.78.137
addnode=72.131.116.67

thanks!
2462  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] X11/PoS/Privacy on: June 11, 2014, 02:09:33 PM

thanks for the update!

great!
2463  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PAWN] Pawncoin | Multi-Pool | TX MINING ONLY |ePawncoin IPO 14/June on: June 11, 2014, 01:26:18 PM
anybody give me more node?
2464  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPER] SuperCoin - 1st Coin with PoS Superblocks! Anon Wallet Coming Soon on: June 11, 2014, 10:58:11 AM
Let me show you an example in our testing:

A user send 999.0123 coins from address A (mxcMnGPthZp7rzQ7TUg8kZcbVyB8CrXy8p) to address B (myKydMhECoFyY2iAWgwuEVbthej1sKHFdR)

(1) Send from sender's Qt client


(2) The send is automatically split into 2 (random) parts and send to 2 different addresses X1 (mquFq9qNwDDVbNKLwThvhFDpbFPot8HixR) and X2 (mgniPoAcsSzvpfisxg1cyueUvqApAZbwbK). This is displayed in sender's tx list (2 red ones).


(3) On receiver's side, he sees the amount arrived (from yet another address Y (n1mFH2L7PhhMc6BLFMDoD7tDc2AXtZGJS4) - you don't see it in current tx, but if you check its in-tx, you will see it)


The 3 related tx details are posted below.

It's basic impossible to detect the original source address of this transaction, from the receiving transaction.

Code:
{
"txid" : "6c7a8d751381e088c3c7eb7db3ebf13f6c148456cb392f05b83fb86f626e804c",
"version" : 1,
"time" : 1402462734,
"locktime" : 0,
"vin" : [
{
"txid" : "0694419082ee689ec21681db4822f3453126fce079d77c2db6ab5bb34e568585",
"vout" : 0,
"scriptSig" : {
"asm" : "304402206407e11bf057b3f5cdd97c31729e2d7266528dbca39ee87cee0b8675f133362f022044971c0e34c380a3051b8e92f3df0b7c5caa19b02f54801ae38345eff241b2fd01 03c288f76512d3093439ecbd2c78c5cf997e41132d08ce44ae3a116e099bdf6faf",
"hex" : "47304402206407e11bf057b3f5cdd97c31729e2d7266528dbca39ee87cee0b8675f133362f022044971c0e34c380a3051b8e92f3df0b7c5caa19b02f54801ae38345eff241b2fd012103c288f76512d3093439ecbd2c78c5cf997e41132d08ce44ae3a116e099bdf6faf"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 52.45424200,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 c4737f339ef96dba8decbd799874aae3f9224a68 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"myRh6WvjaN8riGEkrdMuFd5Vg8L7MyfpG8"
]
}
},
{
"value" : 459.54565800,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 71e90c272a86ec027071c7de1df5a14b8a187937 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"mquFq9qNwDDVbNKLwThvhFDpbFPot8HixR"
]
}
}
],
"amount" : -459.54565800,
"fee" : -0.00010000,
"confirmations" : 11,
"blockhash" : "000005fb04de17a44bcfc2195aed1878e890a1898799772a7fcf2e4dc80e1284",
"blockindex" : 2,
"blocktime" : 1402462748,
"txid" : "6c7a8d751381e088c3c7eb7db3ebf13f6c148456cb392f05b83fb86f626e804c",
"time" : 1402462734,
"timereceived" : 1402462734,
"details" : [
{
"account" : "",
"address" : "mquFq9qNwDDVbNKLwThvhFDpbFPot8HixR",
"category" : "send",
"amount" : -459.54565800,
"fee" : -0.00010000
}
]
}



{
"txid" : "7f14e6f0b00e98b25b4acf5463ca5419f6ec86673d5540dd8da3c8c147eb90c0",
"version" : 1,
"time" : 1402462734,
"locktime" : 0,
"vin" : [
{
"txid" : "ae2242db5b8002af78b5969c353a0d167267f9e24dac7535d90610a6cbf1a607",
"vout" : 0,
"scriptSig" : {
"asm" : "3045022100d5e024b40f00c8f08be5ba2ee55c14e67bd186e308d5612ef34b63bc13ea452302202dd4d883cebd384774c1f586c6a445c8be5615c90886a66f70184faf32be71d701 022221c6c6804456de70dfe332c9a8f1694b27c1ddf5023faf980324952de08c79",
"hex" : "483045022100d5e024b40f00c8f08be5ba2ee55c14e67bd186e308d5612ef34b63bc13ea452302202dd4d883cebd384774c1f586c6a445c8be5615c90886a66f70184faf32be71d70121022221c6c6804456de70dfe332c9a8f1694b27c1ddf5023faf980324952de08c79"
},
"sequence" : 4294967295
},
{
"txid" : "6300d320e006a7be95556f38d80c2225f73761dfc6998d5f1765e441d7972e59",
"vout" : 0,
"scriptSig" : {
"asm" : "3045022100e780ee7216f56a1075a068e3bf9a32778b246ca153abe6551ebf5db3a50b3181022012929c5a2be93e7167ac7eec028764da4be4bbe7c685b974a7a294fab99bfa3201 02db386f4f155744e11dee9b182cb014b89c3d7104827303bc4f8d55b822961ddd",
"hex" : "483045022100e780ee7216f56a1075a068e3bf9a32778b246ca153abe6551ebf5db3a50b3181022012929c5a2be93e7167ac7eec028764da4be4bbe7c685b974a7a294fab99bfa32012102db386f4f155744e11dee9b182cb014b89c3d7104827303bc4f8d55b822961ddd"
},
"sequence" : 4294967295
},
{
"txid" : "2d7cd6c42fe591bbcdd4c7fbc95c5b92c8c9f57406b48c2fd48c42d3f224a0a1",
"vout" : 0,
"scriptSig" : {
"asm" : "30440220704aee08f4ea413967a65f43d80618eebcba407f5ec47f9bb4dd861294feb670022028e8b81335381438387f4a6aca80d4000f97aadda149360dca12b9caa49387cb01 022221c6c6804456de70dfe332c9a8f1694b27c1ddf5023faf980324952de08c79",
"hex" : "4730440220704aee08f4ea413967a65f43d80618eebcba407f5ec47f9bb4dd861294feb670022028e8b81335381438387f4a6aca80d4000f97aadda149360dca12b9caa49387cb0121022221c6c6804456de70dfe332c9a8f1694b27c1ddf5023faf980324952de08c79"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.56089498,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 3845a744f2480b47443d20122171e80971194ec8 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"mkeVaQ7XR9gS2mTDKeH378r2agpuiCvqna"
]
}
},
{
"value" : 539.46664200,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 0df32d5dd2f602fac3ef26452c91fcb15d4c91af OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"mgniPoAcsSzvpfisxg1cyueUvqApAZbwbK"
]
}
}
],
"amount" : -539.46664200,
"fee" : -0.00010000,
"confirmations" : 11,
"blockhash" : "000005fb04de17a44bcfc2195aed1878e890a1898799772a7fcf2e4dc80e1284",
"blockindex" : 3,
"blocktime" : 1402462748,
"txid" : "7f14e6f0b00e98b25b4acf5463ca5419f6ec86673d5540dd8da3c8c147eb90c0",
"time" : 1402462734,
"timereceived" : 1402462734,
"details" : [
{
"account" : "",
"address" : "mgniPoAcsSzvpfisxg1cyueUvqApAZbwbK",
"category" : "send",
"amount" : -539.46664200,
"fee" : -0.00010000
}
]
}

{
"txid" : "d0ce1a74c9e03fca3a507dfef2d0e7e8e6bc0b9b8180676a6fc481a275e0b670",
"version" : 1,
"time" : 1402462729,
"locktime" : 0,
"vin" : [
{
"txid" : "81fac0abe2b4ecc9002dbc79a6ac0dfd4ee6cbfdb8f491e98dbaf9be835eaa69",
"vout" : 1,
"scriptSig" : {
"asm" : "3045022100e932e4cb29d6b6fd76dd943d162cf38e52bb2ed852a5afd7a2f5497c6711243a02202aff5c3840b8a8fec710655a36ed931e7d3198cbaf0a7b1441d2726d1db73b4801 023ef1072fdaa98ac338d5c6d81dbbe5e3b04ba93ab264fabf1cfebcded3a0f79d",
"hex" : "483045022100e932e4cb29d6b6fd76dd943d162cf38e52bb2ed852a5afd7a2f5497c6711243a02202aff5c3840b8a8fec710655a36ed931e7d3198cbaf0a7b1441d2726d1db73b480121023ef1072fdaa98ac338d5c6d81dbbe5e3b04ba93ab264fabf1cfebcded3a0f79d"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 49000.98760000,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 b9cad0c51435f495f3e97220f53585e581d34249 OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"mxTLGQoK2sGQhtVMSe4qWZnb1nfC3QQHaL"
]
}
},
{
"value" : 999.01230000,
"n" : 1,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 c35ecd1597c76829e5118f36033207795709b4bf OP_EQUALVERIFY OP_CHECKSIG",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"myKydMhECoFyY2iAWgwuEVbthej1sKHFdR"
]
}
}
],
"amount" : 999.01230000,
"confirmations" : 11,
"blockhash" : "000005fb04de17a44bcfc2195aed1878e890a1898799772a7fcf2e4dc80e1284",
"blockindex" : 1,
"blocktime" : 1402462748,
"txid" : "d0ce1a74c9e03fca3a507dfef2d0e7e8e6bc0b9b8180676a6fc481a275e0b670",
"time" : 1402462731,
"timereceived" : 1402462731,
"details" : [
{
"account" : "D2",
"address" : "myKydMhECoFyY2iAWgwuEVbthej1sKHFdR",
"category" : "receive",
"amount" : 999.01230000
}
]
}

put this in the ANN post???
2465  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPER] SuperCoin - SUPER Anonymous Wallet ScreenShots Detailed Explanation on: June 11, 2014, 08:36:31 AM
dev

how about reduce the pow period?

it seems everytime the price goes up, then there are some big hash rate come from multipool, then they will mine supercoin(because it's very profitable), after they mine it, they just dump super ASAP, then the price is down again.

just now the total hashrate is about 2G, then price goes up to 1000satoshi, then the hash rate quickly jump to 10G, all of the pool list in the ANN thread do not have such hashrate(similar thing happen with XC coin mining period), then multipool mined most of the pow coins and dump it quickly, the price back to 650 satoshi, i watched this several times.

dev if we want supercoin has a long term development, and rank in top 30 in coinmarketcap one day.

we indeed should reduce the block reward or end the pow period at some point.


we can check the other 3 other Anon coins

Darkcoin  very low reward now..
XC          pow ends ten days after launched?
VRC        pow ends?(also quick mining)


i have seen so many coin just killed by multipool, we can just turn the pow to pos... and can still keep the total amount fixed.

we need this dev. if we can ends pow earlier, supercoin will be next XC or VRC.

Please consider this.

thanks.
2466  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CHA] Chancecoin, a coin for betting in a decentralized casino on: June 11, 2014, 08:05:32 AM
great! Smiley
2467  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] X11/PoS/Privacy on: June 11, 2014, 07:15:08 AM
time to go 1$?
$10 is a matter of weeks. IMHO

soon. Smiley
2468  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPER] SuperCoin - 1st Coin with PoS Superblocks! Anon Wallet Coming Soon on: June 11, 2014, 05:39:28 AM
126    SuperCoin   $ 38,236   $ 0.003904   9,795,135 SUPER   $ 3,544   +5.59 %

dev the total coin number is right?

9,795,135 SUPER?

thanks

moneysupply" : 9795460.01035125,

 Wink
2469  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CHA] Chancecoin, a coin for betting in a decentralized casino on: June 11, 2014, 05:36:13 AM
Chancecoiners,

I'm very happy to see the active discussion about marketing and promotion.

I just want everyone to know that CHA is not dead and CHA will not die. Venetian and I are both very invested in the coin. My address is 1EyHoCsDucQzWghwnMkeDHpn195EMkezFY and Venetian's is 1JAKTkPAuzbi3m9LopdiPCdviexqXiLFGA. We own 15.1k and 13.4k CHA respectively, and we will not be selling on an exchange any time soon. We both believe CHA is worth at least $10M USD in total market capitalization, and we would hesitate to sell any CHA even at that valuation. In fact, in a few years, I think we'll all be laughing that I at one point suggested a valuation so small.

We created Chancecoin for a number of reasons. One of those reasons is that we want to make money on it. But the biggest reason we created Chancecoin is that we believe a fully decentralized casino is something that just ought to exist. We are invested in the coin and the idea, and we will do whatever it takes to make sure Chancecoin is the coin we're all happily gambling with on the moon in twenty years time, when cryptocurrency has completely replaced fiat.

Venetian and I have been working on new single-player casino games that we hope to have ready soon. Here's a screenshot of the poker game we're working on:



In order to get it work, we've had to make some protocol-level changes that will make it easier to add more games in the future. In terms of a priority list for future development, we're currently looking at:

  • Single-player casino games (poker, blackjack, roulette, color wheel, etc.) -- this is what we're currently working on.
  • Sports betting -- we're also watching the development of Countersports as we eye this market.
  • Stock price betting

Note that for sports betting and stock price betting, there is some question about how we would implement it, how decentralized it would be, etc., but let's save those discussions for the future.

It's true we've been doing more developing than marketing lately. I think the development work and innovation is very important, but it's also important for us to start marketing and promoting now. We do have some ideas of our own, but we also readily admit that we might not be the best people when it comes to marketing skill. We would love for the community to step up here. Whether that means we all chip in and hire someone, or we all chip in with our own skillsets, let's get it done.

Venetian and I are pledging 250 CHA to get the ball rolling. Our plan is to release the single-player casino games in the coming weeks, and then launch a promotion to get people gambling more. We strongly believe that if there is genuine gambling action happening on Chancecoin, then the value of the coin will increase. The promotion will probably be: 250 CHA to the biggest winner for the month of July.

Here's what I see as our community todo list for marketing and promotion:

  • Social media -- Front page of Bitcoin sub-reddit, Hacker News
  • Get on exchanges -- Poloniex, Bter, etc.
  • Get on Coinmarketcap
  • Get on blogs and Internet publications -- CoinDesk, TechCrunch, etc.
  • Get in major newspapers -- let's aim for the New York Times, which should be doable if we spin it right
  • Promotions to encourage gambling
  • Bitcointalk signature campaign
  • Faucet

What do you all think? Let's make this happen as a community.

Magician

thanks for the update, much appreciated.
2470  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPER] SuperCoin - 1st Coin with PoS Superblocks! Anon Wallet Coming Soon on: June 11, 2014, 05:23:10 AM
126    SuperCoin   $ 38,236   $ 0.003904   9,795,135 SUPER   $ 3,544   +5.59 %

dev the total coin number is right?

9,795,135 SUPER?

thanks
2471  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] X11/PoS/Privacy on: June 11, 2014, 05:03:40 AM
And price is falling down again, slowly but falling.. why? :/

everything is just start now. Smiley

after V2 release, everything will change.
2472  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPER] SuperCoin - 1st Coin with PoS Superblocks! Design Contest Started on: June 11, 2014, 01:30:15 AM
Hello, I am the Supercoin dev, and I want to give an update to the community on our progress of the anonymous wallet work.

First thanks to all for your patience. We've been working hard for a few weeks, and we almost finished the basic features, and they work fine. We are doing final dev testing. We will soon (in a few days) release a new version of the client (no hardfork) that will support anon features. But we want more tests to be done with the community, so for now we will only limit the anon feature in testnet environment. It will be the same client, but the anon features will be only allowed in testnet for now. We will decide, depends on how tests go, when the features will be in real network.

So what is anon features?

Anon features hide the traces of the transaction. So basically when you want to send from A to B, instead of showing in the blockchain explicitly a transaction showing A-B, it may show A->X, then Y->B, where X, Y are some random addresses (at least from a large address pool). Of course the transaction can be further obfuscated, such as you can split the sending amount to several parts, and apply the above for each part. This way, it is virtually impossible to trace the real transaction. So it protects your privacy.

I will provide more details to our anon feature strategy and implementations later. And if you have questions, please post in the thread, the dev team will answer them as soon as possible (remember we all have our daily jobs, so please be patient Wink)



this will be a big thing! Grin
2473  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPER] SuperCoin - 1st Coin with PoS Superblocks! Design Contest Started on: June 11, 2014, 01:29:43 AM
Hello, I am the Supercoin dev, and I want to give an update to the community on our progress of the anonymous wallet work.

First thanks to all for your patience. We've been working hard for a few weeks, and we almost finished the basic features, and they work fine. We are doing final dev testing. We will soon (in a few days) release a new version of the client (no hardfork) that will support anon features. But we want more tests to be done with the community, so for now we will only limit the anon feature in testnet environment. It will be the same client, but the anon features will be only allowed in testnet for now. We will decide, depends on how tests go, when the features will be in real network.

So what is anon features?

Anon features hide the traces of the transaction. So basically when you want to send from A to B, instead of showing in the blockchain explicitly a transaction showing A-B, it may show A->X, then Y->B, where X, Y are some random addresses (at least from a large address pool). Of course the transaction can be further obfuscated, such as you can split the sending amount to several parts, and apply the above for each part. This way, it is virtually impossible to trace the real transaction. So it protects your privacy.

I will provide more details to our anon feature strategy and implementations later. And if you have questions, please post in the thread, the dev team will answer them as soon as possible (remember we all have our daily jobs, so please be patient Wink)



would like to test the Anon features, thanks!
2474  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] X11/PoS/Privacy on: June 11, 2014, 01:22:50 AM

thanks for the quick update.

so we will have a V2.0 two weeks later? Smiley
2475  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPER] SuperCoin - 1st Coin with PoS Superblocks! Design Contest Started on: June 10, 2014, 10:49:50 AM
how about we start a give away on poloniex?

and let people vote for us?

 Smiley
2476  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] X11/PoS/Privacy on: June 10, 2014, 10:44:39 AM
we have a very good coin, but it seems we also need some articles and promotions.... Smiley

any marketing plan on XC coin?
2477  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XC][OFFICIAL] X11/PoS/Privacy on: June 10, 2014, 02:32:57 AM


v1.40 is available on the website



http://xc-official.com/release/wallets/

very quick  update, so V2.0 may come out soon! Grin

2478  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPER] SuperCoin - 1st Coin with PoS Superblocks! Design Contest Started on: June 09, 2014, 10:44:53 PM
Poloniex Coin Request

https://poloniex.com/coinRequest


Duplicate entries will be deleted. Please only submit this form once. Thank you!

What is the name of the coin? *
e.g. "Litecoin"
 
What is the coin's symbol? *
e.g. "LTC"
 
Please link to the announcement page. *
e.g. https://bitcointalk.org/index.php?topic=47417.0
 
If the coin has a website, please link it here.
e.g. https://litecoin.org/
 
If the coin has a block explorer, please link it here.
e.g. http://explorer.litecoin.net/
 
Please explain why you would like to see this coin added to the exchange. *
 
If this coin has any significant innovations over other coins, please elaborate on them here.
e.g. "Litecoin uses the scrypt proof-of-work algorithm in an attempt to make mining possible for the average person and their own computer."
 
Optional: What is your name in the Poloniex exchange chatbox?
 
Are you the developer of this coin or otherwise affiliated with it? *
  Yes
 No

2479  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPER] SuperCoin - 1st Coin with PoS Superblocks! Design Contest Started on: June 09, 2014, 10:42:29 PM
show some loves on supercoin guys, ask poloniex add supercoin!
https://poloniex.com/coinRequest
2480  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SUPER] SuperCoin - 1st Coin with PoS Superblocks! Design Contest Started on: June 09, 2014, 10:39:51 PM
Please submit your request using the form at poloniex.com/coinRequest. There is no set of rules for accepting coins, but we like to see evidence of the developers' dedication to the project, community interest, and, more than anything, innovation. If your coin is truly innovative, it is more or less guaranteed to be accepted by Poloniex.
Pages: « 1 ... 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 [124] 125 126 127 128 129 130 131 132 133 134 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 ... 244 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!