Can two crypto currencies have the same name?

0

1

I noted today that coingen.io makes it easy to make crypto currencies. I was wondering if it makes sense to register currencies named after countries, gods and companies to hoard them. AFAIK there is nothing that ensures uniqueness of the names of the crypto currencies, right ? there is nothing in the block-chain that critically depends on the name of the currency.

Thinker

Posted 2014-01-07T02:10:45.800

Reputation: 3

Can two cities have the same name?zaph 2014-01-07T12:10:48.790

Answers

2

What keeps coins distinguished is primarily the protocol and secondarily the genesis block.

If someone tries to copy bitcoin exactly using the exact same source only with a different name, all of the users will simply be part of the bitcoin blockchain.

If someone tries to use the same protocol but with a different genesis block then a new bitcoin ripoff has begun.

If someone tries to use the same genesis but with a different source code, the results will depend on the protocol, but most likely it will simply be a fork.

All of the 1st generation alts use variations on the bitcoin source code and have new genesis blocks.

A new protocol and a new genesis block are the best ways to ensure a new coin.

user5107

Posted 2014-01-07T02:10:45.800

Reputation:

good answer. if you ever wanted to know how it is done. here's a "how to copy+paste" clone guide (you really dont even need to know c++, just how to copy and paste)

http://devtome.com/doku.php?id=scrypt_altcoin_cloning_guide

Joe White 2014-01-07T07:03:06.787

@Thinker No problem! – None – 2014-01-07T14:44:06.243