Bitcoin Forum
May 10, 2024, 01:18:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
21  Economy / Exchanges / Re: Transaction not being confirmed on: May 26, 2017, 12:59:20 AM
Well I do not know what is going on but its been 18 hours since I sent $10 of btc to a wallet and it has not been confirmed. Is there a reason for this?

Trans ID:
4ef9a27135fddd95e27b91c2483addb1442ee6471a6d32d237d1512594e2d1f1

Link (for those who want it):
https://blockchain.info/tx/4ef9a27135fddd95e27b91c2483addb1442ee6471a6d32d237d1512594e2d1f1

Thanks

The transaction fee of 159sat/B is really low right now. If you wanna know how much fee you should pay, just take a quick look at https://bitcoinfees.21.co before doing any transaction and you'll be able to gauge the delay for the first confirmation.

22  Bitcoin / Bitcoin Discussion / Re: Bitcoin transasction time and fees - What are the solutions ? on: May 26, 2017, 12:54:08 AM
I'd like to make this thread evolve and keep it up to date with all the options that are proposed right now, if you guys have any other options that are not mentionned in the OP or if you see some mistake in the OP please give your input.

I think this thread could be a good summary for new members and peoples that want to learn about what is on the table. Smiley
23  Bitcoin / Bitcoin Discussion / Re: 1 BTC = 250x fees then you will remain with 0 BTC on: May 22, 2017, 01:42:14 AM
The average price right now for a transaction that would be confirmed in less than 25 minutes is 0,005USD/byte and the average TX size is 250 bytes, so 0.005 * 250 = 1.25USD.

If you are not in a hurry and can wait up to 24 hours, you can go with a 0.001USD/byte, so 0.001 * 250  = 0.25USD.

That's pretty cheap IMO.
24  Bitcoin / Bitcoin Technical Support / Re: Uncorfirmed Transaction.. on: May 22, 2017, 01:31:28 AM
Sending Bitcoin with 14.632 sat/B is not recommended. You can take a look at the chart right here to see the average time in real time for a transaction to be proceed:

https://bitcoinfees.21.co

It seems that your transaction has been confirmed, so everything is fine Smiley
25  Bitcoin / Bitcoin Discussion / Re: Bitcoin transasction time and fees - What are the solutions ? on: May 21, 2017, 10:09:07 PM

Thanks guys for all your inputs and information! Smiley

So, for the moment, I see that those are the options available to fix those problems:



SegWit (Segregated Witness)

The changes brought by SegWit are:

-Malleability Fixes
-Linear scaling of sighash operations
-Signing of input values
-Increased security for multisig via pay-to-script-hash (P2SH)
-Script versioning
-Reducing UTXO growth
-Efficiency gains when not verifying signatures
-Block capacity/size increase
-Moving towards a single combined block limit

SegWit would need 95% of the miner approval in order to be implemented.

Currently, there is around 33% approval as you can see here:
http://segwit.co

More information about SegWit can be found here:
https://bitcoincore.org/en/2016/01/26/segwit-benefits/

----------------------------------------------------------------------


Lightning Network

The changes brought by Lightning Network are:

-Instant Payments.
Lightning-fast blockchain payments without worrying about block confirmation times.

- Scalability.
Capable of millions to billions of transactions per second across the network.

-Low Cost.
By transacting and settling off-blockchain, the Lightning Network allows for exceptionally low fees, which allows for emerging use cases such as instant micropayments.

-Cross Blockchains.
Cross-chain atomic swaps can occur off-chain instantly with heterogeneous blockchain consensus rules.

More information about Lightning Network can be found here:
https://lightning.network

----------------------------------------------------------------------


Bitcoin Unlimited

The changes brought by Bitcoin Unlimited:

Bitcoin Unlimited is an attempt to upgrade Bitcoin Core into a client that processes bitcoin transactions into blocks with a potential maximum size greater than the Core's hard-coded limit of one megabyte. Per the advocates of the change, a block size increase is needed in order to avoid a workflow bottleneck due to the number of transactions made as bitcoin adoption increases.

With Bitcoin Unlimited, miners are independently able to configure the size of the blocks they will validate. The software allows the users to adjust it and select the size of blocks they produce. It also allows nodes to choose the size of the block they accept. By default this is set at 16 megabytes. And lastly, it implements a consensus strategy by retroactively accepting larger blocks if a majority of other miners have done so.

