Author

Topic: 🚀[ANN][PoSToken]First PoS Smart Contract Token[Lending Platform Available] - page 453. (Read 348488 times)

full member
Activity: 154
Merit: 101
PoSToken

Hi FreshB,

Sorry for the late reply since we saw your question just now.
First of all, thank you for your questions!

Your math is correct in sense, but due to the high interest rate for the first two years, compounding should be taken into account.
In addition, after each mining, the new coinage will be accumulated based on the new balance.

For example:
Blob has 100 tokens, he hold them for the whole first year and mine every 3 days.
Alice has 100 tokens, she hold them for the whole first year and mine every 90 days.

If we use 100% to do the calculation:
Blob will receive 100*((1+100%/365*3)^(365/3)) ≈ 271 POS
Alice will receive 100*((1+100%/365*90)^(365/90)) ≈ 241 POS
You can see that the effective interest rate of first year range from 140% to 170%. The totalSupply will increase to at least 2.4 Mil after the first year, this is bad for the whole system.

But if we use 77% to do the calculation:
Blob will receive 1000*((1+77%/365*3)^(365/3)) ≈ 215 POS
Alice will receive 1000*((1+77%/365*90)^(365/90)) ≈ 200 POS

Hi dev. Thanks for this info. So it means that the more frequently we do the pos mining, the more postokens we accumulate ?? But also this implies that the more ethereum you spend as gas ??

Definitely Yes.
full member
Activity: 518
Merit: 102

Hi FreshB,

Sorry for the late reply since we saw your question just now.
First of all, thank you for your questions!

Your math is correct in sense, but due to the high interest rate for the first two years, compounding should be taken into account.
In addition, after each mining, the new coinage will be accumulated based on the new balance.

For example:
Blob has 100 tokens, he hold them for the whole first year and mine every 3 days.
Alice has 100 tokens, she hold them for the whole first year and mine every 90 days.

If we use 100% to do the calculation:
Blob will receive 100*((1+100%/365*3)^(365/3)) ≈ 271 POS
Alice will receive 100*((1+100%/365*90)^(365/90)) ≈ 241 POS
You can see that the effective interest rate of first year range from 140% to 170%. The totalSupply will increase to at least 2.4 Mil after the first year, this is bad for the whole system.

But if we use 77% to do the calculation:
Blob will receive 1000*((1+77%/365*3)^(365/3)) ≈ 215 POS
Alice will receive 1000*((1+77%/365*90)^(365/90)) ≈ 200 POS

Hi dev. Thanks for this info. So it means that the more frequently we do the pos mining, the more postokens we accumulate ?? But also this implies that the more ethereum you spend as gas ??
full member
Activity: 518
Merit: 102
Quote
However, the basic premise of starting PoS mining is that you should have held some PoSToken for a period of time, greater than or equal to The Minimum Coin Age. Then you can start PoS mining by:
I am a little bit confused about the coin age. Will the coin age also rise while mining or rather after triggering the mining process? Is it better to wait 90 days, because I would receive more rewards then or it doesn't matter?


This is similar to the question I asked earlier. Can I just wait till the 90th day and initiate the mint Mining ??will I still get all accumulated tokens for the past 90 days?
sr. member
Activity: 308
Merit: 250
The Movement DAO




Coinage, from the OP, is calculated as (number of days X no. of tokens) hence if you have 100 tokens after 3 days they mature. In 30 days your coinage would be 3000.
3000 in the calculator yields 6.3POS as rewards.
therefore in a year from 100 tokens you get 75.6 POS

That's 75% ROI as opposed to 100% in the first year on the OP.

Dev please clarify.



Hi FreshB,

Sorry for the late reply since we saw your question just now.
First of all, thank you for your questions!

Your math is correct in sense, but due to the high interest rate for the first two years, compounding should be taken into account.
In addition, after each mining, the new coinage will be accumulated based on the new balance.

For example:
Blob has 100 tokens, he hold them for the whole first year and mine every 3 days.
Alice has 100 tokens, she hold them for the whole first year and mine every 90 days.

