Originally, some time after release, they put the source code on Github, but without a qt-pro file or share folder, both of which are necessary to compile.
That has been remedied, yet the README is litecoin's README, and is not a reflection of this coins specifications ... nowhere near to it.
Also, it is a walletbuilders coin. The old code is there for everyone to see. It is years old. IP connection in net.cpp is 166.62.123.137,and that it is it. You can give an IP to walletbuilders, and avoid their node.walletbuilders.com
To better that:
Rewards:
int64 nSubsidy = 0;
if (nHeight < 42) {
// Genesis block
nSubsidy = 5000000 * COIN;
}else if(nHeight < 10250042){
nSubsidy = 20 * COIN;
}
// Subsidy is cut in half every 840000 blocks, which will occur approximately every 4 years
//nSubsidy >>= (nHeight / 840000); // AtcCoin: 840k blocks in ~4 years
return nSubsidy + nFees;
}
(walletbuilders, left litecoin comments in)
PREMINE= 210,000,000
then rewards for mining, 20 coins
THEN
static const int64 nTargetTimespan = 1 * 6 * 60 * 60;; // AtcCoin: 6 hour
static const int64 nTargetSpacing = 5 * 60; // AtcCoin: 5 Minutes.
static const int64 nInterval = nTargetTimespan / nTargetSpacing;
Something not quite right here, what sort of timespan/spacing is this? From 5 years ago?
To add insult to injury, no blocks have been discovered in over a day. So do not send your coins anywhere, as the network is stuck.
YET
On Nova, it does (it is reported) 80 BTC trade a day.
Given the above, this is impossible.
It is a piece of shit, has found a scam niche, and is utterly banal even in its absurd website and its walletbuilders source code.
WTF?