Pages:
Author

Topic: How to you create a altcoin? (Read 1179 times)

hero member
Activity: 644
Merit: 500
September 12, 2015, 05:35:10 PM
#22
modify btc 8.6, I would avoid anything later given your lack of knowledge.

Given there's the rather nasty CVE-2015-3641 in pre-0.10 (details aren't released, but see https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-June/009135.html ), no-one should be using anything less than 0.10 for new coins.


Is that right. The first link passes you onto the National Vulnerability Database, who find no record of the  number.

I am sure you're right, what in layman's terms is it?

I have taken two bitcoin clones (9x) past the 1 million block point.

But anyway, the point is if he wants to learn putting him n BTC 10x is hard work.  The early manuals were written for 8.6 (I/m certain).  They give a good starting point. They sadly make a few mistakes, but it is a good starting point. In itself 8.6 is too outdated, it does not even have a getnetworkhashps call.

I have an even better one than spots has if you are talking scrypt. The link is on my other computer. But you fill the values in and a source is spat out (it looked okay to me, and it compiled). I have no need of litecoin clone so went no further.

I will find the link and post it. The site could be gone, though.


Still there

build-a-coin.in

could be awful in practice of course
hero member
Activity: 644
Merit: 500
September 12, 2015, 05:28:37 PM
#21
modify btc 8.6, I would avoid anything later given your lack of knowledge.

Given there's the rather nasty CVE-2015-3641 in pre-0.10 (details aren't released, but see https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-June/009135.html ), no-one should be using anything less than 0.10 for new coins.


Is that right. The first link passes you onto the National Vulnerability Database, who find no record of the  number.

I am sure you're right, what in layman's terms is it?

I have taken two bitcoin clones (9x) past the 1 million block point.

But anyway, the point is if he wants to learn putting him n BTC 10x is hard work.  The early manuals were written for 8.6 (I/m certain).  They give a good starting point. They sadly make a few mistakes, but it is a good starting point. In itself 8.6 is too outdated, it does not even have a getnetworkhashps call.

I have an even better one than spots has if you are talking scrypt. The link is on my other computer. But you fill the values in and a source is spat out (it looked okay to me, and it compiled). I have no need of litecoin clone so went no further.

I will find the link and post it. The site could be gone, though.
member
Activity: 81
Merit: 10
September 12, 2015, 06:44:54 AM
#20
Here on Btc talk there are some very good tutorials posted. Best one i have seen here was by a user muddafudda. I am sure u can find it
legendary
Activity: 1764
Merit: 1000
September 12, 2015, 05:08:32 AM
#19
easiest way to create an altcoin is through NXT. you can  build any coin (PoW/PoS) on the NXT Blockchain and maintain it very easily Smiley
member
Activity: 84
Merit: 10
September 12, 2015, 02:15:19 AM
#18
you can create a x11 sha 256 or scrypt or x15 or even scrypt n mining ones but you see the thecs
full member
Activity: 141
Merit: 231
September 12, 2015, 02:10:58 AM
#17
modify btc 8.6, I would avoid anything later given your lack of knowledge.

Given there's the rather nasty CVE-2015-3641 in pre-0.10 (details aren't released, but see https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-June/009135.html ), no-one should be using anything less than 0.10 for new coins.
hero member
Activity: 644
Merit: 500
September 11, 2015, 08:51:09 PM
#16
modify btc 8.6, I would avoid anything later given your lack of knowledge.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
full member
Activity: 199
Merit: 110
September 11, 2015, 10:57:54 AM
#14
Hello, All

I have downloaded the bitcoin source files: https://github.com/bitcoin/bitcoin.

How do you create a altcoin? I want to create an exact replica of Bitcoin, except from changing the name and logo of the coin. I am creating a new project for fun. I am "NOT" trying to create a altcoin for the sole purpose of gaining profit.

(Keeping the block-time, difficulty re-targeting time, initial coins per block, coin halving configuration etc, exactly the same settings.)

Change: BitCoin [to] ExampleCoin & BTC [to] EEC
Change: BitCoin image [to] ExampleCoin image

Thanks

To give you an idea of the scale of the task, here's two of about 20 patches to rebrand Bitcoin to Dogecoin: https://github.com/dogecoin/dogecoin/commit/81e0c8ca74c05225629646de3af5236ebd6f0154 https://github.com/dogecoin/dogecoin/commit/c11cf63209ab6cedafd61837bd904126c7c2cddc

It's a fiddly task because you want to modify only values within strings, without modifying the build setup accidentally (which is what happens if you start naively replacing "Bitcoin" with "ExampleCoin"), and must keep all of the translations in sync with your changes.
sr. member
Activity: 448
Merit: 251
September 11, 2015, 09:06:16 AM
#13
I know you claim its a fun project but no doubt in my mind we'll be seeing you releasing a coin either under this name or another in a few weeks if you learn how to do it
LOL. What's wrong with that? Money makes the world go round. Would you rather sleep under a bridge and perform free service for people all day long?
newbie
Activity: 9
Merit: 0
September 11, 2015, 08:57:54 AM
#12
Bump here
tyz
legendary
Activity: 3360
Merit: 1533
September 10, 2015, 07:10:27 AM
#11
There are a couple of tutorials for creating an altcoin. Here is an extensive one: https://bitcointalksearch.org/topic/complete-guide-on-how-to-create-a-new-alt-coin-225690

Also use Google. There are services which create a altcoin for you that is ready to use.
legendary
Activity: 2590
Merit: 3015
Welt Am Draht
September 10, 2015, 07:01:46 AM
#10
I know you claim its a fun project but no doubt in my mind we'll be seeing you releasing a coin either under this name or another in a few weeks if you learn how to do it

What's wrong with that? Hundreds of people have done it.
newbie
Activity: 1
Merit: 0
September 10, 2015, 06:56:24 AM
#9
I know you claim its a fun project but no doubt in my mind we'll be seeing you releasing a coin either under this name or another in a few weeks if you learn how to do it
legendary
Activity: 2590
Merit: 3015
Welt Am Draht
September 10, 2015, 06:46:46 AM
#8
If you just want to play around there's a free BTC replica available here - http://coincreator.net/
legendary
Activity: 1848
Merit: 1000
September 10, 2015, 06:39:20 AM
#7
There are some websites and I think a few threads on here if you do a search that will provide this service for you.
newbie
Activity: 1
Merit: 0
September 10, 2015, 06:35:04 AM
#6
There are people in the services sub forum offering to do this for a small amount if you dont mind paying something like 0.1/0.2
newbie
Activity: 42
Merit: 0
September 10, 2015, 06:26:53 AM
#5
There is websites that will do all the work for you, for small fee.
legendary
Activity: 1148
Merit: 1014
In Satoshi I Trust
full member
Activity: 182
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
September 10, 2015, 04:46:52 AM
#3
There is a guide on this forum as far as i remember, you tried to use that one?
Pages:
Jump to: