Bitcoin Forum
May 07, 2024, 06:17:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [59] 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ... 521 »
  Print  
Author Topic: 🚀[ANN][PoSToken]First PoS Smart Contract Token[Lending Platform Available]  (Read 348257 times)
POSToken (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 101

PoSToken


View Profile WWW
September 15, 2017, 04:47:35 PM
 #1161

Smart Contract Deployed

Hi community,

PoSToken is now deployed on the Ethereum Mainnet, the world's first Proof-of-Stake smart contract.

1st Round Airdrop Distribution
The distribution is ongoing,so some of you guys have not received PoSToken yet, please be patience.

PoSToken Smart Contract address:
0xee609fe292128cad03b786dbb9bc2634ccdbe7fc

To add PoSToken to your Ethereum wallet:
Address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
Symbol: POS
Decimals: 18

Contract ABI
Code:
[{"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"}]

PoS Mining
As mentioned in the OP,there are two methods to trigger PoS mining:

1.Sending a transaction to your own address with any amount of PoSToken.
Please note that you should send PoSToken but not Ether to your own address.
We recommend this approach which can easily be done with any Ethereum Wallet.

2.Using MyEtherWallet.com or Mist or any other software that can interact with contracts to execute mint() function.
For now you have to use MyEtherWallet.com or Mist or any other software that can interact with contracts to execute this function.

In the example below we will use myetherwallet.com to trigger PoS mining:
  • 1.Go to MyEtherWallet
  • 2.Click "Contracts"
  • 3.In the "Contract Address" field, input the contract address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
  • 4.In the"ABI / JSON Interface" field, copy & paste the above Contract ABI.
  • 5.Click "Access" Button.
  • 6.Select 'mint' in the dropdown box.
  • 7.Then Click 'Write' and 'Generate transaction'.





What will be the result? To wait already it is necessary nothing?



You should hold your PoSToken for a period of at least 3 days. So if you start PoS mining now, you will receive nothing. Please try mining 3 days later.
BTW, before you start PoS mining, you should check your coinAge at first.

██████████  ✔  PoSToken - First PoS Smart Contract Token - Get Your Free Tokens Now!
█     PoSToken    █  ✔  Free Airdrop ●  No-ICO  ●  100% Annual Interest First Year
██████████  ✔  ANN ●  WebSite  ●  Twitter  ●  Slack  ●  Whitepaper
1715105841
Hero Member
*
Offline Offline

Posts: 1715105841

View Profile Personal Message (Offline)

Ignore
1715105841
Reply with quote  #2

1715105841
Report to moderator
1715105841
Hero Member
*
Offline Offline

Posts: 1715105841

View Profile Personal Message (Offline)

Ignore
1715105841
Reply with quote  #2

1715105841
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715105841
Hero Member
*
Offline Offline

Posts: 1715105841

View Profile Personal Message (Offline)

Ignore
1715105841
Reply with quote  #2

1715105841
Report to moderator
1715105841
Hero Member
*
Offline Offline

Posts: 1715105841

View Profile Personal Message (Offline)

Ignore
1715105841
Reply with quote  #2

1715105841
Report to moderator
*Sakura*
Legendary
*
Offline Offline

Activity: 1624
Merit: 1005

I wish you all love and profitable investments!!!


View Profile
September 15, 2017, 04:53:12 PM
 #1162

Smart Contract Deployed

Hi community,

PoSToken is now deployed on the Ethereum Mainnet, the world's first Proof-of-Stake smart contract.

1st Round Airdrop Distribution
The distribution is ongoing,so some of you guys have not received PoSToken yet, please be patience.

PoSToken Smart Contract address:
0xee609fe292128cad03b786dbb9bc2634ccdbe7fc

To add PoSToken to your Ethereum wallet:
Address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
Symbol: POS
Decimals: 18

Contract ABI
Code:
[{"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"}]

PoS Mining
As mentioned in the OP,there are two methods to trigger PoS mining:

1.Sending a transaction to your own address with any amount of PoSToken.
Please note that you should send PoSToken but not Ether to your own address.
We recommend this approach which can easily be done with any Ethereum Wallet.

2.Using MyEtherWallet.com or Mist or any other software that can interact with contracts to execute mint() function.
For now you have to use MyEtherWallet.com or Mist or any other software that can interact with contracts to execute this function.

In the example below we will use myetherwallet.com to trigger PoS mining:
  • 1.Go to MyEtherWallet
  • 2.Click "Contracts"
  • 3.In the "Contract Address" field, input the contract address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
  • 4.In the"ABI / JSON Interface" field, copy & paste the above Contract ABI.
  • 5.Click "Access" Button.
  • 6.Select 'mint' in the dropdown box.
  • 7.Then Click 'Write' and 'Generate transaction'.





What will be the result? To wait already it is necessary nothing?



You should hold your PoSToken for a period of at least 3 days. So if you start PoS mining now, you will receive nothing. Please try mining 3 days later.
BTW, before you start PoS mining, you should check your coinAge at first.

Thanks for the staking information, Dev! So will check after 3 days for my first stake))
Kisleav
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 500


View Profile
September 15, 2017, 04:53:52 PM
 #1163

so how often should i initiate the mining if am using option two, do i do it once and every thing is good to go,
or every time i feel like mining i through the same process,
POSToken (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 101

PoSToken


View Profile WWW
September 15, 2017, 04:58:33 PM
 #1164

so how often should i initiate the mining if am using option two, do i do it once and every thing is good to go,
or every time i feel like mining i through the same process,

Every time you feel like mining you through the same process.

██████████  ✔  PoSToken - First PoS Smart Contract Token - Get Your Free Tokens Now!
█     PoSToken    █  ✔  Free Airdrop ●  No-ICO  ●  100% Annual Interest First Year
██████████  ✔  ANN ●  WebSite  ●  Twitter  ●  Slack  ●  Whitepaper
Vegan97
Full Member
***
Offline Offline

Activity: 378
Merit: 100


Short BTC at: https://www.bitmex.com/register/spz2


View Profile WWW
September 15, 2017, 05:05:17 PM
 #1165

You must have ether on your wallet to mine ?

────────  Catholic Coin  ──────── ❤  
DECENTRALIZED CHARITY & NON-PROFIT PLATFORM
────────  Whitepaper ⬝  Twitter ⬝  Telegram ⬝   Facebook ⬝  Ann Thread ⬝  Bounty ⬝  Donate  ──────── ❤  Join token Pre-ICO
BTCdoaA
Hero Member
*****
Offline Offline

Activity: 910
Merit: 500



View Profile
September 15, 2017, 05:18:26 PM
 #1166

Smart Contract Deployed

Hi community,

PoSToken is now deployed on the Ethereum Mainnet, the world's first Proof-of-Stake smart contract.

1st Round Airdrop Distribution
The distribution is ongoing,so some of you guys have not received PoSToken yet, please be patience.

PoSToken Smart Contract address:
0xee609fe292128cad03b786dbb9bc2634ccdbe7fc

To add PoSToken to your Ethereum wallet:
Address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
Symbol: POS
Decimals: 18

Contract ABI
Code:
[{"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"}]

PoS Mining
As mentioned in the OP,there are two methods to trigger PoS mining:

1.Sending a transaction to your own address with any amount of PoSToken.
Please note that you should send PoSToken but not Ether to your own address.
We recommend this approach which can easily be done with any Ethereum Wallet.

2.Using MyEtherWallet.com or Mist or any other software that can interact with contracts to execute mint() function.
For now you have to use MyEtherWallet.com or Mist or any other software that can interact with contracts to execute this function.

In the example below we will use myetherwallet.com to trigger PoS mining:
  • 1.Go to MyEtherWallet
  • 2.Click "Contracts"
  • 3.In the "Contract Address" field, input the contract address: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
  • 4.In the"ABI / JSON Interface" field, copy & paste the above Contract ABI.
  • 5.Click "Access" Button.
  • 6.Select 'mint' in the dropdown box.
  • 7.Then Click 'Write' and 'Generate transaction'.





What will be the result? To wait already it is necessary nothing?



You should hold your PoSToken for a period of at least 3 days. So if you start PoS mining now, you will receive nothing. Please try mining 3 days later.
BTW, before you start PoS mining, you should check your coinAge at first.

Thanks for the staking information, Dev! So will check after 3 days for my first stake))
Thank you stake received and i followed the instruction to generate POS using the second method (trigger PoS mining) .
Thank you again will update once pos generated after three days or so .

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
ANTIMANIA
Full Member
***
Offline Offline

Activity: 420
Merit: 108


View Profile
September 15, 2017, 05:22:01 PM
 #1167

so how often should i initiate the mining if am using option two, do i do it once and every thing is good to go,
or every time i feel like mining i through the same process,

Every time you feel like mining you through the same process.

Mining - is it getting interest from the amount I have?
I will not receive more than 100% of the amount I have in the process of "mining"?
Crapsy
Sr. Member
****
Offline Offline

Activity: 465
Merit: 250


shoutofgaia


View Profile WWW
September 15, 2017, 05:50:59 PM
 #1168

