Bitcoin Forum
May 13, 2024, 04:44:41 AM *
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 3718 times)
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
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715575481
Hero Member
*
Offline Offline

Posts: 1715575481

View Profile Personal Message (Offline)

Ignore
1715575481
Reply with quote  #2

1715575481
Report to moderator
1715575481
Hero Member
*
Offline Offline

Posts: 1715575481

View Profile Personal Message (Offline)

Ignore
1715575481
Reply with quote  #2

1715575481
Report to moderator
1715575481
Hero Member
*
Offline Offline

Posts: 1715575481

View Profile Personal Message (Offline)

Ignore
1715575481
Reply with quote  #2

1715575481
Report to moderator
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
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!