If we use 100% to do the calculation:
Blob will receive 100*((1+100%/365*3)^(365/3)) ≈ 271 POS
Alice will receive 100*((1+100%/365*90)^(365/90)) ≈ 241 POS
You can see that the effective interest rate of first year range from 140% to 170%. The totalSupply will increase to at least 2.4 Mil after the first year, this is bad for the whole system.

But if we use 77% to do the calculation:
Blob will receive 1000*((1+77%/365*3)^(365/3)) ≈ 215 POS
Alice will receive 1000*((1+77%/365*90)^(365/90)) ≈ 200 POS

Thanks for the explanation. I didn't realize compounding would be a factor. Yes It would definitly be better at ~77%.
full member
Activity: 353
Merit: 100
I got my airdrop, thank you dev  Smiley
I have a question: Currently, my Coinage showing 0, should I deploy the contract now for PoS mining or do I need to wait for coinage to increase?
Please clarify this anyone.

Absolutely nothing but wait three days. Then your coinage will be calculated by the contract.
Btw,in the first three days, your coinage will always be 0. That's the design of PoS Mining.
hi dev I have more than 3 days but my coin age still zero what can i do?

Hi vittosport,

Please use our online PoS mining calculator to query your coinage. https://calculator.postoken.org/.
We found that MEW and other wallets don't execute the function coinAge() correctly.
thank you dev I check it in the website but now how to deploy the pos mining contract?


Please take a look at these post:
https://bitcointalksearch.org/topic/m.21870846
https://bitcointalksearch.org/topic/m.21934703
thank you dev I do it .
full member
Activity: 154
Merit: 101
PoSToken
I got my airdrop, thank you dev  Smiley
I have a question: Currently, my Coinage showing 0, should I deploy the contract now for PoS mining or do I need to wait for coinage to increase?
Please clarify this anyone.

Absolutely nothing but wait three days. Then your coinage will be calculated by the contract.
Btw,in the first three days, your coinage will always be 0. That's the design of PoS Mining.
hi dev I have more than 3 days but my coin age still zero what can i do?

Hi vittosport,

Please use our online PoS mining calculator to query your coinage. https://calculator.postoken.org/.
We found that MEW and other wallets don't execute the function coinAge() correctly.
thank you dev I check it in the website but now how to deploy the pos mining contract?


Please take a look at these post:
https://bitcointalksearch.org/topic/m.21870846
https://bitcointalksearch.org/topic/m.21934703
full member
Activity: 154
Merit: 101
PoSToken
Quote
what is the mining result calculated in a day? and how long I have to do it




Coinage, from the OP, is calculated as (number of days X no. of tokens) hence if you have 100 tokens after 3 days they mature. In 30 days your coinage would be 3000.
3000 in the calculator yields 6.3POS as rewards.
therefore in a year from 100 tokens you get 75.6 POS

That's 75% ROI as opposed to 100% in the first year on the OP.

Dev please clarify.



Hi FreshB,

Sorry for the late reply since we saw your question just now.
First of all, thank you for your questions!

Your math is correct in sense, but due to the high interest rate for the first two years, compounding should be taken into account.
In addition, after each mining, the new coinage will be accumulated based on the new balance.

For example:
Blob has 100 tokens, he hold them for the whole first year and mine every 3 days.
Alice has 100 tokens, she hold them for the whole first year and mine every 90 days.

If we use 100% to do the calculation:
Blob will receive 100*((1+100%/365*3)^(365/3)) ≈ 271 POS
Alice will receive 100*((1+100%/365*90)^(365/90)) ≈ 241 POS
You can see that the effective interest rate of first year range from 140% to 170%. The totalSupply will increase to at least 2.4 Mil after the first year, this is bad for the whole system.

But if we use 77% to do the calculation:
Blob will receive 1000*((1+77%/365*3)^(365/3)) ≈ 215 POS
Alice will receive 1000*((1+77%/365*90)^(365/90)) ≈ 200 POS
full member
Activity: 353
Merit: 100
I got my airdrop, thank you dev  Smiley
I have a question: Currently, my Coinage showing 0, should I deploy the contract now for PoS mining or do I need to wait for coinage to increase?
Please clarify this anyone.

