Author

Topic: [XBP] BlackPearl [POW/POS] [X13] "Unlocked thread" (Read 1513 times)

full member
Activity: 490
Merit: 105
legendary
Activity: 1806
Merit: 1828
I certainly hope people do not have the mistaken impression that I have absolutely anything to do with this coin.  Roll Eyes Cheesy
hero member
Activity: 546
Merit: 500
legendary
Activity: 2688
Merit: 1240
hero member
Activity: 546
Merit: 500
any other pool
 Grin Grin Grin
copper member
Activity: 1050
Merit: 500
not explain detail youre coin dev, spefication coin, plan project, roadmap
total suply 50 million coin, with premine 49.5 million coin, i think people is never interest youre coin

This has no roadmap, it is pure  fake MLM type scheme, selling his coin and rewarding people with coin.  Money goes to the creator and trash goes to the poor victim.  This is an obvious scam.  I wonder if there is still people falling for this.  I hope there is none.
hero member
Activity: 1008
Merit: 520
Undeads.com - P2E Runner Gamem
not explain detail youre coin dev, spefication coin, plan project, roadmap
total suply 50 million coin, with premine 49.5 million coin, i think people is never interest youre coin
legendary
Activity: 1339
Merit: 1002
mega shitcoin  Grin Grin
copper member
Activity: 1050
Merit: 500
Lol, a binary system rewarding people with vapor?  I wonder what backed this  blackpearl.  This definitely a clear attempt of scamming people, Ponzi with HYIP coupled with binary scam.  Your money to an air?  I feel sorry to those people who fell for this  scam.
sr. member
Activity: 322
Merit: 250
There is some interesting people on pool.
First - 386.24 MH
Second - 10.31 MH

Miners! Can you tell me where is free electricity? I want to mine ALL SCAM COINS, but i don't want to pay for it...
sr. member
Activity: 742
Merit: 251
Thanks for valuable information
I hope the victim will not come out
hero member
Activity: 952
Merit: 500
LOL!!


http://blackpearlcoin.com/investment/

Retard using a HYIP/ponzi template....this is too funny. New comers flowing, new fucktards making new coins too...man this is feeling more like 2013 everyday.
sr. member
Activity: 322
Merit: 250
0.08 POW reward?
On site package 1400 coins = 100$
Hmmm...
1 block = 0.005$

GREAT COIN! WHERE CAN I BUY ALL OF THEM?
legendary
Activity: 1806
Merit: 1828
https://bitcointalksearch.org/topic/xbp-blackpearl-powpos-x13-1911563
Quote from: blackpearlcoin link=https://bitcointalksearch.org/topic/xbp-blackpearl-powpos-x13-1911563
http://blackpearlcoin.com/

blockchain explorer: 46.101.183.225
pool: 128.199.226.131
github source code: https://github.com/hellocrypto/blackpearl

2346 - rpc
2345 - p2p

thread locked temporarily, between posts, to deter trolling.

https://bitcointalksearch.org/topic/xbp-blackpearl-powpos-x13-1911563

Oh I can't stop laughing. 49,500,000 premine out of 50,000,000 max coins and a webpage that reads like a ponzi. Not sure what searching for prime numbers has to do with it. I started to mine, but the .08 block reward and 1% POS, just does not seem worth it.
Code:
// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 0 * COIN;
 
    if(pindexBest->nHeight+1 == 1)
    {
        nSubsidy = 49500000 * COIN;
    }
   else if(pindexBest->nHeight+1 >= 2 && pindexBest->nHeight+1 <= 50)
    {
        nSubsidy = 0 * COIN;
    }
        else if(pindexBest->nHeight+1 >= 51 && pindexBest->nHeight+1 <= 200000)
    {
        nSubsidy = 0.08 * COIN;
    }
    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);

    return nSubsidy + nFees;
}

Code:
static const int64_t MAX_MONEY = 50000000 * COIN;
static const int64_t COIN_YEAR_REWARD = 1 * CENT; // 1% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 1 * COIN; // 1% annual interest

@blackpearlcoin No wonder you want to lock your thread to prevent "trolling."  Cheesy
Jump to: