Pages:
Author

Topic: [ANN]HAWK - Swapping to ETH based protocol - 20th of June 2016 - Stay Tuned! - page 4. (Read 11549 times)

member
Activity: 82
Merit: 10
You lier! The coin does not match the declared parameters.

What on earth are you talking about? If you have any remarks about our source, at least point them out  Huh

maybe you just do not know how to count?)))

Maybe you can't count?
sr. member
Activity: 343
Merit: 250
You lier! The coin does not match the declared parameters.

What on earth are you talking about? If you have any remarks about our source, at least point them out  Huh

maybe you just do not know how to count?)))
newbie
Activity: 38
Merit: 0
Thank you! Added to OP.


The Twitter give away will probably start off tomorow. Translation bounties are not forgotten, but there is not much to translate for now. So we will wait with that a little bit.
More updates tomorrow.
legendary
Activity: 1526
Merit: 1002
Chipcoin Developer
Block Explorer: http://chain.blockpioneers.info/hawk
Faucet: http://faucet.blockpioneers.info/hawk  
Payout between 0.5-1.5 HAWK every 6 hours
These services run on a donation basis




Here you go guys... If you have lots of HAWK... please make a donation once in while to keep the faucet running.. The address is posted in the faucet itself.. Smiley


Cheers,
Banzai
member
Activity: 82
Merit: 10
legendary
Activity: 1638
Merit: 1036
on a quick glance it seems to match PoW rewards
PoS rewards are different

Code:
// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 0 * COIN;
 
    if(pindexBest->nHeight+1 == 1)
    {
        nSubsidy = 50000 * COIN;
    }
   else if(pindexBest->nHeight+1 >= 2 && pindexBest->nHeight+1 <= 100)
    {
        nSubsidy = 0 * COIN;
    }
        else if(pindexBest->nHeight+1 >= 101 && pindexBest->nHeight+1 <= 600)
    {
        nSubsidy = 64 * COIN;
    }
else if(pindexBest->nHeight+1 >= 601 && pindexBest->nHeight+1 <= 2600)
    {
        nSubsidy = 128 * COIN;
    }
        else if(pindexBest->nHeight+1 >= 2601 && pindexBest->nHeight+1 <= 5100)
    {
        nSubsidy = 256 * COIN;
    }
        else if(pindexBest->nHeight+1 >= 5101 && pindexBest->nHeight+1 <= 10100)
    {
        nSubsidy = 64 * COIN;
    }
else if(pindexBest->nHeight+1 >= 10101 && pindexBest->nHeight+1 <= 15100)
    {
        nSubsidy = 32 * COIN;
    }
else if(pindexBest->nHeight+1 >= 15101 && pindexBest->nHeight+1 <= 100100)
    {
        nSubsidy = 8 * COIN;
    }
    
    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);

    return nSubsidy + nFees;
}

// miner's coin stake reward based on coin age spent (coin-days)
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    
    
    int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);  //default 5% yr

        if(pindexBest->nHeight+1 >= 601 && pindexBest->nHeight+1 <= 5100)
    {
        nSubsidy = 128 * COIN;
    }
        else if(pindexBest->nHeight+1 >= 5101 && pindexBest->nHeight+1 <= 10100)
    {
        nSubsidy = 64 * COIN;
    }
        else if(pindexBest->nHeight+1 >= 10101 && pindexBest->nHeight+1 <= 15100)
    {
        nSubsidy = 32 * COIN;
    }
        else if(pindexBest->nHeight+1 >= 15101)
    {
        nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);  //default 5% yr
    }    
    

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

    return nSubsidy + nFees;
}
newbie
Activity: 38
Merit: 0
You lier! The coin does not match the declared parameters.

What on earth are you talking about? If you have any remarks about our source, at least point them out  Huh
sr. member
Activity: 343
Merit: 250
High reward period is almost over! Get them big Hawks while you can! Smiley

Block 2 - 100 : 0 HAWK
Block 101 - 600 : 64 HAWK
Block 601 - 2600 : 128 HAWK
Block 2601 - 5100 : 256 HAWK<<<------- We are here, currently at block 4115
Block 5101 - 10100 : 64 HAWK
Block 10101 - 15100 : 32 HAWK
Block 15101 - 100100 : 8 HAWK





You lier! The coin does not match the declared parameters.
newbie
Activity: 38
Merit: 0
High reward period is almost over! Get them big Hawks while you can! Smiley

Block 2 - 100 : 0 HAWK
Block 101 - 600 : 64 HAWK
Block 601 - 2600 : 128 HAWK
Block 2601 - 5100 : 256 HAWK<<<------- We are here, currently at block 4115
Block 5101 - 10100 : 64 HAWK
Block 10101 - 15100 : 32 HAWK
Block 15101 - 100100 : 8 HAWK




newbie
Activity: 38
Merit: 0
Official Twitter:

https://twitter.com/Crypto_Hawk




I will start working on the full website later this week.

Tonight I will contact some exchanges to get this hawk in the air!
When we are listed somewhere, I will also setup a game to win some HAWK's

Currently discussing a faucet and twitter giveaway with a few people  Wink
newbie
Activity: 38
Merit: 0
i have compiled ze mac wallet v1.2.0.1

https://drive.google.com/file/d/0B5j8d4FSc7drRWtMYTFvUmxrdjg/view?usp=sharing

i will pm ze dev in regards to potential bounty Smiley

--
also see my sig for donation addresses if you care to love me long time.


Thank you very much for that! I will add it to the OP and Website Smiley
legendary
Activity: 1638
Merit: 1036
i have compiled ze mac wallet v1.2.0.1

https://drive.google.com/file/d/0B5j8d4FSc7drRWtMYTFvUmxrdjg/view?usp=sharing

i will pm ze dev in regards to potential bounty Smiley

--
also see my sig for donation addresses if you care to love me long time.
newbie
Activity: 38
Merit: 0
Got in early on this bird & have been staking ever since Cheesy Grin

Thank you for the support.  Smiley


To everyone who send me a pm, I will get back to you asap.
legendary
Activity: 1554
Merit: 1001
Got in early on this bird & have been staking ever since Cheesy Grin
newbie
Activity: 38
Merit: 0
Fixing something or ? Smiley

Nothing drastic, this is not a mandatory update Wink


New windows wallet: Version 1.2.0.1
https://github.com/cryptohawk/hawk/releases
or
http://www.cryptohawk.pw/Hawk-qt-1.2.0.1.zip
or
http://www.cryptohawk.pw for the exe (bitcointalk removes my link)

https://www.virustotal.com/en/file/971bba2e517389422edf5c37602ce369620e1dfd9ed3eabda6c91feafea137ae/analysis/1457386379/
1 false positive


Changes:

Added Split Block function in coin control (Original credits for this function are for the inventor "Presstab")
Fix syncing icon
Added resources menu tab
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
newbie
Activity: 38
Merit: 0
We have a wallet update in a few hours.  Wink
newbie
Activity: 38
Merit: 0
I Added some more information about upcoming developments for Project Hawk in the OP.

Bounties are being thought out right now.
newbie
Activity: 38
Merit: 0
After 2 hours your coins are mature enough to start staking. It can take some time before you get your first stake.
full member
Activity: 224
Merit: 100
How much is the minimum mature coins for staking? I have 137 coins but not staking yet.
Pages:
Jump to: