Bitcoin Forum
May 11, 2024, 10:12:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 3 4 5 [All]
  Print  
Author Topic: [ANN] 🌎 ETHEREUM WHITE 🌎 - PROOF-OF-AIRDROPS - Updates  (Read 3717 times)
roger.w (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 31, 2017, 01:01:41 PM
Last edit: November 03, 2017, 06:26:59 AM by roger.w
 #1

On behalf of Ethereum White, the old post was deleted.
ETHEREUM WHITE
ERC20 - Token

https://imgur.com/i6nNohX



The First token with Proof-of-Airdrop, Proof-of-work and Proof-of-stake


Max Supply: 90 Millions
Initial Supply: 9 Millions (5 Million for Exchanges)
Contract: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
Symbol: EWHITE
Decimals: 8

How does "Request Airdrop" work?
There is a limit of 200 Airdrops / block. When the limit is reached, the next block will start after 60 seconds. If you send the request in these 60 seconds, your request will be rejected.
At the moment the payout is 15 EWHITE each Airdrop.  Updated 2/11/2017
You can use it only if you have less than 100 EWHITE tokens.
How does "Mine Block" work?
There is a limit of 40 miners / block. When the limit is reached, the next block will start after 90 seconds. If you send the request in these 90 seconds, your request will be rejected.
It is require to have at least 100 EWHITE Tokens in your wallet tu use "Mine-Block".
At the moment the payout is 150 EWHITE each Airdrop.  Updated 2/11/2017
How does "Proof-of-stake" work?
There is a limit of 10 for POS / block. When the limit is reached, the next block will start after 120 seconds. If you send the request in these 120 seconds, your request will be rejected.
At the moment the payout is 0.0005% of your EWHITE tokens.
You need at least 1000 EWHITE Tokens in your wallet to use use "Proof-of-stake'.

How to use Ethereum White Functions
1 ) You must have ethereum in wallet Why? Everytime you use a contract function a small gas fee will be taken from your wallet. (Classic fees when you send Ethereum)
Advise? Try to set manually the fee as small as possible.
2 ) Go to: myetherwallet.com
3 ) Select "Contract"
4 ) Paste the contract address in contract address box: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
5 ) Paste the following code in ABI / JSON Interface:
        
Code:
        [{"constant":false,"inputs":[],"name":"Request_Airdrop","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"Mine_Block","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_amount","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"Miners","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"TotalPoSRequests","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"totalSupply","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_reward","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"PoSPerCent","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_MaxMinersXblock","type":"uint256"}],"name":"SetMaxMinersXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"rewardAD","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"InitalPos","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"Airdrop","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"SponsoredLink","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"Proof_of_Stake","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"PoS","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"MaxMinersXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"MaxPoSXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_maxtotalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"gas","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"TotalAirdropRequests","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"note_","type":"string"}],"name":"setSponsor","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"clockairdrop","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_MaxAirDropXblock","type":"uint256"}],"name":"SetMaxAirDropXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"clockmint","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_rewardPoS","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"InitialSettings","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_MultiRewardAD","type":"uint256"}],"name":"SetRewardMultiAD","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"clockpos","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_MaxPoSXblock","type":"uint256"}],"name":"SetMaxPosXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"BlockMined","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_MultiReward","type":"uint256"}],"name":"SetRewardMulti","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"ShowADV","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"MaxAirDropXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_Gasfee","type":"uint256"}],"name":"SetGasFeeReimbursed","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"reqfee","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"_reward","type":"uint256"}],"name":"Mine","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"rewardPoS","type":"uint256"}],"name":"MinePoS","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"rewardAD","type":"uint256"}],"name":"MineAD","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"},{"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":false,"name":"newNote","type":"string"}],"name":"SponsoredLink","type":"event"}]                                
6 ) Press "Access"
7 ) In Read / Write Contract menu you can select "Request Airdrop" , "Mine Block" or "Proof-of-stake'
8 ) Send 0 ETH (Remember to reduce the Gas) and confirm
9 ) If you don't receive the tokens.. it means the next block is not ready and you need to wait.



How to check your EWHITE Balance?
Go to myetherwallet.com or Etherdelta
Load Custum Tokens
Copy the contract Address in the box: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
Symbol is: EWHITE
Decimals: 8




Fee Reimbursement with EWHITE Tokens when you send the Tokens. Temporarily Disabled



We are working for something new for the future of the token.
I advise you to hold the token for a while. The new project could give a big boost.
The rewards and the limits will be reduced soon.
Further updates will be given in 2-3 weeks time.





RoadMap:
December 2017: Community Forum. All can participate for the future of the Token
1st Quarter 2018: Website with Blockexplorer. Be part of big Crypto Exchanges.
3th Quarter 2018: Mobile App with Mine,PoS and Airdrop just with 1 click. Verify the actual miners in real time and other functions.



BOUNTIES

TRANSLATION BOUNTY (3000 EWHITE)

You can send us a PM to reserve your translations.
You will make a translation of our BitcoinTalk announcement thread (this one) and post it in the specific subforum of your language.
You need to finish the translation within 1 day otherwise your translation will be reserved to someone else. It must be a good quality translation, not made with google translate.

Users:

noloco - Reserved Spanish Translation Complete
ranoby - Reserved Russian Translation Complete
hoopdi - Reserved Turkish Translation Complete
CC0000 - Reserved Italian Translation Complete
x-road - Reserved Indonesian Translation Complete
sachdientugoogle - Reserved Vietnamese Translation



