I purchased some EOS from the ICO two days ago. I had previously tried to use the MetaMask Google Chrome extension, but the EOS distribution app page would just stay black with the default white text. So I needed to do it using MyEtherWallet. <center><img src="https://steemitimages.com/DQmRBcBVDAzZbRNckFqbqjvzzdpKZFy89mR1HCkZSFEEtmE/mew-eos2.png" /></center> Before doing so, I went to google to search steemit.com for guides on how to do it because EOS.io doesn't have all the steps on the site (at least not that I could find). I was nervous to make sure I had done all the necessary steps, afraid to mess up and lose some crypto. Was I going to screw this up? What if there is some part missing? Many of the posts had only some parts mentioned, but not everything in one place. Having completed the purchase successfully, I wanted to make a detailed tutorial so that others could do it without feeling as if they were going to mess up. Zoom through to look at the images if all you need are the visuals to understand, or read if you want more details. You need Ethereum (ETH) to buy EOS tokens from the ICO. If you want to buy EOS without ETH, use an exchange like kraken or bitfinex. The guide will consist of the following parts: **Resources** **0) Get a MyEtherWallet** **1) Get EOS keys (public/private)** **2) Register your EOS public key to your MyEtherWallet** **3) Buy EOS from an ICO period** **4) Claim EOS tokens** --- # Resources --- Use these links to check on the current EOS period, as well as see the previous ICO period's value per EOS token. You can see where the price has been, and where you think it might be heading to judge when you may want to get in. There are over 300 periods left, and each lasts 23 hours before it ends and another begins. - ### [Current price of EOS Token](http://eosscan.io/) - ### [EOS Crowdsale Market Cap Calculator](https://docs.google.com/spreadsheets/d/1688z4CC4A6FC2cRWVyLg3DiOwEHSNvm91PL0qCVEYqs/edit#gid=213694514) --- ### 0. Get a MyEtherWallet (if you don't have one) and put some ETH in it to buy EOS --- Go to [MyEtherWallet](https://www.myetherwallet.com/). You will land on the New Wallet page. Follow the steps, and save your passwords, keys and wallet files (UTC/JSON). Then you're ready to go, after you transfer some Ethereum to this new wallet of yours. *I started making a tutorial for this part, but it would have added too much bloat, and wasn't directly related to the EOS process itself. If you want me to make one, please let me know. Thanks.* --- # 1. Get EOS keys (public/private) --- Go to the [EOS Key Generation](https://nadejde.github.io/eos-token-sale/) site, and click on `Generate EOS key`. Then copy and save the `Public` and `Private` keys given. Don't lose them.  --- # 2. Register your EOS public key to your MyEtherWallet --- Go to the [Contracts](https://www.myetherwallet.com/#contracts) section of MyEtherWallet.  Input the `Contract address`/`Interface`, and select `EOS` as the `Existing Contract`. Click `Access`. The following information can be obtained from [eos.io/instructions](https://eos.io/instructions) if you don't trust the data below. Contract address: `0xd0a6E6C54DbC68Db5db3A091B171A77407Ff7ccf` ABI / JSON Interface: ``` [{"constant":true,"inputs":[{"name":"","type":"uint256"},{"name":"","type":"address"}],"name":"claimed","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"owner_","type":"address"}],"name":"setOwner","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"time","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"totalSupply","outputs":[{"name":"","type":"uint128"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"foundersAllocation","outputs":[{"name":"","type":"uint128"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"day","type":"uint256"}],"name":"claim","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"foundersKey","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"},{"name":"","type":"address"}],"name":"userBuys","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"day","type":"uint256"}],"name":"createOnDay","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"freeze","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"keys","outputs":[{"name":"","type":"string"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"startTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"authority_","type":"address"}],"name":"setAuthority","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"","type":"uint256"}],"name":"dailyTotals","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"buy","outputs":[],"payable":true,"type":"function"},{"constant":true,"inputs":[],"name":"openTime","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"EOS","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"today","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"authority","outputs":[{"name":"","type":"address"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"eos","type":"address"}],"name":"initialize","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"createFirstDay","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[],"name":"claimAll","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[{"name":"timestamp","type":"uint256"}],"name":"dayFor","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"day","type":"uint256"},{"name":"limit","type":"uint256"}],"name":"buyWithLimit","outputs":[],"payable":true,"type":"function"},{"constant":false,"inputs":[],"name":"collect","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"numberOfDays","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"constant":false,"inputs":[{"name":"key","type":"string"}],"name":"register","outputs":[],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"createPerDay","outputs":[{"name":"","type":"uint256"}],"payable":false,"type":"function"},{"inputs":[{"name":"_numberOfDays","type":"uint256"},{"name":"_totalSupply","type":"uint128"},{"name":"_openTime","type":"uint256"},{"name":"_startTime","type":"uint256"},{"name":"_foundersAllocation","type":"uint128"},{"name":"_foundersKey","type":"string"}],"payable":false,"type":"constructor"},{"payable":true,"type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"window","type":"uint256"},{"indexed":false,"name":"user","type":"address"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"LogBuy","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"window","type":"uint256"},{"indexed":false,"name":"user","type":"address"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"LogClaim","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"user","type":"address"},{"indexed":false,"name":"key","type":"string"}],"name":"LogRegister","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"amount","type":"uint256"}],"name":"LogCollect","type":"event"},{"anonymous":false,"inputs":[],"name":"LogFreeze","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"authority","type":"address"}],"name":"LogSetAuthority","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"name":"owner","type":"address"}],"name":"LogSetOwner","type":"event"}] ```  A new area will show up. In the drop-down box, go to the bottom and choose `register`. A new input called `key string` shows up where you need to put in your `EOS public key`.  Below that you will have to load your wallet to link it to the EOS public key. Once it's loaded, click on `WRITE`.  A modal window will popup. Leave the `Amount` at `0`, set the `Gas Limit` above `90000`. Then try to `Generate Transaction`, followed my `Yes, I am sure! Make transaction`. If you don't see the raw/Signed transaction and buttons show up, increase your Gas Limit.  --- # 3. Buy EOS from an ICO period --- Before you buy, you need to decide which period you want to get in on. Take a look at EOS on other markets like kraken or bitfinex and see the previous and current ICO price using the links from earlier: - [Current price of EOS Token](http://eosscan.io/) - [EOS Crowdsale Market Cap Calculator](https://docs.google.com/spreadsheets/d/1688z4CC4A6FC2cRWVyLg3DiOwEHSNvm91PL0qCVEYqs/edit#gid=213694514) When you're ready to buy, load your wallet from the MyEtherWallet Send Ether & Tokens page [myetherwallet.com/#send-transaction](https://www.myetherwallet.com/#send-transaction).  Once loaded, buy some EOS for the period you want to get in on. Set the `To Address` to the Ethereum address for the token distribution: `0xd0a6E6C54DbC68Db5db3A091B171A77407Ff7ccf` Go to [eos.io/instructions](https://eos.io/instructions) if you don't trust the ETH address. Put in the `Amount to Send` (eg. 1, 0.1, 0.01), and then click in the `Gas Limit` which should change automatically. Then click `Generate Transaction`, followed by `Send Transaction`. Again if you don't get the Raw/Signed part, increase your Gas Limit.  ## 3b. Show EOS tokens in MyEtherWallet You might as well do this now, but don't forget to do it at the end or else you won't see your EOS tokens. On the right in your wallet, click the `Add Custom Token` button, and fill it in with this data from the [EOS instruction page](https://eos.io/instructions) and `Save` it after: >Token Address: `0x86fa049857e0209aa7d9e616f7eb3b3b78ecfdb0` >Symbol: `EOS` >Decimals: `18` >Name: `EOS`  --- # 4. Claim EOS tokens --- Once the period for the ICO you entered ends, you can claim your EOS tokens. Go back to the [Contracts](https://www.myetherwallet.com/#contracts) section of MyEtherWallet, and use the same info to `Access`, then choose `claimAll` instead of register from the previous step. ---  ---  Load your wallet again and click `WRITE`. Then `Generate Transaction` and `Send Transaction` again. ---  ---  ---  --- --- #### That's it, you're done! Now you can go back to the [MyEtherWallet Send Ether & Tokens page](https://www.myetherwallet.com/#send-transaction), load your wallet, and see that you now have the EOS tokens from the window you bought into. Remember to add the EOS token from step 3b) if you didn't already. I hope the tutorial served you well. Thank you for using it :) Thanks to @summonerrk and @sandwich for their guides that helped me figure out how to buy into the ICO. --- ---- **Thank you for your time and attention. Peace.** --- <sub>If you appreciate and value the content, please consider: Upvoting <img src="http://i.imgur.com/H9LQn1S.png" /> , Sharing <img src="http://i.imgur.com/ri11ehe.png" /> **or** Reblogging <img src="http://i.imgur.com/1Abt9EI.png" /> **below**.</sub> <sub>[](https://steemit.com/@krnel) me for more content to come!</sub>
author | krnel |
---|---|
permlink | eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet |
category | eos |
json_metadata | {"tags":["eos","cryptocurrency","money","tutorial","howto"],"users":["summonerrk","sandwich"],"image":["https://steemitimages.com/DQmRBcBVDAzZbRNckFqbqjvzzdpKZFy89mR1HCkZSFEEtmE/mew-eos2.png","https://steemitimages.com/DQmRr8kb4X33jzW5kTBLR56YkFnmYYoNGZXCbK5vvv32HcR/eos1.jpg","https://steemitimages.com/DQmQHuv8hKh5EnfxPgc9BA4VEYMTmq7ZfDbTewvzoYD819g/eos2.jpg","https://steemitimages.com/DQmNaCA8wVVMEqU8VerAcB47qsJ4yefiNfk2hvhU533nEiy/eos2b.jpg","https://steemitimages.com/DQmXnHphEm8aDYznfKo7e3f8WSQdZbB2eKJEQQ7cya3PCa9/eos2c.jpg","https://steemitimages.com/DQmWPmFymfSx1HQpq66KUCsSapjVsvjdBavcVKQRVxVrG4V/eos2d.jpg","https://steemitimages.com/DQmb4wgHa2C1GDFw1UFKccV8Nc9NGcRbJ9aze8wur2G4CSk/eos2e.jpg","https://steemitimages.com/DQmVnrwzVPgU1E7Q9sW36YJxK6fX9bAK55KdQvuHFJkrYLd/eos4c.jpg","https://steemitimages.com/DQmdicuwCVcvg1EmGsMXHgJU5ij4NEv4X9MDPH2zxAqeT8o/eos3.jpg","https://steemitimages.com/DQmXuLJHV5SnakvwxZdCC4ezpQHzqTq5KkALSXMDMNCCV7P/eos3b.jpg","https://steemitimages.com/DQmdrRMM9n13P9DP4UHdwV6sJs3D1Ubi5xZ5wajYpwrAgnz/eos4.jpg","https://steemitimages.com/DQmV5CQfJUVpxfSGt9XgvRBZm4FqGRXjswMCAmtS4P6aUnp/eos4b.jpg","https://steemitimages.com/DQmdMTM8rj234rXqjhVNEZ4Yj6HoGrYwiVdDGfqxgRnsLey/eos4d.jpg","https://steemitimages.com/DQmcYpDUYKVyuErM1ThEFBrFFksk9bo5fF3ePr78NdPWgVr/eos4e.jpg","http://i.imgur.com/H9LQn1S.png","http://i.imgur.com/ri11ehe.png","http://i.imgur.com/1Abt9EI.png","http://i.imgur.com/aTa4vR8.png"],"links":["http://eosscan.io/","https://docs.google.com/spreadsheets/d/1688z4CC4A6FC2cRWVyLg3DiOwEHSNvm91PL0qCVEYqs/edit#gid=213694514","https://www.myetherwallet.com/","https://nadejde.github.io/eos-token-sale/","https://www.myetherwallet.com/#contracts","https://eos.io/instructions","https://www.myetherwallet.com/#send-transaction","https://steemit.com/@krnel"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-07-26 14:04:00 |
last_update | 2017-07-26 14:04:00 |
depth | 0 |
children | 37 |
last_payout | 2017-08-02 14:04:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 8.771 HBD |
curator_payout_value | 1.505 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13,281 |
author_reputation | 1,343,547,270,297,082 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 9,797,249 |
net_rshares | 2,836,585,976,488 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berkah | 0 | 9,825,255,619 | 2% | ||
anu | 0 | 99,185,947,000 | 10% | ||
sandra | 0 | 19,114,424,161 | 9% | ||
ihashfury | 0 | 5,310,323,167 | 6.21% | ||
jason | 0 | 18,220,555,845 | 6.21% | ||
proctologic | 0 | 4,749,484,000 | 5% | ||
konelectric | 0 | 8,241,181,198 | 5% | ||
pnc | 0 | 7,186,968,977 | 2% | ||
piranhax | 0 | 293,521,683 | 1% | ||
teamsteem | 0 | 373,896,715,537 | 2% | ||
midnas-howler | 0 | 108,780,762,004 | 20% | ||
pangur-ban | 0 | 4,310,153,536 | 100% | ||
will-zewe | 0 | 11,465,359,836 | 100% | ||
beervangeer | 0 | 23,352,965,223 | 100% | ||
g-dubs | 0 | 8,433,840,956 | 20% | ||
tee-em | 0 | 30,658,133,169 | 100% | ||
mauricemikkers | 0 | 50,547,867,622 | 100% | ||
jonnyrevolution | 0 | 2,459,965,906 | 2% | ||
isteemit | 0 | 69,059,941,493 | 40% | ||
lauralemons | 0 | 928,582,730 | 1% | ||
stealthtrader | 0 | 13,674,428,475 | 100% | ||
edrivegom | 0 | 7,192,263,239 | 22% | ||
fiona777 | 0 | 2,866,757,105 | 100% | ||
ubg | 0 | 408,390,103 | 100% | ||
team-leibniz | 0 | 37,093,633,701 | 33% | ||
olegw | 0 | 2,079,294,149 | 100% | ||
bledarus | 0 | 3,421,720,649 | 100% | ||
lamech-m | 0 | 399,124,732 | 2% | ||
almerri | 0 | 378,761,518 | 100% | ||
cryptomancer | 0 | 26,606,725,220 | 13% | ||
someguy123 | 0 | 6,868,117,264 | 0.6% | ||
hilarski | 0 | 19,373,201,446 | 20% | ||
carrinm | 0 | 15,863,623,390 | 2% | ||
funkywanderer | 0 | 3,632,127,386 | 100% | ||
sponge-bob | 0 | 184,325,315,035 | 15% | ||
lecrazycanuckeh | 0 | 6,402,292,355 | 100% | ||
profitgenerator | 0 | 31,332,612,483 | 100% | ||
allyouneedtoknow | 0 | 2,860,359,570 | 8% | ||
bitcoinparadise | 0 | 8,178,056,967 | 30% | ||
freebornangel | 0 | 1,240,212,216 | 2% | ||
imerick | 0 | 3,242,562,269 | 100% | ||
luup | 0 | 5,900,125,218 | 100% | ||
rynow | 0 | 19,851,321,885 | 6% | ||
lonilush | 0 | 4,608,782,123 | 100% | ||
ancapwarren | 0 | 3,017,809,436 | 50% | ||
ameliawheat | 0 | 2,661,080,681 | 80% | ||
aksinya | 0 | 30,865,277,343 | 100% | ||
syahhiran | 0 | 1,922,814,744 | 100% | ||
makis84 | 0 | 5,960,444,686 | 100% | ||
steemtruth | 0 | 36,206,528,331 | 10% | ||
dgiors | 0 | 137,764,824,980 | 80% | ||
slider2990 | 0 | 25,794,460,010 | 30% | ||
ebryans | 0 | 60,882,156,570 | 100% | ||
xochicotta | 0 | 1,794,019,018 | 100% | ||
edb | 0 | 27,986,236,185 | 100% | ||
noerulhd | 0 | 2,558,830,495 | 100% | ||
seablue | 0 | 1,831,912,423 | 1% | ||
sesises | 0 | 177,037,693,970 | 100% | ||
nspart | 0 | 5,977,035,831 | 5% | ||
yaariart | 0 | 1,020,994,935 | 100% | ||
darth-azrael | 0 | 4,178,157,661 | 13% | ||
lindal | 0 | 1,748,268,226 | 100% | ||
sebastianjago | 0 | 42,399,255,815 | 10% | ||
thelightreports | 0 | 17,104,875,435 | 17% | ||
mytechcrunch | 0 | 2,526,627,559 | 3% | ||
mojomango | 0 | 8,292,813,802 | 100% | ||
steembot-general | 0 | 317,805,238 | 100% | ||
rafelchato | 0 | 50,896,729,718 | 100% | ||
steembot-colonel | 0 | 115,202,980 | 100% | ||
steembot-soldier | 0 | 235,526,649 | 100% | ||
darth-cryptic | 0 | 715,419,453 | 13% | ||
tiowaldecir | 0 | 1,459,095,288 | 100% | ||
steembot-medic | 0 | 171,207,696 | 100% | ||
abduhawab | 0 | 9,642,200,079 | 100% | ||
btu | 0 | 597,397,129,448 | 25% | ||
nepd | 0 | 107,628,460,621 | 25% | ||
illuminated | 0 | 266,511,661 | 1% | ||
awesomianist | 0 | 239,867,450 | 0.2% | ||
aismor | 0 | 531,358,050 | 100% | ||
hammadakhtar | 0 | 1,055,747,576 | 10% | ||
rocking-dave | 0 | 2,051,169,382 | 100% | ||
greenstar | 0 | 958,425,012 | 2% | ||
ghostgod | 0 | 588,923,511 | 100% | ||
gordonovich | 0 | 836,224,985 | 5% | ||
sinned | 0 | 136,511,676 | 0.2% | ||
wbulot | 0 | 40,152,143,475 | 100% | ||
sv67216721 | 0 | 3,339,488,870 | 5% | ||
sacred-agent | 0 | 19,716,991,343 | 21% | ||
mgtow-stacker | 0 | 5,982,897,344 | 100% | ||
mandagoi | 0 | 9,404,487,925 | 10% | ||
jamesallen | 0 | 461,810,821 | 1% | ||
joe28 | 0 | 3,586,280,326 | 100% | ||
zheli | 0 | 0 | 100% | ||
sminchow | 0 | 4,821,983,339 | 100% | ||
unclemike | 0 | 4,063,166,967 | 100% | ||
ericarthurblair | 0 | 3,702,854,054 | 10% | ||
grizgal | 0 | 2,180,507,377 | 8.64% | ||
natra | 0 | 278,507,782 | 2% | ||
justcallmemyth | 0 | 167,493,380 | 2% | ||
guiltyparties | 0 | 1,262,989,717 | 100% | ||
eagleye | 0 | 1,521,335,523 | 100% | ||
dienhassan | 0 | 1,374,555,888 | 100% | ||
taitux | 0 | 8,752,495,764 | 100% | ||
musiclover | 0 | 110,091,649 | 1% | ||
amreshchandra | 0 | 8,073,171,580 | 10% | ||
tothesea | 0 | 1,888,758,563 | 100% | ||
evaldas | 0 | 0 | 100% | ||
zeryius | 0 | 422,711,904 | 100% | ||
foodisfree | 0 | 61,333,019,602 | 100% | ||
counterweight | 0 | 1,071,936,181 | 100% | ||
g-doc | 0 | 1,137,482,127 | 100% | ||
rephill | 0 | 0 | 100% | ||
mikefrancis | 0 | 162,295,022 | 100% | ||
greatness96 | 0 | 141,920,033 | 100% | ||
mhelows | 0 | 1,309,819,877 | 100% | ||
apple64 | 0 | 425,864,714 | 100% | ||
bcn | 0 | 1,411,753,665 | 100% | ||
na722 | 0 | -978,292,348 | -100% | ||
psto | 0 | 1,163,772,470 | 100% | ||
sem89 | 0 | 98,755,476 | 100% | ||
sunny81 | 0 | 984,293,318 | 100% | ||
zakariahossain | 0 | 1,120,046,572 | 100% | ||
syahrulakbar | 0 | 1,137,456,527 | 100% | ||
ataozturk | 0 | 1,143,254,703 | 100% | ||
azis | 0 | 789,251,908 | 100% | ||
rasel120 | 0 | 92,853,099 | 100% | ||
criptofred | 0 | 626,756,921 | 100% | ||
toushik | 0 | 1,160,660,653 | 100% | ||
shakir.awan | 0 | 1,038,791,188 | 100% | ||
measbong | 0 | 435,247,699 | 100% | ||
srolanhoun | 0 | 916,920,721 | 100% | ||
rajsallin | 0 | 0 | 100% | ||
tomaszb | 0 | 0 | 100% | ||
bro-dil | 0 | 0 | 100% | ||
deepakagarwal | 0 | 0 | 100% | ||
chiefmonkey | 0 | 0 | 100% | ||
africaneyes | 0 | 0 | 100% | ||
steemitdone | 0 | 0 | 100% |
This is helpful! Im getting this tonight!
author | amreshchandra |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170728t223910134z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-28 22:39:09 |
last_update | 2017-07-28 22:39:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-04 22:39:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 30,142,486,000,876 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,064,458 |
net_rshares | 0 |
Thanks for your concise guide! It is really helpful for people who would like to buy EOS. Upvoted and followed.
author | apple64 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-krnel-2017726t233615498z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-26 16:36:21 | ||||||
last_update | 2017-07-26 16:36:21 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2017-08-02 16:36:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.191 HBD | ||||||
curator_payout_value | 0.028 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 111 | ||||||
author_reputation | -134,873,855,056 | ||||||
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 9,813,869 | ||||||
net_rshares | 63,835,357,499 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
krnel | 0 | 63,835,357,499 | 5% |
Thanks for the support :D
author | krnel |
---|---|
permlink | re-apple64-re-krnel-2017726t233615498z-20170726t165110423z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 16:51:12 |
last_update | 2017-07-26 16:51:12 |
depth | 2 |
children | 0 |
last_payout | 2017-08-02 16:51:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 1,343,547,270,297,082 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,815,320 |
net_rshares | 0 |
Hello, write slightly off topic, but still. We are Araneobit - money transfer system based on the blockchain. The Commission for money transfer is set independently. You can invest money
author | araneobit |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20180129t211134682z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-01-29 21:11:36 |
last_update | 2018-01-29 21:11:36 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 21:11:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 187 |
author_reputation | 372,542,757 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,378,458 |
net_rshares | 0 |
I have been trying to figure this out for a week. Thank you. I will try again today.
author | catherinebleish |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t161121925z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 16:11:21 |
last_update | 2017-07-26 16:11:21 |
depth | 1 |
children | 1 |
last_payout | 2017-08-02 16:11:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.037 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 18,001,189,987,427 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,811,181 |
net_rshares | 12,767,071,499 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
krnel | 0 | 12,767,071,499 | 1% |
Great to know people still have a use for this. It will work.
author | krnel |
---|---|
permlink | re-catherinebleish-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t163406906z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 16:34:09 |
last_update | 2017-07-26 16:34:09 |
depth | 2 |
children | 0 |
last_payout | 2017-08-02 16:34:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 1,343,547,270,297,082 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,813,649 |
net_rshares | 0 |
Krnel, Thank you so much for writing this... Buying EOS was a horrendous process... The instructions on the website were terribly incomplete I used your guide and it still drove me insane but without it I would have been totally lost So thank you my man/woman/steemian This post should have earned you loads more than it has I'm sharing it too Cheers mate Chiefmonkey
author | chiefmonkey |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20171205t134524999z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-12-05 13:45:24 |
last_update | 2017-12-05 13:45:24 |
depth | 1 |
children | 0 |
last_payout | 2017-12-12 13:45:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 375 |
author_reputation | 573,336,098 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,463,476 |
net_rshares | 0 |
Excellent one. I followed your blog to invest some ETH into EOS. Hope I got everything right. Fingers crossed, have to check how many tokens I was able to generate. Upvoted and followed you. Cheers!
author | deepakagarwal |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20171115t064229427z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-11-15 06:42:30 |
last_update | 2017-11-15 06:42:30 |
depth | 1 |
children | 0 |
last_payout | 2017-11-22 06:42:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 198 |
author_reputation | 113,999,681,771 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,436,739 |
net_rshares | 0 |
Thanks for laying all this out. I've just used the exodus wallet to exchange for some EOS but I guess I still need to register my EOS tokens, right?
author | foodisfree |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t141117540z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 14:10:42 |
last_update | 2017-07-26 14:10:42 |
depth | 1 |
children | 1 |
last_payout | 2017-08-02 14:10:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.172 HBD |
curator_payout_value | 0.057 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 148 |
author_reputation | 1,549,551,799,990 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,797,947 |
net_rshares | 63,835,357,499 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
krnel | 0 | 63,835,357,499 | 5% |
You're welcome. You register your EOS key to your wallet.
author | krnel |
---|---|
permlink | re-foodisfree-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t162725732z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 16:27:27 |
last_update | 2017-07-26 16:27:39 |
depth | 2 |
children | 0 |
last_payout | 2017-08-02 16:27:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 1,343,547,270,297,082 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,812,933 |
net_rshares | 0 |
simple, straight forward, easy to follow guide. I'll be buying in tomorrow. I don't suppose you could do a guide on which period will offer the lowest prices?? ๐
author | grizgal | ||||||
---|---|---|---|---|---|---|---|
permlink | re-krnel-2017727t04038270z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-26 23:40:39 | ||||||
last_update | 2017-07-26 23:40:39 | ||||||
depth | 1 | ||||||
children | 2 | ||||||
last_payout | 2017-08-02 23:40:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.045 HBD | ||||||
curator_payout_value | 0.006 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 161 | ||||||
author_reputation | 2,658,909,943,160 | ||||||
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 9,850,679 | ||||||
net_rshares | 14,947,578,876 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
krnel | 0 | 12,767,071,499 | 1% | ||
grizgal | 0 | 2,180,507,377 | 8.64% |
That's up to you to decide. The lowest could be in months, or it could be now. People can get into it more or less, who knows.
author | krnel |
---|---|
permlink | re-grizgal-re-krnel-2017727t04038270z-20170727t184018614z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-27 18:40:18 |
last_update | 2017-07-27 18:40:18 |
depth | 2 |
children | 1 |
last_payout | 2017-08-03 18:40:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 1,343,547,270,297,082 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,941,342 |
net_rshares | 0 |
I know. I was hoping you had supernatural powers!
author | grizgal |
---|---|
permlink | re-krnel-re-grizgal-re-krnel-2017727t04038270z-20170727t184405378z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-27 18:44:06 |
last_update | 2017-07-27 18:44:06 |
depth | 3 |
children | 0 |
last_payout | 2017-08-03 18:44:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 2,658,909,943,160 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,941,681 |
net_rshares | 0 |
Resteeming ..... Solid, easy to understand guide. The key with EOS is predicting the window prices. It's also a good one for trading between windows.
author | guiltyparties |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t143536270z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 14:35:36 |
last_update | 2017-07-26 14:35:36 |
depth | 1 |
children | 1 |
last_payout | 2017-08-02 14:35:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.346 HBD |
curator_payout_value | 0.114 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 261,203,126,670,124 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,800,637 |
net_rshares | 127,670,714,999 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
krnel | 0 | 127,670,714,999 | 10% |
Yeah trying to judge when to get in can be tough, since there are over 300 periods lol. Thanks for the support.
author | krnel |
---|---|
permlink | re-guiltyparties-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t163106130z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 16:31:06 |
last_update | 2017-07-26 16:31:06 |
depth | 2 |
children | 0 |
last_payout | 2017-08-02 16:31:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 1,343,547,270,297,082 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,813,347 |
net_rshares | 0 |
Very very amazing creation about EOS. This post very helpfully for other people thats using eos. Iam so Impression to your blog. I always try to learn other steemians senior blog. Thanks for motivation sir, I like it so much. I have tried wrote the blog about how to use esteem apps for beginners. So I need your assume to improve my creation sir.
author | joe28 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-krnel-2017726t21121520z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-07-26 14:12:06 | ||||||
last_update | 2017-07-26 14:12:06 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-02 14:12:06 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 347 | ||||||
author_reputation | 3,952,928,185,623 | ||||||
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 9,798,088 | ||||||
net_rshares | 0 |
that's really helpful man, thanks for your hardwork!
author | jwolf |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t142857228z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 14:29:00 |
last_update | 2017-07-26 14:29:00 |
depth | 1 |
children | 0 |
last_payout | 2017-08-02 14:29:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 124,912,730,383,826 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,799,900 |
net_rshares | 237,930,474 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aidensong | 0 | 237,930,474 | 50% |
this may explain trouble was having with EOS Crowdsale...able to Claim All via MEW but had not registered before.
author | luup |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t151744804z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 15:17:42 |
last_update | 2017-07-26 15:17:42 |
depth | 1 |
children | 2 |
last_payout | 2017-08-02 15:17:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.171 HBD |
curator_payout_value | 0.057 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 1,117,539,852,179 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,805,417 |
net_rshares | 63,835,357,499 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
krnel | 0 | 63,835,357,499 | 5% |
Yeah, I almost missed the register part when I was learning how to do it hehe. Did you get your tokens?
author | krnel |
---|---|
permlink | re-luup-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t163251596z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 16:32:54 |
last_update | 2017-07-26 16:32:54 |
depth | 2 |
children | 1 |
last_payout | 2017-08-02 16:32:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 103 |
author_reputation | 1,343,547,270,297,082 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,813,524 |
net_rshares | 0 |
yep got the MEW way to work, and later tried again using the Dapp on the eos.io site (via Metamask)...had to refresh the browser a few times but it worked and was much easier!
author | luup |
---|---|
permlink | re-krnel-re-luup-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170809t034805230z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-09 03:48:03 |
last_update | 2017-08-09 03:48:03 |
depth | 3 |
children | 0 |
last_payout | 2017-08-16 03:48:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 175 |
author_reputation | 1,117,539,852,179 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,243,559 |
net_rshares | 0 |
Thanks for sharing this info.I have resteemed your post. Pls take a look My profile @masudrana
author | masudrana |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t143153118z |
category | eos |
json_metadata | {"tags":["eos"],"users":["masudrana"],"app":"steemit/0.1"} |
created | 2017-07-26 14:32:06 |
last_update | 2017-07-26 14:32:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-02 14:32:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 17,742,851,725,904 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,800,256 |
net_rshares | 0 |
Another great guide to buy EOS! It helps me alot! Thanks you aweseom guy!
author | measbong |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170728t093939765z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-28 09:39:39 |
last_update | 2017-07-28 09:39:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-04 09:39:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 586,989,374,717 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,002,344 |
net_rshares | 0 |
I took the easy route and bought off of kraken a few days ago lol.... @krnel how many eos did ya get? Just wondering is it worth all the trouble or is kraken better?
author | mgtow-stacker |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t204548977z |
category | eos |
json_metadata | {"tags":["eos"],"users":["krnel"],"app":"steemit/0.1"} |
created | 2017-07-26 20:45:00 |
last_update | 2017-07-26 20:45:00 |
depth | 1 |
children | 2 |
last_payout | 2017-08-02 20:45:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.054 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 165 |
author_reputation | 4,085,915,876 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,837,262 |
net_rshares | 18,415,898,433 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
krnel | 0 | 12,767,071,499 | 1% | ||
mgtow-stacker | 0 | 5,648,826,934 | 100% |
Depends if the exchange was less or more than the payout price. I got $1.50 value when exchanges were at $1.80. But the reverse can happen.
author | krnel |
---|---|
permlink | re-mgtow-stacker-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t221146060z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 22:11:45 |
last_update | 2017-07-26 22:11:45 |
depth | 2 |
children | 1 |
last_payout | 2017-08-02 22:11:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 1,343,547,270,297,082 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,844,262 |
net_rshares | 5,770,307,083 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mgtow-stacker | 0 | 5,770,307,083 | 100% |
True... so might aswell keep it simple and stick with kraken....
author | mgtow-stacker |
---|---|
permlink | re-krnel-re-mgtow-stacker-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170727t054740085z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-27 05:46:48 |
last_update | 2017-07-27 05:46:48 |
depth | 3 |
children | 0 |
last_payout | 2017-08-03 05:46:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.015 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 4,085,915,876 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,875,412 |
net_rshares | 6,074,007,456 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mgtow-stacker | 0 | 6,074,007,456 | 100% |
perfect guide bro...no vpn's make this the best guide
author | rondonson |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170801t133317699z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 13:33:18 |
last_update | 2017-08-01 13:33:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 13:33:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 36,885,057,220,662 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,424,276 |
net_rshares | 0 |
Thank you so much for that tutorial. I do much better with the pictures in order to fully grasp what's going on. I know that took some time on your end to do it that way, so thanks again!
author | sminchow |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t150256526z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 15:02:57 |
last_update | 2017-07-26 15:02:57 |
depth | 1 |
children | 1 |
last_payout | 2017-08-02 15:02:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.348 HBD |
curator_payout_value | 0.114 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 187 |
author_reputation | 394,238,531,899 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,803,771 |
net_rshares | 128,790,753,417 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
krnel | 0 | 127,670,714,999 | 10% | ||
tom74 | 0 | 1,120,038,418 | 100% |
You're welcome. Yeah it helps to have the visual aid showing exactly what is needed. Thanks for the feedback.
author | krnel |
---|---|
permlink | re-sminchow-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t163204164z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 16:32:06 |
last_update | 2017-07-26 16:32:06 |
depth | 2 |
children | 0 |
last_payout | 2017-08-02 16:32:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 1,343,547,270,297,082 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,813,439 |
net_rshares | 0 |
This is the best tutorial to buy eos. I am thankful for your hardwork! Best! Upvoted and followed!
author | srolanhoun |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170731t113900685z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 11:39:00 |
last_update | 2017-07-31 11:39:00 |
depth | 1 |
children | 1 |
last_payout | 2017-08-07 11:39:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.315 HBD |
curator_payout_value | 0.105 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 194,486,620,278 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,310,773 |
net_rshares | 103,455,169,410 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
krnel | 0 | 103,455,169,410 | 8% |
Great, glad to gained from it :)
author | krnel |
---|---|
permlink | re-srolanhoun-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170731t191500485z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-31 19:15:00 |
last_update | 2017-07-31 19:15:00 |
depth | 2 |
children | 0 |
last_payout | 2017-08-07 19:15:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 1,343,547,270,297,082 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,346,317 |
net_rshares | 0 |
Nice info brother @krnel, already resteem, thank for shared.
author | syahhiran |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t141118043z |
category | eos |
json_metadata | {"tags":["eos"],"users":["krnel"],"app":"steemit/0.1"} |
created | 2017-07-26 14:11:03 |
last_update | 2017-07-26 14:11:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-02 14:11:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.034 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 559,165,550,719 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,797,984 |
net_rshares | 12,767,071,499 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
krnel | 0 | 12,767,071,499 | 1% |
Trรจs bon article. Merci Cordialement. Tu nous apprends des choses.
author | zeryius |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20170726t142120789z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-26 14:21:27 |
last_update | 2017-07-26 14:21:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-02 14:21:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 424,359,122,739 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,799,030 |
net_rshares | 0 |
Great guide! Only thing I want to point out is that you should use "claim" and fill in your ICO day instead of using "claim all". The latter will cost a lot of gas and fail. I spent almost $10 dollars on failed transactions before switching back to "claim".
author | zheli |
---|---|
permlink | re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20180107t095558753z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-01-07 09:56:00 |
last_update | 2018-01-07 09:56:00 |
depth | 1 |
children | 4 |
last_payout | 2018-01-14 09:56:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 259 |
author_reputation | 0 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 27,725,108 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemitdone | 0 | 0 | 100% | ||
kenji1 | 0 | 0 | 100% |
Thanks for this tip... I also wasted some money trying the "claim all" route when three attempts failed. I will try tomorrow using the claim selection... I was getting pretty frustrated!
author | kenji1 |
---|---|
permlink | re-zheli-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20180406t205629003z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-04-06 20:56:30 |
last_update | 2018-04-06 20:56:30 |
depth | 2 |
children | 0 |
last_payout | 2018-04-13 20:56:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.693 HBD |
curator_payout_value | 0.229 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 188 |
author_reputation | 80,705,103,420 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,719,809 |
net_rshares | 286,421,713,613 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gentlebot | 0 | 286,421,713,613 | 15% |
What is my "ICO day"? and what format is used to fill the "day" field? Thanks
author | kenji1 |
---|---|
permlink | re-zheli-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20180407t014717021z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://steemitimages.com/DQmSN3Ssio6grKxcvGffZMUwoc8vP9DKqPBb9UsvvBRUrpK/2018-04-07_09h45_19.png"],"app":"steemit/0.1"} |
created | 2018-04-07 01:47:21 |
last_update | 2018-04-07 01:47:21 |
depth | 2 |
children | 1 |
last_payout | 2018-04-14 01:47:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 203 |
author_reputation | 80,705,103,420 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,747,465 |
net_rshares | 0 |
My "ICO day" is the number of the day you been participated in. You can catch it here eosscan.io. it's just a number from the first column "Period". So, in "day" field put only this number
author | steemitdone |
---|---|
permlink | re-kenji1-re-zheli-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20180408t204328801z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-04-08 20:43:33 |
last_update | 2018-04-08 20:43:33 |
depth | 3 |
children | 0 |
last_payout | 2018-04-15 20:43:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 189 |
author_reputation | 61,999,014 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,026,825 |
net_rshares | 0 |
Good advice, I had same problem, so you should use "claim" functions from EOS contract and enter your participating day and do transaction with 0 ETH and gas minimum 90.000, transaction will complete.
author | steemitdone |
---|---|
permlink | re-zheli-re-krnel-eos-mew-how-to-buy-into-the-eos-ico-using-myetherwallet-20180406t140336562z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-04-06 14:03:36 |
last_update | 2018-04-06 14:03:36 |
depth | 2 |
children | 0 |
last_payout | 2018-04-13 14:03:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 201 |
author_reputation | 61,999,014 |
root_title | "EOS + MEW: How to Buy Into the EOS ICO Using MyEtherWallet" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,668,696 |
net_rshares | 0 |