Miners using Bitcoin Unlimited continue to process regular-sized blocks but as soon as a block larger than 1 MB is mined, they will follow the chain containing the most work.

Bitcoin Unlimited continues the transaction capacity increase method bitcoin used for much of its existence. Business analyst and cryptoanalyst Eli Avram claimed that 'The "1000000" (1MB), number that Satoshi input into the code follows no real decision point, but rather, a simple round numbered limit, that was never supposed to be reached. Except that we did reach that number, and as a result, many users are now paying well over 1USD per transaction.

Bitcoin Unlimited seems to be a real dividing subject amongst the community and some peoples are scared it would give too much power to the miner itself. Others think the software creator are not up to par with the Bitcoin Core team in term of coding capacity and that the current software is far from being ready.


More information about Bitcoin Unlimited can be found here:
https://www.bitcoinunlimited.info/faq

----------------------------------------------------------------------



Those are the current proposal I've seen and I plan to update and correct the OP by reading this thread carefully.

I am learning a lot right now and I like it and I hope this thread will be useful for peoples to get informations on what is planned and the solutions available for the future of Bitcoin.

26  Bitcoin / Bitcoin Discussion / Re: The fees are crazy, 420 satoshis/byte, WHY? on: May 18, 2017, 02:52:05 AM
I agree it's getting quite ridiculous. Sent $10 worth of BTC to a friend to teach him crypto and I ended getting sticked $2.34ish in fees. 

That's 23% fee, that is unacceptable, I can't believe it. Don't know why they didn't went with something like a fixed fee of around 0.5% per transaction, so that the more you spend the more you pay, that is the logical way to go in my view...
27  Bitcoin / Bitcoin Discussion / Bitcoin transasction time and fees - What are the solutions ? on: May 18, 2017, 02:38:27 AM

The current unconfirmed transaction growing like crazy.

I would like to know what are the current solution that are available and how and when they could be implemented.

What are the solutions to lower the transaction fee that are currently really high.

I've looked around the forum for answers, but it just confused me more.

So if you could brief up what options are on the table, what will be done, what can be done, and when it could be done, I'm sure that would be some really useful information for a lot of people. Smiley


Edit, May 21st, 2017:

So, for the moment, I see that those are the options available to fix those problems:



SegWit (Segregated Witness)

The changes brought by SegWit are:

-Malleability Fixes
-Linear scaling of sighash operations
-Signing of input values
-Increased security for multisig via pay-to-script-hash (P2SH)
-Script versioning
-Reducing UTXO growth
-Efficiency gains when not verifying signatures
-Block capacity/size increase
-Moving towards a single combined block limit

SegWit would need 95% of the miner approval in order to be implemented.

Currently, there is around 33% approval as you can see here:
http://segwit.co

More information about SegWit can be found here:
https://bitcoincore.org/en/2016/01/26/segwit-benefits/

----------------------------------------------------------------------


Lightning Network

The changes brought by Lightning Network are:

-Instant Payments.
Lightning-fast blockchain payments without worrying about block confirmation times.

- Scalability.
Capable of millions to billions of transactions per second across the network.

-Low Cost.
By transacting and settling off-blockchain, the Lightning Network allows for exceptionally low fees, which allows for emerging use cases such as instant micropayments.

-Cross Blockchains.
Cross-chain atomic swaps can occur off-chain instantly with heterogeneous blockchain consensus rules.

More information about Lightning Network can be found here:
https://lightning.network

----------------------------------------------------------------------


Bitcoin Unlimited

The changes brought by Bitcoin Unlimited:

Bitcoin Unlimited is an attempt to upgrade Bitcoin Core into a client that processes bitcoin transactions into blocks with a potential maximum size greater than the Core's hard-coded limit of one megabyte. Per the advocates of the change, a block size increase is needed in order to avoid a workflow bottleneck due to the number of transactions made as bitcoin adoption increases.

With Bitcoin Unlimited, miners are independently able to configure the size of the blocks they will validate. The software allows the users to adjust it and select the size of blocks they produce. It also allows nodes to choose the size of the block they accept. By default this is set at 16 megabytes. And lastly, it implements a consensus strategy by retroactively accepting larger blocks if a majority of other miners have done so.

