Over 2 percent of the US’s electricity generation now goes to bitcoin::US government tracking the energy implications of booming bitcoin mining in US.

  • dhork@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 months ago

    “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.

    • TypicalHog@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 months ago

      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?

      • dhork@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        5 months ago

        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.