Still waiting for my piece of the stake Smiley
BRILIANTcoin
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
September 15, 2017, 06:12:23 PM
 #1169

coins came but I understood this for the first round;) normal
goku19
Full Member
***
Offline Offline

Activity: 395
Merit: 107


View Profile
September 15, 2017, 06:13:11 PM
 #1170

Still waiting for my piece of the stake Smiley
Mee too waiting for my tokens...some users already recieved thiers so i am pretty excited to recieve mine also soon.... Smiley
cmg12
Full Member
***
Offline Offline

Activity: 280
Merit: 106


View Profile
September 15, 2017, 06:32:11 PM
 #1171

waiting for landing coin, i will mine it.
neeraj3296
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 15, 2017, 06:38:46 PM
 #1172

Waiting for my stake
navigatorus
Full Member
***
Offline Offline

Activity: 686
Merit: 107


View Profile
September 15, 2017, 06:52:18 PM
 #1173

Hello to the developers.I have done for you Russian translation.I want to ask you consent to edit my translation.In particular:adding updates from the updates on your main forum page bitcointalk.org. I'm not asking for additional compensation.I just want to help you than I can.I want to make a contribution to the development of PoSToken.Thank you.Waiting for your answer.

Any support would be very appreciated. Please help us update the russian translation thread.
Thank you so much for your work and effort!  Grin Grin
Well.Thank you.I'll help you any way I can.Good luck with your wonderful project.


Dear developers.I got 60 PosToken for the tweeter and signature.I did the translation on Russian language,but you promised a reward for the translation I never received.What can you say about this.Thank you.
joncoinsnow
Full Member
***
Offline Offline

Activity: 308
Merit: 101



View Profile
September 15, 2017, 07:13:03 PM
 #1174

is it okay to just retweet on twitter? or we need to change our signature to recieve the airdrop?

▄ ▄ ▄ █ █        H U S H        █ █ ▄ ▄ ▄
█████   drive your money and crypto-currencies    █████
TWITTER   |   ANN THREAD   |   BOUNTY   |   LINKEDIN
elmeijera
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
September 15, 2017, 07:15:41 PM
 #1175

Thanks for the tokens,  will support this project!

Lucasgabd
Legendary
*
Offline Offline

Activity: 2520
Merit: 1118


There's no need to be upset


View Profile
September 15, 2017, 07:27:36 PM
 #1176

received POS token on my ether wallet
thanks a lot
tried the second option, I'm supposed to select 0 ether when sending it to mint, right?
how can I know if it worked out?

any plans on adding POStoken to coin market cap and major exchanges?

cheers!

.
.DuelbitsSPORTS.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄██████████████████████▄
██████████████████████████
███████████████████████████
██████████████████████████████
██████████████████████████████
█████████████████████████████
███████████████████████████
█████████████████████████
▀████████████████████████
▀▀███████████████████
██████████████████████████████
██
██
██
██

██
██
██
██

██
██
██
████████▄▄▄▄██▄▄▄██
███▄█▀▄▄▀███▄█████
█████████████▀▀▀██
██▀ ▀██████████████████
███▄███████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
▀█████████████████████▀
▀▀███████████████▀▀
▀▀▀▀█▀▀▀▀
OFFICIAL EUROPEAN
BETTING PARTNER OF
ASTON VILLA FC
██
██
██
██

██
██
██
██

██
██
██
10%   CASHBACK   
          100%   MULTICHARGER   
DimaS1574
Full Member
***
Offline Offline

Activity: 448
Merit: 140



View Profile
September 15, 2017, 07:52:28 PM
 #1177

my status is processing more then 36 hours, how many times I have to wait?
drm
Legendary
*
Offline Offline

Activity: 1176
Merit: 1005


View Profile
September 15, 2017, 07:53:52 PM
 #1178

Could you clarify why only 7% of the coin is being distributed? 2000 people are surely worth a little more than 7%?

thepo1m
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
September 15, 2017, 07:59:29 PM
 #1179

received POS token on my ether wallet
thanks a lot
tried the second option, I'm supposed to select 0 ether when sending it to mint, right?
how can I know if it worked out?

any plans on adding POStoken to coin market cap and major exchanges?

cheers!

Good that there is one testimony that the tokens have been sent to some address, I will be waiting to have mine in my wallet soon and getting ready to start staking
piramid
Full Member
***
Offline Offline

Activity: 399
Merit: 101



View Profile
September 15, 2017, 08:06:17 PM
Last edit: September 15, 2017, 08:19:09 PM by piramid
 #1180

I am add the token, when you receive coins for the first airdrop?
Pages: « 1 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [59] 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 ... 521 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!