Author

Topic: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet - page 237. (Read 679335 times)

full member
Activity: 238
Merit: 250
I want to qualify for Hyperloan.

My address is p8o4HNTBoiimkmnWSh2Cy8g326EtDuXAV1

Thanks.
hero member
Activity: 595
Merit: 500
Anybody else having issues with Staking?
Almost half my wallet (9 inputs, most around 1500 in size) is mature, one input is now 28 days old but since 2.5 days nothing has staked.
The wallet is telling me every day that it should take only a few hours until the next stake can be expected, but it has been some time.
I don't see a crazy diff - only 1.5 which I seem to remember is rather stable now. Don't know why it is not staking other than no luck.
hero member
Activity: 595
Merit: 500
... the GUI numbers were just made accurate to what is actually going on behind the scenes.
Thanks for the new version and the explanations.
One thing that caught my eye - possibly as a side-effect of the updated weight calculation:
Before maturing, the estimation of days to stake is about 10 times higher than immediately after maturing.
I have a 1370 Hyp block of 9 days that is expected to stake in 2.4 days,
the next younger block is 1380 Hyp and 8.4 days old (essentially the next staked block of identical size input originally)
and it is estimated to stake in 21 days....
hero member
Activity: 658
Merit: 503
Monero Core Team
it seems snowballs more popular than hyp now and increasing steadily,..
how do you think about it
any opinions?
1. High-PoS seems to be the new altcoin narrative, after fastPoW/PoS and anon.
2. BALLS is new and what is new gets pumped. I remember this when Monero landed on Poloniex and the same for HyperStake. What matters is what they will do after that - this will be the real test of the coin. Remember almost every week a coin steals the #1 position to Monero.

But in the short term, you can probably ride the pump - just be sure to only ride it by selling freshly staked HYP, to minimise the loss.
legendary
Activity: 1330
Merit: 1009
"more popular"? Still isn't in top 100 of CMC... It's at number 189 right now. So yeah interesting coin, but I like HYP and the community Smiley
legendary
Activity: 1176
Merit: 1000
it seems snowballs more popular than hyp now and increasing steadily,..
how do you think about it
any opinions?
legendary
Activity: 1330
Merit: 1009
Mean while scrapping away with only 17.5k Tongue
hero member
Activity: 658
Merit: 503
Monero Core Team
ibuyltc is on ##hyperstake-otc if someone is willing to sell. He'd like to increase is stash to 100K.
legendary
Activity: 1033
Merit: 1005
Gotta love a mine-able PoS coin  Cool

I only have 1TH but it's all pointed at the pool.
legendary
Activity: 1330
Merit: 1009
Got you thanks presstab. BTW you should probably post the bitcoinist interview we did under the OP, I don't see it there Wink
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
It does, thanks! So staking time didn't shorten/lengthen with the new wallet update, numbers just changed?

Nope nothing changed internally, the GUI numbers were just made accurate to what is actually going on behind the scenes.
hero member
Activity: 658
Merit: 503
Monero Core Team
It means that
weight = (min(block age, 30 days) - 8 hours) * block amount

But from the start of Truckcoin, and therefore HyperStake, something in the hashing calculations called the stake modifier has been set to allow staking no sooner than 8.8 days.  So before the change, instead of 8 hours it was using 8.8 days for the calculation.

What this means is that weight actually starts accumulating at 8 hours, but that weight is meaningless until 8.8 days. In the coin control I think it is best to leave it at 0 until 8.8 days so that people don't get confused.

I hope that all makes at least a little bit of sense.
Fixing this could be something to consider for the BigHardFork project (putting everything that we want to hardfork in one single release, to minimise trauma on services).
legendary
Activity: 1330
Merit: 1009
It does, thanks! So staking time didn't shorten/lengthen with the new wallet update, numbers just changed?
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Awesome, thanks. How was it calculated in layman terms (that code made no sense to me Grin) before hand? yeah, it's saying estimated staking time is now 8-12 hours compared to 2-5 days or something..... And now is the time first time I think I'm going to hit the 1k subsidy block Tongue max generation is becoming an ever current problem haha