WEBSITE  BOUNTY (75000 EWHITE)
Reserved

LOGO  BOUNTY (5000 EWHITE) x 3 = 15k EWHITE Reserved


Block Explorer 1: https://ethplorer.io/address/0x39e505e1518813ab3834d57d06c22b2e5a7fb9f2
Block Explorer 2: https://etherscan.io/address/0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
Exchange: https://etherdelta.com/#0x39e505e1518813ab3834d57d06c22b2e5a7fb9f2-ETH
How to save gas: https://imgur.com/a/xCszC
How to see the tokens in your wallet with MetaMask: https://imgur.com/a/JOM83
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.
1715465576
Hero Member
*
Offline Offline

Posts: 1715465576

View Profile Personal Message (Offline)

Ignore
1715465576
Reply with quote  #2

1715465576
Report to moderator
1715465576
Hero Member
*
Offline Offline

Posts: 1715465576

View Profile Personal Message (Offline)

Ignore
1715465576
Reply with quote  #2

1715465576
Report to moderator
t3hpwnographer
Member
**
Offline Offline

Activity: 196
Merit: 11


View Profile WWW
October 31, 2017, 01:05:52 PM
 #2

This is the first time I've seen the need to use code like that for an airdrop... definitely going to wait until someone confirms that it works and doesn't just empty your ETH
Popcqrn
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
October 31, 2017, 01:12:24 PM
 #3

I am interested. I just have one question... What makes this project unique from the other colors of Ethereum?
andybruce50
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
October 31, 2017, 01:15:42 PM
 #4

All i see are tokens everywhere... Soon tokens may get regulated . As for this one i wish the team a great success.
Lexs163
Full Member
***
Offline Offline

Activity: 462
Merit: 103


View Profile
October 31, 2017, 01:20:43 PM
 #5

and not what I did not get when doing all the functions, only took 0.0023 eth
zaky85
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 31, 2017, 01:20:52 PM
 #6

has anyone been able to follow this airdrop?
spetalkuhfie
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
October 31, 2017, 01:34:42 PM
 #7

i doubt it. i havent. didnt work.

___ dock.io _______Decentralized professional data exchange powered by Ethereum_______
WHITEPAPER     █ █ █ █     FACEBOOK     TWITTER     TELEGRAM     █ █ █ █     ANN THREAD
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬  ● ⚫ ●  ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Somz1
Full Member
***
Offline Offline

Activity: 420
Merit: 102



View Profile
October 31, 2017, 01:45:37 PM
 #8

They could steal your private key, be careful with these complicated steps for an airdrop
ranoby
Full Member
***
Offline Offline

Activity: 322
Merit: 102



View Profile
October 31, 2017, 01:52:04 PM
 #9

They could steal your private key, be careful with these complicated steps for an airdrop
How they could steal my private key ? Mb it's new smart contract function from Vitalik steal-private-key-contract...  Grin

K O N I O S        |│        The World's Most Secure Cash & Crypto Platform
[   PRE-ICO  |  DONE   ]      [ AIRDROP | DONE ]      [    ICO  |  LIVE    ]
WHITEPAPER                       TWITTER                       TELEGRAM                       ANN THREAD
shatoshi2017
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
October 31, 2017, 02:04:07 PM
 #10

I made the transaction, waiting for the airdrop
Mumuk
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
October 31, 2017, 02:04:39 PM
 #11

i have done intruction and i have received 40.000 token
thanhmmo19
Member
**
Offline Offline

Activity: 448
Merit: 10


View Profile
October 31, 2017, 02:04:56 PM
 #12

When I send 0 eth, I will receive EWHITE immediately?
shatoshi2017
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
October 31, 2017, 02:07:42 PM
 #13

This is the first time I've seen the need to use code like that for an airdrop... definitely going to wait until someone confirms that it works and doesn't just empty your ETH

  Empty eth but I had to pay 0.002eth for Gas free because I forgot to reduce the Gas.
shatoshi2017
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
October 31, 2017, 02:12:58 PM
 #14

When I send 0 eth, I will receive EWHITE immediately?

I sent 30 minutes ago but have not received yet
Jahjo98
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
October 31, 2017, 02:24:38 PM
 #15

I don't trust this thing Embarrassed
maryanti
Sr. Member
****
Offline Offline

Activity: 500
Merit: 250


BountyMarketcap


View Profile
October 31, 2017, 02:28:06 PM
 #16

This is the airdrop that makes me not understand.With the tutorials that have been described still not working ..

shatoshi2017
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
October 31, 2017, 02:31:46 PM
 #17

I don't trust this thing Embarrassed


 Yes! I try to go to hell first if I'm still alive I'll be back
astev
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
October 31, 2017, 03:04:26 PM
 #18

i have done intruction and i have received 40.000 token

40k tokens wtf ? i've gotten 3200
mrpiano
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
October 31, 2017, 03:04:41 PM
 #19

https://image.ibb.co/k3hBhb/imagen.png


Lost money  Cry Angry


gas 28000 y 36000 no found
shatoshi2017
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
October 31, 2017, 03:09:37 PM
 #20




Lost money  Cry Angry


gas 28000 y 36000 no found


This smart contract is stupid created by idiot man, nothing at all. Do not send eth and waste your time.
ranoby
Full Member
***
Offline Offline

Activity: 322
Merit: 102



View Profile
October 31, 2017, 03:16:17 PM
 #21




Lost money  Cry Angry


gas 28000 y 36000 no found


This smart contract is stupid created by idiot man, nothing at all. Do not send eth and waste your time.
If you send the request in these 60 seconds, your request will be rejected. in these 60 seconds 60 seconds

K O N I O S        |│        The World's Most Secure Cash & Crypto Platform
[   PRE-ICO  |  DONE   ]      [ AIRDROP | DONE ]      [    ICO  |  LIVE    ]
WHITEPAPER                       TWITTER                       TELEGRAM                       ANN THREAD
Fen1X
Member
**
Offline Offline

Activity: 81
Merit: 10


View Profile
October 31, 2017, 03:21:15 PM
 #22

This contract doesn't seem to be sending any tokens. Something seems to be wrong here.
thesatiara
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
October 31, 2017, 03:30:42 PM
 #23

I did request_airdrop, status success but I got nothing for this token

https://etherscan.io/tx/0xdde0eb5adec8c253b045878262a5a82ba132c1a7644cfb3071f22d94034bc369
nguyenthity
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
October 31, 2017, 03:32:18 PM
 #24

   This is the first time I've seen the need to use code like that for an airdrop... definitely going to wait until someone confirms that it works and doesn't just empty your ETH.

   Nice project with the best trust team and good idea.

I will invert in your project.

Goog luck!
Darwin02
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
October 31, 2017, 03:54:50 PM
 #25

I did request_airdrop, status success but I got nothing for this token

https://etherscan.io/tx/0xdde0eb5adec8c253b045878262a5a82ba132c1a7644cfb3071f22d94034bc369

same with me i stil dont recieve any token is there are anything we need to do to recieve airdrop  i already follow the insturctions if there are no tokens recieve i will not try it again.



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




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

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

█  █
█  █
█  █
█  █
█  █
█▄▄
▀▀█
█  █
█  █
█  █
█  █
█  █
.TOKEN SALE. Apr 16 2018
      .DAICO.      May 16 2018

ANN Thread  ■  Whitepaper
■  Twitter
■  Telegram
■  Facebook
levyashin
Sr. Member
****
Offline Offline

Activity: 980
Merit: 276


$CYBERCASH METAVERSE


View Profile
October 31, 2017, 04:34:12 PM
 #26

Actually, when it gives you a token, you can see it by adding to mew as a custom token or you can see from etherdelta if you imported it, it won't appear on etherscan or ethplorer. I will be regret for posting this because I am hoarding tokens very bad and people will start to rush it Cheesy


btcloi78
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
October 31, 2017, 05:19:26 PM
 #27

Hello,

I can do the romanian ann translation.Tell me if you are interested in this language.
levyashin
Sr. Member
****
Offline Offline

Activity: 980
Merit: 276


$CYBERCASH METAVERSE


View Profile
October 31, 2017, 05:21:39 PM
 #28

Actually, bounties are paying very little. I made more than 100.000 just in 2 hours.

Proof of stake should be higher. For even 100.000 tokens it only gives 50, you should have more than 400.000 so it could be profitable. Not very easy.

System working like a charm, as i said tokens doesn't appear on etherscan or ethplorer. It only can see on imported etherdelta or my ether wallet with contract added.

evi_stale
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
October 31, 2017, 05:28:45 PM
 #29

Can I reserve to do the Dutch translation?
laziale19
Member
**
Offline Offline

Activity: 69
Merit: 10

Some token are legit, but not at all


View Profile
October 31, 2017, 06:00:54 PM
 #30

yes, i cant see it at etherscan.io that token in, but at MEW i can see token, this why? can u explain to us?
rosygreat1
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
October 31, 2017, 06:07:38 PM
 #31

When you see scam, you should be able to recognise it. Without being told this project is a scam.
levyashin
Sr. Member
****
Offline Offline

Activity: 980
Merit: 276


$CYBERCASH METAVERSE


View Profile
October 31, 2017, 06:30:31 PM
 #32

When you see scam, you should be able to recognise it. Without being told this project is a scam.

Why is that? Are they asking for money? Or they want your private keys? Or you are just a newbie can't understand what is going on and instead of improving yourself, you just make false accusations and dissappear?

James_nz_007
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
October 31, 2017, 07:02:44 PM
 #33

It there a way for the wallet that you are sending to to get some of your gas?
consar
Full Member
***
Offline Offline

Activity: 322
Merit: 101


View Profile
October 31, 2017, 08:55:57 PM
 #34

tried it and it's working. thanks.
consar
Full Member
***
Offline Offline

Activity: 322
Merit: 101


View Profile
October 31, 2017, 09:06:59 PM
 #35

I tried this morning, this does not work:  Angry
https://etherscan.io/tx/0x0bc51aaa29df405eed52f71904c45382cc95436f45e62ea597ce6ec8f15e9430

Transaction succeeded but I did not receive any coins at all!
Yes I was the only one in > 5 minute time span...



you have received your tokens.
https://etherscan.io/token/0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2?a=0xdb6fec9f30f7a4ac333af3f629f388d319a46870
S3rj0
Member
**
Offline Offline

Activity: 378
Merit: 13


View Profile
October 31, 2017, 09:18:24 PM
 #36

Do you need italian translation? Please PM ME.
On behalf of Ethereum White, the old post was deleted.
ETHEREUM WHITE
ERC20 - Token





The First token with Proof-of-Airdrop, Proof-of-work and Proof-of-stake


Max Supply: 90 Millions
Initial Supply: 9 Millions (5 Million for Exchanges)
Contract: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
Symbol: EWHITE
Decimals: 8


How does "Request Airdrop" work?
There is a limit of 260 Airdrops / block. When the limit is reached, the next block will start after 60 seconds. If you send the request in these 60 seconds, your request will be rejected.
At the moment the payout is 40 EWHITE each Airdrop.
You can use it only if you have less than 100 EWHITE tokens.
How does "Mine Block" work?
There is a limit of 60 miners / block. When the limit is reached, the next block will start after 90 seconds. If you send the request in these 90 seconds, your request will be rejected.
It is require to have at least 100 EWHITE Tokens in your wallet tu use "Mine-Block".
At the moment the payout is 200 EWHITE each Airdrop.
How does "Proof-of-stake" work?
There is a limit of 10 for POS / block. When the limit is reached, the next block will start after 120 seconds. If you send the request in these 120 seconds, your request will be rejected.
At the moment the payout is 0.005% of your EWHITE tokens.
You need at least 1000 EWHITE Tokens in your wallet to use use "Proof-of-stake'.

How to use Ethereum White Functions
1 ) You must have ethereum in wallet Why? Everytime you use a contract function a small gas fee will be taken from your wallet. (Classic fees when you send Ethereum)
Advise? Try to set manually the fee as small as possible.
2 ) Go to: myetherwallet.com
3 ) Select "Contract"
4 ) Paste the contract address in contract address box: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
5 ) Paste the following code in ABI / JSON Interface:
        
Code:
        [{"constant":false,"inputs":[],"name":"Request_Airdrop","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"Mine_Block","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_amount","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"Miners","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"TotalPoSRequests","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"totalSupply","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_reward","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"PoSPerCent","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_MaxMinersXblock","type":"uint256"}],"name":"SetMaxMinersXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"rewardAD","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"InitalPos","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"Airdrop","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"SponsoredLink","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"Proof_of_Stake","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"PoS","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"MaxMinersXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"MaxPoSXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_maxtotalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"gas","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"TotalAirdropRequests","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"note_","type":"string"}],"name":"setSponsor","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"clockairdrop","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_MaxAirDropXblock","type":"uint256"}],"name":"SetMaxAirDropXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"clockmint","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_rewardPoS","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"InitialSettings","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_MultiRewardAD","type":"uint256"}],"name":"SetRewardMultiAD","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"clockpos","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_MaxPoSXblock","type":"uint256"}],"name":"SetMaxPosXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"BlockMined","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_MultiReward","type":"uint256"}],"name":"SetRewardMulti","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"ShowADV","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"MaxAirDropXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_Gasfee","type":"uint256"}],"name":"SetGasFeeReimbursed","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"reqfee","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"_reward","type":"uint256"}],"name":"Mine","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"rewardPoS","type":"uint256"}],"name":"MinePoS","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"rewardAD","type":"uint256"}],"name":"MineAD","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"},{"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":false,"name":"newNote","type":"string"}],"name":"SponsoredLink","type":"event"}]                                
6 ) Press "Access"
7 ) In Read / Write Contract menu you can select "Request Airdrop" , "Mine Block" or "Proof-of-stake'
8 ) Send 0 ETH (Remember to reduce the Gas) and confirm
9 ) If you don't receive the tokens.. it means the next block is not ready and you need to wait.



How to check your EWHITE Balance?
Go to myetherwallet.com or Etherdelta
Load Custum Tokens
Copy the contract Address in the box: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
Symbol is: EWHITE
Decimals: 8




Fee Reimbursement with EWHITE Tokens when you send the Tokens. Temporarily Disabled




RoadMap:
November 2017: GitHub,Slack,Telegram.
December 2017: Community Forum. All can participate for the future of the Token
1st Quarter 2018: Website with Blockexplorer. Be part of big Crypto Exchanges.
3th Quarter 2018: Mobile App with Mine,PoS and Airdrop just with 1 click. Verify the actual miners in real time and other functions.
1st Qaurter 2019: New proof-of-capacity focused on privacy is the Goal


1 Million EWHITE is available in etherdelta.


BOUNTIES

TRANSLATION BOUNTY (3000 EWHITE)

FOR THE MEMBERS THAT ALREADY PUBLISHED THE LOCAL ANNOUNCEMENT -- PLEASE EDIT IT WITH NEW--  IT IS 2000 EWHITE EXTRA
You can send us a PM to reserve your translations.
You will make a translation of our BitcoinTalk announcement thread (this one) and post it in the specific subforum of your language.
You need to finish the translation within 1 day otherwise your translation will be reserved to someone else. It must be a good quality translation, not made with google translate.

Users:

noloco Reserved Spanish Translation Complete
dankenstein Reserver German translation
ranoby Reserved Russian Translation Complete
hoopdi Reserved Turkish Translation Complete

YOUTUBE BOUNTY (10000 EWHITE)
You can make a Youtube video about Ethereum White and send us a PM. You must have a minimum of 50 subscribers. Each video will be judged independently and should be not less than 2 minutes.
Example: You can explain how to request airdrop using myetherwallet and how to see you tokens.

WEBSITE  BOUNTY (75000 EWHITE)

LOGO  BOUNTY (5000 EWHITE)

ARTICLE (1500 EWHITE)


