|
|
|
|
|
by nowahe
1387 days ago
|
|
Basically, to validate a block, you need to bruteforce a SHA-256 hash of the block by incrementing a nonce in it. And by essence, bruteforceing is wasteful (and by extension, expensive). And this is by design, as the only way to mint a new bitcoin is to throw away computational power (ie energy -> money). And the amount of power needing to be wasted is constantly adjusted by the network (it's targeting a certain amount of blocks / hour, adjusting the difficulty of the sha bruteforce, compensating for technological improvement). Now, to create a bitcoin you need to mine a block (solving the bruteforce), inherently requiring a set (on average) amount of real world value (mostly energy) to be irrevocably wasted. For the miners to recoup those losses, they MUST sell the bitcoin they just created for at least their lost value. Which in turn, guarantee the minimum value of each bitcoin. And with this system, the minimum value of each bitcoin is inversely equal to the amount of value "wasted". |
|
Claiming that PoW cost gives BTC its value is bonkers.