|
|
|
|
|
by betterunix
4888 days ago
|
|
"I do have concerns about it scaling to handle massive amounts of transactions," Relevant: https://dl.acm.org/citation.cfm?id=1754992 Of course, Bitcoin does not really have offline transactions, so this may not be all that relevant (though lacking offline transactions is a pretty serious limitation). |
|
With those architectures, a central authority would be required to prevent the double-spend. And with those architectures, the coins grow with each spend.
The difference with Bitcoin (which I think is totally misnamed) is that it's not a coin architecture, it's a ledger architecture. So no matter how many times the amount 1BTC is transferred, each transfer could be just the same length - the sender's address, the recipient's address, and an appropriate signature. Even 50 years from now and ten thousand transfers of that "coin" later, the "coin" doesn't get larger.
The ledger gets larger, but the coin does not (since really there's no such thing as a "bit COIN" - really what you have is a series of account numbers in the giant shared ledger.)