Bitcoin Forum
May 27, 2024, 05:12:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] ⚡ ETHERPOWER - RICOMPENSE - VIDEO - ARTICOLI - TRADUZIONI  (Read 158 times)
chris190 (OP)
Legendary
*
Offline Offline

Activity: 1059
Merit: 1000



View Profile
October 22, 2017, 07:47:32 PM
 #1


EtherPower è un Token ERC20 che implementa il meccanismo del Proof-of-Stake, il che significa che i possessori di queste monete posso guadagnare EtherPower aggiuntivi semplicemente lasciandoli sul proprio indirizzo ETH per un periodo minimo di 2 giorni.

SITO WEB: therPower-pos-token.com
TWITTER: https://twitter.com/EtherPowerMoon

Dettagli:

Nome: EtherPower
Simbolo: ETHP
Decimali: 18
Standard: ERC20 + PoSTokenStandard
Piattaforma: Ethereum
Disponibilità iniziale: 1,000,000 ETHP
Disponibilità massima: Illimitata (2**256-1)
Periodo minimo interessi: 2 Days
Periodo massimo interessi: 45 Days
Indirizzo Contratto: 0xEBc86d834756621444a8a26B4cF81B625fe310cD



Per aggiungere il token di EtherPower su MyEtherwallet/Mist seguite questa guida

1.   Cliccate "Add Custom Token"
2.   Nel campo "Adress" inserite: 0xEBc86d834756621444a8a26B4cF81B625fe310cD
3.   Nel campo "Token Symbol" inserite: ETHP
4.   Alla vice "Decimals" mettete: 18
5.   Poi cliccate "Add"


Interessi:

1° anno:   25%
2° anno:   50%
Prossimo anno: 100%


Per attivare il mining/PoS installate Metamask e importate il vostro indirizzo ETH

Come minare EtherPower con Metatask:
1 ) Avere dei coin sul wallet da almeno 2 giorni:
2 ) Andate qua: https://www.myetherwallet.com/
3 ) Selezionate "Contract"
4 ) Incollate questo idirizzo alla cove contract address: 0xEBc86d834756621444a8a26B4cF81B625fe310cD
5 ) Copiate questo codice nella sezione ABI/JSON:
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"}]

6 ) Premete "Access"
7 ) Alla voce Read/Write Contract menu selezionate "mint"
8 ) Inviate 0 ETH e confermate
9 ) Aspettate qualche secondo
10 ) Fatto!


GIA' PRESENTE SU ETHERDELTA E IDEX

Prossimo step coinmarketcap, yobit, livecoin, poloniex



Ricompense:

Video Youtube:  300 ETHP

Video di buona qualità e istruzioni sul mining.
Account accettati solo con 100 iscritti!
Nel titole deve includere le parole "EtherPower" e "Moon"


Riservato solo per 2 persone e disponibile tramite PM

Ricompensa Articolo: 150 ETHP

Deve contenere almeno 150 parole e non deve essere copiato direttamente da nessun sito e/o dal thred ufficiale!
Puoi postarlo su reddit/steemit/Medium ecc..
Lo puoi scrivere in qualsiasi linguaggio
Nel titole deve includere le parole "EtherPower" e "Moon"


Ricompensa Traduzione: 200 ETHP

Cinese
Olandese
Filipino
Francese
Tedesco
Grego
Giapponese
Russo
Svedese



Buon Divertimento!  Grin


Thread ufficiale: https://bitcointalk.org/index.php?topic=2277546.0

                  ▄▄
                 ████▄
                 ██████▄
                 ███ ▀███▄
         ▄████▄▄ ███   ▀███▄
       ▄████████████▄    ▀███▄
     ▄███▀ ███▀▀▀██████▄▄  ███
   ▄███▀  ███    ███ ▀▀███████
 ▄███▀    ███    ███     ▀███
████▄▄▄▄▄███▄▄▄▄  ▀  ▄▄▄▄███▄▄▄▄▄▄▄
█████████████████   █████████████████
  ▀▀▀▀▀▀▀███▀▀▀▀  ▄  ▀▀▀▀███▀▀▀▀▀████
        ███▄     ███    ███    ▄███▀
       ███████▄▄ ███    ███  ▄███▀
       ███  ▀▀██████▄▄▄███ ▄███▀
       ▀███▄    ▀████████████▀
         ▀███▄   ███ ▀▀████▀
           ▀███▄ ███
             ▀██████
               ▀████
                 ▀▀
4NEW
███
███  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █  █
███  █
███
THE WORLD'S FIRST TANGIBLE WASTE TO ENERGY BLOCKCHAIN
✥     ANN Thread     ✥     Whitepaper     ✥     Facebook     ✥     Twitter     ✥     Telegram     ✥

        ███
    █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
█  █  ███
    █  ███
        ███

                                ███
                                ███
                                ███
                        ███  ███
                        ███  ███
                ███  ███  ███
                ███  ███  ███
        ███  ███  ███  ███
███  ███  ███  ███  ███
███  ███  ███  ███  ███
Pages: [1]
  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!