Slashdot Mirror


Bitcoin Gold, the Latest Bitcoin Fork, Explained (arstechnica.com)

Timothy B. Lee via Ars Technica explains Bitcoin Gold: A new cryptocurrency called Bitcoin Gold is now live on the Internet. It aims to correct what its backers see as a serious flaw in the design of the original Bitcoin. There are hundreds of cryptocurrencies on the Internet, and many of them are derived from Bitcoin in one way or another. But Bitcoin Gold -- like Bitcoin Cash, another Bitcoin spinoff that was created in August -- is different in two important ways. Bitcoin Gold is branding itself as a version of Bitcoin rather than merely new platforms derived from Bitcoin's source code. It has also chosen to retain Bitcoin's transaction history, which means that, if you owned bitcoins before the fork, you now own an equal amount of "gold" bitcoins. While Bitcoin Cash was designed to resolve Bitcoin's capacity crunch with larger blocks, Bitcoin Gold aims to tackle another of Bitcoin's perceived flaws: the increasing centralization of the mining industry that verifies and secures Bitcoin transactions.

The original vision for Bitcoin was that anyone would be able to participate in Bitcoin mining with their personal PCs, earning a bit of extra cash as they helped to support the network. But as Bitcoin became more valuable, people discovered that Bitcoin mining could be done much more efficiently with custom-built application-specific integrated circuits (ASICs). As a result, Bitcoin mining became a specialized and highly concentrated industry. The leading companies in this new industry wield a disproportionate amount of power over the Bitcoin network. Bitcoin Gold aims to dethrone these mining companies by introducing an alternative mining algorithm that's much less susceptible to ASIC-based optimization. In theory, that will allow ordinary Bitcoin Gold users to earn extra cash with their spare computing cycles, just as people could do in the early days of Bitcoin.

7 of 96 comments (clear)

  1. This is not the crypto you're looking for. by Kremmy · · Score: 4, Interesting
  2. Bitcoin gold solves the problem by Anonymous Coward · · Score: 4, Insightful

    Of not enough bitcoins in the founders pockets!

    I'm launching my own crypto currency which gives me more coins up front. You peansants can mine what's left.

  3. 8.5/10 by PopeRatzo · · Score: 5, Funny

    I'm holding out for the Bitcoin Ultimate GOTY Edition with all the DLC.

    --
    You are welcome on my lawn.
  4. Conveniently self serving by LordKronos · · Score: 4, Insightful

    So I was reading up on Bitcoin gold the other day. I'm not familiar with how the previous forks like bitcoin cash worked, but for BC gold I read that after the fork, the first 80000 coins are going to be pre-mined by the developers. Seems like a pretty big reward for a rather small change.

    1. Re:Conveniently self serving by Xyrus · · Score: 4, Informative

      Pre-mine = scam. Big pre-mine = big scam.

      Actually, bitcoin, litecoin, etc. is all one big scam. A currency with this much fluctuation isn't a currency. It's a penny stock. An unregulated speculative penny stock. When the bottom falls out (and it always does) there's going to more wailers and teeth nashers than ever before.

      There are two types of people making money on this. The scammers at the top of the food chain, and the people selling "miners". Everyone else is just going to get screwed.

      --
      ~X~
  5. Oh God, this again? by Orgasmatron · · Score: 5, Interesting

    ...but it uses an alternative proof-of-work algorithm called Equihash that supporters believe is impervious to being sped up with custom hardware

    I laughed and laughed and laughed.

    From the paper (PDF):

    a reference implementation of a proof-of-work requiring 700 MB of RAM runs in 15 seconds on a 2.1 GHz CPU, increases the computations by the factor of 1000 if memory is halved, and presents a proof of just 120 bytes long.

    Hmm... Needs less than 1 gigabyte. For external chips, that costs, let me see, $16 in modest quantities. Want it cheaper? Here is a magazine article from 4 years ago about people embedding memory in ASIC dies. In a modern chip process, 700 MB fits into what, a 5mm square?

    They wave their hand over it in the paper, so it isn't like they ignored the cheapness-of-memory problem entirely. What if we assume that they are right and they have indeed found a problem with a critical dependency on memory throughput. Is there an obvious solution to that problem? What is the fastest memory in the world? (What word is entirely missing from their paper?) SRAM. In-die SRAM can be absurdly fast, like full core speed for arbitrary values of "core speed" and no wait cycles. It makes no sense to load a CPU up with piles of the stuff because caching has diminishing returns. But, what if your goal was to use ~6 billion cells of SRAM not as a cache, but as your main memory... How much faster would that ASIC be than a general purpose CPU?

    Bottom line, if you imagine that you have a computation problem that can't be solved by building a single-purpose chip, you are almost certainly wrong. Either you don't understand your problem, or you don't understand the array of solutions available to solvers.

    --
    See that "Preview" button?
  6. Re:PC mining was always going to become unprofitab by iserlohn · · Score: 4, Informative

    The way BC is setup and the way the algorithm is build is such that the complexity of calculation and thus the resources needed to perform it are increasing as time goes by.

    That's incorrect. Bitcoin mining difficulty is dynamic and adjusts to the total hashing speed of the network. It does this by requiring a certain number of zeros in the SHA256 hash. As more miners join the network with custom ASICs that only perform this calculation, difficulty goes up, but if they leave to join another network (like Bitcoin Cash), difficulty goes down. It's got nothing to do with the complexity of the calculations are increasing.