Bitcoin Forum
June 23, 2024, 05:12:05 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 »  All
  Print  
Author Topic: [ANN] [France] [SCRYPT] [Officiel] BlackDiamondCoin [BDC]  (Read 13095 times)
LadangGalau
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250

EthBits


View Profile
November 26, 2015, 02:06:34 PM
 #61

Name:   robertiv2
Posts:   79
Activity:   79
Position:   Member
Date Registered:   June 10, 2015, 09:08:43 AM
Last Active:   Today at 07:10:28 AM  Undecided
maybe he was tired for work every day
robertiv2 (OP)
Sr. Member
****
Offline Offline

Activity: 405
Merit: 250


Yuancoin-Official


View Profile WWW
November 26, 2015, 05:36:58 PM
Last edit: November 26, 2015, 07:26:20 PM by robertiv2
 #62

Oula very hard difficulty !!
difficulty" : 230.93174029 !!!
Is synchro !!

ETH : 0x8653709B51162bE8f20C5f503A9f86E28edaF56a - LTC : MRmut26CQTi1cBD5N7wRUiuPFMCDPB8kik - BTC : 37TxbDLUiE8CG7FdsTa1MFHMTUTtAvLesg -
 BCH : qpeph2sypawqhp630td6p93y2eujfu478ysf2298pn
Demo2004
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile WWW
November 26, 2015, 08:06:29 PM
 #63

Yes block 1613 FOUND by John78 !!
Finally.
Crypto$$$$
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
November 27, 2015, 07:28:05 AM
 #64

Not one block confirmed on The french pool !!! Where is the problem ? Scam ?  Cool
TillKoeln
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
November 27, 2015, 07:56:31 AM
 #65

will this coin hit 100k sat in the future ?

Demo2004
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile WWW
November 27, 2015, 02:36:05 PM
 #66

It is necessary for the confirmation 120 blocks and given the speed at Which the block are found can be long !!! 20-30 hours for one block !!!!

See the dev for other explications

Not one block confirmed on The french pool !!! Where is the problem ? Scam ?  Cool

LadangGalau
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250

EthBits


View Profile
November 27, 2015, 03:33:51 PM
 #67

Code:
{
"version" : 1000005,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 1010784.54545452,
"blocks" : 1681,
"timeoffset" : 0,
"connections" : 8,
"proxy" : "",
"difficulty" : 75.77395577,
"testnet" : false,
"keypoololdest" : 1447687073,
"keypoolsize" : 102,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : "Warning: Please check that your computer's date and time are correct! If your clock is wrong blackdiamondcoin will not work properly."
}

robertiv2 (OP)
Sr. Member
****
Offline Offline

Activity: 405
Merit: 250


Yuancoin-Official


View Profile WWW
November 27, 2015, 05:38:50 PM
 #68

My Wallet :

version" : 1000005,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 559799.00000000,
"blocks" : 1681,
"timeoffset" : 12,
"connections" : 8,
"proxy" : "",
"difficulty" : 75.77395577,
"testnet" : false,
"keypoololdest" : 1447687413,
"keypoolsize" : 100,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"unlocked_until" : 0,
"errors" : ""
}


ETH : 0x8653709B51162bE8f20C5f503A9f86E28edaF56a - LTC : MRmut26CQTi1cBD5N7wRUiuPFMCDPB8kik - BTC : 37TxbDLUiE8CG7FdsTa1MFHMTUTtAvLesg -
 BCH : qpeph2sypawqhp630td6p93y2eujfu478ysf2298pn
sulfurtank
Hero Member
*****
Offline Offline

Activity: 592
Merit: 500


View Profile
November 27, 2015, 06:58:58 PM
 #69

"protocolversion" : 70002, "walletversion" : 60000, -- the source has been cloned more than 10 times over the past month.
Demo2004
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile WWW
November 27, 2015, 08:06:29 PM
 #70

Lets go with 8 Mh/s for found a block(s) !
keesdewit
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 27, 2015, 08:59:24 PM
 #71

Hidden premine warning

Warning people, this coin has 11200000000 premined coins in the first block!

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 10000 * COIN;
     if(nHeight == 1)
     {
           nSubsidy = 11200000000 * COIN;
     }
    // Subsidy is cut in half every 840000 blocks
    nSubsidy >>= (nHeight / 840000);

    return nSubsidy + nFees;
}

nSubsidy = 11200000000 * COIN;

keesdewit
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 27, 2015, 09:05:33 PM
 #72

Avertissement de premine caché

Avertissement personnes, cette médaille a 11200000000 pièces premined dans le premier bloc!

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 10000 * COIN;
     if(nHeight == 1)
     {
           nSubsidy = 11200000000 * COIN;
     }
    // Subsidy is cut in half every 840000 blocks
    nSubsidy >>= (nHeight / 840000);

    return nSubsidy + nFees;
}

