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;
stuff like tx-fee,coin time ect is integrated into the chain.to change that stuff
you need to rebuild the chain so yes,they would have to mine again,.
The thing is when the difficulty climbs the 2 seconds block time increases,alot.
Like dogecoin the blocktime is almost 5000% what it started to be,there is no need to change this aslong as there
are miners.