Author

Topic: | STRATIS | The first blockchain developed for businesses |Full POS - page 1019. (Read 1891106 times)

hero member
Activity: 952
Merit: 530
How do you calculate it? Smiley

PoS rewards is 1-2%

I used 1% as he should get at least that.

1% of his 1400 strat = 14 strat/year

14 strat/365 days = 0.03835616438356164383561643835616 strat/day

1 strat /0.03835616438356164383561643835616 strat/day = 26,071428571428571428571428571429 days.


Thanks for the information, it really makes sense!

Very nice and understandable.

Can anyone confirm staking is working? I should already have get some Stratis but cant see anything in my wallet. The amount that you got from staking will be shown under staked?

Yes it is working.
No they will only be shown as staked while it is confirming the block you created.

Look in your transactions. They are transfers of 1 strat or sometimes a tiny bit more, marked with a hammer icon.

Also make sure your wallet is unlocked. If it isnt it wont stake.
You can also check by hovering your mouse over the lightningbolt icon in the bottom left.

Thanks for confirming! Just checked again and can confirm staking is working also on my account.
hero member
Activity: 658
Merit: 500
How do you calculate it? Smiley

PoS rewards is 1-2%

I used 1% as he should get at least that.

1% of his 1400 strat = 14 strat/year

14 strat/365 days = 0.03835616438356164383561643835616 strat/day

1 strat /0.03835616438356164383561643835616 strat/day = 26,071428571428571428571428571429 days.


Thanks for the information, it really makes sense!

Very nice and understandable.

Can anyone confirm staking is working? I should already have get some Stratis but cant see anything in my wallet. The amount that you got from staking will be shown under staked?

Yes it is working.
No they will only be shown as staked while it is confirming the block you created.

Look in your transactions. They are transfers of 1 strat or sometimes a tiny bit more, marked with a hammer icon.

Also make sure your wallet is unlocked. If it isnt it wont stake.
You can also check by hovering your mouse over the lightningbolt icon in the bottom left.
hero member
Activity: 952
Merit: 530
How do you calculate it? Smiley

PoS rewards is 1-2%

I used 1% as he should get at least that.

1% of his 1400 strat = 14 strat/year

14 strat/365 days = 0.03835616438356164383561643835616 strat/day

1 strat /0.03835616438356164383561643835616 strat/day = 26,071428571428571428571428571429 days.






Thanks for the information, it really makes sense!

Very nice and understandable.

Can anyone confirm staking is working? I should already have get some Stratis but cant see anything in my wallet. The amount that you got from staking will be shown under staked?
full member
Activity: 160
Merit: 100
How do you calculate it? Smiley

PoS rewards is 1-2%

I used 1% as he should get at least that.

1% of his 1400 strat = 14 strat/year

14 strat/365 days = 0.03835616438356164383561643835616 strat/day

1 strat /0.03835616438356164383561643835616 strat/day = 26,071428571428571428571428571429 days.






Thanks for the information, it really makes sense!
full member
Activity: 208
Merit: 100


Nice mate, great job !!


Do u know when STRATIS will ben on poloniex ??

Deed u contact them,

greating edomajka
hero member
Activity: 658
Merit: 500
Looks like 4000 is the new floor. Go Stratis!  Cheesy

Yes. But sell orders increased to 11kBTC. That is quite high and I'm not anymore optimist for the short time frame. Maybe in some days it will find a ground. The question is where it will be?
There is one sell order with 11814 strat at 0.91 BTC each. That is a sell order of 10750 BTC that will never be sold.

BTW I am selling 1 strat for 21 million BTC if anyone wants to buy it  Wink
legendary
Activity: 1932
Merit: 1003
Looks like 4000 is the new floor. Go Stratis!  Cheesy

Yes. But sell orders increased to 11kBTC. That is quite high and I'm not anymore optimist for the short time frame. Maybe in some days it will find a ground. The question is where it will be?

You really are a newbie.  Look at the 2nd sell order.  The guy wants 0.91btc for each Stratis. 
full member
Activity: 182
Merit: 100
Looks like 4000 is the new floor. Go Stratis!  Cheesy

Yes. But sell orders increased to 11kBTC. That is quite high and I'm not anymore optimist for the short time frame. Maybe in some days it will find a ground. The question is where it will be?
sr. member
Activity: 364
Merit: 250
Damn, mega dump incoming. Why oh why.

