Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MTC] MustacheCoin ★★★★★ 0 PREMINED
by
wormbog
on 09/03/2014, 12:29:08 UTC
hello guys.

we are using the same config of dogecoin. the only diference is the retarget its 8 hours.

be free for suggest something or fork the project, its open source.

people trading a lot in: https://www.usecryptos.com/market/MTC-LTC

i don't want make money, like beginning i told its for a good cause.

thanks for everyone, make that happen.



This from Dogecoin main.cpp

static const int64 nTargetTimespan = 4 * 60 * 60; // DogeCoin: every 4 hours
static const int64 nTargetSpacing = 60; // DogeCoin: 1 minutes
static const int64 nInterval = nTargetTimespan / nTargetSpacing;


This from Mustachecoin main.cpp

static const int64 nTargetTimespan = 8 * 60 * 60; // mustachecoin: every 8 hours
static const int64 nTargetSpacing = 2; // mustachecoin: 1 minutes
static const int64 nInterval = nTargetTimespan / nTargetSpacing;