pulsedriver (OP)
Newbie
Offline
Activity: 34
Merit: 0
|
|
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=86jqAfySi64This 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.
|
|
|
|
kahc
Member
Offline
Activity: 350
Merit: 13
|
|
December 03, 2017, 01:48:25 AM Last edit: December 03, 2017, 01:06:06 PM by kahc |
|
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=86jqAfySi64This 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.cppDo you have strong programming background? Because a good fork is not something one can create just by following tutorials.
|
|
|
|
ZainSpider
|
|
December 03, 2017, 02:13:05 AM |
|
Yup those tutorials wont help now, they are outdated. LTC has been changed a lot since then.
|
|
|
|
jagster
Newbie
Offline
Activity: 70
Merit: 0
|
|
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?
|
|
|
|
pulsedriver (OP)
Newbie
Offline
Activity: 34
Merit: 0
|
|
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=86jqAfySi64This 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.cppDo 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.
|
|
|
|
bundo
|
|
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.
|
|
|
|
Maveth13
|
|
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=86jqAfySi64This 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.cppDo 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.
|
|
|
|
pulsedriver (OP)
Newbie
Offline
Activity: 34
Merit: 0
|
|
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=86jqAfySi64This 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.cppDo 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.
|
|
|
|
|