Miners using Bitcoin Unlimited continue to process regular-sized blocks but as soon as a block larger than 1 MB is mined, they will follow the chain containing the most work.

Bitcoin Unlimited continues the transaction capacity increase method bitcoin used for much of its existence. Business analyst and cryptoanalyst Eli Avram claimed that 'The "1000000" (1MB), number that Satoshi input into the code follows no real decision point, but rather, a simple round numbered limit, that was never supposed to be reached. Except that we did reach that number, and as a result, many users are now paying well over 1USD per transaction.

Bitcoin Unlimited seems to be a real dividing subject amongst the community and some peoples are scared it would give too much power to the miner itself. Others think the software creator are not up to par with the Bitcoin Core team in term of coding capacity and that the current software is far from being ready.


More information about Bitcoin Unlimited can be found here:
https://www.bitcoinunlimited.info/faq

----------------------------------------------------------------------


Those are the current proposal I've seen and I plan to update and correct the OP by reading this thread carefully.

I am learning a lot right now and I like it and I hope this thread will be useful for peoples to get informations on what is planned and the solutions available for the future of Bitcoin.

28  Bitcoin / Bitcoin Discussion / Re: The fees are crazy, 420 satoshis/byte, WHY? on: May 18, 2017, 02:14:04 AM
What will happen in the future ? Does the fees will always raise and no one will be interested in using bitcoins anymore ? What are the solutions ? What if the userbase grow really fast and the transaction volume are ten time higher than right now ? This is a bit scarry I must admit ! :/
29  Economy / Speculation / Re: Will Bitcoin die soon? on: May 18, 2017, 02:00:57 AM
Yeah, I would like to know what are the short term solution to this problem and how do they plan to solve this issue in the long term too ? Anyone can enlight me ?
30  Bitcoin / Development & Technical Discussion / Re: Bitcoin - Open Source - Questions! on: May 16, 2017, 03:05:40 AM
Thanks for the lenghty reply, this was a quite interesting read ! You say that 95% of the hashing power would have to agree in order to make a fundamental change but I've always read that a hard fork would need 50% + 1 of the hashing power ? Can you elaborate on that ?

I gave 95% as an example, and not as a specific required number (which is why I put the word "like" in front of it).

What is important is that the change be accepted by "a significant percentage".

The larger that percentage is the smaller the risk to the users.  How significant that risk is depends on what the effects of the change are.

As an example, lets say a decision is made to have a smaller maximum allowed block size...

This is backward-compatible since any old node or miner is already perfectly willing to accept a smaller block.  It only requires enough miners running the new software enforce the new rule. Therefore it is considered to be a "soft-fork".



Now lets say only 10% of the the global hashpower implements the change:

In that case, on average, the new software will solve 1 out of every 10 blocks. Lets say I'm a miner on the new software, and you're a miner on the old software.  I mine a small block, and you accept it...  So far so good.  The blockchain is growing as it should.  Next you mine a block, and broadcast it to the network.  Me and all the other miners on the new software will consider your block to be invalid.  We will toss it out and not build on top of it.  Instead we will continue to build on top of the block that I mined earlier.  Meanwhile, you and the other 90% of miners on the old software will accept your block, add it to your blockchain, and then build on top of that.

Uh oh.  We've got a fork in the chain.  Which one is the "real" chain?  Which one is the "right" chain?  There is a disagreement on that matter because there is a disagreement in the software on what the consensus rules are.  Since 90% of the hashpower is running the old software, that fork will grow faster than the chain being built by the new software. It will always be longer.  However, since that longer fork includes blocks that the new software thinks are invalid, the new software will never accept that fork as being valid and will continue to ignore it.

Whether a user sees a transaction as confirmed or not will depend on whether that transaction is in only one side of the fork, and which software that user is running.  This is quite a mess.



Now lets say that 90% of the global hashpower implements the change:

In that case, on average, the new software will solve 9 out of every 10 blocks. Lets say I'm a miner on the new software, and you're a miner on the old software.  I mine a small block, and you accept it...  So far so good.  The blockchain is growing as it should.  Next you mine a block, and broadcast it to the network.  Me and all the other miners on the new software will consider your block to be invalid.  We will toss it out and not build on top of it.  Instead we will continue to build on top of the block that I mined earlier.  Meanwhile, you and the other 10% of miners on the old software will accept your block, add it to your blockchain, and then build on top of that.

