Post
Topic
Board Announcements (Altcoins)
Re: ANN [DECENTRALIZED] Bitcoin Diamond - Proof Of Stake Version Based On Bitcoin
by
knobcore
on 26/11/2017, 16:03:03 UTC
Bitcoin Diamond [BCD] is listed: https://yobit.net/en/trade/BCD/BTC (BCD balances added)
BCD Dice: https://yobit.net/en/dice/BCD



Code:
[url=https://yobit.net/en/trade/BCD/BTC][img]https://yobit.net/imginfo/BCD[/img][/url]


BCD-BTC Trade: https://yobit.net/en/trade/BCD/BTC
BCD-ETH Trade: https://yobit.net/en/trade/BCD/ETH
BCD-DOGE Trade: https://yobit.net/en/trade/BCD/DOGE
BCD-WAVES Trade: https://yobit.net/en/trade/BCD/WAVES
BCD-USD Trade: https://yobit.net/en/trade/BCD/USD
BCD-RUR Trade: https://yobit.net/en/trade/BCD/RUR


Donate BCD coins to our Giveaway: https://yobit.net/en/freecoins/


https://medium.com/@btcblooddiamond/bitcoin-diamond-is-a-scam-of-epic-proportions-7d7908c43c22

Yobit should fix this to reflect their goof up, we need to know which coin was supposed to be listed and why (BID or BCD), and if you plan to list BID, or better:

Do a swap.

Too many diamond coins going on...

This is the only one worth my time.

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.

Quote

#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

Quote

// 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

Quote

// 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.