|
|
|
|
|
by joeblau
3090 days ago
|
|
Can someone help me understand. If a block chain (or whatever you want to call your token of choice) doesn't have any fees, how is it different from just having a database. No fees mean that every transaction has the same value so there is no transaction prioriization other than time. This seems like a glorified eventually consistent database synchronization algorithm. In a fee based blockchain, I can pay more to get my transactions through before someone else. Again... I'm not a PHD, nor am I even that smart so can someone break this down. |
|
> This seems like a glorified eventually consistent database synchronization algorithm.
To some extend that is what a blockchain is. Also: immutable, no-need-to-trust-every-node, KV, and sometimes with the ability to perform smart contracts.
> In a fee based blockchain, I can pay more to get my transactions through before someone else.
Yes. Either way, as long as you tx comes through "quick enough"... :)