Hmm.  We've got a fork in the chain, but in this situation maybe it isn't too bad.  Since the new software is likely to create another 9 blocks before you and your "old software" friends create even 1 more block, our chain will be longer than yours.  Since the old software doesn't see small blocks as invalid, all the miners running the old software will just abandon/orphan the bigger block and switch over to the longer fork as soon as it has more blocks.

Whether a user sees a transaction as confirmed or not will depend on whether that transaction is in only one side of the fork, and which software that user is running.  But, their wallet will switch over to the "new software" fork within a few blocks.  Anyone that is running the old software might want to wait for a few more confirmations than they usually would just to make sure they are on the "correct" fork, but if a transaction has more than 10 confirmations, they can be pretty confident that the entire network sees the transaction as confirmed.



Now lets say that 51% of the global hashpower implements the change:

In that case, on average, the new software will solve just barely more than half the blocks. Lets say I'm a miner on the new software, and you're a miner on the old software.  I mine a small block, and you accept it...  So far so good.  The blockchain is growing as it should.  Next you mine a block, and broadcast it to the network.  Me and all the other miners on the new software will consider your block to be invalid.  We will toss it out and not build on top of it.  Instead we will continue to build on top of the block that I mined earlier.  Meanwhile, you and the other 49% of miners on the old software will accept your block, add it to your blockchain, and then build on top of that.

Oh dear.  We've got a fork in the chain, and this seems to be the worst of the three scenarios. Since both versions of the software are likely to create blocks at a nearly equal rate it is possible that the "old software" chain could get a second block before the "new software" miners can catch up.  Then it's possible that for the next 2 weeks the blocks are effectively back-and-forth (new software solves, then old software solves, then new software, etc).  In this case, the "old software" fork stays longer (and therefore is accepted by all "old software" nodes as "valid") for the entire two weeks.  Then suddenly the "new software" miners might get lucky and solve the next three blocks in a row before the "old software" nodes can solve any.  BAM.  The "new software" fork is now longer, and the entire last two weeks of confirmations and history is wiped out from the "old software" nodes.  POOF. They suddenly forget everything that they thought was true and switch over to the "new software" fork, treating it as "true" and "valid".

At least when the "new software" miners only had 10%, you could count on consistency with your own view of the world.  You could be sure that everyone that was running the "old software" would agree on what the blockchain looked like and it wouldn't change.  You could be sure that everyone that was running the "new software" would agree on what the blockchain looked like and it wouldn't change.

Now you have a situation where everyone running the "old software" agrees for a while (hours? days? weeks? years?), and then suddenly all that history disappears and is replaced with a re-written history.  That's completely unreliable and unusable.



So, perhaps you can see that trying to soft-fork with too small of a minority of hashpower results in a permanently split chain (not much different than a hard-fork), trying to soft-fork with an overwhelming majority of hashpower results in the majority imposing their will on those that don't upgrade, and trying to fork with just a small majority of the hashpower results in an inconsistent and unusable system.

The larger the majority on the "new software", the safer it is and the less blocks that are likely to be orphaned when the "old software" nodes jump back to the longer chain.


That was another really interesting post, thanks for taking the time to post such a lengthy and constructive explaination ! Smiley
31  Bitcoin / Development & Technical Discussion / Re: Bitcoin - Open Source - Questions! on: May 15, 2017, 06:50:45 PM
There is no such thing as "official" when it comes to Bitcoin.  There is no government or business in charge.  It is a decentralized open system that anyone can participate in without requiring any type of permission.  If you can convince an overwhelming majority of the users to use software that you use, then you are in control (for so long as the users continue to use the software that you are writing).

You are also totally wrong, and demonstrably contradicting yourself in this passage.


There is, by design and necessity, one prevalent set of consensus rules running the network at any one time, and those rules are delivered as a single package by a single development team.

The fact that you claim "no-one is in charge" while simultaneously claiming "if you can convince an overwhelming majority of the users to use software that you use, then you are in control" demonstrates the extremely contradictory nature of your rhetoric here, Danny Hamilton, you're hitting black = white levels of argument.