It means that
weight = (min(block age, 30 days) - 8 hours) * block amount

But from the start of Truckcoin, and therefore HyperStake, something in the hashing calculations called the stake modifier has been set to allow staking no sooner than 8.8 days.  So before the change, instead of 8 hours it was using 8.8 days for the calculation.

What this means is that weight actually starts accumulating at 8 hours, but that weight is meaningless until 8.8 days. In the coin control I think it is best to leave it at 0 until 8.8 days so that people don't get confused.

I hope that all makes at least a little bit of sense.
legendary
Activity: 1330
Merit: 1009
Awesome, thanks. How was it calculated in layman terms (that code made no sense to me Grin) before hand? yeah, it's saying estimated staking time is now 8-12 hours compared to 2-5 days or something..... And now is the time first time I think I'm going to hit the 1k subsidy block Tongue max generation is becoming an ever current problem haha
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Market is approaching yet again one cent per HYP, time to recover Smiley Congrats to anyone that got in at the floor!

ALSO

I just updated to the new wallet, and my weight jumped from 16K to 73K... Is this normal? Here are the two blocks TXID for reference

(4k block, age of 11.43, 10800 confirmations currently)
a1dbee97d4e6ad49e91814bba80b310e0de3ac7aade31502bf399c4c177561b2

(2.7 k block, age of 11.07, 10465 confirmations currently)
eb4f12ce66c928346c4341964aefcabe6103a659e0bbc35114120f9527ede5b4

What is this? Can someone explain?

Yes the weight in the wallet is now recalculated to exactly match the weight used in the PoS hashing process.

Weight now equals:
Code:
int64 nTimePassed = nIntervalEnd - nIntervalBeginning;
if (nTimePassed > nStakeMinAgeV2)
return min(nTimePassed, (int64)nStakeMaxAge) - nStakeMinAge; //nStakeMinAge is 8 hours
else
return min(nTimePassed, (int64)nStakeMaxAge) - nStakeMinAgeV2; //nStakeMinAgeV2 is 8.8 days

This makes your weight go up, and will make your calculated stake time go down (innaccurately). I will be monitoring my average stake times and adjust the predictions to be more accurate for the next release.

I just thought it would be best to reflect what is actually considered the weight by the wallet.
hero member
Activity: 658
Merit: 503
Monero Core Team
My trading plan:
1. Become HYPlionaire - done
2. Sell at least* 25% of my stake on XMR/HYP when the price is at 5K or more, until I get 10K XMR (estimated top 50 in XMR)
3. Do the same on BTC/HYP until I recoverered all the EUR I spent on crypto
4. Either buy a lot of MINT to sustain the price (NOT a investment advice - I'm just sentimental with MINT) or buy XAG (silver), very undervalued
5. We'll see.

* at least because in the context of HyperShield phase I (breaking the pump), I could sell up to 100% of my stake.
legendary
Activity: 1330
Merit: 1009
Market is approaching yet again one cent per HYP, time to recover Smiley Congrats to anyone that got in at the floor!

ALSO

I just updated to the new wallet, and my weight jumped from 16K to 73K... Is this normal? Here are the two blocks TXID for reference

(4k block, age of 11.43, 10800 confirmations currently)
a1dbee97d4e6ad49e91814bba80b310e0de3ac7aade31502bf399c4c177561b2

(2.7 k block, age of 11.07, 10465 confirmations currently)
eb4f12ce66c928346c4341964aefcabe6103a659e0bbc35114120f9527ede5b4

What is this? Can someone explain?
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Im another that holds all high pos coins, with a heavier weight on HYP and TRK. Got strong holdings on CAP, HBN, gave up on Tek . Got some triangles because of 30% POS and 1 hr minimum stake time (Many times I stake the same coin 8-10 times in 1 day), and some captcoin 30% POS 8 hr minimum stake time, got top V2 50% pos, and about 500 balls for the hell of it, and see what happens.

Vegas
legendary
Activity: 1330
Merit: 1000
Blockchain Developer
Jump to: