Just a quick update and some general info.
An attempt to hijack..............
Wow, nasty stuff, what could they gain from attacking HAM at this early stage of development? Good job finding anf mitigating the attack!
2,100,000 coins per block mined for days while we were fixing wallet. But it blew up in there face, they wasted huge hash mining while we were working on new wallet. Serves them right!
I sent the fix to the Founder hours ago, I get and email saying they dont want to use my work and is having someone else do it.
chainparams.cpp
Line 33
nSubsidyHalvingInterval = 50000;
Checkpoints.cpp
Several added, see attached Zip.
Main.cpp
Line 1248-1264
static const int64 nStartSubsidy = 50 * COIN;
static const int64 nMinSubsidy = .50 * COIN;
int64 static GetBlockValue(int nHeight, int64 nFees)
{
int64 nSubsidy = nStartSubsidy;
if (nHeight == 1) {nSubsidy = 2100000 * COIN;}
nSubsidy >>= (nHeight / Params().SubsidyHalvingInterval());
if (nSubsidy < nMinSubsidy)
{
nSubsidy = nMinSubsidy;
}
return nSubsidy + nFees;
}
ClientVersion.h
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
Appearently HamRadioCoin has some ill will towards me, these are the changes I supplied to the HamRadioCoin founder, I have compiled the Windows Qt and the founder also has that. Another Dev please verify my fix and let the HamRadioCoin team know its Valid. The email I got basically thanked me for the information so they can give it to another Dev to have it put together.
https://mega.co.nz/#!GQg3nDrS!Kondxo3F9SJIKla97His0ISGz5if82wFP-tMbKObUbw