Author

Topic: 🚀🚀🚀🚀 | GorillaBucks | Custom Multipool LIVE | Social Media Network | 💵🐵💵 - page 128. (Read 133306 times)

legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Coinage is scaled when rewards are calculated

Ok.. I understand what you said. What are the specifics? What is the specific scale? How about a range? If you dont want to release this information, thats your right. Just say so. Im ok with that.

Vegas

I said above, 1-10000 for coinage, but here is the specifics, which can be found here: https://github.com/iGotSpots/Variance/blob/master/src/main.cpp#L838

Code:
int64 GetProofOfStakeRewardYear(int nHeight) {
static int64 nBaseCoinYear = 1 * CENT;
static int64 nMultiplier = 100;
static int64 nReward = 4;
if (nHeight < 140000) {
return nBaseCoinYear;
} else {
if (nHeight < 164000) {
nReward = nMultiplier;
} else {
nReward = ((nHeight % 6) + 3);
    }
    return nReward * CENT;
    }
 }

// VARY: miner's coin stake is rewarded based on coin age spent (coin-days)
int64 GetProofOfStakeReward(int64 nCoinAge, int nHeight)
{
    int64 nRewardCoinYear = GetProofOfStakeRewardYear(nHeight);  // creation amount per coin-year
    int64 nSubsidy = (((nHeight % 9) + ((nCoinAge % 10000) * 33 / (365 * 33 + 8))) + 1) * nRewardCoinYear;
    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRI64d"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);
    return nSubsidy;
}

The top is where the multiplier is decided and the bottom under the // VARY line is where the actual reward calculation has coinage scaled down
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Coinage is scaled when rewards are calculated

Ok.. I understand what you said. What are the specifics? What is the specific scale? How about a range? If you dont want to release this information, thats your right. Just say so. Im ok with that.

Vegas
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Coinage is scaled when rewards are calculated
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Ive tried to find details on the staking % for variance to post to my site, and cant find anything specific. Does anyone know atleast the range of % that it stakes?

Vegas

For those of you not aware, I post about every new coin released and most wallet updates same day it happens, (all spots wallets updates get posted). Just add your email to the first page of my site and you will get notified, and its FREE without ads or spam! www.bitcoinlasvegas.net

There is no percentage. That has been replaced by a Mulitplier

Ok and for us that dont code.. in plain english please , what does that mean? You have a natural talent for sounding like your explaining it, but your really not. And while where on the topic, and BCT is back up, I really resent and take personal "NO MORE RICH GETTING RICHER". We all know who we are talking about right? Make no mistake , I will ALWAYS get rich off your work, riddles or not. Now, youve had a break for a few days, and I have too, but its back to the grind. You think if people understood the system they would try to manipulate it, you should know by now, Im not that smart. Hell, Im STILL trying to manipulate "Spots coin (SPT)".

Vegas
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Ive tried to find details on the staking % for variance to post to my site, and cant find anything specific. Does anyone know atleast the range of % that it stakes?

Vegas

For those of you not aware, I post about every new coin released and most wallet updates same day it happens, (all spots wallets updates get posted). Just add your email to the first page of my site and you will get notified, and its FREE without ads or spam! www.bitcoinlasvegas.net

There is no percentage. That has been replaced by a Stake Mulitplier. Yearly stake rate % has been removed and all stakes are scaled to have a coinage of between 1 and 10000 at the time of stake (before it enters the rest of the new reward calculation system)
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Ive tried to find details on the staking % for variance to post to my site, and cant find anything specific. Does anyone know atleast the range of % that it stakes? What exactly is "scaling" when applied to this coin?

Vegas

For those of you not aware, I post about every new coin released and most wallet updates same day it happens, (all spots wallets updates get posted). Just add your email to the first page of my site and you will get notified, and its FREE without ads or spam! www.bitcoinlasvegas.net
member
Activity: 112
Merit: 10
Ipominer is mining Variance also with no issues.
sr. member
Activity: 541
Merit: 250
I never put a payout add in pool one if I have to send them back how should I do this just leave them there or withdrawal them to my wallet then send them back
HI
if your coins are still on the pool thats fine
leave them there and sent me a pm with your payout address.


Hi as requested I send my coins back to the pool, I send back 206 coins and only got back 156 coins, why  Huh

That is 25% less coins that I mined???

Probably because the wallet is short due to double dipping and not everyone sent back their coins.

Paul is it true? And what's the status of the second pool?

Hi
yes its true
i posted on here what has been going on
All payouts are done for both pools



I only got around 1100 coins instead 1700 as it was writen in that table. I'm far from happy
full member
Activity: 188
Merit: 100
Looks like my payout has been messed up somehow as I no longer have my coins.
legendary
Activity: 1778
Merit: 1003
NodeMasters
I never put a payout add in pool one if I have to send them back how should I do this just leave them there or withdrawal them to my wallet then send them back
HI
if your coins are still on the pool thats fine
leave them there and sent me a pm with your payout address.


Hi as requested I send my coins back to the pool, I send back 206 coins and only got back 156 coins, why  Huh

That is 25% less coins that I mined???

Probably because the wallet is short due to double dipping and not everyone sent back their coins.

Paul is it true? And what's the status of the second pool?

Hi
yes its true
i posted on here what has been going on
All payouts are done for both pools

legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io

Variance Binaries for Windows and Linux - Update to 4.0.2 Before Block 140,000

               


For more details on the changes, please visit GorillaStake.com/variance.html - The box at the top is fork information
sr. member
Activity: 541
Merit: 250
I never put a payout add in pool one if I have to send them back how should I do this just leave them there or withdrawal them to my wallet then send them back
HI
if your coins are still on the pool thats fine
leave them there and sent me a pm with your payout address.


Hi as requested I send my coins back to the pool, I send back 206 coins and only got back 156 coins, why  Huh

That is 25% less coins that I mined???

Probably because the wallet is short due to double dipping and not everyone sent back their coins.

Paul is it true? And what's the status of the second pool?
legendary
Activity: 1806
Merit: 1828
I never put a payout add in pool one if I have to send them back how should I do this just leave them there or withdrawal them to my wallet then send them back
HI
if your coins are still on the pool thats fine
leave them there and sent me a pm with your payout address.


Hi as requested I send my coins back to the pool, I send back 206 coins and only got back 156 coins, why  Huh

That is 25% less coins that I mined???

Probably because the wallet is short due to double dipping and not everyone sent back their coins.
hero member
Activity: 714
Merit: 500
I never put a payout add in pool one if I have to send them back how should I do this just leave them there or withdrawal them to my wallet then send them back
HI
if your coins are still on the pool thats fine
leave them there and sent me a pm with your payout address.


Hi as requested I send my coins back to the pool, I send back 206 coins and only got back 156 coins, why  Huh

That is 25% less coins that I mined???
legendary
Activity: 1806
Merit: 1828
Just uploaded the new Variance wallet. My bitdefender gave me trouble due to false positive, but it's ready and running. Can't wait for higher stakes at block 140000. Grin Grin
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Thinking about throwing in a quick bonus 'high stake' phase for Variance. We don't have quite as many coins out there in the money supply as I was expecting

Thoughts?
Yeah because there all on the pools im waiting for over 3000


Yes I know, that's the point of doing it after the pool coins are sorted out  Wink
newbie
Activity: 47
Merit: 0
Thinking about throwing in a quick bonus 'high stake' phase for Variance. We don't have quite as many coins out there in the money supply as I was expecting

Thoughts?
Yeah because there all on the pools im waiting for over 3000
full member
Activity: 188
Merit: 100
Ok Guys
I HOPE YOU ALL STILL HAVE YOUR COINS COS YOUR ALL GOING TO HAVE TO SEND THEM BACK
to this address  

vVCfb7TDh57W7DkmEmhaPQmu8jzy6QqMPN

I have worked my nuts off for all you guys
For weeks for nothing but threats and shit PM’s  about this and that

Well some of you think its very funny to withdraw the coins from the pool
KNOWING that  im doing the pay outs.

WELL THANK YOU VERY FUCKING MUCH.

Send all the coins back and I will start again.

Post your TXid and amount on this thread  ONLY.


Theres no way im starting Pool 2  till this is done,  sorry




Sent mine back not all as I received 101 and returned 99.9 after my moving about etc etc

tx 5acd7bf24ffbd676b4b807ee9cfa28e03f3efaf57c8779410e7f3331c8193aa7
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
Obviously that would not kick in until the pool is sorted.. that's the point of doing it, to make up for all your lost time staking..
hero member
Activity: 714
Merit: 500
Thinking about throwing in a quick bonus 'high stake' phase for Variance. We don't have quite as many coins out there in the money supply as I was expecting

Thoughts?

I do not think it is right, we just send our coins back to pool and cannot stake  Huh
Jump to: