create account

Getting in to ICOs - A Guide and Some Tips & Tricks by tomshwom

View this thread on: hive.blogpeakd.comecency.com
· @tomshwom · (edited)
$5.80
Getting in to ICOs - A Guide and Some Tips & Tricks
# Purpose
---
Recently, popular initial coin offerings (ICOs) have been selling out in a matter of minutes.  Aragon met their 275,000 ETH cap in just 35 minutes!  TokenCard raised over $16.7 million in ERC20 tokens in just minutes aswell.   This post is aimed at helping you be prepared to invest within that short window of opportunity!

# ICO Readiness Checklist
---
### First
You want to do your due diligence and research the ICO before even considering investing.  Some things I do are:
* **Look up the developers and important lead roles** on LinkedIn, GitHub, Twitter, etc.
<sub>If you can't find consistent accounts with names, faces, and past projects, this is a **BIG** red flag that the ICO may be a scam.</sub>
* **Read the white paper!** 
<sub>Yes, this takes time.  Yes, it can be complicated. Still, this is a great way to understand your investment **BEFORE YOU INVEST**.</sub> 
* **Ask questions.**  
<sub> Reddit, slack channels, email, whatever; give the devs a poke and ask about the project. [r/ethtrader](https://www.reddit.com/r/ethtrader/) is generally a good jumping-off point.</sub> 
* **Check out the project code.**
<sub> See if development has been progressing, dig into the code itself if you're a programmer.  Since many projects built on Ethereum are open-source, it's not unheard of that a company copies parts or even entire projects.. *cough Monaco*</sub> 
* Keep up with some of the great community members that do a lot of this for you!
<sub> I personally keep up with @crypt0 and [his youtube channel](https://www.youtube.com/user/obham001), [CryptoPortfolio](https://www.youtube.com/channel/UCI9POyyP-f93JHfkhr2ma2g), and the folks over at [ICO Alert](https://www.icoalert.com/) to have a good idea of what ICOs are coming up and the ideas behind them. </sub> 
<sub>*Although I **highly recommend** keeping in touch with members of the community, it's essential that you do your own due diligence</sub>
 ### Second
Once you've done your research, subscribed to any mailing lists, asked your questions, and decided you want to invest, **the next step is preparing for the ICO itself.**  The most important thing to remember is that **not all ICOs are created equal.**  There are many different was to raise funds and distribute coins, and understanding the process you're about to participate in is **critical.**

<sub>Take the Gnosis ICO for example.  The price of GNO tokens were set to decrease near-exponentially over the ICO period, while the percentage of GNO kept by the company decreased linearly.  Since the Gnosis ICO sold out in 10 minutes, 95% of GNO is now owned by the company and the tokens all sold at near the maximum $30 value.  Many investors were upset at the lack of clarity in the ICO structure, **don't get hit with a surprise like this.**</sub>

Things you absolutely **must** know before the ICO:
* When is the damn thing?? 
<sub>When we get down to the tips & tricks, knowing the exact time or block number can be very useful</sub>
* Is there a cap the the amount of funds they are raising?  If not, why? 
* Is the price uniform throughout the investment period?  Is token distribution the same?  Early investor bonus?
* What is the contract address?
<sub>This may not be known until the ICO begins, which is bad practice imo.</sub>

### Third
Most of us used something like Coinbase, GDAX, Poloniex, or some other exchange to get our Ethereum, and it may be the case that our funds are still in these systems.  Let me make this very clear..  
<center>**Do NOT invest in ICOs from an exchange.  You will lose your funds.**</center>
Why?  This has to do with the way **Smart Contracts** used in ICOs work.  The address that sent ether to the ICO contract address is the same address that will receive the ERC20 tokens, and your funds are not stored in one permanent wallet on an exchange.  You **must** use your own wallet address to send ether to the ICO contract address if you want to receive any tokens.  For this, I highly recommend [MyEtherWallet](https://www.myetherwallet.com/), but there are many others that are arguably as good or better for this.
<sub> If you're not day trading, your funds really should not be on an exchange at all since there is risk that the exchange is compromised in some way. </sub>

# Tips & Tricks
---
So you've read up on the project, know everything you need to invest, have transferred your ether to a wallet where you can receive the coins, and are just waiting for ICO to start... Here are a couple tips that can help you beat out the competition and save you some stress.

### Use Parity's Advanced Sending Options to Automatically Send Ether
I really owe [CryptoPortfolio](https://www.youtube.com/channel/UCI9POyyP-f93JHfkhr2ma2g) and his video ["How to be on time during crazy ICOs"](https://www.youtube.com/watch?v=-OC4N8blN48) for this first tip.  It requires that the ICO address is known ahead of the ICO, but can really help you get those early investor bonuses! 
1. Download and install [Parity](https://parity.io/).
2. Create an account and send ether to the address or simply import your current address via the private key.
3. Select the account,  click transfer, put in the ICO contract address and amount you want to invest, and check the "advanced sending options" box and hit next.
4. Use either the "Send after BlockNumber" or "Send after Date & Time" option to schedule the transfer.
<center>![advanced options in parity](https://steemitimages.com/DQmZ9QcwQiz9cK2aywEsfs3nRubZT1hV5FPyWP347VUWo2B/image.png)</center>
And there you have it, you're free to go about your business while Parity does all the work for you! 
<sub>Parity **MUST** be running during the scheduled time in order for it to broadcast the transaction for you.</sub>
<sub>See **Notes** below about additional important information.</sub>

### Create the Signed Transaction Early
I picked this one up from Taylor Monahan, one of the two developers of [MyEtherWallet](https://www.myetherwallet.com) on one of @Crypt0's videos with her.  This still requires that you know the ICO contract address ahead of time.
1. Have access to your funds on [MyEtherWallet](https://www.myetherwallet.com), whether that means created a wallet and transferring funds to it, or accessing the address via private key.
2. Go to "Send Ether & Tokens", access the wallet, plug in the ICO contract address, amount, and other information.
3. Click "Generate Transaction"
<center>![](https://steemitimages.com/DQmW2TtWVhz37McHkthxTovnfWqEUfE5dh4nrnkVLFj5dnc/image.png)</center>
4. The field marked "Signed Transaction" is what you want here.  Copy the raw hex dump and hold on to it until the ICO is live.
5. Once the ICO is live, head over to [Etherscan](https://etherscan.io/pushTx) to broadcast the signed transaction to the Ethereum network.
<sub>See **Notes** below about additional important information.</sub>
### Important Notes
The above tips both require you to know the ICO contract address ahead of time, but another **VERY IMPORTANT** parameter to know is the **Gas Limit**.  Check out [my other post about Gas if you don't know what I'm talking about.](https://steemit.com/ethereum/@tomshwom/ethereum-gas-how-it-works)  The project will generally announce the recommended Gas Limit for their smart contract once the contract address is publicly known.  You **do not** want to set a value less than this or you run the risk of running out of gas and failing to complete your transaction.  You also **do not** want to set this significantly higher or you run the risk of miners prioritizing more operation-dense blocks.

Another important parameter to know is the **Gas Price** for your transaction.  On Parity, it is a parameter you must type in.  On MyEtherWallet, there is a slider at the bottom left to adjust the Gas Price. <center>![](https://steemitimages.com/DQmb3YJSJigZ4ki2gs4qn1tzG1WEpTptYh2uY3ViggiWFaG/image.png)</center>
As it indicates, a higher Gas Price will incentivize miners to process your transaction.  You can check out [ETH Gas Station](http://ethgasstation.info/minerTable.php) to see the minimum gas price accepted, and [Etherscan](https://etherscan.io/chart/gasprice) to see current average gas price on the network.  **During ICOs, the average gas price increases due to network demand, raising the gas price is a must if you want in quickly.**
# Summary
---
* Researching ICOs and doing your due diligence is critical **before** an ICO goes live.  There are many different ways ICOs can be structured, and the only way you can avoid scams or misinformation is to go out and verify things yourself.
* When you've decided to invest, make sure you are not using an exchange to send funds. 
* If you know the ICO contract address and Gas Limit ahead of time, make use of the Parity auto-send option or generate your signed transaction on MEW and broadcast it on Etherscan once the ICO goes live.
* Make sure your **Gas Limit** and **Gas Price** are set appropriately.

<sub>Consider leaving a like or even resteem if you found this helpful! If you're really crazy, my MEW address is 0x5B13430b6D2E327DFCDB93D7430FC6e9a2E63E74. Please feel free to leave corrections and comments below :)</sub>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 53 others
properties (23)
authortomshwom
permlinkgetting-in-to-icos-a-guide-and-some-tips-and-tricks
categoryethereum
json_metadata{"tags":["ethereum","ico","cryptocurrency","tutorial","beginner"],"users":["crypt0"],"image":["https://steemitimages.com/DQmZ9QcwQiz9cK2aywEsfs3nRubZT1hV5FPyWP347VUWo2B/image.png","https://steemitimages.com/DQmW2TtWVhz37McHkthxTovnfWqEUfE5dh4nrnkVLFj5dnc/image.png","https://steemitimages.com/DQmb3YJSJigZ4ki2gs4qn1tzG1WEpTptYh2uY3ViggiWFaG/image.png"],"links":["https://www.reddit.com/r/ethtrader/","https://www.youtube.com/user/obham001","https://www.youtube.com/channel/UCI9POyyP-f93JHfkhr2ma2g","https://www.icoalert.com/","https://www.myetherwallet.com/","https://www.youtube.com/watch?v=-OC4N8blN48","https://parity.io/","https://www.myetherwallet.com","https://etherscan.io/pushTx","https://steemit.com/ethereum/@tomshwom/ethereum-gas-how-it-works","http://ethgasstation.info/minerTable.php","https://etherscan.io/chart/gasprice"],"app":"steemit/0.1","format":"markdown"}
created2017-05-26 07:35:54
last_update2017-05-26 07:40:18
depth0
children31
last_payout2017-06-02 07:35:54
cashout_time1969-12-31 23:59:59
total_payout_value4.401 HBD
curator_payout_value1.403 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9,195
author_reputation1,713,446,395,686
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,810,283
net_rshares2,552,143,737,698
author_curate_reward""
vote details (117)
@cryptodost ·
Amazing inputs. Thanks for this. One question. Do you broadcast the signed transaction on to the Ethereum network before sending the transaction or after sending it? I am assuming it will be after we send the transaction.
properties (22)
authorcryptodost
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20180124t182825175z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2018-01-24 18:28:27
last_update2018-01-24 18:28:27
depth1
children2
last_payout2018-01-31 18:28:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation284,544,669
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,989,719
net_rshares0
@tomshwom ·
$0.07
Broadcasting the signed transaction to the network **is** sending the transaction.
👍  ,
properties (23)
authortomshwom
permlinkre-cryptodost-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20180124t233414674z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2018-01-24 23:34:15
last_update2018-01-24 23:34:15
depth2
children1
last_payout2018-01-31 23:34:15
cashout_time1969-12-31 23:59:59
total_payout_value0.067 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation1,713,446,395,686
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,045,599
net_rshares7,290,445,768
author_curate_reward""
vote details (2)
@cryptodost ·
Awesome. Thanks.
properties (22)
authorcryptodost
permlinkre-tomshwom-re-cryptodost-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20180125t170041873z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2018-01-25 17:00:42
last_update2018-01-25 17:00:42
depth3
children0
last_payout2018-02-01 17:00:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation284,544,669
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id32,247,943
net_rshares0
@dustyboots ·
Thanks for the great advice.
👍  
properties (23)
authordustyboots
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170606t061358022z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-06-06 06:14:03
last_update2017-06-06 06:14:03
depth1
children0
last_payout2017-06-13 06:14:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation28,483,548
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,255,420
net_rshares1,822,947,092
author_curate_reward""
vote details (1)
@eternalsunshine ·
$0.02
Excellent article! ICO are still a bit geeky and techie for a lot of people including myself.  Here is a tip! hide
👍  
properties (23)
authoreternalsunshine
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170814t150828442z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-08-14 15:08:30
last_update2017-08-14 15:08:30
depth1
children0
last_payout2017-08-21 15:08:30
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length114
author_reputation789,917,131,196
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,787,749
net_rshares8,199,422,526
author_curate_reward""
vote details (1)
@eternalsunshine ·
$0.02
I also want to know if you now Coinomi wallet ?  And if you already have used it for an ICO (it is possible apparently, but don't find much on it on internet..). I am a bit hesitant to use this for the first time. Thanks!
👍  
properties (23)
authoreternalsunshine
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170814t151122260z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-08-14 15:11:24
last_update2017-08-14 15:11:24
depth1
children2
last_payout2017-08-21 15:11:24
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length221
author_reputation789,917,131,196
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,787,971
net_rshares8,373,878,324
author_curate_reward""
vote details (1)
@tomshwom ·
$0.02
I've never used Coinomi, but it seems reputable.  

As far as using it for an ICO, that sort of depends.  If you have to set a higher gas limit or add transaction data and the wallet doesn't support that, then you can't use that application for the ICO.  Most ICOs will require these things.  I use MyEtherWallet on an offline bootable USB to sign all of my transactions, both normal and ICOs.
👍  
properties (23)
authortomshwom
permlinkre-eternalsunshine-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170814t191213314z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-08-14 19:12:15
last_update2017-08-14 19:12:15
depth2
children1
last_payout2017-08-21 19:12:15
cashout_time1969-12-31 23:59:59
total_payout_value0.017 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length393
author_reputation1,713,446,395,686
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,807,110
net_rshares7,924,415,953
author_curate_reward""
vote details (1)
@eternalsunshine ·
Ok, I'll check that in Coinomi. Maybe I'll switch to MEW since it seems to be the easiest.  Thanks.
properties (22)
authoreternalsunshine
permlinkre-tomshwom-re-eternalsunshine-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170816t190149384z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-08-16 19:01:51
last_update2017-08-16 19:01:51
depth3
children0
last_payout2017-08-23 19:01:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation789,917,131,196
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,014,131
net_rshares0
@evesick ·
thaks for sharing your knowledge.its helpful especially for the beginners.
👍  
properties (23)
authorevesick
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170612t183723541z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-06-12 18:38:24
last_update2017-06-12 18:38:24
depth1
children0
last_payout2017-06-19 18:38:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length74
author_reputation789,144,336,184
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,674,966
net_rshares0
author_curate_reward""
vote details (1)
@failbetter ·
Excellent content. Thanks for the hard work.
👍  ,
properties (23)
authorfailbetter
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170526t143433325z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-05-26 14:34:33
last_update2017-05-26 14:34:33
depth1
children1
last_payout2017-06-02 14:34:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation56,703,375,817
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,820,159
net_rshares1,712,361,033
author_curate_reward""
vote details (2)
@tomshwom ·
Thanks!  Feel free to leave any suggestions for future content if you liked how I cover things.
👍  
properties (23)
authortomshwom
permlinkre-failbetter-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170527t012007768z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-05-27 01:20:06
last_update2017-05-27 01:20:06
depth2
children0
last_payout2017-06-03 01:20:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation1,713,446,395,686
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,838,552
net_rshares1,712,361,033
author_curate_reward""
vote details (1)
@finalfrontier ·
$0.03
A great article; very well worded for the beginner. Thank you. Would be nice to get some recommendations on Gas Limit and Gas Price for ICOs based on your experience...
👍  
properties (23)
authorfinalfrontier
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20180131t015932295z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2018-01-31 01:59:33
last_update2018-01-31 01:59:33
depth1
children1
last_payout2018-02-07 01:59:33
cashout_time1969-12-31 23:59:59
total_payout_value0.025 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length168
author_reputation134,779,228
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id33,723,063
net_rshares5,638,908,284
author_curate_reward""
vote details (1)
@tomshwom ·
$0.04
Gas limit should be something the project tells you about beforehand.  Gas price should be as high as your comfortable spending for a better chance.  In my case, I might use a price that results in a ~$10 total fee if I'm investing something like $5k.
👍  
properties (23)
authortomshwom
permlinkre-finalfrontier-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20180131t025436830z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2018-01-31 02:54:36
last_update2018-01-31 02:54:36
depth2
children0
last_payout2018-02-07 02:54:36
cashout_time1969-12-31 23:59:59
total_payout_value0.036 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length251
author_reputation1,713,446,395,686
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id33,733,969
net_rshares5,753,988,045
author_curate_reward""
vote details (1)
@galacticwoman ·
$0.07
Would generating a signed transaction prior to the ICO start time and broadcasting it at ICO start time risk rejection on basis of it being signed too early  and not within the parameters of the smart contract ?
👍  ,
properties (23)
authorgalacticwoman
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20180124t160032092z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2018-01-24 16:00:33
last_update2018-01-24 16:00:33
depth1
children2
last_payout2018-01-31 16:00:33
cashout_time1969-12-31 23:59:59
total_payout_value0.066 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length211
author_reputation17,551,283,844
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,959,290
net_rshares7,291,291,526
author_curate_reward""
vote details (2)
@tomshwom ·
$0.07
Nope.  Signed transactions don't contain any time-relevant data, so there's no way to tell if it was signed weeks ago or just recently.
👍  ,
properties (23)
authortomshwom
permlinkre-galacticwoman-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20180124t161537423z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2018-01-24 16:15:36
last_update2018-01-24 16:15:36
depth2
children1
last_payout2018-01-31 16:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.071 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length135
author_reputation1,713,446,395,686
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id31,962,339
net_rshares7,178,845,553
author_curate_reward""
vote details (2)
@galacticwoman ·
thank you
👍  
properties (23)
authorgalacticwoman
permlinkre-tomshwom-re-galacticwoman-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20180128t142405364z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2018-01-28 14:24:06
last_update2018-01-28 14:24:06
depth3
children0
last_payout2018-02-04 14:24:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation17,551,283,844
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id33,018,829
net_rshares0
author_curate_reward""
vote details (1)
@icohoo ·
Useful content. Thanks for the hard work.
properties (22)
authoricohoo
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170807t085329824z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-08-07 08:53:15
last_update2017-08-07 08:53:15
depth1
children0
last_payout2017-08-14 08:53:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation289,062,736
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,036,500
net_rshares0
@josteem ·
Wonderful
properties (22)
authorjosteem
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170614t144715524z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-06-14 14:47:18
last_update2017-06-14 14:47:18
depth1
children0
last_payout2017-06-21 14:47:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation4,946,457,944,388
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,831,416
net_rshares0
@kaitlynmoore01 ·
Good points in this article.  Same mindset here. It's facinating how people invest 10's of millions of dollars in "just an idea".  I found this great website: https://www.coincheckup.com This site gives you a complete in depth investment analysis on every crypto in the market.
👎  
properties (23)
authorkaitlynmoore01
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170927t162448391z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://www.coincheckup.com"],"app":"steemit/0.1"}
created2017-09-27 16:24:48
last_update2017-09-27 16:24:48
depth1
children0
last_payout2017-10-04 16:24:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length277
author_reputation27,515,433,874
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,098,252
net_rshares-10,155,052,551
author_curate_reward""
vote details (1)
@lrd ·
With ICOs you can you lose 100% of what you have invested but your earning potential is unlimited. Long life to ICOs!!
Hope you get lucky with yours :D
👍  
👎  
properties (23)
authorlrd
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170918t144752202z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-09-18 14:47:57
last_update2017-09-18 14:47:57
depth1
children3
last_payout2017-09-25 14:47:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length151
author_reputation15,552,995,201,866
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,234,079
net_rshares1,160,601,299
author_curate_reward""
vote details (2)
@tomshwom ·
This is not true in any way..
properties (22)
authortomshwom
permlinkre-lrd-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170918t201343448z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-09-18 20:13:42
last_update2017-09-18 20:13:42
depth2
children2
last_payout2017-09-25 20:13:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation1,713,446,395,686
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,261,523
net_rshares0
@stormingj ·
How so? It's very true you could lose 100%, granted 'unlimited' isn't a real measure of gain you could receive, but it's ~75% true if you consider potential growth >>> potential loss.
properties (22)
authorstormingj
permlinkre-tomshwom-re-lrd-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170919t145054661z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-09-19 14:50:54
last_update2017-09-19 14:50:54
depth3
children1
last_payout2017-09-26 14:50:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length183
author_reputation24,560,236,115
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,333,513
net_rshares0
@madelinesanchez ·
Solid article. Nice to see I'm not the only one who thinks like this. The popularity of the cryptos is currently determined by the biggest group of uneducated investors in man kind. It's an interesting world we live in.  I was wondering if anyone of you uses:  https://www.coincheckup.com For a complete crypto analysis on every single tradable crypto out there.
👎  
properties (23)
authormadelinesanchez
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170923t090127342z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://www.coincheckup.com"],"app":"steemit/0.1"}
created2017-09-23 09:01:18
last_update2017-09-23 09:01:18
depth1
children0
last_payout2017-09-30 09:01:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length362
author_reputation-90,708,124,628
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,690,380
net_rshares-10,366,118,973
author_curate_reward""
vote details (1)
@skara ·
Join SKARA Bounty Program today and get rewarded with SKARATs! check it out https://www.skaratoken.com/bounty-program
👎  
properties (23)
authorskara
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20180109t102104840z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://www.skaratoken.com/bounty-program"],"app":"steemit/0.1"}
created2018-01-09 10:21:06
last_update2018-01-09 10:21:06
depth1
children0
last_payout2018-01-16 10:21:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length117
author_reputation9,034,055,635
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id28,218,501
net_rshares-8,515,596,132
author_curate_reward""
vote details (1)
@teseo ·
Very interesting introduction!! Thanks!!!
👍  
properties (23)
authorteseo
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170528t151613349z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-05-28 15:16:15
last_update2017-05-28 15:16:15
depth1
children0
last_payout2017-06-04 15:16:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation652,393,456,878
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,890,209
net_rshares1,712,371,396
author_curate_reward""
vote details (1)
@tomshwom ·
$0.03
I should also add that **transaction data used to interact with the ICO contract** may be required to know ahead of time.  Unfortunately, it's often unclear what exactly you need until the ICO has already begun.
👍  
properties (23)
authortomshwom
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170620t114015150z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-06-20 11:40:15
last_update2017-06-20 11:40:15
depth1
children2
last_payout2017-06-27 11:40:15
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length211
author_reputation1,713,446,395,686
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id5,342,868
net_rshares1,568,255,365
author_curate_reward""
vote details (1)
@triple8 · (edited)
$0.04
If identical copies of a signed transaction are sent twice to an ico contract and both go through, would both transactions be executed or would the second copy be rejected as a duplicate ?
👍  
properties (23)
authortriple8
permlinkre-tomshwom-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170717t203923797z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-07-17 20:39:42
last_update2017-07-19 15:21:21
depth2
children1
last_payout2017-07-24 20:39:42
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length188
author_reputation132,817,385
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,807,867
net_rshares8,500,312,666
author_curate_reward""
vote details (1)
@tomshwom ·
Each address has a nonce, a number that begins at zero and is incremented after every processed transaction.

Each transaction also has a nonce. Part of signing the transaction requires the address to have exactly the same nonce of the transaction. This forces all transactions to occur in the order sent, and also prevents a duplicate transactions.
👍  ,
properties (23)
authortomshwom
permlinkre-triple8-re-tomshwom-re-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170718t120233395z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-07-18 12:02:33
last_update2017-07-18 12:02:33
depth3
children0
last_payout2017-07-25 12:02:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length349
author_reputation1,713,446,395,686
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,866,954
net_rshares1,160,669,790
author_curate_reward""
vote details (2)
@valery.cooper ·
Thanks for the article. Starting an ICO is not an easy task, it is so risky with the scams going on. But, I guess with the right approach and good [ICO planning](https://jelvix.com/blog/how-to-have-successful-ico)  it can be very rewarding.
👎  
properties (23)
authorvalery.cooper
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20190102t131106841z
categoryethereum
json_metadata{"tags":["ethereum"],"links":["https://jelvix.com/blog/how-to-have-successful-ico"],"app":"steemit/0.1"}
created2019-01-02 13:11:09
last_update2019-01-02 13:11:09
depth1
children0
last_payout2019-01-09 13:11:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length240
author_reputation-2,669,001
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,756,685
net_rshares-170,816,008
author_curate_reward""
vote details (1)
@yas102 ·
Priceless info! Thank you for sharing
👍  , ,
properties (23)
authoryas102
permlinkre-tomshwom-getting-in-to-icos-a-guide-and-some-tips-and-tricks-20170528t090805175z
categoryethereum
json_metadata{"tags":["ethereum"],"app":"steemit/0.1"}
created2017-05-28 09:08:06
last_update2017-05-28 09:08:06
depth1
children0
last_payout2017-06-04 09:08:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length37
author_reputation3,405,773,789
root_title"Getting in to ICOs - A Guide and Some Tips & Tricks"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id3,881,707
net_rshares3,193,488,748
author_curate_reward""
vote details (3)