Pages:
Author

Topic: [ANN][ECASH]E-Money Advertising Revenue In Wallet | 8% Daily Stake for 21 days - page 83. (Read 91473 times)

newbie
Activity: 17
Merit: 0
YOU THOUGHT I WAS FUDDING THE COMMUNITY. NO. I WAS FUDDING THIS IMCOMPOTENT DEV. THE PERSON ONLY CARES ABOUT THE MINERS.EVERY MOVE WAS PRO MINER. HE WANTED THE PRICE HIGH TO DUMP FOR MANY BTC.  I FUDDED TO KEEP THE PRICE DOWN. THIS DEV SUCKS
hero member
Activity: 582
Merit: 500
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
I don't see this switch that's mentioned, either, but I might be missing it in here. I can't find anywhere else it could be, but again, I could be wrong. I'm not really familiar with whatever coin this was cloned from. This is also where leap years are just thrown out and it's a flat 365 division

Code:
int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nBits, unsigned int nTime, int nHeight)
{
    int64 nRewardCoinYear;


    if (nHeight > PROTO_CHANGE_BLOCK) // E-Money New PoS Calculations begin here.
    {
        nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;
        int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;
        return nSubsidy;
    }
    else
    {
        // E-Money Original PoS Calculations
        CBigNum bnRewardCoinYearLimit = MAX_MINT_PROOF_OF_STAKE; // Base stake mint rate, 1% year interest
        CBigNum bnTarget;
        bnTarget.SetCompact(nBits);
        CBigNum bnTargetLimit = bnProofOfStakeLimit;
        bnTargetLimit.SetCompact(bnTargetLimit.GetCompact());
        CBigNum bnLowerBound = 1 * CENT; // Lower interest bound is 1% per year
        CBigNum bnUpperBound = bnRewardCoinYearLimit;
        while (bnLowerBound + CENT <= bnUpperBound)
        {
            CBigNum bnMidValue = (bnLowerBound + bnUpperBound) / 2;
            if (fDebug && GetBoolArg("-printcreation"))
                printf("GetProofOfStakeReward() : lower=%"PRI64d" upper=%"PRI64d" mid=%"PRI64d"\n", bnLowerBound.getuint64(), bnUpperBound.getuint64(), bnMidValue.getuint64());
            if (bnMidValue * bnMidValue * bnMidValue * bnMidValue * bnTargetLimit > bnRewardCoinYearLimit * bnRewardCoinYearLimit * bnRewardCoinYearLimit * bnRewardCoinYearLimit * bnTarget)
                bnUpperBound = bnMidValue;
            else
                bnLowerBound = bnMidValue;
        }
        nRewardCoinYear = bnUpperBound.getuint64();
        nRewardCoinYear = min(nRewardCoinYear, MAX_MINT_PROOF_OF_STAKE);
        int64 nSubsidy = nCoinAge * 33 / (365 * 33 + 8) * nRewardCoinYear;
        if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRI64d" nBits=%d\n", FormatMoney(nSubsidy).c_str(), nCoinAge, nBits);
        return nSubsidy;
    }
}

Essentially, this is:

        int64 nSubsidy = nCoinAge * 29.2 * COIN / 365;
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
Well it should start staking soon I imagine, but it's not what is written in the OP

Those other issues should be resolved, as well, though, if you want it to work on all OS and platforms

Thanks for the information Smiley
member
Activity: 84
Merit: 10
Well it should start staking soon I imagine, but it's not what is written in the OP

Those other issues should be resolved, as well, though

if dev hasnt bailed due to embarrassment, the issues were added to github
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Well it should start staking soon I imagine, but it's not what is written in the OP

Those other issues should be resolved, as well, though, if you want it to work on all OS and platforms
member
Activity: 84
Merit: 10
Posted on Github

Quote

jefferydahmer commented 10 seconds ago

Quote
Quote from: iGotSpots on Today at 11:46:03 AM
Quote
Well I just checked a few basic things in their source, and I must say...this is written very poorly

Decimals are coded incorrectly
Comments in git are inaccurate
Stake rewards are based on a 365 day calendar and do not calculate for leap years
Fees are improperly written
Trying to limit moneysupply in the wrong spot
Minimum stake age is not what is written in the OP

I got a PM to check this code out and without reading the thread, my guess is coins won't send properly and it most likely isn't staking correctly

These are simple fixes, among the others I'm sure I didn't check. I suggest fixing them all before posting your 'fix.' And let this be a lesson to everyone...use f****g testnet before you post s*t
full member
Activity: 224
Merit: 100
network weight : 0

no stake
sr. member
Activity: 541
Merit: 250
sr. member
Activity: 951
Merit: 259
So it has or has not staked already?

we didn't received reward, just that green arrow was turn on after 24h !!
network weight is on 0 non stop
legendary
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
Has the dev disappeared, and who is holding the entire premine right now?

ocminer is holding the premine of 40k coins.

Ok, at least it's in trustworthy hands. So the dev has nothing, other than their personal stash of what they mined?

Yes, premine is secure, people willing to donate if need be. Heck, I would buy your other coins with profit if that helps.

I mined a bunch, has great branding and a Bittrex slot, just needs staking. I don't really care about the advertising stuff they promised, although I can think of some ways that could be interesting... I just think the 8% daily for short duration then switching was interesting.
sr. member
Activity: 951
Merit: 259
Well, it looks like I spent $20.00 at nicehash and westhash to do someone's alpha testing. LOL Lips sealed

ooo poor you, all of us done that Wink
and I spent around 150$ and made much more than that so...
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
So it has or has not staked already?
legendary
Activity: 1806
Merit: 1828
Well, it looks like I spent $20.00 at nicehash and westhash to do someone's alpha testing. LOL Lips sealed
legendary
Activity: 1638
Merit: 1013
Has the dev disappeared, and who is holding the entire premine right now?

ocminer is holding the premine of 40k coins.

Ok, at least it's in trustworthy hands. So the dev has nothing, other than their personal stash of what they mined?

Seems so, unless there is some hidden. Dont know if that has been checked.
sr. member
Activity: 951
Merit: 259
Has the dev disappeared, and who is holding the entire premine right now?

ocminer is holding the premine of 40k coins.

Ok, at least it's in trustworthy hands. So the dev has nothing, other than their personal stash of what they mined?

yes, and as I think 5% goes to OCminer

But coins start staking after 1st POW block, it was before 2 or 3 days
and what about that coins, will be rewarded for all those days or not Huh
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Has the dev disappeared, and who is holding the entire premine right now?

ocminer is holding the premine of 40k coins.

Ok, at least it's in trustworthy hands. So the dev has nothing, other than their personal stash of what they mined?
legendary
Activity: 1638
Merit: 1013
Has the dev disappeared, and who is holding the entire premine right now?

ocminer is holding the premine of 40k coins.
legendary
Activity: 1638
Merit: 1013
Ok, pretty sure it's because of the minimum age, then. Although, these decimals all over the place (hardcoded, ugh) might be fucking things up, too. On top of writing decimals incorrectly, this is trying to use them where it should only be using whole numbers (or at least, what I assume should be whole numbers)

It's like someone read this code in English rather than code and tried to wing it. There is so much fucked up in here...

It seems then that the "dev" has torpedoed his own coin.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Has the dev disappeared, and who is holding the entire premine right now?
Pages:
Jump to: