Author

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

sr. member
Activity: 423
Merit: 250
sr. member
Activity: 308
Merit: 250
The Movement DAO
@Dev The reward from the calculator is based on coinage. So how does the amount of POS staked affect rewards? OR this does not apply?


Edit: I read the OP. I get how it works now. However what happens in a scenario were I buy 50POS from exchange and send to my eth address that had  example 100 POS for 100 days. Will my coinage reset to 0?
full member
Activity: 420
Merit: 108
Now I bought a few tokens on the Delta and I realized one very interesting thing.
It turns out that Delta will be able to Mining this token, as it will be permanently stored on its account.
Therefore, it is advantageous for exchanges to have these tokens and other tokens on this standard.
The exchanges receive the greatest benefit from the introduction of this standard !!!
So it may very well be that the initiator of this standard may be some sort of exchange. )))

Yeah It seems you have a good point. I started to think of it too. Exchanges knows it will favour them and will like to hold it too and be staking and will therefore affect pos token value positively!!

This is what I meant!)))
full member
Activity: 532
Merit: 101
Now I bought a few tokens on the Delta and I realized one very interesting thing.
It turns out that Delta will be able to Mining this token, as it will be permanently stored on its account.
Therefore, it is advantageous for exchanges to have these tokens and other tokens on this standard.
The exchanges receive the greatest benefit from the introduction of this standard !!!
So it may very well be that the initiator of this standard may be some sort of exchange. )))

Yeah It seems you have a good point. I started to think of it too. Exchanges knows it will favour them and will like to hold it too and be staking and will therefore affect pos token value positively!!
full member
Activity: 154
Merit: 101
PoSToken
Step-by-Step Tutorial to PoSToken PoS Mining -  Fast & Easy

Hi, community

We make a step-by-step tutorial on how to start PoSToken PoS mining. Hope this helpful to you!
Any Ethereum wallet can be used to interact with smart contracts. In the example below we use MyEtherWallet.com to tell you how to start PoSToken PoS mining and get some reward.

1.Query your COINAGE and EXPECTED REWARD
Go to https://calculator.postoken.org/
Most Important: Make sure that your coinage is greater than zero, thus you can get reward via PoS mining.



2.Go to MyEtherWallet & Click "Contracts"



3.Input Contract Address & Contract ABI, then Click "Access" Button.

Contract Address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
ABI/JSON Interface:[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"}],"name":"approve","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"mint","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"coinAge","outputs":[{"name":"myCoinAge","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"timestamp","type":"uint256"}],"name":"ownerSetStakeStartTime","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"maxTotalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"getBlockNumber","outputs":[{"name":"blockNumber","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"chainStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeStartTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_recipients","type":"address[]"},{"name":"_values","type":"uint256[]"}],"name":"batchTransfer","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_value","type":"uint256"}],"name":"ownerBurnToken","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalInitialSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"annualInterest","outputs":[{"name":"interest","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeMinAge","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"chainStartBlockNumber","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"stakeMaxAge","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"maxMintProofOfStake","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"type":"function"},{"inputs":[],"payable":false,"type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"burner","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Burn","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"_reward","type":"uint256"}],"name":"Mint","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"},{"indexed":true,"name":"spender","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"from","type":"address"},{"indexed":true,"name":"to","type":"address"},{"indexed":false,"name":"value","type":"uint256"}],"name":"Transfer","type":"event"}]



4.Select 'mint' in the dropdown box.



5.Click "Generate transaction" Button to Start PoS Mining
Make sure to set the GAS limit to 200,000

full member
Activity: 518
Merit: 102
I have received my outstanding 15 pos token I complained of earlier. Thanks to dev. He is really doing a great job here. Looking forward to the 2nd airdrop

@dev.I have a question on the mining:

What of If I wait till the 90th day of receiving coins to initiate the mining on MEW, will I still get the accumulated pos rewards for the 90 days period that I have kept the coins for ??
hero member
Activity: 746
Merit: 509
TIME and WAVE COINs TO REMEMBER
Good for those who participate and received first POSairdrop. What is the time of bounties distribution?
full member
Activity: 1050
Merit: 100
thanks dev ,, i have received the token .. is there any airdrop for the second round?
is this coin exchange place? or are you still planning to put this coin in a bigger exchange? i will waiting for information exchange..
sr. member
Activity: 336
Merit: 250
SellALL, BuyBTC
Hello Dev, got the airdrop. Thank you.
Looking great so far.
sr. member
Activity: 700
Merit: 252
hi dev , i want to confirm that i already received the token today.
gonna hodl it for moment wanna see if the staking worth the hodling Cheesy
sr. member
Activity: 308
Merit: 250
The Movement DAO
Guys, answer me please. Why such a hype around this airdrop? Tokens will be worth a lot or why else?

First POS smart contract with only 800k to be circulating soon.. Small cap, and low supply. If coupled with a great use-case for the coin. it will definitly appreciate in price

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.
Very foolish idea to reward people who buy coins. You want to buy coins to go and buy but do not expect any rewards.

This is a great idea that raises the cost of the token.

If you mean the airdrop should be proportional to your holdings. then it would be similar to byteball system. That will encourage volume in exchange. we need the volume. however not many are willing to sell at this point. so let more coins be in circulation first.
J13
newbie
Activity: 32
Merit: 0
Thanks dev. Included me with no posts at all. first and second airdrop. so the two airdrops i have show in etherscan as two diferent tokens both 5 POS. is that because of the different ages of the coins?
full member
Activity: 700
Merit: 115
DAO Maker - leading blockchain incubator
Guys, answer me please. Why such a hype around this airdrop? Tokens will be worth a lot or why else?
full member
Activity: 504
Merit: 106
I also got my air drop! Thanks devil team
full member
Activity: 420
Merit: 108
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.
Very foolish idea to reward people who buy coins. You want to buy coins to go and buy but do not expect any rewards.

This is a great idea that raises the cost of the token.
full member
Activity: 125
Merit: 100
Just got my airdrop Cheesy Thank you dev! Btw, how long does it take for tokens to get enough coin age to stake? Anyone knows?
full member
Activity: 154
Merit: 101
PoSToken
full member
Activity: 197
Merit: 102
Marking this for the next airdrop round Smiley
full member
Activity: 156
Merit: 100
hero member
Activity: 824
Merit: 512
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.
Very foolish idea to reward people who buy coins. You want to buy coins to go and buy but do not expect any rewards.
Jump to: