Bitcoin Forum
May 02, 2024, 04:21:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to make your own alt  (Read 785 times)
ronimacarroni (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
September 18, 2013, 06:08:56 PM
 #1

Ok I haven't tested it yet, but I think I get the gist of it.
Here it goes.

1.go to the litecoin site
2.go to their github page
3.open the src folder
4.open main.cpp
5.scroll down until you find
Code:
{
    int64 nSubsidy = 50 * COIN; //amount of coins rewarded for block

    // Subsidy is cut in half every 840000 blocks, which will occur approximately every 4 years
    nSubsidy >>= (nHeight / 840000); // Litecoin: 840k blocks in ~4 years

    return nSubsidy + nFees;
}

static const int64 nTargetTimespan = 3.5 * 24 * 60 * 60; // Litecoin: 3.5 days
static const int64 nTargetSpacing = 2.5 * 60; // Litecoin: 2.5 minutes
static const int64 nInterval = nTargetTimespan / nTargetSpacing;

change values accordingly
6.click on main.h
7.scroll down to MAX_MONEY and change the values to the amount of coins that will be mined.
8.compile

I'm still trying to find out how to change the difficulty adjustments.
On the mean time please drop some mBTC on my e-tin cup

1J4qneVzmNquByudkY4DREsiLXRrgjDG3M
1714623708
Hero Member
*
Offline Offline

Posts: 1714623708

View Profile Personal Message (Offline)

Ignore
1714623708
Reply with quote  #2

1714623708
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714623708
Hero Member
*
Offline Offline

Posts: 1714623708

View Profile Personal Message (Offline)

Ignore
1714623708
Reply with quote  #2

1714623708
Report to moderator
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
September 18, 2013, 06:10:43 PM
 #2

That doesn't make an alt, it makes a blockchain-fork of the litecoin blockchain.

In other words it is an attack on litecoin, not a separate coin-network of its own.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
ronimacarroni (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
September 18, 2013, 06:15:00 PM
 #3

That doesn't make an alt, it makes a blockchain-fork of the litecoin blockchain.

In other words it is an attack on litecoin, not a separate coin-network of its own.

-MarkM-

sooo how do you make it a network of its own...
change the genesis block?
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
September 18, 2013, 06:16:46 PM
 #4

Study all the many articles already posted including blow by blow how-to articles and sample code and so on; and of course simply study the entire source code until you understand what it all does and why.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
Ethera
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
September 18, 2013, 06:17:35 PM
 #5

well first you post a post about making an alt coin, then beg for btc donations.. then you read and learn.. thats first steps.
ronimacarroni (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
September 18, 2013, 07:19:24 PM
 #6

Study all the many articles already posted including blow by blow how-to articles and sample code and so on
such as...
ronimacarroni (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
September 19, 2013, 02:14:40 PM
 #7

I believe you can make an alt with the same fork.
I'll try compiling it later.
markm
Legendary
*
Offline Offline

Activity: 2940
Merit: 1090



View Profile WWW
September 19, 2013, 02:17:10 PM
 #8

Well remember to make it a unique different network of its own, so that it does not think some other coin's clients are its own clients and connect to them instead of or as well as its own clients...

such as...

Are you seriously trying to claim that google cannot find any of the huge amounts of stuff that has been written about it?

That the search function of this forum cannot find any of the threads that go through it all? Etc?

If so then maybe you should just page through the altcoins forum page by page back a few years and do some kind of search engine optimising or something (creating links to them) to help make sure google can find the stuff in the future.

Such as, for example, the complete teach yourself to make altcoins package that includes a before coin and an after coin showing an existing coin you start from and the changes to do and the end coin you end up with having made those changes.

-MarkM-

Browser-launched Crossfire client now online (select CrossCiv server for Galactic  Milieu)
Free website hosting with PHP, MySQL etc: http://hosting.knotwork.com/
spoid
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


bearded, drunk, fat, naked


View Profile
September 19, 2013, 02:20:35 PM
 #9

https://bitcointalk.org/index.php?topic=217636.0

/thread

with great beard comes great liver. Reputation Thread: https://bitcointalk.org/index.php?topic=195803.0
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!