Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: pulsedriver on December 03, 2017, 12:43:15 AM



Title: How to create own cryptocurrency?
Post by: pulsedriver on December 03, 2017, 12:43:15 AM
Hi,
 I would like to fork Litecoin to create my own cryptocurrency. I found some video tutorial on YouTube: https://www.youtube.com/watch?v=86jqAfySi64 (https://www.youtube.com/watch?v=86jqAfySi64)
This tutorial is for so old version. Source code of Litecoin is now completely different (there is no main.cpp file etc.), I need it for current version. Anyone can help?

Thanks.


Title: Re: How to create own cryptocurrency?
Post by: kahc on December 03, 2017, 01:48:25 AM
Hi,
 I would like to fork Litecoin to create my own cryptocurrency. I found some video tutorial on YouTube: https://www.youtube.com/watch?v=86jqAfySi64 (https://www.youtube.com/watch?v=86jqAfySi64)
This tutorial is for so old version. Source code of Litecoin is now completely different (there is no main.cpp file etc.), I need it for current version. Anyone can help?

Thanks.


Of course you won't find that file, the repository has gone trough dozens refactorings and optimizations.
The closest in terms of same functionalites is validation.cpp (https://github.com/litecoin-project/litecoin/blob/master/src/validation.cpp)

Do you have strong programming background? Because a good fork is not something one can create just by following tutorials.


Title: Re: How to create own cryptocurrency?
Post by: ZainSpider on December 03, 2017, 02:13:05 AM
Yup those tutorials wont help now, they are outdated. LTC has been changed a lot since then.


Title: Re: How to create own cryptocurrency?
Post by: jagster on December 03, 2017, 02:24:10 AM
a good fork is not something one create just by following tutorials.

Spot on. A good fork not only requires development, but also support. If/when things go wrong, will OP be able to google his/her way out?


Title: Re: How to create own cryptocurrency?
Post by: pulsedriver on December 03, 2017, 02:44:37 AM
Hi,
 I would like to fork Litecoin to create my own cryptocurrency. I found some video tutorial on YouTube: https://www.youtube.com/watch?v=86jqAfySi64 (https://www.youtube.com/watch?v=86jqAfySi64)
This tutorial is for so old version. Source code of Litecoin is now completely different (there is no main.cpp file etc.), I need it for current version. Anyone can help?

Thanks.


Of course you won't find that file, the repository has gone trough dozens refactorings and optimizations.
The closest in terms of same functionalites is validation.cpp (https://github.com/litecoin-project/litecoin/blob/master/src/validation.cpp)

Do you have strong programming background? Because a good fork is not something one create just by following tutorials.

Yes, I have some programming skills, not C++, but C#, but I understand that code. I don't want to waste time going thru the whole code, I just need to find where I can change Public key, block time, block nonce, merkle root, genesis block hash, target time, target spacing, map checkpoints, main net DNS seed addresses etc.


Title: Re: How to create own cryptocurrency?
Post by: bundo on December 03, 2017, 03:05:21 AM
Yup those tutorials wont help now, they are outdated. LTC has been changed a lot since then.
Correct
Because it has undergone a change there is no point to access it again.
However, there are many other cryptocurrencies that offer exciting technical innovation and Litecoin is starting to take a position.


Title: Re: How to create own cryptocurrency?
Post by: Maveth13 on December 03, 2017, 03:14:44 AM
Hi,
 I would like to fork Litecoin to create my own cryptocurrency. I found some video tutorial on YouTube: https://www.youtube.com/watch?v=86jqAfySi64 (https://www.youtube.com/watch?v=86jqAfySi64)
This tutorial is for so old version. Source code of Litecoin is now completely different (there is no main.cpp file etc.), I need it for current version. Anyone can help?

Thanks.


Of course you won't find that file, the repository has gone trough dozens refactorings and optimizations.
The closest in terms of same functionalites is validation.cpp (https://github.com/litecoin-project/litecoin/blob/master/src/validation.cpp)

Do you have strong programming background? Because a good fork is not something one create just by following tutorials.

Yes, I have some programming skills, not C++, but C#, but I understand that code. I don't want to waste time going thru the whole code, I just need to find where I can change Public key, block time, block nonce, merkle root, genesis block hash, target time, target spacing, map checkpoints, main net DNS seed addresses etc.

By the way you want things done, don't be surprised when you new coin (if ever you succeeded in creating one) gets treated like a shitcoin, and it surely will.


Title: Re: How to create own cryptocurrency?
Post by: pulsedriver on December 03, 2017, 03:32:00 AM
Hi,
 I would like to fork Litecoin to create my own cryptocurrency. I found some video tutorial on YouTube: https://www.youtube.com/watch?v=86jqAfySi64 (https://www.youtube.com/watch?v=86jqAfySi64)
This tutorial is for so old version. Source code of Litecoin is now completely different (there is no main.cpp file etc.), I need it for current version. Anyone can help?

Thanks.


Of course you won't find that file, the repository has gone trough dozens refactorings and optimizations.
The closest in terms of same functionalites is validation.cpp (https://github.com/litecoin-project/litecoin/blob/master/src/validation.cpp)

Do you have strong programming background? Because a good fork is not something one create just by following tutorials.

Yes, I have some programming skills, not C++, but C#, but I understand that code. I don't want to waste time going thru the whole code, I just need to find where I can change Public key, block time, block nonce, merkle root, genesis block hash, target time, target spacing, map checkpoints, main net DNS seed addresses etc.

By the way you want things done, don't be surprised when you new coin (if ever you succeeded in creating one) gets treated like a shitcoin, and it surely will.

I need it for other purpose than you might think. I want to partialy premine some coins of this cryptocurrency and give it away to players of my game I've created in Unity for their achievements in game as such kind of a bonus. This is not supposed not to be serious coin, its just a funny reward for playing my game.