lazcemal
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
October 31, 2017, 11:12:57 PM
 #37

got 120. works without a problem.
gerdab
Sr. Member
****
Offline Offline

Activity: 686
Merit: 266


View Profile
October 31, 2017, 11:46:27 PM
 #38

something is wrong with ur coin: in my wallet i've 344 EWHITE but i'm not in holders list in https://ethplorer.io/address/0x39e505e1518813ab3834d57d06c22b2e5a7fb9f2#tab=tab-holders
lazcemal
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
October 31, 2017, 11:50:14 PM
 #39

it doesn't update instantly.
ariyzt
Member
**
Offline Offline

Activity: 602
Merit: 12


View Profile WWW
November 01, 2017, 01:55:58 AM
 #40

hello i think something wrong with this airdrop
or i just dunno how that work

i did 3 times and all is gone
no coin/token received
can u check mine?
Quote

 Huh Huh
kabrero
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
November 01, 2017, 05:42:46 AM
 #41

I guess i did everything right but couldnt manage to get any.
Raascal
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
November 01, 2017, 06:21:03 AM
 #42

old post got deleted i see.
This does work, I've tried all 3, airdrop, mining and POS and i get results for all. Unfortunately etherscan.io doesn't like this token and doesn't update balances until a transaction into or out of a wallet occurs. ethplorer is the same i believe.

You can view up to date balances in ED by putting it in as a custom token, and it updates in a few blocks. I've just tried it and if you deposit and withdraw in ED it does update etherscan.
AutumnAcacia
Full Member
***
Offline Offline

Activity: 191
Merit: 102



View Profile
November 01, 2017, 06:25:17 AM
 #43

Can I reserve Spanish translation?
shagorbleed
Full Member
***
Offline Offline

Activity: 364
Merit: 100

https://twetch.com/u/42191


View Profile WWW
November 01, 2017, 06:51:36 AM
 #44

soneone plz message me the ABI code. from mobile i am unable to copy the code in thread
astev
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
November 01, 2017, 07:31:40 AM
 #45

Actually, bounties are paying very little. I made more than 100.000 just in 2 hours.

Proof of stake should be higher. For even 100.000 tokens it only gives 50, you should have more than 400.000 so it could be profitable. Not very easy.

System working like a charm, as i said tokens doesn't appear on etherscan or ethplorer. It only can see on imported etherdelta or my ether wallet with contract added.

how you got 100k in 2 hours ? like do you need to increase gas price ? or is it enough to just spam write mine block ? or do you add some custom command to the contract so it loops the mining and does it constantly ? I dunno if that is even possible but I'd like to learn something, it has taken me a whole day to reach 50k tokens
The_Don
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
November 01, 2017, 07:34:21 AM
 #46

may be another scam will wait till it rech some reputable goals . then invest

                                                          ● LuckyBit ●                                                         
Digital Currency for Gambling Industry Based on MASTERNODE & ASIC RESISTANT Algorithm
|       DISCORD      |      TELEGRAM      |      ANN THREAD      |      FACEBOOK      |      TWITTER       |
b-synthestech
Full Member
***
Offline Offline

Activity: 280
Merit: 102


View Profile
November 01, 2017, 07:35:49 AM
 #47

this project seems not to send tokens
what is the reason?
chichidori
Legendary
*
Offline Offline

Activity: 1694
Merit: 1003


View Profile
November 01, 2017, 11:49:04 AM
 #48

It only works if you know what you are doing, if your not to inclined on using myetherwallet i would suggest that stay away before you lose eth on transaction fee rather than gaining.
jessepat
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
November 01, 2017, 03:05:16 PM
 #49

Some wrong with Proof-of-Stake Its giving me the wrong amount of token i calculated it with the amount of EWHITE i have it says there that 0.005% but its giving me 0.0005% instead please check if wrong
nalpagutt
Sr. Member
****
Offline Offline

Activity: 364
Merit: 258


Joy Token - Smarter Games for Smarter Players


View Profile
November 01, 2017, 04:56:39 PM
 #50

Join , good luck .

                         ▄███                                                                                       
                       ▄▀ ▐█▌                                                                                       
                      ▀   ██                                                                                       
    ▄▄▄▄▄        ▄▄▄▄▄   ██▌ ▄▄      ▄▄          ▄▄▄▄▄▄▄▄▄▄      ▄▄▄▄▄▄       ▄▄▄     ▄▄▄   ▄▄▄▄▄▄▄▄▄▄   ▄▄▄     ▄▄▄
    █████     ▄████████ ██▌  ███    ███          ██████████   ▄██████████▄    ███   ▄███▀   ██████████   ████    ███
      ███    ███▀▀    ▄████   ███  ███             ███       ███▀▀    ▀▀███   ███ ▄███▀     ███          █████▄  ███
      ███   ▐██▌     ██▀▐██▌   ██████              ███      ▐██▌        ▐██▌  ██████▀       ███▄▄▄▄▄▄    ███▀██▄ ███
      ███   ▐██▌   ▄██▀ ▐██▌    ▐██▌               ███      ▐██▌        ▐██▌  ██████▄       █████████    ███  ██████
  ▄   ███    ███▄ ██▀ ▄▄███     ▐██▌               ███       ███▄▄    ▄▄███   ███  ███▄     ██▌          ███   ▀████
 ▀██▄███▀     ▀█▌▐███████▀      ▐██▌               ███        ▀██████████▀    ███   ▀███▄   ██████████   ███    ▀███
   ▀▀▀▀          ▀▀▀▀▀▀          ▀▀                ▀▀▀           ▀▀▀▀▀▀       ▀▀▀     ▀▀▀   ▀▀▀▀▀▀▀▀▀▀   ▀▀▀     ▀▀▀
.
.
.
.
Facebook
Twitter
Bitcointalk
Telegram
Reddit
Website
astev
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
November 01, 2017, 07:01:45 PM
 #51

Some wrong with Proof-of-Stake Its giving me the wrong amount of token i calculated it with the amount of EWHITE i have it says there that 0.005% but its giving me 0.0005% instead please check if wrong
mm how many tokens you have and what was your reward ?
CC0000
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 01, 2017, 07:05:05 PM
 #52

Finished the italian translation and received the payment, thanks guys!! good luck with your project! Smiley
ansi
Sr. Member
****
Offline Offline

Activity: 882
Merit: 254



View Profile
November 01, 2017, 10:54:00 PM
 #53

The dev started already dumping this token really hard, just check the sell wall with 50k+ & even couple orders of 100k+ lol

He wasn't even patience enough to wait couple days or at least dump it " easy " not that hard.

It's already worthless, shit tokens at least made it 3 days to 1 weeks worth something, but this one is already dead.
consar
Full Member
***
Offline Offline

Activity: 322
Merit: 101


View Profile
November 02, 2017, 12:22:09 AM
 #54

it's already stated on their post though. they said they put 1m on etherdelta.
astev
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
November 02, 2017, 07:33:30 AM
 #55

I already mined nearly 100k and dumped them for 2x profit so it works fine, would recommend
experteas2014
Member
**
Offline Offline

Activity: 121
Merit: 12

Be Positive Always!


View Profile WWW
November 02, 2017, 07:41:31 AM
 #56

Ethereum Gold, Ethereum Blue, Ethereum Black & now Ethereum White. What makes Ethereum White different from the others? Can someone help me on this

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
DAOX: Create & Manage Fundraising DAOs / Bounty & Airdrop / ANN THREAD / TELEGRAM
dogaatac
Sr. Member
****
Offline Offline

Activity: 672
Merit: 306


View Profile
November 02, 2017, 12:04:26 PM
 #57

dev , where are you ?
dee838
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
November 02, 2017, 12:12:26 PM
 #58

Seems a lot of ppl didn't get tokens

roger.w (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
November 02, 2017, 01:31:57 PM
 #59

dev , where are you ?

always here

Difficulty is going to change when we reach 45k transactions
rosygreat1
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
November 02, 2017, 06:40:01 PM
 #60

Am not sure if I have registered for this airdrop or not, I quickly check because I can't afford to miss this wonderful airdrop.
dogaatac
Sr. Member
****
Offline Offline

Activity: 672
Merit: 306


View Profile
November 03, 2017, 01:22:48 AM
 #61

dev , where are you ?

always here

Difficulty is going to change when we reach 45k transactions

no one is buying , no one is mining also no one knows that token Smiley
ysakay
Sr. Member
****
Offline Offline

Activity: 616
Merit: 259


View Profile
November 03, 2017, 02:26:06 AM
 #62

dev , where are you ?

always here

Difficulty is going to change when we reach 45k transactions
What's your future plans? Talk with us.
Paulovismfr
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
November 03, 2017, 04:51:50 AM
 #63

Waiting for new information!
mtahanci48
Full Member
***
Offline Offline

Activity: 322
Merit: 154


View Profile
November 03, 2017, 02:27:30 PM
 #64

waiting to see them on an exchange
Ge Sworn
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
November 03, 2017, 02:45:06 PM
 #65

Interesting, but little trust.
ltatum0022
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
November 04, 2017, 10:51:39 AM
 #66

This is the first time I've seen the need to use code like that for an airdrop... definitely going to wait until someone confirms that it works and doesn't just empty your ETH
alz19
Member
**
Offline Offline

Activity: 113
Merit: 100



View Profile
November 04, 2017, 06:04:22 PM
 #67

rSpending Gas to receive an airdrop? Hope this works
On behalf of Ethereum White, the old post was deleted.
ETHEREUM WHITE
ERC20 - Token





The First token with Proof-of-Airdrop, Proof-of-work and Proof-of-stake


Max Supply: 90 Millions
Initial Supply: 9 Millions (5 Million for Exchanges)
Contract: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
Symbol: EWHITE
Decimals: 8

How does "Request Airdrop" work?
There is a limit of 200 Airdrops / block. When the limit is reached, the next block will start after 60 seconds. If you send the request in these 60 seconds, your request will be rejected.
At the moment the payout is 15 EWHITE each Airdrop.  Updated 2/11/2017
You can use it only if you have less than 100 EWHITE tokens.
How does "Mine Block" work?
There is a limit of 40 miners / block. When the limit is reached, the next block will start after 90 seconds. If you send the request in these 90 seconds, your request will be rejected.
It is require to have at least 100 EWHITE Tokens in your wallet tu use "Mine-Block".
At the moment the payout is 150 EWHITE each Airdrop.  Updated 2/11/2017
How does "Proof-of-stake" work?
There is a limit of 10 for POS / block. When the limit is reached, the next block will start after 120 seconds. If you send the request in these 120 seconds, your request will be rejected.
At the moment the payout is 0.0005% of your EWHITE tokens.
You need at least 1000 EWHITE Tokens in your wallet to use use "Proof-of-stake'.

How to use Ethereum White Functions
1 ) You must have ethereum in wallet Why? Everytime you use a contract function a small gas fee will be taken from your wallet. (Classic fees when you send Ethereum)
Advise? Try to set manually the fee as small as possible.
2 ) Go to: myetherwallet.com
3 ) Select "Contract"
4 ) Paste the contract address in contract address box: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
5 ) Paste the following code in ABI / JSON Interface:
        
