first BID is not a fork its a scam
second the devs of this p[roject purposely used "diamond " to trick peopke
third - this coin mined out in a few hours with the majority of the coins going to the devs this is a heavily controlled market
First, the dev didn't want it to be a fork. You don't get any BID for having a bitcoin balance.
#include "alert.h"
#include "checkpoints.h"
#include "db.h"
#include "txdb.h"
#include "net.h"
#include "init.h"
#include "ui_interface.h"
#include "kernel.h"
#include "zerocoin/Zerocoin.h"
#include
#include
#include
Zerocoin headers
// Continuously rate-limit free transactions
// This mitigates 'penny-flooding' -- sending thousands of free transactions just to
// be annoying or make others' transactions take longer to confirm.
if (nFees < MIN_RELAY_TX_FEE)
{
static CCriticalSection cs;
static double dFreeCount;
static int64_t nLastTime;
int64_t nNow = GetTime();
{
LOCK(pool.cs);
// Use an exponentially decaying ~10-minute window:
dFreeCount *= pow(1.0 - 1.0/600.0, (double)(nNow - nLastTime));
nLastTime = nNow;
// -limitfreerelay unit is thousand-bytes-per-minute
// At default rate it would take over a month to fill 1GB
if (dFreeCount > GetArg("-limitfreerelay", 15)*10*1000 && !IsFromMe(tx))
return error("AcceptToMemoryPool : free transaction rejected by rate limiter");
if (fDebug)
printf("Rate limit dFreeCount: %g => %g\n", dFreeCount, dFreeCount+nSize);
dFreeCount += nSize;
}
}
namecoin code
// ppcoin: find block wanted by given orphan block
uint256 WantedByOrphan(const CBlock* pblockOrphan)
{
// Work back to the first block in the orphan chain
while (mapOrphanBlocks.count(pblockOrphan->hashPrevBlock))
pblockOrphan = mapOrphanBlocks[pblockOrphan->hashPrevBlock];
return pblockOrphan->hashPrevBlock;
}
ppccoin code
Therefore, not a fork.
Nobody wants bitcoin forked. Only BITCOIN is BITCOIN.
Second, who cares? BID was first. Where's BCD's github page, hmm? Where's BCD's wallets, hmm? Deliver, or I will pan it. This dev delivered.
Third, there were 1000 blocks. Currently, we are on block 6664. I am not a dev. I got in on mining. So did others, you can see 3 pages of posts of multiple user names mining it.