If a service starts using a competing Alt coin and not Bitcoin, it has to be removed as a Bitcoin related service... it's that simple.
... not many people seem to get it... or they
are struggling with it. They seem to think Bitcoin XT is the original Bitcoin. The day when there is consensus that Bitcoin XT is the dominant fork, we will accept it.. or have to
accept it, until then... it will be a Alt coin
in our opinion.
Bitcoin XT is the original bitcoin, well at least the original vision for bitcoin...
Satoshi on blocksize increase:
It can be phased in, like:
if (blocknumber > 115000)
maxblocksize = largerlimit
It can start being in versions way ahead, so by the time it reaches that block number and goes into effect, the older versions that don't have it are already obsolete.
When we're near the cutoff block number, I can put an alert to old versions to make sure they know they have to upgrade.
On bitcoin's future:
“At first, most users would run network nodes, but as the network grows beyond a certain point, it would be left more and more to specialists with server farms of specialized hardware.”
http://satoshi.nakamotoinstitute.org/emails/cryptography/2/The design outlines a lightweight client that does not need the full block chain. In the design PDF it's called Simplified Payment Verification. The lightweight client can send and receive transactions, it just can't generate blocks. It does not need to trust a node to verify payments, it can still verify them itself.
The lightweight client is not implemented yet, but the plan is to implement it when it's needed. For now, everyone just runs a full network node.
I anticipate there will never be more than 100K nodes, probably less. It will reach an equilibrium where it's not worth it for more nodes to join in. The rest will be lightweight clients, which could be millions.
At equilibrium size, many nodes will be server farms with one or two network nodes that feed the rest of the farm over a LAN.
https://bitcointalk.org/index.php?topic=286.msg2947#msg2947The current system where every user is a network node is not the intended configuration for large scale. That would be like every Usenet user runs their own NNTP server. The design supports letting users just be users. The more burden it is to run a node, the fewer nodes there will be. Those few nodes will be big server farms. The rest will be client nodes that only do transactions and don't generate.
https://bitcointalk.org/index.php?topic=532.msg6306#msg6306Current development is transforming bitcoin into a settlement network deviating from the original vision of a payment system.