Absolutely nothing but wait three days. Then your coinage will be calculated by the contract.
Btw,in the first three days, your coinage will always be 0. That's the design of PoS Mining.
hi dev I have more than 3 days but my coin age still zero what can i do?

Hi vittosport,

Please use our online PoS mining calculator to query your coinage. https://calculator.postoken.org/.
We found that MEW and other wallets don't execute the function coinAge() correctly.
thank you dev I check it in the website but now how to deploy the pos mining contract?
member
Activity: 74
Merit: 10
If I hold 100 tokens, wait 3 days and then mine some more do I receive additional 300 tokens? And then do I receive 100% interest on all new tokens mined in the first year?

Still waiting for an answer to my question.
full member
Activity: 154
Merit: 101
PoSToken
I got my airdrop, thank you dev  Smiley
I have a question: Currently, my Coinage showing 0, should I deploy the contract now for PoS mining or do I need to wait for coinage to increase?
Please clarify this anyone.

Absolutely nothing but wait three days. Then your coinage will be calculated by the contract.
Btw,in the first three days, your coinage will always be 0. That's the design of PoS Mining.
hi dev I have more than 3 days but my coin age still zero what can i do?

Hi vittosport,

Please use our online PoS mining calculator to query your coinage. https://calculator.postoken.org/.
We found that MEW and other wallets don't execute the function coinAge() correctly.
full member
Activity: 353
Merit: 100
I got my airdrop, thank you dev  Smiley
I have a question: Currently, my Coinage showing 0, should I deploy the contract now for PoS mining or do I need to wait for coinage to increase?
Please clarify this anyone.

Absolutely nothing but wait three days. Then your coinage will be calculated by the contract.
Btw,in the first three days, your coinage will always be 0. That's the design of PoS Mining.
hi dev I have more than 3 days but my coin age still zero what can i do?
full member
Activity: 154
Merit: 101
PoSToken
I got my airdrop, thank you dev  Smiley
I have a question: Currently, my Coinage showing 0, should I deploy the contract now for PoS mining or do I need to wait for coinage to increase?
Please clarify this anyone.

Absolutely nothing but wait three days. Then your coinage will be calculated by the contract.
Btw,in the first three days, your coinage will always be 0. That's the design of PoS Mining.
member
Activity: 118
Merit: 100
I got my airdrop, thank you dev  Smiley
I have a question: Currently, my Coinage showing 0, should I deploy the contract now for PoS mining or do I need to wait for coinage to increase?
Please clarify this anyone.
full member
Activity: 310
Merit: 100
https://eloncity.io/
i got my POS tokens, thank you. have there been any news about the rules for the 2nd airdrop?
sr. member
Activity: 1022
Merit: 264
Hello my coinage still 0 ? its been more than 24 hours in my wallet but coinage dosnt change . Thanks
sr. member
Activity: 415
Merit: 287
I think the 2nd airdrop should be allocated to those who bought from etherdelta. like airdrop token should be 10% of any purchase on ether delta.

It's actually a pretty good idea to reward people who bring real value to PoSToken. Dev should think about a "Etherdelta Bounty" Smiley
I think it's a great idea for 2 airdrop Cool
full member
Activity: 518
Merit: 102
When will the second release be?
sr. member
Activity: 1330
Merit: 251
0.001100000   19.990   0.022 eth  this is the latest exchange deal...
just advice ... gas on the stock exchange costs 0.01eth, it turns out that you practically donated coins to coins, do not just sell for the sake of a deal Wink
full member
Activity: 154
Merit: 100
Hi dev ,

when will the twitter and facebook bounty payout happen, ? also pls add me for the 2nd airdrop!
full member
Activity: 154
Merit: 101
PoSToken
PoSToken is now listed on MEW.  Grin Grin

Jump to: