Bitcoin Forum
June 27, 2024, 08:26:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 »  All
  Print  
Author Topic: [NCC]NuClearCoin-X13 POW+POS 3.5Day Mining  (Read 7126 times)
seedtrue
Legendary
*
Offline Offline

Activity: 963
Merit: 1002



View Profile
July 18, 2014, 02:26:12 PM
 #41

 Grin  I love this guy that keeps releasing these.
yellowduck2
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 18, 2014, 02:26:20 PM
 #42

int64_t devCoin = 150 * COIN;

if(IsProofOfWork())
    {
        CBitcoinAddress address(!fTestNet ? FOUNDATION : FOUNDATION_TEST);
        CScript scriptPubKey;
        scriptPubKey.SetDestination(address.Get());
        if (vtx[0].vout[1].scriptPubKey != scriptPubKey)
            return error("ConnectBlock() : coinbase does not pay to the dev address)");
        if (vtx[0].vout[1].nValue < devCoin)
            return error("ConnectBlock() : coinbase does not pay enough to dev addresss");
    }


1. Developer get a cut for every block mined.

2. He have 1.3% premine.

3. xxx block instamine


I wasted 10 mins of mining time on my rig  Sad

Developer, please be more professional scammer for the next coin. Hope u learn something on this launch and dont make the same mistake on the next one.

vanish9
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 18, 2014, 02:26:25 PM
 #43

seedtrue
Legendary
*
Offline Offline

Activity: 963
Merit: 1002



View Profile
July 18, 2014, 02:27:59 PM
 #44




Lol, really?


Well in that case, dickbuttcoin is coming soon. You should build a pool for that too.


https://bitcointalk.org/index.php?topic=698954.0
jox
Hero Member
*****
Offline Offline

Activity: 681
Merit: 500


View Profile
July 18, 2014, 02:28:23 PM
 #45

Another greedy dev.

mouker
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 18, 2014, 02:30:58 PM
 #46

good
lol
MineP.it
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
July 18, 2014, 02:31:56 PM
 #47

Finally found a block  Cheesy

MineP.it NuclearCoin Pool

Register now, if you haven't already done so, and prepare your workers start mining!

Stratum connection example:
stratum+tcp://ncc.minep.it:3344 -u MinepitUsername.anything -p anything

MinePit Pools
  • 0.75% fees across the board
  • Rock solid security and stability
  • One registration to access all our pools
  • Auto payouts every minute (manual payouts too)
  • 24/7 on-site chatbox
  • Super fast, powerful, scale-able servers
  • Unbeatable DDOS protection
  • Unique, custom interface and back-end infrastructure
  • Super fast compile times - we aim to be one of the first pools running at every launch

Join us now!


https://www.minep.it - secure, stable mining pools | 0.75% fees | chat | forums | one login for 40+ pools | unique interface
Pools: Bitcoin | BitMark | ConspiracyCoin | CryptCoin | CureCoin | DarkCoin | Digit | DogeCoin | Dvorakoin | FeatherCoin | FractalCoin | Hiro | IsraelCoin | KarmaCoin | Kryptonite | LimeCoinX | Litecoin | MultiWalletCoin | Negotium | NewWorldOrder | OzzieCoin | PyramidsCoin | RootCoin | SaveCoin | Shade | SurvivorCoin | SysCoin | TalkCoin | TitCoin | Trinity | UseCoin | UtopiaCoin | VertCoin | ViaCoin | VirtualCoin | VirtualMiningCoin | WankCoin | WorldCoin | ZetaCoin
yellowduck2
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 18, 2014, 02:35:31 PM
 #48

This is the actual block reward which is different from what is stated on OP. Developer DID NOT include the coin he get for every block mined, OP stated block reward AFTER giving coin to developer for every block mined

int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 1 * COIN;

    if (pindexBest->nHeight == 1)
      {
        int64_t nSubsidy = 270000 * COIN;
        if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
        return nSubsidy + nFees;
      }
else if(pindexBest->nHeight < 200)
    {
nSubsidy = 5150 * COIN;
    }
else if(pindexBest->nHeight < 400)
    {
nSubsidy = 4150 * COIN;
    }
else if(pindexBest->nHeight < 600)
    {
nSubsidy = 3150 * COIN;
    }
else if(pindexBest->nHeight < 800)
    {
nSubsidy = 2150 * COIN;
    }
else if(pindexBest->nHeight < 1000)
    {
nSubsidy = 5150* COIN;
    }   
else if(pindexBest->nHeight < 1200)
    {
nSubsidy = 4150 * COIN;
    }   
else if(pindexBest->nHeight < 1400)
    {
nSubsidy = 3150 * COIN;
    }   
else if(pindexBest->nHeight < 1600)
    {
nSubsidy = 2150 * COIN;
    }   
else if(pindexBest->nHeight < 1800)
    {
nSubsidy = 3150 * COIN;
    }   
else if(pindexBest->nHeight < 2000)
    {
nSubsidy = 4150 * COIN;
    }
else if(pindexBest->nHeight < 2200)
    {
nSubsidy = 5150 * COIN;
    }
else if(pindexBest->nHeight < 2400)
    {
nSubsidy = 4150 * COIN;
    }
else if(pindexBest->nHeight < 2600)
    {
nSubsidy = 3150 * COIN;
    }
else if(pindexBest->nHeight < 2800)
    {
nSubsidy = 2150 * COIN;
    }
else if(pindexBest->nHeight < 3000)
    {
nSubsidy = 5150* COIN;
    }   
else if(pindexBest->nHeight < 3200)
    {
nSubsidy = 4150 * COIN;
    }   
else if(pindexBest->nHeight < 3400)
    {
nSubsidy = 3150 * COIN;
    }   