That's how trading works, think of it like building a house from old wood lol. A level is built if the wood can't support it then you fall through and test the floor below. If that holds and you are not to freaked out, then you build on top of that level again. Test it if it's good build higher.

Build to high and to fast it crumbles, fall to fast you go through all the floors. It needs to be steady and built with solid intentions.

Maybe it will just not drop. Magic stuff happens.
hero member
Activity: 592
Merit: 500
Damn, mega dump incoming. Why oh why.

That's how trading works, think of it like building a house from old wood lol. A level is built if the wood can't support it then you fall through and test the floor below. If that holds and you are not to freaked out, then you build on top of that level again. Test it if it's good build higher.

Build to high and to fast it crumbles, fall to fast you go through all the floors. It needs to be steady and built with solid intentions.
legendary
Activity: 896
Merit: 1001
How do you calculate it? Smiley

PoS rewards is 1-2%

I used 1% as he should get at least that.

1% of his 1400 strat = 14 strat/year

14 strat/365 days = 0.03835616438356164383561643835616 strat/day

1 strat /0.03835616438356164383561643835616 strat/day = 26,071428571428571428571428571429 days.

REWARDS CALCULATION:

1%/year:

https://github.com/stratisproject/stratisX/blob/master/src/main.h#L56

Code:
static const int64_t COIN_YEAR_REWARD = 1 * CENT; // 1% per year

https://github.com/stratisproject/stratisX/blob/master/src/main.cpp#L45

Maturity (8 hours):
Code:
int nStakeMinConfirmations = 50;
unsigned int nStakeMinAge = 60; // 8 hours
unsigned int nModifierInterval = 10 * 60; // time to elapse before new modifier is computed

https://github.com/stratisproject/stratisX/blob/master/src/main.cpp#L978

Proof of Stake Reward: 1 Stratis:
Code:
// miner's coin stake reward
int64_t GetProofOfStakeReward(const CBlockIndex* pindexPrev, int64_t nCoinAge, int64_t nFees)
{
    return (1 * COIN) + nFees;
}


If I've made any misinterpretation of the code. make corrections please.

Finally a post with some substance and actual information regarding Stratis that might be of use to someone reading this thread.
sr. member
Activity: 364
Merit: 250
Damn, mega dump incoming. Why oh why.
hero member
Activity: 592
Merit: 500
Looks like 4000 is the new floor. Go Stratis!  Cheesy

We need to test some support first, low(isn) volume ATM. I'd say my entry points but the market makers no doubt read this thread.
hero member
Activity: 728
Merit: 500
MenaPay - Crypto made easier than cash
i think in 1 month stratis up to 200K sat min!
legendary
Activity: 896
Merit: 1001
When it will be strat at POLO?

You created a new account just to ask this question?  Go ask POLO when and if they will add Stratis.  Nobody in this thread can answer that question.  In fact this thread has pretty much turned into the typical cesspool of shill accounts talking about nothing of substance and just speculating on price.    
hero member
Activity: 1638
Merit: 507
The snake which cannot cast its skin has to die
How do you calculate it? Smiley

PoS rewards is 1-2%

I used 1% as he should get at least that.

1% of his 1400 strat = 14 strat/year

14 strat/365 days = 0.03835616438356164383561643835616 strat/day

1 strat /0.03835616438356164383561643835616 strat/day = 26,071428571428571428571428571429 days.

REWARDS CALCULATION:

1%/year:

https://github.com/stratisproject/stratisX/blob/master/src/main.h#L56

Code:
static const int64_t COIN_YEAR_REWARD = 1 * CENT; // 1% per year

https://github.com/stratisproject/stratisX/blob/master/src/main.cpp#L45

Maturity (8 hours):
Code:
int nStakeMinConfirmations = 50;
unsigned int nStakeMinAge = 60; // 8 hours
unsigned int nModifierInterval = 10 * 60; // time to elapse before new modifier is computed

https://github.com/stratisproject/stratisX/blob/master/src/main.cpp#L978

Proof of Stake Reward: 1 Stratis:
Code:
// miner's coin stake reward
int64_t GetProofOfStakeReward(const CBlockIndex* pindexPrev, int64_t nCoinAge, int64_t nFees)
{
    return (1 * COIN) + nFees;
}


If I've made any misinterpretation of the code. make corrections please.
hero member
Activity: 532
Merit: 500
Looks like 4000 is the new floor. Go Stratis!  Cheesy
Jump to: