Bitcoin Forum

Local => Alternatywne kryptowaluty => Topic started by: caex on September 22, 2017, 09:48:24 AM



Title: [ANN][PoSToken]World's First PoS Smart Contract Token[2nd ROUND AIRDROP]
Post by: caex on September 22, 2017, 09:48:24 AM
WAŻNA UWAGA: Druga runda Airdropu zaczyna się 24 września 2017 o godz. 15:00 UTC. https://bitcointalk.org/index.php?topic=2110712.msg22078162#msg22078162 (https://bitcointalk.org/index.php?topic=2110712.msg22078162#msg22078162)

PoSToken

Pierwszy na świecie certyfikat inteligentnego kontraktu na gotówkę - Wprowadzamy różne tokeny kryptograficzne

Quote
Strona (https://postoken.org) | Whitpaper (https://postoken.org/whitepaper.pdf) |  Github (https://github.com/PoSToken) | Bitcointalk (https://bitcointalk.org/index.php?topic=2110712.0) | Twitter (https://twitter.com/PoSToken) | Slack (https://join.slack.com/t/postoken/shared_invite/MjI5OTE0NDQ0NjI3LTE1MDM0MDk3NDYtYWZmYWNjMTJkMg) | Contract (https://etherscan.io/address/0xee609fe292128cad03b786dbb9bc2634ccdbe7fc)

https://i.imgur.com/Dv1qfQq.png

PosToken jest pierwszym na świecie inteligentnym kontraktem opartym o platformę Ethereum. Jest to token który jest zgodny ze standartem ERC20 i wykorzystuje wszystkie podstawowe metody.

PoSToken najpierw implementuje kod mechanizmu Proof-of-Stake.Oznacza to że jeśli jesteś posiadaczem danych tokenów możesz otrzymać ich więcej trzymając token w portfelu dłużej niż 3 dni jest to minimalny okres a maksymalny wynosi aż 90 dni.

PoSToken jest pierwszą implementacją PoSTokenStandard,nowego nieoficjalnego standartu tokenowego platformy Ethereum który został wprowadzony do kodu PoStoken.Kod zródłowy został specjalnie opracowany i wydany do dalszej dystrybucji tokenów Proof-of-Stake.Wierzymy że w przyszłości PoSTokenStandard pomoże obecnym programistom wprowadzać nowe żetony PoS.Jest to prawdziwe założenie w które wierzymy i że nowa era tokenów krypto zaczyna się w tym miejscu i tutaj.

https://i.imgur.com/51fFwu4.png

  • Nazwa: PoSToken
  • Symbol: POS
  • Deklimacja: 18
  • Standard: ERC20 & PoSTokenStandard
  • Platforma: Ethereum
  • Maksymalna ilość monet: 10,000,000 POS
  • Stan początkowy: 1,000,000 POS
  • Minimalny okres: 3 Dni
  • Maksymalny okres: 90 Dni
  • Adres kontratku: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc (https://etherscan.io/address/0xee609fe292128cad03b786dbb9bc2634ccdbe7fc)

https://i.imgur.com/tmLqOKY.png

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"}]

https://i.imgur.com/QlIGcUJ.png

  • 1.Otwórz MyEtherWallet
  • 2.Kliknij "Send Ether & Tokens"
  • 3.Odblokuj portfel
  • 4.Kliknij "Add Custom Token"
  • 5. W polu "Adres" wpisz adres kontraktu: 0xee609fe292128cad03b786dbb9bc2634ccdbe7fc
  • 6. W polu "Symbol" wpisz: POS
  • 7. W polu "Deklinacja" wpisz: 18
  • 8. Następnie kliknij "Dodaj" i zobaczysz PoSToken w portfelu.

https://i.imgur.com/GgxOOP3.png

  • Rok 1 : 100%
  • Rok 2 : 50%
  • Rok 3 - 15 : 10%

Zgodnie z wyżej wymienionym oprocentowaniem maksymalna ilość tokenów PoStoken to 10 milionów które zostaną wydobyte metodą Proof-of-Stake w ciągu 15 lat.Po tym okresie nie będą generowane już żadne tokeny.
https://i.imgur.com/3qUfiZ2.png

Biorąc pod uwagę wygodę użytkownika oraz zmniejszenie kosztów zurzycia gazu PoStoken udostępnia dwie metody wydobywania PoS.Jednak podstawową rzeczą jest trzymanie PoSTokena w portfelu nie mniej niż wymagany okres minimalny czyli 3 dni.Następnie można zacząć wydobywać:

1.Wysyłanie transakcji na swój własny adres za pomocą jakiejkolwiek kwoty.
Rekomendowany jest Ethereum Wallet.

2.Korzystanie z MyEtherWallet.com lub Mist które oferują w oprogramowaniu wykonanie funkcji mint.
Na chwilę obecną musisz używać MyEtherWallet.com lub Mist które mogą współpracować z kontraktami aby wykonywać tę funkcję.Może to dla Ciebie być niewygodne ale musisz posiadać wiedzę oraz praktyczne doświadczenie z zawieraniem kontraktów jak to zrobić.Wzięliśmy to pod uwagę dodaliśmy do naszego dalszego planu rozwoju jak temu sprostać.W najbliższym czasie postaramy się pierwszą wersję, którą będzie można przetestować.Korzystając z naszego portfela reklamowego PoS, można łatwo rozpocząć wyszukiwanie PoS wystarczy kliknąć przycis. Chcemy również wspomnieć, że portfel będzie wspierał wszelkie żetony w oparciu o PoSTokenStandard.

PoSToken obejmuje również dwie niżej wymienione funkcje:

Code:
function annualInterest() constant returns(uint);
Return current annual interest.

Code:
function coinAge() constant returns(uint);
    Return coin age of your account. Return 0 means that your coin age doesn't meet the min coin age now.If you are not sure about your account's coin age, you can execute this function for query.

    Samouczek czyli jak zacząć wydobywanie PoSToken:https://bitcointalk.org/index.php?topic=2110712.msg21934703#msg21934703 (https://bitcointalk.org/index.php?topic=2110712.msg21934703#msg21934703)
    Kalkulator zysków online: https://calculator.postoken.org


    https://i.imgur.com/KqxhHaw.png

    Definicja jak naliczany jest coinage napiszę tak:
    1.Jeśli Zygmunt dostał od Genowefy 10 żetonów i trzymaj je w portfelu przez okres 60 dni zgromadził 600 coin age(mnożymy ilość monet przez ilość dni jaki trzymamy w portfelu cała filozofia czyli czysty HOLD max 90 dni)
    2.Jeśli Zygmunt ruszy portfel i coś wypłaci zaczyna od zera.


    https://i.imgur.com/jXh0N2d.png

    Kontrakt będzie zawierał tylko 1 miliona POS, 10% od maksymalnej sumy.
    • Development: 100K
    • Marketing: 50K
    • Bounties: 50K
    • AirDrop: 800K

    https://i.imgur.com/JvJB0qg.png

    • Development Address: 0xebc3b544293e1e61ff20dfeefc15929bb18443a6 (https://etherscan.io/token/0xee609fe292128cad03b786dbb9bc2634ccdbe7fc?a=0xebc3b544293e1e61ff20dfeefc15929bb18443a6)
    • Marketing Address: 0x0bf4ce7a5bba9a8f1314189c0f26ee369850f4d5 (https://etherscan.io/token/0xee609fe292128cad03b786dbb9bc2634ccdbe7fc?a=0x0bf4ce7a5bba9a8f1314189c0f26ee369850f4d5)
    • Bounties Address: 0xd25fc980186c349ed0cd0a40d54bce30793502d3 (https://etherscan.io/token/0xee609fe292128cad03b786dbb9bc2634ccdbe7fc?a=0xd25fc980186c349ed0cd0a40d54bce30793502d3)
    • AirDrop Address: 0x1dae548c0539870bb142704293c12b58c0b2053a (https://etherscan.io/token/0xee609fe292128cad03b786dbb9bc2634ccdbe7fc?a=0x1dae548c0539870bb142704293c12b58c0b2053a)

    Token Tracker on Etherscan:https://etherscan.io/token/0xee609fe292128cad03b786dbb9bc2634ccdbe7fc#balances (https://etherscan.io/token/0xee609fe292128cad03b786dbb9bc2634ccdbe7fc#balances)

    https://i.imgur.com/2fj9GNb.png

    1 Runda Airdropu ZAKOŃCZONA
    Distribution List of 1st Round Airdrop (https://postoken.org/1st_round_airdrop_result.txt)

    _______________________________________________________________________________ ________________________________________________________________

    2 Runda  Airdropu

    Wkrótce. ;D ;D


    https://i.imgur.com/175sZne.png

    • Translation Bounty Campaign:https://bitcointalk.org/index.php?topic=2148825.0 (https://bitcointalk.org/index.php?topic=2148825.0)
    • Logo&Banners Contest:https://bitcointalk.org/index.php?topic=2195516.0 (https://bitcointalk.org/index.php?topic=2195516.0)

    Więcej kampanii reklamowej wkrótce.

    https://i.imgur.com/Owtww6E.png

    • PoS Token Creation Service   Q3/2017
    • Multi-PoS-Token Wallet   Q3/2017
    • PoS Token Block Explorer   Q4/2017
    • PoS Token Decentralized Exchange   Q1/2018
    • PoS Mining Pool   Q2/2018

    This is a summary of our roadmap, more details will be updated after the airdrop completed.

    https://i.imgur.com/b28d9QM.png

    • German:https://bitcointalk.org/index.php?topic=2149347.0 (https://bitcointalk.org/index.php?topic=2149347.0)
    • Japanese:http://bitcoingarden.org/forum/index.php?topic=18827 (http://bitcoingarden.org/forum/index.php?topic=18827)
    • Spanish:https://bitcointalk.org/index.php?topic=2150330.0 (https://bitcointalk.org/index.php?topic=2150330.0)
    • Russian:https://bitcointalk.org/index.php?topic=2134521.0 (https://bitcointalk.org/index.php?topic=2134521.0)
    • Portuguese:https://bitcointalk.org/index.php?topic=2151249.0 (https://bitcointalk.org/index.php?topic=2151249.0)
    • Turkish:https://bitcointalk.org/index.php?topic=2153802.0 (https://bitcointalk.org/index.php?topic=2153802.0)
    • Hindi:https://bitcointalk.org/index.php?topic=2155808.0 (https://bitcointalk.org/index.php?topic=2155808.0)
    • Indonesian:https://bitcointalk.org/index.php?topic=2154772.0 (https://bitcointalk.org/index.php?topic=2154772.0)
    • Chinese:https://bitcointalk.org/index.php?topic=2157848.0 (https://bitcointalk.org/index.php?topic=2157848.0)
    • French:https://bitcointalk.org/index.php?topic=2158818.0 (https://bitcointalk.org/index.php?topic=2158818.0)
    • Croatian:https://bitcointalk.org/index.php?topic=2167148.0 (https://bitcointalk.org/index.php?topic=2167148.0)
    • Italian:https://bitcointalk.org/index.php?topic=2169168.0 (https://bitcointalk.org/index.php?topic=2169168.0)
    • Romanian:https://bitcointalk.org/index.php?topic=2171952.0 (https://bitcointalk.org/index.php?topic=2171952.0)
    • Skandinavisk:https://bitcointalk.org/index.php?topic=2172218.0 (https://bitcointalk.org/index.php?topic=2172218.0)
    • Geek:https://bitcointalk.org/index.php?topic=2190170.0 (https://bitcointalk.org/index.php?topic=2190170.0)

    Any future update and announcements will be posted here !
    If you have any ideas, feedbacks please send us a PM or Email:contact@postoken.org.


    https://i.imgur.com/it3gaJG.png

    ****Newbie****
    Quote
    PoSToken - First PoS Token|Free Airdrop|No ICO
    [/list]
    Code:
    PoSToken - First PoS Token|Free Airdrop|No ICO

    ****Jr. Member****
    Quote
    ✔ Get Your Free PoSToken Now ● Airdrop ● NO ICO ● First PoS Ethereum Token ✔ (https://bitcointalk.org/index.php?topic=2110712.0)
    Code:
    [center][url=https://bitcointalk.org/index.php?topic=2110712.0]✔ Get Your Free PoSToken Now ● Airdrop ● NO ICO ● First PoS Ethereum Token ✔[/center]


    ****Member****
    Quote
    ██████████  ✔  PoSToken - First PoS Smart Contract Token - Get Your Free Tokens Now! (https://bitcointalk.org/index.php?topic=2110712.0)
    █     PoSToken (https://bitcointalk.org/index.php?topic=2110712.0)    █  ✔  Free Airdrop ●  No-ICO  ●  100% Annual Interest First Year
    ██████████  ✔  ANN (https://bitcointalk.org/index.php?topic=2110712.0) ●  WebSite (https://postoken.org)  ●  Twitter (https://twitter.com/PoSToken)  ●  Slack (https://postoken.slack.com)  ●  Whitepaper (https://postoken.org/whitepaper.pdf)

    Code:
    ██████████  ✔  [b][url=https://bitcointalk.org/index.php?topic=2110712.0]PoSToken - First PoS Smart Contract Token - Get Your Free Tokens Now![/url][/b]
    █     [url=https://bitcointalk.org/index.php?topic=2110712.0]PoSToken[/url]    █  ✔  [b][i]Free Airdrop[/i] ●  [i]No-ICO[/i]  ●  [i]100% Annual Interest First Year[/i][/b]
    ██████████  ✔  [b][url=https://bitcointalk.org/index.php?topic=2110712.0]ANN[/url] ●  [url=https://postoken.org]WebSite[/url]  ●  [url=https://twitter.com/PoSToken]Twitter[/url]  ●  [url=https://postoken.slack.com]Slack[/url]  ●  [url=https://postoken.org/whitepaper.pdf]Whitepaper[/url][/b]

    ****Full Member****
    Quote
    ▓▓▓▓▓▓▓▓▓▓  ✔   ▶▶▶▶ Get Your Free Tokens Now (https://bitcointalk.org/index.php?topic=2110712.0) ◀◀◀◀  First PoS Smart Contract Token
    ▓    PoSToken (https://bitcointalk.org/index.php?topic=2110712.0)   ▓  ✔  Free Airdrop ●  No-ICO ●  100% Annual Interest First Year
    ▓▓▓▓▓▓▓▓▓▓  ✔  ANN (https://bitcointalk.org/index.php?topic=2110712.0) ●  WebSite (https://postoken.org)  ●  Twitter (https://twitter.com/PoSToken)  ●  Slack (https://postoken.slack.com)  ●  Whitepaper (https://postoken.org/whitepaper.pdf)
    Code:
    [color=#fc603b]▓▓▓▓▓▓▓▓▓▓[/color]  [color=#009900]✔[/color]  [b] [color=limegreen]▶▶▶▶[/color] [url=https://bitcointalk.org/index.php?topic=2110712.0]Get Your Free Tokens Now[/url] [color=limegreen]◀◀◀◀[/color]  [color=red]First PoS Smart Contract Token[/color][/b]
    [color=#fc603b]▓[/color]    [url=https://bitcointalk.org/index.php?topic=2110712.0][b][i][color=green]PoSToken[/color][/i][/b][/url]   [color=#fc603b]▓[/color]  [color=#009900]✔[/color]  [b][i][color=#009900]Free Airdrop[/color][/i] ●  [i][color=#009999]No-ICO[/color][/i] ●  [i][color=#0033FF]100% Annual Interest First Year[/color][/i][/b]
    [color=#fc603b]▓▓▓▓▓▓▓▓▓▓[/color]  [color=#009900]✔[/color]  [b][url=https://bitcointalk.org/index.php?topic=2110712.0][color=red]ANN[/color][/url] ●  [url=https://postoken.org][color=green]WebSite[/color][/url]  ●  [url=https://twitter.com/PoSToken][color=purple]Twitter[/color][/url]  ●  [url=https://postoken.slack.com][color=brown]Slack[/color][/url]  ●  [url=https://postoken.org/whitepaper.pdf][color=maroon]Whitepaper[/color][/url][/b]

    ****Senior Member****
    Quote
    ✔PoSToken (https://bitcointalk.org/index.php?topic=2110712.0) First PoS Smart Contract Token ▶▶ GET NOW! (https://bitcointalk.org/index.php?topic=2110712.0)
    No ICO (https://bitcointalk.org/index.php?topic=2110712.0)  ●  Free Airdrop (https://bitcointalk.org/index.php?topic=2110712.0)  ●  100% Interest (https://bitcointalk.org/index.php?topic=2110712.0)  ●  New Standard (https://bitcointalk.org/index.php?topic=2110712.0)
    Code:
    [center][table][tr][td] [size=24pt][b][url=https://bitcointalk.org/index.php?topic=2110712.0][color=green][font=Verdana][i]✔PoSToken[/i][/font][/color][/url][/b][/size][/td]  [td][b] [size=12pt][url=https://bitcointalk.org/index.php?topic=2110712.0][color=#fc603b][i]First PoS Smart Contract Token ▶▶ GET NOW![/i][/color][/url][/size][/b] 
    [b] [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=blue]No ICO[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=Teal]Free Airdrop[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=brown]100% Interest[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=purple]New Standard[/color][/i][/size][/url][/b][/td] [/tr] [/table][/center]


    ****Hero/Legendary Member****
    Quote
    ✔PoSToken (https://bitcointalk.org/index.php?topic=2110712.0) First PoS Smart Contract Token ▶▶ GET NOW! (https://bitcointalk.org/index.php?topic=2110712.0)
    No ICO (https://bitcointalk.org/index.php?topic=2110712.0)  ●  Free Airdrop (https://bitcointalk.org/index.php?topic=2110712.0)  ●  100% Interest (https://bitcointalk.org/index.php?topic=2110712.0)  ●  New Standard (https://bitcointalk.org/index.php?topic=2110712.0)
    Code:
    [center][table][tr][td] [size=24pt][b][url=https://bitcointalk.org/index.php?topic=2110712.0][glow=green,1][color=#ffffff][font=Verdana][i]✔PoSToken[/i][/font][/color][/glow][/url][/b][/size][/td]  [td][b] [size=12pt][url=https://bitcointalk.org/index.php?topic=2110712.0][color=#fc603b][i]First PoS Smart Contract Token ▶▶ GET NOW![/i][/color][/url][/size][/b] 
    [b] [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=blue]No ICO[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=Teal]Free Airdrop[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=brown]100% Interest[/color][/i][/size][/url]  ●  [url=https://bitcointalk.org/index.php?topic=2110712.0][size=12pt][i][color=purple]New Standard[/color][/i][/size][/url][/b][/td] [/tr] [/table][/center]