Code:
        [{"constant":false,"inputs":[],"name":"Request_Airdrop","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"Mine_Block","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_amount","type":"uint256"}],"name":"approve","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"Miners","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"TotalPoSRequests","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"totalSupply","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_reward","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"PoSPerCent","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transferFrom","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_MaxMinersXblock","type":"uint256"}],"name":"SetMaxMinersXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"rewardAD","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"InitalPos","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"Airdrop","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"SponsoredLink","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"Proof_of_Stake","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"PoS","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"MaxMinersXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"MaxPoSXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_maxtotalSupply","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"gas","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"name":"balance","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"TotalAirdropRequests","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"note_","type":"string"}],"name":"setSponsor","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"clockairdrop","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_MaxAirDropXblock","type":"uint256"}],"name":"SetMaxAirDropXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"clockmint","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[],"name":"_rewardPoS","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_amount","type":"uint256"}],"name":"transfer","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"InitialSettings","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[{"name":"_MultiRewardAD","type":"uint256"}],"name":"SetRewardMultiAD","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"clockpos","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_MaxPoSXblock","type":"uint256"}],"name":"SetMaxPosXblock","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"BlockMined","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_MultiReward","type":"uint256"}],"name":"SetRewardMulti","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"ShowADV","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"MaxAirDropXblock","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_Gasfee","type":"uint256"}],"name":"SetGasFeeReimbursed","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"reqfee","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":true,"inputs":[{"name":"_owner","type":"address"},{"name":"_spender","type":"address"}],"name":"allowance","outputs":[{"name":"remaining","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"_reward","type":"uint256"}],"name":"Mine","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"rewardPoS","type":"uint256"}],"name":"MinePoS","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_address","type":"address"},{"indexed":false,"name":"rewardAD","type":"uint256"}],"name":"MineAD","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"},{"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":false,"name":"newNote","type":"string"}],"name":"SponsoredLink","type":"event"}]                                
6 ) Press "Access"
7 ) In Read / Write Contract menu you can select "Request Airdrop" , "Mine Block" or "Proof-of-stake'
8 ) Send 0 ETH (Remember to reduce the Gas) and confirm
9 ) If you don't receive the tokens.. it means the next block is not ready and you need to wait.



How to check your EWHITE Balance?
Go to myetherwallet.com or Etherdelta
Load Custum Tokens
Copy the contract Address in the box: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
Symbol is: EWHITE
Decimals: 8




Fee Reimbursement with EWHITE Tokens when you send the Tokens. Temporarily Disabled



We are working for something new for the future of the token.
I advise you to hold the token for a while. The new project could give a big boost.
The rewards and the limits will be reduced soon.
Further updates will be given in 2-3 weeks time.





RoadMap:
December 2017: Community Forum. All can participate for the future of the Token
1st Quarter 2018: Website with Blockexplorer. Be part of big Crypto Exchanges.
3th Quarter 2018: Mobile App with Mine,PoS and Airdrop just with 1 click. Verify the actual miners in real time and other functions.



BOUNTIES

TRANSLATION BOUNTY (3000 EWHITE)

You can send us a PM to reserve your translations.
You will make a translation of our BitcoinTalk announcement thread (this one) and post it in the specific subforum of your language.
You need to finish the translation within 1 day otherwise your translation will be reserved to someone else. It must be a good quality translation, not made with google translate.

Users:

noloco - Reserved Spanish Translation Complete
ranoby - Reserved Russian Translation Complete
hoopdi - Reserved Turkish Translation Complete
CC0000 - Reserved Italian Translation Complete
x-road - Reserved Indonesian Translation Complete
sachdientugoogle - Reserved Vietnamese Translation



WEBSITE  BOUNTY (75000 EWHITE)
Reserved

LOGO  BOUNTY (5000 EWHITE) x 3 = 15k EWHITE Reserved


Block Explorer 1: https://ethplorer.io/address/0x39e505e1518813ab3834d57d06c22b2e5a7fb9f2
Block Explorer 2: https://etherscan.io/address/0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
Exchange: https://etherdelta.com/#0x39e505e1518813ab3834d57d06c22b2e5a7fb9f2-ETH
How to save gas: https://imgur.com/a/xCszC
How to see the tokens in your wallet with MetaMask: https://imgur.com/a/JOM83

thanhmmo19
Member
**
Offline Offline

Activity: 448
Merit: 10


View Profile
November 05, 2017, 04:10:46 AM
 #68

Hi dev, can you update any news of this project? When can we exchange this token?
askmecrypto
Full Member
***
Offline Offline

Activity: 406
Merit: 109



View Profile
November 05, 2017, 04:48:34 AM
 #69

TESTED IT and WORKING, however, the amount of tokens you receive is not worth the gas price you pay.
For Example, I did with my MEW, received 12 EWHITE tokens, this is not even worth the gas price paid (with .00000001 GWEI) also.
LbtalkL
Full Member
***
Offline Offline

