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-LTCi 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.
Each difficulty adjustment is made to maintain a 2 second block target. More miners will not fix this problem. Mustachecoin is fundamentally broken.
Back when alt coins were first getting popular people experimented with low block targets to try to make a fast coin that would confirm more quickly. The lowest I remember seeing was 15 seconds. That caused lots of orphaned blocks and chain forks because transactions could not propagate through the network in such as short amount of time.
If you really want to help charity, re-release the coin with nTargetSpacing = 60 or higher. I'll run the pool.