else if(pindexBest->nHeight < 3600)
    {
nSubsidy = 2150 * COIN;
    }   
else if(pindexBest->nHeight < 3800)
    {
nSubsidy = 3150 * COIN;
    }   
else if(pindexBest->nHeight < 4000)
    {
nSubsidy = 4150 * COIN;
    }
else if(pindexBest->nHeight < 4200)
    {
nSubsidy = 5150 * COIN;
    }
else if(pindexBest->nHeight < 4400)
    {
nSubsidy = 4150 * COIN;
    }
else if(pindexBest->nHeight < 4600)
    {
nSubsidy = 3150 * COIN;
    }
else if(pindexBest->nHeight < 4800)
    {
nSubsidy = 2150 * COIN;
    }
else if(pindexBest->nHeight < 5000)
    {
nSubsidy = 1150* COIN;
yellowduck2
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 18, 2014, 02:39:45 PM
 #49

On behalf of developer, i thank those who rent rig to mine coin for developer. This developer is too poor to rent rig to mine himself.

Or maybe he is too greedy. He need instamine, premine, coin donation for every block mined.
vanish9
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 18, 2014, 02:42:25 PM
 #50




Lol, really?


Well in that case, dickbuttcoin is coming soon. You should build a pool for that too.


https://bitcointalk.org/index.php?topic=698954.0

If somebody wants to mine it, of course we will, everything for our people. We are following to the desires of the people.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
July 18, 2014, 02:47:23 PM
Last edit: July 18, 2014, 04:11:31 PM by Amph
 #51

no nodes scam coin hitting again it seems, chinese who did spartacus, he won't stop until your portfolio is not empty
endlessskill
Hero Member
*****
Offline Offline

Activity: 531
Merit: 500


AMD | Mining | NVIDIA


View Profile
July 18, 2014, 02:52:00 PM
 #52

no nodes scam coin hitting again it seems, chinese who did spartacus, he won't stop until your portafolio is not empty
+1. Fcking chinese dev with fcking chinese coin...
vanish9
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 18, 2014, 02:55:33 PM
 #53




Lol, really?


Well in that case, dickbuttcoin is coming soon. You should build a pool for that too.


https://bitcointalk.org/index.php?topic=698954.0

If somebody wants to mine it, of course we will, everything for our people. We are following to the desires of the people.

Sorry guys, we stoped the Stratum, not enough info from Dev!
jorneyflair
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
July 18, 2014, 02:57:30 PM
 #54

no nodes scam coin hitting again it seems, chinese who did spartacus, he won't stop until your portafolio is not empty
+1. Fcking chinese dev with fcking chinese coin...
really hate these CHINESE SCAM
hash77away
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
July 18, 2014, 02:58:48 PM
 #55

MineP.it is finding blocks

Get Daily Free SIGNs before too late. T6iaE1S1iYBynTmadBPMTwPyQLxZ76o3P7
MineP.it
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
July 18, 2014, 02:59:56 PM
 #56

For pools:

Dev Donate address: NQhjhe8uzZB9nV9aM75JdsNaFd6fcRjU3K
Amount: 150 coins per block

https://www.minep.it - secure, stable mining pools | 0.75% fees | chat | forums | one login for 40+ pools | unique interface
Pools: Bitcoin | BitMark | ConspiracyCoin | CryptCoin | CureCoin | DarkCoin | Digit | DogeCoin | Dvorakoin | FeatherCoin | FractalCoin | Hiro | IsraelCoin | KarmaCoin | Kryptonite | LimeCoinX | Litecoin | MultiWalletCoin | Negotium | NewWorldOrder | OzzieCoin | PyramidsCoin | RootCoin | SaveCoin | Shade | SurvivorCoin | SysCoin | TalkCoin | TitCoin | Trinity | UseCoin | UtopiaCoin | VertCoin | ViaCoin | VirtualCoin | VirtualMiningCoin | WankCoin | WorldCoin | ZetaCoin
m3
Sr. Member
****
Offline Offline

Activity: 460
Merit: 250


View Profile WWW
July 18, 2014, 03:03:06 PM
 #57

currently setting up a pool for this coin. Would appreciate if the dev adds it to the front page.

nuclearcoin (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 18, 2014, 03:09:28 PM
 #58


If somebody wants to mine it, of course we will, everything for our people. We are following to the desires of the people.

Sorry guys, we stoped the Stratum, not enough info from Dev!
For pools:

Dev Donate address: NQhjhe8uzZB9nV9aM75JdsNaFd6fcRjU3K
Amount: 150 coins per block
sorry man i send to you message ,this is donate info.  from MineP.it
m3
Sr. Member
****
Offline Offline

Activity: 460
Merit: 250


View Profile WWW
July 18, 2014, 03:10:28 PM
 #59

I am getting an error while trying to compile from source.

 /coins/nuclearcoin/src/leveldb/libleveldb.a /coins/nuclearcoin/src/leveldb/libmemenv.a
g++: error: /coins/nuclearcoin/src/leveldb/libleveldb.a: No such file or directory
g++: error: /coins/nuclearcoin/src/leveldb/libmemenv.a: No such file or directory

nuclearcoin (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 18, 2014, 03:15:41 PM
 #60

I am getting an error while trying to compile from source.

 /coins/nuclearcoin/src/leveldb/libleveldb.a /coins/nuclearcoin/src/leveldb/libmemenv.a
g++: error: /coins/nuclearcoin/src/leveldb/libleveldb.a: No such file or directory
g++: error: /coins/nuclearcoin/src/leveldb/libmemenv.a: No such file or directory

You need make libleveldb.a and libmemenv.a first.
Pages: « 1 2 [3] 4 5 »  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!