Files
2021-01-09 01:34:38 -06:00

1.1 KiB

layout, title, grand_parent, parent, nav_order, date, original
layout title grand_parent parent nav_order date original
forum Re: Scalability Forum Posts Bitcoin Forum 184 2010-07-14 21:10:52 UTC https://bitcointalk.org/index.php?topic=286.msg2947#msg2947

Re: Scalability


Re: Scalability
July 14, 2010, 09:10:52 PM

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.