It's very simple Danny Hamilton, real life is more complex than the "freedom for everyone concerning everything" rhetoric that you and your cohorts continually espouse. In order to safeguard the freedom to transact without 3rd party permission or interference, Bitcoin must have rules, rules that are well designed to perform the task of conferring that ability to it's users. Ditto the safeguarding of the limited supply, and of keeping user identity pseudonymous.

You're right about one thing, people are indeed free to run different software, to fork Bitcoin unilaterally without majority support, or to create a separate network with their preferred consensus rules. The question to you, Danny Hamilton, is why you and your little cabal are constantly driving at trying to infiltrate Bitcoin's network and Bitcoin's rules from within, instead of trying to ley your (according to you) "better" consensus rules compete externally to the Bitcoin system? Don't tell me, it's because you "love Bitcoin so much, that you just can't stand to see it failing".

Thanks very much, but no thanks. Leave, quietly please. Or, as I expect, continue to try and rot this system and it's community from the inside, as you are wont to do both now and in the past. You're a disgrace to your fellow humans, who never did you any wrong, you're disgusting.

Why being so rude ? I would like to understand why do you hate this guy so much ? I don't know him but you seems to have a really bad opinion about him... :/
32  Bitcoin / Development & Technical Discussion / Re: Bitcoin - Open Source - Questions! on: May 15, 2017, 06:48:16 PM
Maybe I don't get it right, but I thought that the Bitcoin Core developement team were the one who could decide for soft or hard fork, so they could decide for any fundamental changes in Bitcoin (ex. Block size), and that if only a handful of people had the final says on what can be change, it could eventualy create conflict with people that don't have the same thought.

But I might be totally wrong and would certainly like to be corrected if so Tongue

You are totally wrong.

There are many bitcoin clients, each with their own development team.  Some of the more well known efforts are: Bitcoin Unlimited, Bitcoin Knots, Bitcoin Core, Bitcoin XT.  However, there are many services (such as wallet explorers and mining pools) that have their own custom written nodes as well.

The "Bitcoin Core development team" is just the team of developers that happen to contribute to the software named "Bitcoin Core".

Each team can make any changes they want to in their own software, and you can take a copy of the software and make any changes you want to as well.

As long as the changes don't break any of the consensus rules, then changes you make to your software will only effect users that shoose to run your software.

If you make a change to the consensus rules, then your software may accept a block that the rest of the network considers to be invalid.  This is called a "fork".  After that happens, it is possible that your software will never revert back to the blocks that the rest of the network is accepting, or it is possible that your software will eventually abandon the block that the rest of the network rejected and will join back to the same series of blocks as everyone else.  That all depends on how exactly you implement your change, and how popular your change is.

Any time ANYBODY changes a consensus rule (even Bitcoin Core), that is a risk.

If the change is made in a way that is backward compatible, then you generally only need the miners to accept the change.  Any node that doesn't upgrade might not get to use the new features, but they won't reject the blocks that have the new features in them.  This is called a "soft fork", and to prevent a situation where some miners accept blocks with the new features and others reject them soft forks changes are generally written such that they won't "activate" until a significant percentage (like 95%) of the hashpower signals that they are ready to accept the new feature.

If the change is made in a way that is not backward compatible, then you need ALL nodes to accept the change.  Any node that doesn't upgrade will reject any block that has the new feature (no matter how long the chain gets).  Therefore, if even one miner continues to reject the new features and mines the old block type, there could be a permanent split in the blockchain with nodes on the new software accepting blocks with the new features, and nodes on the old software accepting blocks that don't have the new features.  This is called a "hard fork", and to prevent a disastrous split in the blockchain an overwhelming majority of ALL nodes (wallets, miners, services, etc) must ALL upgrade to the new software before the feature gets used.

It is the users that run the nodes that get to decide what the rules are.  Development teams can add features to their software or remove features from their software, but they can't force users to run the software that the development team creates.  The users choose the software that they agree with, and abandon the software that they disagree with.  If a development team want's to remain relevant and avoid wasting time developing software that never gets used, then they need to be aware of what will give the users the best possible security, reliability, and usability.

