Author

Topic: How to create a Altcoin? (Read 825 times)

sr. member
Activity: 443
Merit: 251
November 09, 2015, 06:51:18 PM
#9
How to create a Altcoin?

[...]
Can I just upload the files onto Github.com? Is there anything else I have to do before hand?

Please check this forum for older threads on this topic, like https://bitcointalksearch.org/topic/complete-guide-on-how-to-create-a-new-alt-coin-225690.

I would also recommend you to read carefully through the Announcement Altcoins Board to check what will probably go wrong if you try to folk the original bitcoin code...  Cool
hero member
Activity: 840
Merit: 1000
November 09, 2015, 08:22:54 AM
#8
Why make a clone of Bitcoin?

Everybody is free to do what they want, this can be a fine learning experience...
However, what OP did wasn't cloning bitcoin, it was just recompiling bitcoin and generating a UI where the word "bitcoin" was replaced with "examplecoin"... nothing more, nothing less. His version would still use the bitcoin blockchain, generate bitcoin transactions, show the amount of bitcoins in the bitcoin addresses managed by the wallet, only the word bitcoin would have been replaced.
newbie
Activity: 50
Merit: 0
November 09, 2015, 08:17:39 AM
#7
How to create a Altcoin?

1) I have forked all the files in the source code on https://github.com/bitcoin/bitcoin

2) Then I have changed the following in the entire source code. I used a search and replace tool.
2a) bitcoin to examplecoin
2b) BITCOIN to EXAMPLECOIN
2c) Bitcoin to Examplecoin
2d) BitCoin to ExampleCoin
2e) btc to eec
2f) BTC to EEC
2g) Btc to Eec
2h) BtC to EeC

3) Then I have changed all of the files names from bitcoinfile.xx to examplefile.xx.

Can I just upload the files onto Github.com? Is there anything else I have to do before hand?

Why make a clone of Bitcoin?
hero member
Activity: 840
Merit: 1000
November 09, 2015, 05:33:16 AM
#6
How to create a Altcoin?

1) I have forked all the files in the source code on https://github.com/bitcoin/bitcoin

2) Then I have changed the following in the entire source code. I used a search and replace tool.
2a) bitcoin to examplecoin
2b) BITCOIN to EXAMPLECOIN
2c) Bitcoin to Examplecoin
2d) BitCoin to ExampleCoin
2e) btc to eec
2f) BTC to EEC
2g) Btc to Eec
2h) BtC to EeC

3) Then I have changed all of the files names from bitcoinfile.xx to examplefile.xx.

Can I just upload the files onto Github.com? Is there anything else I have to do before hand?

Well... You haven't changed your ports, the genesis hash, nodes, parameters, checkpoints, nonce, hex,... only the name
What you created is just plain old bitcoin, but your bitcoin-cli and wallet will show the name "examplecoin" while still using the bitcoin blockchain. Every transaction you make will just be translated into bitcoins when you send it...

For your question about github: you're free to upload any sourcecode to them, even tough i fail to see the added value in your project Smiley
sr. member
Activity: 373
Merit: 250
November 09, 2015, 05:29:31 AM
#5
Why forking Bitcoin? As a new fork it won't get a lot of benefits from its codebase except for the broad infrastructure.

However, there are other available platforms that may provide a number features on top of Bitcoin. For instance, take a look at CryptoNote and its forking guide. The CryptoNote coins are untraceable and use egalitarian mining algo (you won't overrun by large miners on start as you might be with a Bitcoin fork).

CryptoNote's infrastructure is way behind Bitcoin's, but still you have everything you might need and the ecosystem is growing.

hero member
Activity: 588
Merit: 503
Free Julian Assange
November 08, 2015, 12:55:41 PM
#4
Sounds like you might just be better off paying someone like me to make one for you Cheesy

http://dev.cryptolife.net


Nice service man!

Also..nice web site very clear,i love it.
legendary
Activity: 980
Merit: 1000
November 08, 2015, 11:35:09 AM
#3
Sounds like you might just be better off paying someone like me to make one for you Cheesy

http://dev.cryptolife.net
member
Activity: 70
Merit: 10
September 26, 2015, 05:55:50 PM
#2
trying to get rich or nah?
newbie
Activity: 5
Merit: 0
September 26, 2015, 04:52:52 PM
#1
How to create a Altcoin?

1) I have forked all the files in the source code on https://github.com/bitcoin/bitcoin

2) Then I have changed the following in the entire source code. I used a search and replace tool.
2a) bitcoin to examplecoin
2b) BITCOIN to EXAMPLECOIN
2c) Bitcoin to Examplecoin
2d) BitCoin to ExampleCoin
2e) btc to eec
2f) BTC to EEC
2g) Btc to Eec
2h) BtC to EeC

3) Then I have changed all of the files names from bitcoinfile.xx to examplefile.xx.

Can I just upload the files onto Github.com? Is there anything else I have to do before hand?
Jump to: