Hacker News new | ask | show | jobs
by bduerst 3239 days ago
Aren't all the alt-coins examples of this happening? That anyone can fork a blockchain and give it their own rules?

The market value of a coin isn't limited to a strict mathematical function of mining power or exchanges backing it. That's the point Matt is making.

2 comments

You're (understandably) confusing a code fork with a chain fork:

Code fork: taking the source code from one project, modifying it, then offering the result as a new project. This is what the overwhelming majority of altcoins are. For example Litecoin is a five-year-old code fork of Bitcoin. Even though Litecoin's code is nearly identical to Bitcoin's, Litecoin from the beginning created its own blockchain, which shares no data with Bitcoin's blockchain.

Chain fork: taking the blockchain from one project, and adding new blocks to that chain that are not compatible with the chain's original style. Variations of this are soft forks (the block-adding rules are made more strict), and hard forks (the block-adding rules are made less strict). Both this week's BTC-BCH fork and last year's ETH-ETC fork were hard forks.

Complications: obviously, a chain fork requires changes to the relevant code to be able to work, so a chain fork usually comes with a code fork, but not necessarily. For example, theoretically, a completely new code base could be created from scratch in a clean-room kind of environment to add new kinds of blocks to an old blockchain.

Before Bitcoin Cash, all (afaik) other alt-coins weren't based on BTC's blockchain history. Ethereum, for example, raised development money by selling off the early coins on the chain.
> all (afaik)

No, this has been done a number of times. Clams, lumens, byteball, this thing: https://bitcointalk.org/index.php?topic=1883902.0 all come to mind.

It isn't done often because it's not seen as a useful technique mostly: you just gave a ton your asset to people who think it's worthless, and who may actively dislike it. Not a great way to maintain a market price.

What about Bitcoin Classic and Bitcoin XT?

Also isn't that splitting hairs about requiring the blockchain history? I don't think Matt said that.

If you don't share blockchain history, then you don't automatically get some of the new coin by holding some of the previous coin. So there are no issues with exchanges and shorts.

Also if you do share history, it is much much harder to start, because you start off with the previous difficulty which is very hard to mine on. If you start a new altcoin with a clean history, the difficulty starts off very low.

Bitcoin Classic and Bitcoin XT have not actually forked the blockchain. So they are not separate coins yet.

> Also if you do share history, it is much much harder to start, because you start off with the previous difficulty which is very hard to mine on.

You need to fork the code (with your changed rules) anyways and you can adapt the difficulty then. Bitcoin Cash did exactly that. They lowered the difficulty to something like 10% of Bitcoin anticipating 10% of the hashing power. They only got 1% and there was a gap of 9 hours without any new block. They seem to be at ~1h per block now. [0]

[0] http://blockdozer.com/insight/blocks

XT and Classic did fork the blockchain and had the history though, meaning for a time they were an alt-coin with history.

That's completely counter intuitive to what you're saying about Matt's example not having a history.

No. XT and Classic were code forks, not blockchain forks. If certain runtime conditions had been met, they would have become blockchain forks, but those conditions were never met.
Did they? IIRC neither fork left the proposal stage.