seedtrue
Legendary
Offline
Activity: 963
Merit: 1002
|
|
July 18, 2014, 02:26:12 PM |
|
I love this guy that keeps releasing these.
|
|
|
|
yellowduck2
|
|
July 18, 2014, 02:26:20 PM |
|
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 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.
|
|
|
|
|
|
jox
|
|
July 18, 2014, 02:28:23 PM |
|
Another greedy dev.
|
|
|
|
mouker
Newbie
Offline
Activity: 36
Merit: 0
|
|
July 18, 2014, 02:30:58 PM |
|
good lol
|
|
|
|
MineP.it
|
|
July 18, 2014, 02:31:56 PM |
|
Finally found a block MineP.it NuclearCoin PoolRegister 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
|
|
July 18, 2014, 02:35:31 PM |
|
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
|
|
July 18, 2014, 02:39:45 PM |
|
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
|
|
July 18, 2014, 02:42:25 PM |
|
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
Activity: 3248
Merit: 1070
|
|
July 18, 2014, 02:47:23 PM Last edit: July 18, 2014, 04:11:31 PM by Amph |
|
no nodes scam coin hitting again it seems, chinese who did spartacus, he won't stop until your portfolio is not empty
|
|
|
|
endlessskill
|
|
July 18, 2014, 02:52:00 PM |
|
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
|
|
July 18, 2014, 02:55:33 PM |
|
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
|
|
July 18, 2014, 02:57:30 PM |
|
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
|
|
July 18, 2014, 02:58:48 PM |
|
MineP.it is finding blocks
|
|
|
|
MineP.it
|
|
July 18, 2014, 02:59:56 PM |
|
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
|
|
July 18, 2014, 03:03:06 PM |
|
currently setting up a pool for this coin. Would appreciate if the dev adds it to the front page.
|
| THEMERKLE | ... |
| ●.BTC.●.LTC ● XMR.● DASH .● DOGE.● ETH
|
|
|
|
|
nuclearcoin (OP)
Newbie
Offline
Activity: 4
Merit: 0
|
|
July 18, 2014, 03:09:28 PM |
|
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
|
|
July 18, 2014, 03:10:28 PM |
|
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
|
| THEMERKLE | ... |
| ●.BTC.●.LTC ● XMR.● DASH .● DOGE.● ETH
|
|
|
|
|
nuclearcoin (OP)
Newbie
Offline
Activity: 4
Merit: 0
|
|
July 18, 2014, 03:15:41 PM |
|
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.
|
|
|
|
|