Bitcoin Forum
May 22, 2024, 03:42:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 »  All
  Print  
Author Topic: [ANN] ⚡ ETHERPOWER - 🚀 Proof-of-stake with Unlimited Tokens  (Read 8425 times)
Razer-1 (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 16, 2017, 07:12:01 PM
Last edit: October 28, 2017, 03:21:14 PM by Razer-1
 #1

 
                                                                                                           http://etherpower-pos-token.com/images/logo.png
EtherPower is ERC20 Token standard that implements the Proof-of-Stake mechanism, meaning that holders of it can earn some extra tokens just by holding it for a period of at least 2 days.

EtherPower-pos-token.com
https://twitter.com/EtherPowerMoon

Description:

Name: EtherPower
Symbol: ETHP
Decimals: 18
Standard: ERC20 + PoSTokenStandard
Platform: Ethereum
Initial Supply: 1,000,000 ETHP
Maximum Total Supply: Unlimited (2**256-1)
Minimum Coin Age: 2 Days
Maximum Coin Age: 45 Days
Contract Address: 0xEBc86d834756621444a8a26B4cF81B625fe310cD



Add EtherPower to your Token List on MyEtherwallet /Mist wallet


1.   Click "Add Custom Token"
2.   In the "Address" field, input the contract address: 0xEBc86d834756621444a8a26B4cF81B625fe310cD
3.   In the "Token Symbol" field input: ETHP
4.   In the "Decimals" field input: 18
5.   Then click "Add"


EtherPower uses PoSTokenStandard, a brand new unofficial Ethereum Token Standard
Proof-Of-Stake Interest:

1st Year:         25%
2nd Year:        50%
Next Years:    100%


Proof of stake is now active

For this procedure you need to install Metamask and to import your ETH address


How to mine EtherPower:
1 ) Hold the tokens for at least 2 Days:
2 ) Go to: https://www.myetherwallet.com/
3 ) Select "Contract"
4 ) Paste this address in contract address box: 0xEBc86d834756621444a8a26B4cF81B625fe310cD
5 ) Paste the following code in ABI / JSON Interface:
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 ) Press "Access"
7 ) In Read / Write Contract menu select "mint"
8 ) Send 0 ETH and confirm
9 ) Wait few seconds
10 ) Enjoy!

 Grin Grin Grin Grin

LISTED IN ETHERDELTA AND IDEX
EtherPower-pos-token.com

Next step is coinmarketcap, yobit, livecoin, poloniex


Bounty program:
Youtube:  300 ETHP
Good video quality,
Instructions of how to mine,
Include in the title the words "EtherPower" and "Moon"
Only accounts with at least 100 real subscribers are allowed.

Reserved only for 2 people only by PM

Article: 150 ETHP

Must be publicly accessible.
Must contain more than 150 words and not be directly copied from website or ANN thread.
You can post your article on Steemit/Medium/Reddit or other similar resource.
Article can be written in any language.
Include in the title the words "EtherPower" and "Moon"


Translation: 200 ETHP

Chinese
Dutch
Filipino
French
German
Greek
Italian
Japanese
Russian
Swedish






 Wink Have fun!  Grin
calxibe
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
October 16, 2017, 08:06:43 PM
 #2

Wow you are fast, tokens received, thank you dev!
To late to do some Twitter and blog posts?
farfanx4
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
October 16, 2017, 08:09:15 PM
 #3

I joined airdrop. Good luck.

                               Whitepaper     E M R X Token   :   LEARN MORE   
      E M I R E X         ─── إمركس ───          :         The Infrastructure for the
  [ telegram    facebook    TWITTER ]         New Digital Economy
senan
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
October 16, 2017, 08:09:35 PM
 #4

Mail sent, thanks dev
moataz_ansary
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
October 16, 2017, 08:10:07 PM
 #5

Dear Dev,
Joined ur great airdrop
Email sent
With all my thanks
Regards
david64pp
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
October 16, 2017, 08:11:03 PM
 #6

Send Email, thank you !
salman96
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
October 16, 2017, 08:12:45 PM
 #7

Email sent successfully..
digitalcap
Full Member
***
Offline Offline

Activity: 210
Merit: 103


View Profile
October 16, 2017, 08:13:06 PM
 #8

Sent will confirm when receive airdrop.
Ardenoss
Full Member
***
Offline Offline

Activity: 518
Merit: 100



View Profile
October 16, 2017, 08:13:22 PM
 #9

Email sent for joining airdrop.
anggada18
Full Member
***
Offline Offline

Activity: 532
Merit: 101



View Profile
October 16, 2017, 08:30:09 PM
 #10

join airdrop and sent email, what the next step Huh
Martin_Iden
Member
**
Offline Offline

Activity: 213
Merit: 11


View Profile
October 16, 2017, 08:32:12 PM
 #11

нyжнo ли ввoдить кoнтpaкты или дpyгиe дaнныe нa кoшeлькe чтoбы yвидeть дecaнтиpoвaниe мoнeты?
Aiolos79
Full Member
***
Offline Offline

Activity: 148
Merit: 100



View Profile
October 16, 2017, 08:32:33 PM
 #12

Joined the airdrop! Good luck!
Surrapatt
Sr. Member
****
Offline Offline

Activity: 1078
Merit: 250



View Profile
October 16, 2017, 08:32:43 PM
 #13

Email sent. Thanks EtherPower Dev.
dhemasm
Full Member
***
Offline Offline

Activity: 1829
Merit: 134


Moderator


View Profile
October 16, 2017, 08:34:17 PM
 #14

The project is quite interesting, Where is this token exchange? and already joined the airdrop thankyou!
espargon
Full Member
***
Offline Offline

Activity: 392
Merit: 100



View Profile WWW
October 16, 2017, 08:41:50 PM
 #15

Tokens received thanks.
kabirulhasan
Jr. Member
*
Offline Offline

Activity: 52
Merit: 10


View Profile
October 16, 2017, 08:49:42 PM
 #16

joined airdrop and sent email, Thanks dev
Maxfieldr
Member
**
Offline Offline

Activity: 185
Merit: 10

Crypto_Pugz


View Profile
October 16, 2017, 08:50:26 PM
 #17

Joining the airdrop now! Looks good!

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ ✅ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project ● ☞ ✅ Best privacy crypto-market! ● █▆▅▃▂
    Own Your Privacy! ─────────────────║ WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ║─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June]✅[Tor]✈✈✈ ║───────────║ Wallet ➢ ✓ Windows  |  ✓ macOS  |  ✓ Linux
falmeida
Member
**
Offline Offline

Activity: 89
Merit: 10


View Profile
October 16, 2017, 08:54:07 PM
 #18

joined airdrop email sent
Heye
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
October 16, 2017, 08:56:09 PM
 #19

just received 1000 tokens

thank you
Kodeinfect
Jr. Member
*
Offline Offline

Activity: 58
Merit: 10


View Profile
October 16, 2017, 09:01:19 PM
 #20

Woowww I got my airdrop in 10 min literally. Amazing!! Thank you.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 »  All
  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!