Activity: 1176
Merit: 162


View Profile
November 05, 2017, 04:53:26 AM
 #70

My transaction is success but not returning any tokens. there is something wrong with this airdrop.
I have tried similar airdrop like eGAS and Bitconereum but I got some there. but in this nothing.
Tried 3 times all success no return token.
leeandrew
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
November 05, 2017, 09:44:04 AM
 #71

airdrop link pls
xquad
Member
**
Offline Offline

Activity: 198
Merit: 13


View Profile
November 05, 2017, 01:11:55 PM
 #72

Any chance to have an update where the project stands now please?

Some more communication / marketing can fuel this up (imo).
jessepat
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
November 05, 2017, 04:51:49 PM
 #73

dev updates please. it has not reach 45k transactions mine block is giving 60
squallkomang
Member
**
Offline Offline

Activity: 146
Merit: 10


View Profile
November 08, 2017, 03:14:37 AM
Last edit: November 10, 2017, 06:25:40 AM by squallkomang
 #74

no more update from dev? is this project already abandoned??
it's a shame because this project looks promising from the start, i had a high hopes for this project.. the first and only token with proof of airdrop, POW, and POS altogether.. lack of marketing and communication from dev is the real problem.. no telegram channel, no twitter, no website..there is a bounty for website, but its not effective.. at least the dev should've prepared the beta website before releasing the project..
IF the dev still wanna continue, better create telegram channel and bounty for social media campaign and signature campaign.
jessepat
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
November 13, 2017, 01:25:23 AM
 #75

no more update from dev? is this project already abandoned??
it's a shame because this project looks promising from the start, i had a high hopes for this project.. the first and only token with proof of airdrop, POW, and POS altogether.. lack of marketing and communication from dev is the real problem.. no telegram channel, no twitter, no website..there is a bounty for website, but its not effective.. at least the dev should've prepared the beta website before releasing the project..
IF the dev still wanna continue, better create telegram channel and bounty for social media campaign and signature campaign.

"We are working for something new for the future of the token.
I advise you to hold the token for a while. The new project could give a big boost.
The rewards and the limits will be reduced soon.
Further updates will be given in 2-3 weeks time."

Looking forward for this lets just wait Cheesy Hoping that their work would be successful!
lazcemal
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
November 15, 2017, 02:32:31 PM
 #76

any news about this coin?
Snaguit321
Full Member
***
Offline Offline

Activity: 420
Merit: 100



View Profile
November 15, 2017, 02:47:51 PM
 #77

Nice solution for airdrop dev. Very smart this is to avoid multiple entry, Guys its very simple to do the airdrop just follow the instructions first go to your MEW wallet then GO to contract then do the following steps:

4 ) Paste the contract address in contract address box: 0x39E505e1518813ab3834D57d06C22b2E5A7fb9f2
5 ) Paste the following code in ABI / JSON Interface:
6 ) Press "Access"
7 ) In Read / Write Contract menu you can select "Request Airdrop" after requesting do again "Mine Block" or "Proof-of-stake'
8 ) Send 0 ETH (Remember to reduce the Gas) and confirm
9 ) If you don't receive the tokens.. it means the next block is not ready and you need to wait.

Wait for it to come in your wallet, dont worry guys this is the safeway instead copying address! there's no way to steal your Private key in this method!

Good luck to the project Dev. Thank you!
thanhmmo19
Member
**
Offline Offline

Activity: 448
Merit: 10


View Profile
November 17, 2017, 08:36:56 AM
 #78

Waiting a good news from dev.
squallkomang
Member
**
Offline Offline

Activity: 146
Merit: 10


View Profile
December 05, 2017, 02:26:26 PM
 #79

no more update from dev? is this project already abandoned??
it's a shame because this project looks promising from the start, i had a high hopes for this project.. the first and only token with proof of airdrop, POW, and POS altogether.. lack of marketing and communication from dev is the real problem.. no telegram channel, no twitter, no website..there is a bounty for website, but its not effective.. at least the dev should've prepared the beta website before releasing the project..
IF the dev still wanna continue, better create telegram channel and bounty for social media campaign and signature campaign.

"We are working for something new for the future of the token.
I advise you to hold the token for a while. The new project could give a big boost.
The rewards and the limits will be reduced soon.
Further updates will be given in 2-3 weeks time."

Looking forward for this lets just wait Cheesy Hoping that their work would be successful!
well, it has been more than a month now, and still no news from dev..
safe to say that dev has abandon this project and run away with some ETH..  we have been scammed!!
its time to sell all your eth white token..oops, it seems no buy order for this token..
also no community power to take over the token and swap it like eBTC, because the community never existed..
so yeah, we are all screwed!!
bomba141
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
December 09, 2017, 11:21:42 AM
 #80

I'm ready to stay with #EtheruemWhite till the moon comes.

Great project  Kiss
thanhmmo19
Member
**
Offline Offline

Activity: 448
Merit: 10


View Profile
January 16, 2018, 04:06:05 AM
 #81

Hi dev, where are you now?
embung mereng
Newbie
*
Offline Offline

Activity: 157
Merit: 0


View Profile
January 23, 2018, 08:53:53 PM
 #82

Hi dev, where are you now?
dev did not work on this project and left without a word
so nothing is expected of this project because it is no longer active
Pages: 1 2 3 4 5 [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!