nSubsidy = 11200000000 * COIN;

TheInfidel
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Better die on your feet, than live on your knees


View Profile
November 27, 2015, 09:07:37 PM
 #73

Hidden premine warning

Warning people, this coin has 11200000000 premined coins in the first block!

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 10000 * COIN;
     if(nHeight == 1)
     {
           nSubsidy = 11200000000 * COIN;
     }
    // Subsidy is cut in half every 840000 blocks
    nSubsidy >>= (nHeight / 840000);

    return nSubsidy + nFees;
}

nSubsidy = 11200000000 * COIN;

lol, that's one serious number   Grin

keesdewit
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 27, 2015, 09:09:55 PM
 #74

Hidden premine warning

Warning people, this coin has 11200000000 premined coins in the first block!

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 10000 * COIN;
     if(nHeight == 1)
     {
           nSubsidy = 11200000000 * COIN;
     }
    // Subsidy is cut in half every 840000 blocks
    nSubsidy >>= (nHeight / 840000);

    return nSubsidy + nFees;
}

nSubsidy = 11200000000 * COIN;

lol, that's one serious number   Grin

If he sells them all for 1 satoshi it would be 112 BTC.

MbccompanyX
Full Member
***
Offline Offline

Activity: 182
Merit: 100

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
November 27, 2015, 09:18:49 PM
 #75

Hidden premine warning

Warning people, this coin has 11200000000 premined coins in the first block!

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 10000 * COIN;
     if(nHeight == 1)
     {
           nSubsidy = 11200000000 * COIN;
     }
    // Subsidy is cut in half every 840000 blocks
    nSubsidy >>= (nHeight / 840000);

    return nSubsidy + nFees;
}

nSubsidy = 11200000000 * COIN;

lol, that's one serious number   Grin

If he sells them all for 1 satoshi it would be 112 BTC.

Even so i don't think that is gonna sell everything and anyway at the moment is most likely going to drop to 1sat hell.... Somebody needs to start a burn process in the future i think.....

keesdewit
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 27, 2015, 09:23:12 PM
 #76

Hidden premine warning

Warning people, this coin has 11200000000 premined coins in the first block!

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 10000 * COIN;
     if(nHeight == 1)
     {
           nSubsidy = 11200000000 * COIN;
     }
    // Subsidy is cut in half every 840000 blocks
    nSubsidy >>= (nHeight / 840000);

    return nSubsidy + nFees;
}

nSubsidy = 11200000000 * COIN;

What you say about this you french pig?

MbccompanyX
Full Member
***
Offline Offline

Activity: 182
Merit: 100

★YoBit.Net★ 350+ Coins Exchange & Dice


View Profile
November 27, 2015, 09:24:51 PM
 #77

Hidden premine warning

Warning people, this coin has 11200000000 premined coins in the first block!

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 10000 * COIN;
     if(nHeight == 1)
     {
           nSubsidy = 11200000000 * COIN;
     }
    // Subsidy is cut in half every 840000 blocks
    nSubsidy >>= (nHeight / 840000);

    return nSubsidy + nFees;
}

nSubsidy = 11200000000 * COIN;

What you say about this you french pig?

I would have said frog... But anyway yeah, he have to give some kind of answer to this hidden detail because is a big number and not something small

robertiv2 (OP)
Sr. Member
****
Offline Offline

Activity: 405
Merit: 250


Yuancoin-Official


View Profile WWW
November 28, 2015, 06:39:50 AM
 #78

Is add pool :
https://aikapool.com/bdc
 Wink

ETH : 0x8653709B51162bE8f20C5f503A9f86E28edaF56a - LTC : MRmut26CQTi1cBD5N7wRUiuPFMCDPB8kik - BTC : 37TxbDLUiE8CG7FdsTa1MFHMTUTtAvLesg -
 BCH : qpeph2sypawqhp630td6p93y2eujfu478ysf2298pn
TheInfidel
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


Better die on your feet, than live on your knees


View Profile
November 28, 2015, 10:48:39 AM
 #79

Quote
Hidden premine warning

OK

 Grin Grin Grin Grin

HuhHuh? In what world should your response be OK???

robertiv2 (OP)
Sr. Member
****
Offline Offline

Activity: 405
Merit: 250


Yuancoin-Official


View Profile WWW
November 28, 2015, 10:59:19 AM
 #80

XMas Party - Mega Soak 24.12

ETH : 0x8653709B51162bE8f20C5f503A9f86E28edaF56a - LTC : MRmut26CQTi1cBD5N7wRUiuPFMCDPB8kik - BTC : 37TxbDLUiE8CG7FdsTa1MFHMTUTtAvLesg -
 BCH : qpeph2sypawqhp630td6p93y2eujfu478ysf2298pn
Pages: « 1 2 3 [4] 5 6 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!