Pages:
Author

Topic: [ANN] Whistle Coin @Bittrex POS Trading Wallet > Blow The Whistle!! < - page 21. (Read 61300 times)

hero member
Activity: 644
Merit: 500
legendary
Activity: 924
Merit: 1000
Bitfarms.io
There we go, 129 went through
newbie
Activity: 42
Merit: 0
the leveldb issues mentioned earlier have been fixed .
legendary
Activity: 2688
Merit: 1240
Still at block 129, been a while now. Sup
+1
23 minutes on block 129.

looks normal, diff is > 800 Smiley
hero member
Activity: 574
Merit: 500
( ͡° ͜ʖ ͡°)
Still at block 129, been a while now. Sup
+1
23 minutes on block 129.
legendary
Activity: 924
Merit: 1000
Bitfarms.io
Still at block 129, been a while now. Sup
sr. member
Activity: 249
Merit: 250
Can't wait until this 10 minutes of 100GH nicehash runs out  Cheesy
legendary
Activity: 924
Merit: 1000
Bitfarms.io
On fire! Good launch, good nethash. Ninja of the day!
newbie
Activity: 42
Merit: 0
People love to WHISTLE  its a universal thing. I can whistle in 17 languages.
Now at 121GH .
sr. member
Activity: 336
Merit: 250
wow.there is some mining power point at this coin

seriously...

that escalated quickly
hero member
Activity: 644
Merit: 500
wow.there is some mining power point at this coin
full member
Activity: 170
Merit: 100
legendary
Activity: 1050
Merit: 1000
Mine the hottest new coins at ipoMiner.com
Looks like a good launch overall - leveldb is broken in the source though, as noted a few posts up. Use src/leveldb from another coin and it builds just fine.
newbie
Activity: 42
Merit: 0
We have posted some things we will be paying bounties for over the next few days. We will add more.
sr. member
Activity: 336
Merit: 250
I'm in!

thanks for fast pool  Kiss

come join the mining, people
newbie
Activity: 42
Merit: 0
Ok specs corrected
sr. member
Activity: 365
Merit: 250
"blocks" : 89,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 86.51752839,
"proof-of-stake" : 0.00024414,
"search-interval" : 1
},
"blockvalue" : 276400000000,
"netmhashps" : 6298.13482985,
"netstakeweight" : 0.00000000,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
hero member
Activity: 672
Merit: 500

Code:
int64_t GetProofOfWorkReward(int64_t nFees)
{

    int64_t nSubsidy = 2764 * COIN;
    if (pindexBest->nHeight + 1 == 1) nSubsidy = 100000 * COIN;
    else if (pindexBest->nHeight + 1 == 7200) nSubsidy = 4728 * COIN;

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);

    return nSubsidy + nFees;
}

const int DAILY_BLOCKCOUNT =  1440;

some typoons
hero member
Activity: 750
Merit: 511
POW/POS
POS interest 2%
Block 1 - premine 0.5%
Block Rewards 2- 7599 - 2764
Block Rewards 7600    - 5600
POS Starts at Block 6000
60 Second Blocks
Confirms 70 for mined
Confirms 10 for Transactions
20 Mil Coins in POW
Min Stake Age 2hrs
Max Stake Age 8hrs

From the github source:
Code:
static const int LAST_POW_BLOCK = 7200;
...
int64_t nSubsidy = 2764 * COIN;
if (pindexBest->nHeight + 1 == 1) nSubsidy = 100000 * COIN;
else if (pindexBest->nHeight + 1 == 7200) nSubsidy = 4728 * COIN;

Dev, you should edit specs in the OP.
sr. member
Activity: 249
Merit: 250
leveldb is broken in the source. Taking src/leveldb from another coin source seems to build fine.
Pages:
Jump to: