Pages:
Author

Topic: . - page 21. (Read 14121 times)

legendary
Activity: 1453
Merit: 1030
June 11, 2015, 01:59:02 PM
#6
This about sums up the state of crypto these days. A fools den, better stick to the oldies that were created when things were pristine.

"There is a premine of 20001000 CYPT for the Proof Of Burn Phase that will be initiated @ 3 AM IST, The remaining will be burnt."
newbie
Activity: 25
Merit: 100
June 11, 2015, 01:30:31 PM
#5

Masternodes Guide

1) Start up and sync your wallet.  
2) Open debug console, type: masternode genkey
3) Copy output key into a text file to be used later
4) Then, in debug console type: getaccountaddress 0
5) Copy output address into a text file to be used later
6) Send 17259.22 CYPT to address output above, no more, no less.  Exactly 17259.22 .
7) Close Wallet

Create/Edit cryptcash.conf:

Code:
Code:
maxconnections=100
rpcuser=solo
rpcpassword=user
rpcport=9999
gen=0
server=1
daemon=1
reservebalance=9999999
masternodeaddr=YOUR_IP:9999
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND
rpcallowip=127.0.0.1

8 ) Save
9) Wait  428 blocks (see confirmations from wallet you sent 17259.22 CYPT)

10) To start masternode wallet, open debug console and type: masternode start

hero member
Activity: 570
Merit: 500
June 11, 2015, 01:45:46 PM
#5
ok thanks for sharing it
but i don't care anymore
shitcoin again
newbie
Activity: 25
Merit: 100
June 11, 2015, 01:29:06 PM
#4
Thank You!
full member
Activity: 168
Merit: 100
June 11, 2015, 01:44:30 PM
#4
int64_t GetProofOfWorkReward(int64_t nHeight, int64_t nFees)
{
    int64_t nSubsidy = 8 * COIN;
    
    if (nHeight == 1)
    {
      nSubsidy = 20001000 * COIN;
   }
      
    LogPrint("creation", "GetProofOfWorkReward() : create=%s nSubsidy=%d\n", FormatMoney(nSubsidy), nSubsidy);

    return nSubsidy + nFees;
}


20million premine with block reward of 8 coins

watch how the hashrate will go to 0 because the dev doesn't say a word about that premine

That is for the Proof Of Burn Swapping for DeOxyRibose rDNA Users man, I don't get to keep a Dime....


Way to make this look like a NEW coin launch when it obviously is not.  Suck it dev.
newbie
Activity: 25
Merit: 100
June 11, 2015, 01:20:40 PM
#3
Better a new thread...

Yup! A Clean Slate!
hero member
Activity: 570
Merit: 500
June 11, 2015, 01:37:25 PM
#3
int64_t GetProofOfWorkReward(int64_t nHeight, int64_t nFees)
{
    int64_t nSubsidy = 8 * COIN;
    
    if (nHeight == 1)
    {
      nSubsidy = 20001000 * COIN;
   }
      
    LogPrint("creation", "GetProofOfWorkReward() : create=%s nSubsidy=%d\n", FormatMoney(nSubsidy), nSubsidy);

    return nSubsidy + nFees;
}


20million premine with block reward of 8 coins

watch how the hashrate will go to 0 because the dev doesn't say a word about that premine

80000 coin for all the miners
20000000 coins for the dev

looks like inovation 25000% premine
legendary
Activity: 2688
Merit: 1240
June 11, 2015, 01:18:51 PM
#2
Better a new thread...
newbie
Activity: 25
Merit: 100
June 11, 2015, 01:18:04 PM
#1
.
Pages:
Jump to: