this post was submitted on 03 Feb 2024
398 points (94.8% liked)
Technology
59347 readers
5385 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The economics of Bitcoin mining are a bit weird in that it impossible to make it more energy efficient.
The system auto adjusts the computational complexity of mining bitcoin so that it always costs a little less than one bitcoin to mine a bitcoin, and at scale the only variable expense is electricity so as the price of bitcoin goes up, so does the amount of money that must be spent on electricity.
Current 6.25 Bitcoin are mined every 10 minutes. So globally about $2 million must be spent on electricity every hour.
In a little over 2 months the block reward cuts in half to only 3.125 bitcoin every 10 minutes. That will have the side effect of reducing the money spent on electricity for mining bitcoin so long as the price of bitcoin remains the same.
"The System" is not really that intelligent. The statement that "It will always cost a little less than one Bitcoin to mine a Bitcoin" is only correct because the incentives in the system steer everyone toward that. There's no direct link between the two. Bitcoin Miners are intently aware of how much energy they consume, and if the price of Bitcoin dips below what they are paying for electricity, they likely will shut down their rigs, because no one wants to mine at a loss.
The real issue with Bitcoin is that the algorithm used to find more Bitcoins is kind of basic in terms of its difficulty mechanism. It was the first one ever used for cryptocurrency. It was originally envisioned that owners could mine more bitcoin with spare cycles on their CPU, but since it was first designed, people have come up with custom mining chips that can mine faster and much more power efficiently. But paradoxically, this has made things worse, because the bitcoin mining difficulty simply scaled up to account for all that. So now the only way to mine Bitcoin is to have this custom hardware -- it's too hard to do any other way -- and you need so much of it that you are just as power hungry as before.
There are other algorithms that don't have these same problems. They have been designed to use other computing resources (like gobs of memory) that are much harder to concentrate on custom chips, making it much more expensive (monetarily and spatially as well as computationally) to simply spam more of them. Ethereum uses a totally different model now that doesn't rely directly on power consumption at all.
OG Bitcoiners seem to think that the massive power consumption is a net benefit, because it is spent in making the overall network more secure, and less likely to be attacked. So they will never try to change their block algorithm, even though other projects are just as secure with less power consumed. And if that opinion holds, the only way to eliminate this source of power consumption would be to crash the price, and cause the Bitcoin miners to have to mine at a huge loss to continue.
Instead of using an independent RNG to determine the next block producer Bitcoin miners are essentially flipping coins and whoever manages to flip like 78 tails in a row gets to create the next block. How crazy is that?
What's even more astonishing is that when someone creates a new Crypto wallet, it creates an obscenely long random number as a seed, and just starts using it. As long as the number is sufficiently random, the chance that someone else has generated the same random number is so small as to be functionally zero. So you don't have to ask for anyone's permission first before using Crypto. You only have to ask the Universe for some of its entropy, and off you go.
It's the same math of large numbers that leads us to conclude that every time we shuffle a deck of cards, the result is a deck that nobody in the history of the Universe has ever seen before. 52! is an insanely large number, which is on the order of 10^67 .
https://quantumbase.com/how-unique-is-a-random-shuffle/
The math behind Crypto is sound, and ensures that everyone's wallets stay secure. Noone but their owners can move funds out of their wallets, and once a transaction is sufficiently confirmed, it can't be undone. The only real threat to this is Quantum Computing, which might be used someday to Crack the relationship between public and private keys which is unassailable now. We'll see whether the people who run these Crypto networks are able to change their algorithms to be Quantum resistant in rhe future.
Oh yeah, Quantum computing won't ruin crypto. Cardano already has plans to transition to quantum resistant crypto primitives. We just need to wait for some standards to form around which algorithms should be used in the future instead of current ones. I'm not worried about quantum computers at all.
Oh, I have confidence that we can develop quantum-resistant crypto. My concern is in the governance of all the projects. Cardano seems to be in good shape, but it put some thought into how to make decisions that have at least some community involvement. But the market is driven by BTC mainly, and they have some issues in how they run themselves.
BTC's protocol has gotten steady, incremental improvements for 15 years without a single hour of downtime. Lightning was deployed a few years ago and continues to grow each year and get easier to use and deploy. Migration to quantum-resistant algorithms is in the interest of all parties who use the system including miners, banks, hedge funds, developers, users, etc. It's a very easy problem compared to other questions they faced around blocksize, taproot, etc.
Quantum computing is not a threat at all tbh. Computers that can crack public key encryption are "20 years away" and require some fundemental shifts in our ability to control physics. And that's the lab production version, not one available on the open market.
Quantum-resistant algorithms already exist and continue to be refined. Things will get migrated long before they become a realistic threat.