There is no such thing as "official" when it comes to Bitcoin.  There is no government or business in charge.  It is a decentralized open system that anyone can participate in without requiring any type of permission.  If you can convince an overwhelming majority of the users to use software that you use, then you are in control (for so long as the users continue to use the software that you are writing). If users don't like something you are doing, then can just switch to someone else's software.  If users disagree, and there is competing software available, then it is possible for changes to be made that split the blockchain in each group is left with a system that is incompatible with the other.  They might both try to call themselves the "real" bitcoin, but in the end, the actual "real" bitcoin will be the one that survives (if any).

Thanks for the lenghty reply, this was a quite interesting read ! You say that 95% of the hashing power would have to agree in order to make a fundamental change but I've always read that a hard fork would need 50% + 1 of the hashing power ? Can you elaborate on that ?
33  Bitcoin / Development & Technical Discussion / Re: Bitcoin - Open Source - Questions! on: May 14, 2017, 04:30:29 PM
I've always wondered whom decided who would have the control over the repo
You are welcome to use your own implementation
and if the fact that a few peoples has the final word on what can be changed in
the source code could potentially be a problem in the future ?
Problem for whom?


Maybe I don't get it right, but I thought that the Bitcoin Core developement team were the one who could decide for soft or hard fork, so they could decide for any fundamental changes in Bitcoin (ex. Block size), and that if only a handful of people had the final says on what can be change, it could eventualy create conflict with people that don't have the same thought.

But I might be totally wrong and would certainly like to be corrected if so Tongue

34  Bitcoin / Development & Technical Discussion / Re: Bitcoin - Open Source - Questions! on: May 13, 2017, 10:01:12 PM
1 - The Bitcoin Core, beeing an open source software where people can contribute and make changes, isn't it and issue? I would like to know how the changes are made on the code? Anyone can access and make changes? Is necessary any approval? If yes, from who?
Bitcoin Core is developed on github here: https://github.com/bitcoin/bitcoin. If you want to contribute, you make a fork of the repository (which goes to your account), make your changes, and then open a Pull Request on Bitcoin Core's repo. Then other Core contributors review your code and indicate whether they support the change or not. If a lot of the reviewers think the change is something that they want in Core, the maintainers of the repo will merge the change and it will be a part of Bitcoin Core.


I've always wondered whom decided who would have the control over the repo and if the fact that a few peoples has the final word on what can be changed in the source code could potentially be a problem in the future ?
35  Bitcoin / Bitcoin Discussion / Re: BitCoin 20 Years From Now on: May 13, 2017, 06:22:09 PM
I certainly hope that Bitcoin will still be used in 20 years. I hope it would be widely addopted and used by a vast majority of the world population. I would also hope that it would free us from the bank cartels and the world elite.
36  Other / Archival / CLOSED on: May 03, 2017, 07:35:29 PM
CLOSED
37  Economy / Auctions / Re: [WTS] ★ 10 x .999 FINE COPPER - 0.1 BITCOIN - CRYPTOLATOR PHYSICAL BITCOIN ★ on: November 20, 2015, 07:23:08 PM
I'll make the new print on certificate paper, and put it between two cardbox sheet...
38  Economy / Auctions / Re: [WTS] ★ 10 x .999 FINE COPPER - 0.1 BITCOIN - CRYPTOLATOR PHYSICAL BITCOIN ★ on: November 20, 2015, 07:21:40 PM
Package of coins and artwork received today.
Coins were in good shape but alas, the artwork not so much.
The signed business cards are very nice... but I did like the older business cards that were made from plastic.
Any chance for a replacement? Wink 
Thanks Smiley



Woaa, sorry about that, I will send you a new print and 10 of the other cards (I never had plastic cards, they were in the same material but without they shinny effect)

Joe
39  Economy / Auctions / Re: [WTS] ★ 10 x .999 FINE COPPER - 0.1 BITCOIN - CRYPTOLATOR PHYSICAL BITCOIN ★ on: November 11, 2015, 07:29:13 PM
0.5BTC

The winner is minerjones ! Look at your PM ! Smiley

Joe
40  Economy / Auctions / Re: [WTS] ★ 10 x .999 FINE COPPER - 0.1 BITCOIN - CRYPTOLATOR PHYSICAL BITCOIN ★ on: November 10, 2015, 06:37:55 PM
10 hours left !  Smiley
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!