create account

An experimental script for running ICO-like events on Steem by jesta

View this thread on: hive.blogpeakd.comecency.com
· @jesta · (edited)
$5,267.36
An experimental script for running ICO-like events on Steem
With a lot of talk happening around UIA (User Issued Assets) on Steem, I decided to spend a day experimenting with how we could use some of the existing data storage here on the Steem blockchain to actually run an ICO-like event. Without actually having smart contracts like ETH, the service itself I wrote is a sort of "fake" smart contract that runs much like a bot would, using [steem-python](https://github.com/steemit/steem-python). It's no where near as secure as a real smart contract however, as you actually have to trust the user running the script to do you right. 

The source code is [available here](http://github.com/aaroncox/icoman).

At this early of a stage, it's only function is to process incoming transactions, ensure they're valid, and make an trail of transactions that could then be audited to prove participation. The goal is to explore how we (as a community and as developers working with Steem) can raise funds to help kickstart projects without having to tap into the rewards pool so much. Imagine how much it would contribute to Steem's success if we had a dozen teams all working on their own individual (and funded) Steem platforms!

As a note, no one should expect to download this script and use it as is :)

## Concepts & Theories

### Channeling between two accounts

The current model I have setup uses two accounts, a `donation` account and a `processed` account. Each transaction between `donation` account sending to the `processed` account is considered as a "valid" donation for the purposes of these fake ICOs. Any funds that are just sent to the `donation` account while the script isn't running (to process it) or any donations send directly to the `processed` account would not be considered valid for the ICO, and would end up being purely untracked donations. 

The `donation` account is a funnel which receives all donations for the project and processes their validity based on:

- start block
- end block
- currency type (steem/sbd)

It also is the account that stores the state of the event within it's `json_metadata`. The donation account's goal is to never actually hold onto funds for more than a minute or so (while waiting for irreversible blocks), so that if it gets compromised, there are no funds within it.

The `processed` account is the final destination of all valid funds, and only funds sent from the donation account are considered valid. This account should have it's keys locked up tight (not in a script like this), and probably using multi-sig for it's owner/active keys. 

### State storage & persistence 

Currently to maintain an index of donors, the script updates it's own state to the `json_metadata` of the `donation` account upon activity, at most once a minute. Any block explorer will show this data, and it would be very easy to build a live updating webpage for an ICO that just continually reloads the `donation` account and parses it's `json_metadata`. This provides an easy way to see who has donated and how much without having to replay the entire sequence of blocks to build an index. 

Ideally, that's what should be done though, building an index that monitors the start and end blocks, then builds a donor list based on the transactions between the `donation` and `processed` accounts.

The `json_metadata` field has limitations, mainly related to the maximum block size on Steem. Quick estimates show that approximately 2000 account could donate using this method before the `json_metadata` field for the account fills up. So that's a challenge to overcome. Luckily since the transfer between the `donation` and `processed` accounts is the actual operation of record, the overall donation log could be audited and rebuilt even if it filled.

### Bandwidth(gas) for transfers

The script is intelligent enough to queue/batch all transfers, and upon a failure to send, reports the failure within the console and retains the operation for when enough SP is available. Every 10-15 seconds it attempts to process all ops within the queue, and will process as many as it's currently allowed with it's bandwidth.

If the account itself see's a massive amount of transactions during the ICO - more SP may need to be delegated to the account in order to allow processing of all of the transactions.

### Transferability & Tokens

This setup currently doesn't support the ability to transfer ownership of tokens OR even the existence of tokens. 

The hope is that if UIA's end up coming to Steem, this workflow model could be adapted to actually issue tokens upon creation, thus solving both of these challenges.

### Expanding into `custom_json` ops

Things could get very interesting with more work on this concept and the expansion into `custom_json` ops within the blockchain. The ops themselves are still bound to the limitations of the block size, but these ops could be used for transferring ownership (before UIAs), maintaining state, and setting parameters of the event.

## Future Plans

I'm planning on continuing the exploration of these ideas, and am looking forward to seeing what sorts of ideas the community has around this concept. Making an announcement post and simply asking for donations works to some degree, but having a real system where we could run crowdfunding events for projects within the blockchain would be an incredible step forward.

Once I have a little more stable version of the script, I'll probably setup a test to stress-test the bot and it's performance to see how it does. Priorities are elsewhere for the time being though, so I'm not sure when I'll revisit the concept. 
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 936 others
properties (23)
authorjesta
permlinkan-experimental-script-for-running-ico-like-events-on-steem
categorysteem-dev
json_metadata{"app":"chainbb/0.1","format":"markdown+html","tags":["steem-dev","icomanager","steemdev"]}
created2017-06-07 00:41:36
last_update2017-06-07 16:12:42
depth0
children84
last_payout2017-06-14 00:41:36
cashout_time1969-12-31 23:59:59
total_payout_value4,981.259 HBD
curator_payout_value286.098 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,599
author_reputation140,605,453,893,072
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,022
net_rshares82,568,281,822,236
author_curate_reward""
vote details (1000)
@abitofeverything ·
![](https://steemitimages.com/DQmU1QQvDwxW8nt1eTLu9hCKBE3RQeG7K1qL7pwk4AHp9iG/image.png)
👍  
properties (23)
authorabitofeverything
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t002500961z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"image":["https://steemitimages.com/DQmU1QQvDwxW8nt1eTLu9hCKBE3RQeG7K1qL7pwk4AHp9iG/image.png"],"app":"steemit/0.1"}
created2017-06-08 00:24:57
last_update2017-06-08 00:24:57
depth1
children0
last_payout2017-06-15 00:24: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_length88
author_reputation371,384,924,930
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,371,193
net_rshares1,522,001,803
author_curate_reward""
vote details (1)
@aggroed ·
$0.12
Fuck yeah!  Building the foundation of Steem v2.  I envy your skills.
👍  , , ,
properties (23)
authoraggroed
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t004658995z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 00:47:00
last_update2017-06-07 00:47:00
depth1
children0
last_payout2017-06-14 00:47:00
cashout_time1969-12-31 23:59:59
total_payout_value0.116 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation1,343,344,221,324,844
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,244
net_rshares35,036,558,715
author_curate_reward""
vote details (4)
@alao ·
Now this is what im talking about. Open source Matters!!! I'm not verus in python but I'm going to take a look at your code.
properties (22)
authoralao
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t014554768z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 01:45:03
last_update2017-06-07 01:45:03
depth1
children0
last_payout2017-06-14 01:45: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_length124
author_reputation23,510,767,447,737
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,308,719
net_rshares0
@allmonitors ·
way to go!
properties (22)
authorallmonitors
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t035503887z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 03:55:03
last_update2017-06-07 03:55:03
depth1
children0
last_payout2017-06-14 03:55: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_length10
author_reputation1,267,762,427,817,182
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,313,830
net_rshares0
@allmonitors ·
I am not technical enough to understand ICO and dev terms but I can see this is a positive one, keep the Steem Force going the positive way :)
properties (22)
authorallmonitors
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170609t034111072z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-09 03:41:12
last_update2017-06-09 03:41:12
depth1
children0
last_payout2017-06-16 03:41:12
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_length142
author_reputation1,267,762,427,817,182
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,446,406
net_rshares0
@ameliawheat ·
@jesta Interesting proposal. you might want to look at what starbase is doing too? starbase.co They are STAR token though and product is not launched yet :-) But I think it has great potential
properties (22)
authorameliawheat
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t044144082z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"}
created2017-06-08 04:42:00
last_update2017-06-08 04:42:00
depth1
children0
last_payout2017-06-15 04:42:00
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_length192
author_reputation1,233,846,698,989
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,381,614
net_rshares0
@arcange ·
You have been mentionned in my hit-parade of 2017.06.07
Congratulations @jesta!
Your post was mentioned in my [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170607) in the following categories:

* Upvotes - Ranked 3 with 972 upvotes
* Pending payout - Ranked 2 with $ 5098,83
👍  
properties (23)
authorarcange
permlinkre-an-experimental-script-for-running-ico-like-events-on-steem-20170607t162744000z
categorysteem-dev
json_metadata""
created2017-06-08 14:27:42
last_update2017-06-08 14:27:42
depth1
children0
last_payout2017-06-15 14:27: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_length245
author_reputation1,146,606,601,469,178
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,406,432
net_rshares3,302,321,089
author_curate_reward""
vote details (1)
@ashwanityagi ·
Valuable post.. Good information.. Good job
properties (22)
authorashwanityagi
permlinkre-jesta-201767t221616764z
categorysteem-dev
json_metadata{"tags":"steem-dev","app":"esteem/1.4.4","format":"markdown+html"}
created2017-06-07 16:46:21
last_update2017-06-07 16:46:21
depth1
children0
last_payout2017-06-14 16:46:21
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_length43
author_reputation599,340,231,412
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountesteemapp
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,348,100
net_rshares0
@asif4745 ·
That is amazing!!....
👎  
properties (23)
authorasif4745
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170821t200738830z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-08-21 20:07:36
last_update2017-08-21 20:07:36
depth1
children0
last_payout2017-08-28 20:07:36
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_length21
author_reputation1,009,576,991,023
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,470,137
net_rshares-21,046,227,970
author_curate_reward""
vote details (1)
@azubuike ·
Cool
properties (22)
authorazubuike
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t092626471z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-10 09:27:27
last_update2017-06-10 09:27:27
depth1
children0
last_payout2017-06-17 09:27: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_length4
author_reputation16,539,033,049
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,521,836
net_rshares0
@berniesanders · (edited)
$6.30
properties (23)
authorberniesanders
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t004440391z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"}
created2017-06-07 00:44:39
last_update2017-06-07 00:45:12
depth1
children2
last_payout2017-06-14 00:44:39
cashout_time1969-12-31 23:59:59
total_payout_value5.410 HBD
curator_payout_value0.889 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation600,251,775,828,524
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,143
net_rshares1,367,140,587,660
author_curate_reward""
vote details (20)
@transisto ·
$0.08
... steemit
👍  
properties (23)
authortransisto
permlinkre-berniesanders-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t032844645z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 03:28:45
last_update2017-06-07 03:28:45
depth2
children1
last_payout2017-06-14 03:28:45
cashout_time1969-12-31 23:59:59
total_payout_value0.058 HBD
curator_payout_value0.018 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation330,357,940,720,833
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,312,819
net_rshares23,129,443,926
author_curate_reward""
vote details (1)
@popejohan ·
He obviously meant steam.
properties (22)
authorpopejohan
permlinkre-transisto-re-berniesanders-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t175526004z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 17:55:24
last_update2017-06-07 17:55:24
depth3
children0
last_payout2017-06-14 17:55: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_length25
author_reputation5,686,308,219
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,351,914
net_rshares0
@binodsinghdhami ·
https://steemit.com/@binodsinghdhami
plz. upvote & comments  all my post
properties (22)
authorbinodsinghdhami
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170819t062205886z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"links":["https://steemit.com/@binodsinghdhami"],"app":"steemit/0.1"}
created2017-08-19 06:22:24
last_update2017-08-19 06:22:24
depth1
children0
last_payout2017-08-26 06:22: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_length72
author_reputation-12,785,561,579
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,238,539
net_rshares0
@bitcoinman ·
This is a crazy Idea man I love it !
properties (22)
authorbitcoinman
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t045559335z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-08 04:56:00
last_update2017-06-08 04:56:00
depth1
children0
last_payout2017-06-15 04:56:00
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_length36
author_reputation742,320,625,835,147
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,382,179
net_rshares0
@bluehorseshoe ·
$1.42
Why do I follow you again? Oh, that's right, you educate me.
Thanks for the post.
👍  , ,
properties (23)
authorbluehorseshoe
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t025105486z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 02:51:06
last_update2017-06-07 02:51:06
depth1
children0
last_payout2017-06-14 02:51:06
cashout_time1969-12-31 23:59:59
total_payout_value1.197 HBD
curator_payout_value0.223 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation9,766,510,656,462
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,311,377
net_rshares378,210,946,425
author_curate_reward""
vote details (3)
@carloserp2000 ·
Interesting publication of truth is very good information for all of us congratulations friend,, I hope you can go through my blog and notice my publications that largely deal with the crisis that my country is currently experiencing ... hits @jesta
properties (22)
authorcarloserp2000
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t013224224z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"}
created2017-06-07 01:32:24
last_update2017-06-07 01:32:24
depth1
children0
last_payout2017-06-14 01:32: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_length249
author_reputation2,142,106,777,769
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,308,169
net_rshares0
@chl ·
Thank you for your sharing
properties (22)
authorchl
permlinkre-jesta-201767t191858227z
categorysteem-dev
json_metadata{"tags":"steem-dev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-07 11:19:00
last_update2017-06-07 11:19:00
depth1
children0
last_payout2017-06-14 11:19:00
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_length26
author_reputation5,489,342,118,025
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,330,205
net_rshares0
@chrisaiki ·
We really need something like this.
properties (22)
authorchrisaiki
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t124136535z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 12:41:48
last_update2017-06-07 12:41:48
depth1
children0
last_payout2017-06-14 12:41: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_length35
author_reputation56,754,492,047,754
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,334,376
net_rshares0
@clayford08 ·
Very awesome concept. I'd love to see this implemented here!

cheers,
@clayford08
👍  
properties (23)
authorclayford08
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t004314507z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["clayford08"],"app":"steemit/0.1"}
created2017-06-07 00:43:12
last_update2017-06-07 00:43:12
depth1
children0
last_payout2017-06-14 00:43:12
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_length81
author_reputation5,014,320,835,971
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,085
net_rshares0
author_curate_reward""
vote details (1)
@cutnidar ·
you're cool, more than a steemer..
good job!!
👍  
properties (23)
authorcutnidar
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t193853561z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 19:39:03
last_update2017-06-07 19:39:03
depth1
children0
last_payout2017-06-14 19:39: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_length45
author_reputation22,196,206,878
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,357,260
net_rshares0
author_curate_reward""
vote details (1)
@davidether ·
Impressive. I wish I spoke code :(
properties (22)
authordavidether
permlinkre-jesta-201769t125947394z
categorysteem-dev
json_metadata{"tags":"steem-dev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-09 16:59:48
last_update2017-06-09 16:59:48
depth1
children0
last_payout2017-06-16 16:59: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_length34
author_reputation59,728,765,749
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,480,788
net_rshares0
@dragosroua ·
$1.24
Just quickly perusing the article and without looking at the code, one question arises: why don't you use the native escrow function of the blockchain? And then using the custom_json layers for further meta-data, if need will be? Just curious.

Anyway, kudoz and thanks for all your hardwork here, @jesta!
👍  
properties (23)
authordragosroua
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t120327338z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"}
created2017-06-07 12:03:27
last_update2017-06-07 12:03:27
depth1
children2
last_payout2017-06-14 12:03:27
cashout_time1969-12-31 23:59:59
total_payout_value0.928 HBD
curator_payout_value0.308 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length305
author_reputation372,798,229,806,288
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,332,321
net_rshares329,498,800,887
author_curate_reward""
vote details (1)
@jesta ·
$0.16
Honestly I didn't even think about it. That'd be a pretty interesting use case for escrow. 
👍  , ,
properties (23)
authorjesta
permlinkre-dragosroua-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t120327338z-201767t12270108z
categorysteem-dev
json_metadata{"app":"chainbb/0.1","format":"markdown+html","tags":[]}
created2017-06-07 16:27:00
last_update2017-06-07 16:27:00
depth2
children1
last_payout2017-06-14 16:27:00
cashout_time1969-12-31 23:59:59
total_payout_value0.160 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length91
author_reputation140,605,453,893,072
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,347,045
net_rshares54,483,392,019
author_curate_reward""
vote details (3)
@dragosroua ·
Yeap, that's what I thought too. Btw, sent you a DM in chat, maybe you'll have time to look. Thanks.
properties (22)
authordragosroua
permlinkre-jesta-201767t192844445z
categorysteem-dev
json_metadata{"tags":["esteem"],"app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-07 16:28:45
last_update2017-06-07 16:28:45
depth3
children0
last_payout2017-06-14 16:28:45
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_length100
author_reputation372,798,229,806,288
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,347,143
net_rshares0
@draoissey ·
So much great information
properties (22)
authordraoissey
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t005117316z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 00:51:15
last_update2017-06-07 00:51:15
depth1
children0
last_payout2017-06-14 00:51: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_length25
author_reputation9,845,706,501
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,436
net_rshares0
@edje ·
Super you are working on a crowd fund service.

> Making an announcement post and simply asking for donations works to some degree, but having a real system where we could run crowdfunding events for projects within the blockchain would be an incredible step forward.

I fully agree! Any successful service has a tailor made workflow and UI to optimise the user experience to become as simple as it can get. The more complex, the less it'll be used.

Looking forward what will come out of your and the community hands. I'm not an engineer, therefore don't know how I could be of support.
properties (22)
authoredje
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t185059957z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-08 18:51:00
last_update2017-06-08 18:51:00
depth1
children0
last_payout2017-06-15 18:51:00
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_length587
author_reputation182,981,833,957,909
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,420,802
net_rshares0
@emelyeucebio ·
we need more posts like this on steem, valuable information. Great job
👍  
properties (23)
authoremelyeucebio
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t142953437z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 14:29:51
last_update2017-06-07 14:29:51
depth1
children0
last_payout2017-06-14 14:29: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_length70
author_reputation164,116,008,949
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,340,526
net_rshares514,372,336
author_curate_reward""
vote details (1)
@eric-boucher ·
$0.48
This is huge, again! What a great idea and you are making it all happen. You rock!!! 

Thanks for sharing the wealth of information with us and keeping us up-to-date with the news.   Namaste    :)
👍  
properties (23)
authoreric-boucher
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t154819997z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 15:42:21
last_update2017-06-07 15:42:21
depth1
children0
last_payout2017-06-14 15:42:21
cashout_time1969-12-31 23:59:59
total_payout_value0.480 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length196
author_reputation68,503,601,066,539
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,344,566
net_rshares135,102,204,273
author_curate_reward""
vote details (1)
@fminerten1 ·
$2.99
Can't wait for first successful ICO on Steemit.
👍  , ,
properties (23)
authorfminerten1
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t064931978z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-08 06:49:33
last_update2017-06-08 06:49:33
depth1
children1
last_payout2017-06-15 06:49:33
cashout_time1969-12-31 23:59:59
total_payout_value2.246 HBD
curator_payout_value0.745 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation36,412,535,193,751
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,386,747
net_rshares745,667,963,824
author_curate_reward""
vote details (3)
@asif4745 ·
bro I follow you and you follow me---
👎  
properties (23)
authorasif4745
permlinkre-fminerten1-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170821t200938187z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-08-21 20:09:39
last_update2017-08-21 20:09:39
depth2
children0
last_payout2017-08-28 20:09:39
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_reputation1,009,576,991,023
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,470,261
net_rshares-21,046,227,970
author_curate_reward""
vote details (1)
@foxkoit ·
Very good ...I like this info :)
properties (22)
authorfoxkoit
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170609t190433310z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-09 19:04:36
last_update2017-06-09 19:04:36
depth1
children0
last_payout2017-06-16 19:04:36
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_length32
author_reputation533,953,066,164,291
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,487,128
net_rshares0
@fuckmylife ·
I love how open source crypto currency code is.
properties (22)
authorfuckmylife
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t074913463z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-08 07:49:03
last_update2017-06-08 07:49:03
depth1
children0
last_payout2017-06-15 07:49: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_length47
author_reputation1,365,524,722,971
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,389,149
net_rshares0
@fuckmylife ·
Interesting concept. Obvously you sill have a long way to go. I never knew steemit could be used to crowdfund. I guess you learn something new everyday.
properties (22)
authorfuckmylife
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t064521484z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-10 06:45:12
last_update2017-06-10 06:45:12
depth1
children0
last_payout2017-06-17 06:45:12
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_length152
author_reputation1,365,524,722,971
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,516,501
net_rshares0
@furion · (edited)
$1.82
Why not just let people send funds to the donation account, and then lookup transaction history to determine which deposits were valid or not? 
What problems does icomanager attempt to solve? I'm not sure I understand the concept.
👍  , , , , ,
properties (23)
authorfurion
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t021427919z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 02:14:27
last_update2017-06-07 02:15:00
depth1
children3
last_payout2017-06-14 02:14:27
cashout_time1969-12-31 23:59:59
total_payout_value1.512 HBD
curator_payout_value0.308 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length230
author_reputation116,503,940,714,958
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,310,043
net_rshares474,720,242,512
author_curate_reward""
vote details (6)
@jesta ·
$1.81
You could definitely do that, and then by hand return all of the invalid funds and record which ones were valid into some sort of data store. 

The goal here was to automate it like most smart contracts would do - sort of like an ERC20 token sale on ETH would. 

I don't know that it specifically solves a problems though. It doesn't have to, it's an experiment and it was fun to write :)

Kudos to you for your work on steem-python, I've been enjoyin writing things like this in it!



👍  , , , , , ,
properties (23)
authorjesta
permlinkre-furion-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t021427919z-201766t22332350z
categorysteem-dev
json_metadata{"app":"chainbb/0.1","format":"markdown+html","tags":[]}
created2017-06-07 02:33:24
last_update2017-06-07 02:33:24
depth2
children2
last_payout2017-06-14 02:33:24
cashout_time1969-12-31 23:59:59
total_payout_value1.630 HBD
curator_payout_value0.181 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length487
author_reputation140,605,453,893,072
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,310,746
net_rshares538,788,125,787
author_curate_reward""
vote details (7)
@furion · (edited)
You don't have to do anything by hand, you can just auto-refund invalid ones with a script.

Furthermore, if you want to have 2 accounts, you can pass references by including original deposit's `trx_id`, into a transfer's memo. Thus, you can move funds from `donation` to `cold` address without losing a reference to whom paid what.

In any case, these solutions are off-chain, and I think that mimicking a smart contract is an engineering overkill.
properties (22)
authorfurion
permlinkre-jesta-re-furion-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-201766t22332350z-20170607t102449355z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 10:24:48
last_update2017-06-07 10:27:15
depth3
children1
last_payout2017-06-14 10: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_length449
author_reputation116,503,940,714,958
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,327,972
net_rshares0
@fyrstikken ·
$24.53
cool meanwhile project :) I can´t wait to play with the real deal, is gonna be awesome!!
👍  , , ,
properties (23)
authorfyrstikken
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t010230891z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-08 01:02:30
last_update2017-06-08 01:02:30
depth1
children3
last_payout2017-06-15 01:02:30
cashout_time1969-12-31 23:59:59
total_payout_value18.400 HBD
curator_payout_value6.128 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation377,187,606,449,589
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,372,815
net_rshares3,741,693,160,576
author_curate_reward""
vote details (4)
@asif4745 ·
Again upvoting your post.. :)
👎  
properties (23)
authorasif4745
permlinkre-fyrstikken-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170821t200818050z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-08-21 20:08:15
last_update2017-08-21 20:08:15
depth2
children0
last_payout2017-08-28 20:08: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_length29
author_reputation1,009,576,991,023
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,470,184
net_rshares-21,046,227,970
author_curate_reward""
vote details (1)
@jonuzi ·
https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/http://www.reactiongifs.com/wp-content/uploads/2012/09/throwing-money-away.gif
👍  , ,
properties (23)
authorjonuzi
permlinkre-fyrstikken-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170609t232541665z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"image":["https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/http://www.reactiongifs.com/wp-content/uploads/2012/09/throwing-money-away.gif"],"app":"steemit/0.1"}
created2017-06-09 23:26:45
last_update2017-06-09 23:26:45
depth2
children1
last_payout2017-06-16 23:26:45
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_length168
author_reputation-125,243,823,771
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,500,347
net_rshares2,226,361,333
author_curate_reward""
vote details (3)
@azubuike ·
Cool
properties (22)
authorazubuike
permlinkre-jonuzi-re-fyrstikken-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t092456148z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-10 09:26:12
last_update2017-06-10 09:26:12
depth3
children0
last_payout2017-06-17 09:26:12
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_length4
author_reputation16,539,033,049
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,521,803
net_rshares0
@gavvett ·
Extraordinary hard work, what is done very well, I am touched very much by sharing this very valuable information.
properties (22)
authorgavvett
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t040209102z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-08 04:02:36
last_update2017-06-08 04:02:36
depth1
children0
last_payout2017-06-15 04:02:36
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_length114
author_reputation473,032,952,080
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,379,861
net_rshares0
@hms818 ·
Is it really possible to run ICO tokens on steem..
properties (22)
authorhms818
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t063924934z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 06:39:27
last_update2017-06-07 06:39:27
depth1
children1
last_payout2017-06-14 06:39: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_length50
author_reputation11,503,740,391,093
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,320,002
net_rshares0
@the-ego-is-you ·
$0.38
Not to run the tokens themselves on Steem, at this point,  but using Steem to sell them to the first round of public users could work. Then you could trade them on Openledger.

You should keep an eye out for EOS, Dan Larimers new project.
👍  , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorthe-ego-is-you
permlinkre-hms818-201767t94733734z
categorysteem-dev
json_metadata{"tags":"steem-dev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-07 07:47:39
last_update2017-06-07 07:47:39
depth2
children0
last_payout2017-06-14 07:47:39
cashout_time1969-12-31 23:59:59
total_payout_value0.378 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length238
author_reputation7,031,347,556,614
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,322,242
net_rshares112,815,512,234
author_curate_reward""
vote details (22)
@htliao ·
You are a genius! Recently tried using your steemstats.com and found it very useful. Keep up!
👍  
properties (23)
authorhtliao
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t004841008z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 00:48:42
last_update2017-06-07 00:48:42
depth1
children0
last_payout2017-06-14 00:48: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_length93
author_reputation395,078,341,866,174
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,302
net_rshares1,030,449,267
author_curate_reward""
vote details (1)
@jeffcirceo ·
Interesting idea.

If the account is compromised, could the attacker start sending the coin out without waiting for the confirmations to complete?
👍  
properties (23)
authorjeffcirceo
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t005004048z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 00:50:15
last_update2017-06-07 00:50:15
depth1
children1
last_payout2017-06-14 00:50: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_length146
author_reputation16,662,553,218
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,369
net_rshares1,673,554,243
author_curate_reward""
vote details (1)
@jesta ·
If they compromise the server running the scripts - yes. I suppose if they got ahold of the `active` key they could do the same too. 

It'd be pretty obvious (hopefully) to the owners that some of the funds were being redirected else where. At least in those scenarios, all of the funds that have already been processed would be safe :)
properties (22)
authorjesta
permlinkre-jeffcirceo-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t005356713z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 00:53:57
last_update2017-06-07 00:53:57
depth2
children0
last_payout2017-06-14 00:53: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_length336
author_reputation140,605,453,893,072
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,547
net_rshares0
@jondahl ·
nice post...I like this.
👍  
properties (23)
authorjondahl
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t073953664z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 07:40:03
last_update2017-06-07 07:40:03
depth1
children0
last_payout2017-06-14 07:40: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_length24
author_reputation6,555,195,237,163
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,321,940
net_rshares211,077,381
author_curate_reward""
vote details (1)
@jonipilo ·
PLEASE HELP! https://steemit.com/hack/@jonipilo/alert-to-all-hacked-owners-of-steem-in-this-article
properties (22)
authorjonipilo
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t195844588z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"links":["https://steemit.com/hack/@jonipilo/alert-to-all-hacked-owners-of-steem-in-this-article"],"app":"steemit/0.1"}
created2017-06-10 19:58:54
last_update2017-06-10 19:58:54
depth1
children0
last_payout2017-06-17 19:58: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_length99
author_reputation530,321,342,055
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,550,349
net_rshares0
@kingscrown ·
jesta for president of the blockchain!
properties (22)
authorkingscrown
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t010113056z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 01:01:12
last_update2017-06-07 01:01:12
depth1
children0
last_payout2017-06-14 01:01:12
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_length38
author_reputation2,113,705,347,129,712
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,865
net_rshares0
@lautenglye ·
too technical for me....but deserve my upvote and resteem for your effort...hehehe...
👍  
properties (23)
authorlautenglye
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t045754556z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 04:59:12
last_update2017-06-07 04:59:12
depth1
children0
last_payout2017-06-14 04:59:12
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_length85
author_reputation1,745,262,632,168
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,316,347
net_rshares655,878,739
author_curate_reward""
vote details (1)
@liberosist · (edited)
$0.02
Interesting! Never stop, I can't wait to see what you keeping cooking up :)

I've been thinking about ICOs for offline businesses. The real challenge seems to be legal and accounting.
👍  ,
properties (23)
authorliberosist
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t035638614z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 03:56:45
last_update2017-06-07 03:57:45
depth1
children0
last_payout2017-06-14 03:56:45
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length183
author_reputation177,167,275,265,899
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,313,887
net_rshares8,123,372,095
author_curate_reward""
vote details (2)
@life-dailydose ·
You have a devil mind man!!! go 4 it!!!
properties (22)
authorlife-dailydose
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t174940475z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 17:49:39
last_update2017-06-07 17:49:39
depth1
children0
last_payout2017-06-14 17:49:39
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_length39
author_reputation68,784,836,036
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,351,572
net_rshares0
@martinst ·
Nice post! Thanks. Please follow me: @martinst
👍  
properties (23)
authormartinst
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t055701486z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["martinst"],"app":"steemit/0.1"}
created2017-06-07 05:57:03
last_update2017-06-07 05:57:03
depth1
children0
last_payout2017-06-14 05:57: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_length46
author_reputation256,355,462,336
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,318,477
net_rshares4,160,527,113
author_curate_reward""
vote details (1)
@maxtill94 ·
Hello ~:) Thank you for visiting Steam It ~ Follow me!
I just want to share the coin information and share it.
In addition to the NeverDai ICO information posted today, I would like to ask you for ICO information frequently.
https://steemit.com/ico/@maxtill94/nevedie-ico-full-analysus-why-you-should-buy-neverdie-coin-gaming-cryptocurrency-coin-comparision-with-gamecredit-mobilego-first
properties (22)
authormaxtill94
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170711t021809624z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"links":["https://steemit.com/ico/@maxtill94/nevedie-ico-full-analysus-why-you-should-buy-neverdie-coin-gaming-cryptocurrency-coin-comparision-with-gamecredit-mobilego-first"],"app":"steemit/0.1"}
created2017-07-11 02:18:09
last_update2017-07-11 02:18:09
depth1
children0
last_payout2017-07-18 02:18: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_length388
author_reputation-473,999,233,539
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id8,055,667
net_rshares0
@melowd ·
@jesta Unreal You are the Man
👍  
properties (23)
authormelowd
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t025143236z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"}
created2017-06-08 02:51:45
last_update2017-06-08 02:51:45
depth1
children0
last_payout2017-06-15 02:51:45
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_reputation-267,078,238,602
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,376,893
net_rshares635,401,117
author_curate_reward""
vote details (1)
@merrick ·
wow @jesta. Steem is really getting some good upgrading so far.
properties (22)
authormerrick
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t014611039z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"}
created2017-06-08 01:46:18
last_update2017-06-08 01:46:18
depth1
children0
last_payout2017-06-15 01:46: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_length63
author_reputation29,180,238,159
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,374,580
net_rshares0
@moataz ·
Good work @jesta.

I'm currently doing some surveys for some projects that I believe would fit the purpose of Steem. This script could be of some use very soon.
properties (22)
authormoataz
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t051357393z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"}
created2017-06-08 05:14:09
last_update2017-06-08 05:14:09
depth1
children0
last_payout2017-06-15 05:14: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_length160
author_reputation1,422,483,078,165
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,382,839
net_rshares0
@moksamol ·
Great development and experimental!
properties (22)
authormoksamol
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t124032288z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 12:40:33
last_update2017-06-07 12:40:33
depth1
children0
last_payout2017-06-14 12:40: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_length35
author_reputation622,563,924,887
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,334,297
net_rshares0
@newton ·
I literally glanced over this post, stopped a few times an I definitely will have to give a proper read of this later.
👍  
properties (23)
authornewton
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t145634004z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-08 15:56:21
last_update2017-06-08 15:56:21
depth1
children0
last_payout2017-06-15 15:56:21
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_length118
author_reputation70,568,145,888
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,411,629
net_rshares0
author_curate_reward""
vote details (1)
@ohamdache ·
Nice post. Thank you. 
haahahahah like it.
👍  ,
properties (23)
authorohamdache
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t220845416z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 22:09:06
last_update2017-06-07 22:09:06
depth1
children0
last_payout2017-06-14 22:09: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_length42
author_reputation25,148,291,198,020
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,364,714
net_rshares2,532,787,145
author_curate_reward""
vote details (2)
@puffin ·
Hi @jesta superb work. Steem on 
 https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://picload.org/image/riogwaow/ezgif.com-gif-maker.gif
properties (22)
authorpuffin
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t125606088z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["jesta"],"image":["https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://steemitimages.com/0x0/https://picload.org/image/riogwaow/ezgif.com-gif-maker.gif"],"app":"steemit/0.1"}
created2017-06-07 12:56:06
last_update2017-06-07 12:56:06
depth1
children0
last_payout2017-06-14 12:56: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_length512
author_reputation20,868,379,832,737
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,335,112
net_rshares0
@raymonjohnstone ·
This is crazy cool work man thank you so much @jesta for putting your time and energy into this, I really appreciate it.
properties (22)
authorraymonjohnstone
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t171621248z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"}
created2017-06-07 17:16:21
last_update2017-06-07 17:16:21
depth1
children0
last_payout2017-06-14 17:16:21
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_length120
author_reputation14,611,387,097,335
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,349,677
net_rshares0
@ruxonsteemit ·
Wow, this sounds Amazing!! Quite inspirational for me as well! Way to go @jesta :) !! Keep it up!! Wishing you a inspirational start to your week :)!!!
properties (22)
authorruxonsteemit
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170807t102939653z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"}
created2017-08-07 10:29:39
last_update2017-08-07 10:29:39
depth1
children1
last_payout2017-08-14 10:29:39
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_reputation46,820,692,561
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,042,882
net_rshares0
@ruxonsteemit ·
And following you now :)!!!
👍  
properties (23)
authorruxonsteemit
permlinkre-ruxonsteemit-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170807t103009076z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-08-07 10:30:09
last_update2017-08-07 10:30:09
depth2
children0
last_payout2017-08-14 10:30: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_length27
author_reputation46,820,692,561
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id11,042,910
net_rshares0
author_curate_reward""
vote details (1)
@saryan ·
I will upvote you , please you will follow me .
properties (22)
authorsaryan
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t155033761z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 15:50:45
last_update2017-06-07 15:50:45
depth1
children0
last_payout2017-06-14 15:50:45
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_length47
author_reputation287,264,310,496
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,345,051
net_rshares0
@scaredycatguide · (edited)
$1.57
@jesta, I will openly admit I barely understand many of the technical items you discuss as it is out of my realm.  But what I do recognize is the value you have provided the steemit community in the 11 months I have been here.  Steemstats (which I use everyday) is big value add, along with everything else.

I thank you for it.

If you ever have any questions about personal finance, real estate or investing feel free to ask as that is what I am knowledgeable in.  Least I could do after all you have done for the community.  Steem on.
👍  , , , , ,
properties (23)
authorscaredycatguide
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t004911926z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"}
created2017-06-07 00:49:15
last_update2017-06-07 00:54:18
depth1
children2
last_payout2017-06-14 00:49:15
cashout_time1969-12-31 23:59:59
total_payout_value1.492 HBD
curator_payout_value0.077 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length537
author_reputation980,080,101,328,030
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,320
net_rshares414,497,009,025
author_curate_reward""
vote details (6)
@scaredycatguide ·
Just voted you for witness as well, didn't realize I hadn't already.  Thanks again!
👍  
properties (23)
authorscaredycatguide
permlinkre-scaredycatguide-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t005809951z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 00:58:12
last_update2017-06-07 00:58:12
depth2
children1
last_payout2017-06-14 00:58:12
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_length83
author_reputation980,080,101,328,030
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,744
net_rshares586,605,601
author_curate_reward""
vote details (1)
@jesta ·
$2.47
Thank you as well! It makes me pretty happy to know so many people find value and usefulness in the projects I put time into :)
👍  , , , , ,
properties (23)
authorjesta
permlinkre-scaredycatguide-re-scaredycatguide-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t005809951z-201766t205948153z
categorysteem-dev
json_metadata{"app":"chainbb/0.1","format":"markdown+html","tags":[]}
created2017-06-07 00:59:48
last_update2017-06-07 00:59:48
depth3
children0
last_payout2017-06-14 00:59:48
cashout_time1969-12-31 23:59:59
total_payout_value2.074 HBD
curator_payout_value0.400 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation140,605,453,893,072
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,306,810
net_rshares703,779,149,083
author_curate_reward""
vote details (6)
@srtiyea ·
I haven't seen much for crowd funding to be honest. And even if I did see a mention of transfer if I wanted to I couldn't because there is no directions on how to. (Is there? And I just didn't see it?) the only resource I've been able to utilize is voting. :(
properties (22)
authorsrtiyea
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t072633704z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 07:26:33
last_update2017-06-07 07:26:33
depth1
children0
last_payout2017-06-14 07:26: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_length259
author_reputation20,220,621,707
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,321,487
net_rshares0
@steve-speaks ·
# Congratulations! Your post has been shared on Steemit Facebook! 
https://www.facebook.com/SteemitOfficial/ 


A new initiative has started where a valuable #Steemit post will be upload on the Steemit Facebook account to reach a broad audience and attract more people to Steemit! 

*Want to know more? 
Check it out: https://steemit.com/facebook/@steve-speaks/stealing-facebook-users-everyday-1-steemit-post-will-be-posted-on-steemit-facebook-to-increase-your-audience*
👍  
properties (23)
authorsteve-speaks
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170609t200953503z
categorysteem-dev
json_metadata{"tags":["steemit","steem-dev"],"links":["https://www.facebook.com/SteemitOfficial/","https://steemit.com/facebook/@steve-speaks/stealing-facebook-users-everyday-1-steemit-post-will-be-posted-on-steemit-facebook-to-increase-your-audience"],"app":"steemit/0.1"}
created2017-06-09 20:09:54
last_update2017-06-09 20:09:54
depth1
children0
last_payout2017-06-16 20:09: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_length470
author_reputation190,182,177,825
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,490,598
net_rshares2,534,355,011
author_curate_reward""
vote details (1)
@team101 ·
Watching and learning.  Thanks for all your efforts!
properties (22)
authorteam101
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t011517377z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 01:15:24
last_update2017-06-07 01:15:24
depth1
children0
last_payout2017-06-14 01:15: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_length52
author_reputation12,700,047,182,916
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,307,430
net_rshares0
@the-ego-is-you ·
$1.61
Am I missing something her? @jesta do you work for Steemit inc? Seriously. Your work is becoming pretty fundamental to the survival and the success of this network and site.

I can not thank you enough and even though I'm actually short on cash, I would happily power down and donate half of my account holdings to you at this point.

You're changing the game. You're revolutionary.
👍  , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorthe-ego-is-you
permlinkre-jesta-201767t93520872z
categorysteem-dev
json_metadata{"tags":"steem-dev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-07 07:35:24
last_update2017-06-07 07:35:24
depth1
children2
last_payout2017-06-14 07:35:24
cashout_time1969-12-31 23:59:59
total_payout_value1.308 HBD
curator_payout_value0.303 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length382
author_reputation7,031,347,556,614
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,321,782
net_rshares439,172,291,326
author_curate_reward""
vote details (21)
@jesta ·
$0.67
I am not employed by Steemit Inc :)

I think within the Steem ecosystem there's room for potentially dozens/hundreds of individual businesses to operate. Look how many companies revolve and build services around BTC! It's my hope to eventually be one of those other companies, operating under some of the visions I have for Steem, and to continue building great community based platforms.

Thank you though! I'm just one cog in this grand machine. There's dozens of other people who's work I rely upon to enable me to build these sorts of things. 
👍  , , , ,
properties (23)
authorjesta
permlinkre-the-ego-is-you-re-jesta-201767t93520872z-201767t121826801z
categorysteem-dev
json_metadata{"app":"chainbb/0.1","format":"markdown+html","tags":[]}
created2017-06-07 16:18:30
last_update2017-06-07 16:18:30
depth2
children1
last_payout2017-06-14 16:18:30
cashout_time1969-12-31 23:59:59
total_payout_value0.616 HBD
curator_payout_value0.056 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length547
author_reputation140,605,453,893,072
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,346,575
net_rshares215,268,048,666
author_curate_reward""
vote details (5)
@the-ego-is-you ·
That's what I was hoping and I agree!
properties (22)
authorthe-ego-is-you
permlinkre-jesta-201767t182028953z
categorysteem-dev
json_metadata{"tags":"","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"}
created2017-06-07 16:20:33
last_update2017-06-07 16:20:33
depth3
children0
last_payout2017-06-14 16:20: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_length37
author_reputation7,031,347,556,614
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,346,662
net_rshares0
@the-eliot ·
Hey guys! New to steemit and need some exposure! Great content exposing the new world order! Check it out!
👍  
properties (23)
authorthe-eliot
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t211922146z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-08 21:19:21
last_update2017-06-08 21:19:21
depth1
children0
last_payout2017-06-15 21:19:21
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_length106
author_reputation11,854,926,560,436
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,428,845
net_rshares1,442,470,736
author_curate_reward""
vote details (1)
@tosomethingnew ·
sounds like a great idea! would it be possible to create multisig accounts on steem, so that the trust comes from resprected multisig members?
properties (22)
authortosomethingnew
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t052718482z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-08 05:27:21
last_update2017-06-08 05:27:21
depth1
children1
last_payout2017-06-15 05:27:21
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_length142
author_reputation50,508,475,455
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,383,417
net_rshares0
@jesta ·
$0.31
Not easily, but yes, it's totally possible
👍  , , , ,
properties (23)
authorjesta
permlinkre-tosomethingnew-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t052718482z-201768t33742608z
categorysteem-dev
json_metadata{"app":"chainbb/0.1","format":"markdown+html","tags":[]}
created2017-06-08 07:37:42
last_update2017-06-08 07:37:42
depth2
children0
last_payout2017-06-15 07:37:42
cashout_time1969-12-31 23:59:59
total_payout_value0.286 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation140,605,453,893,072
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,388,655
net_rshares103,598,448,819
author_curate_reward""
vote details (5)
@trumotiv ·
I'm quite interested in learning  more about this...I feel as though I have just opened Pandora's box.
properties (22)
authortrumotiv
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t155340462z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-10 15:53:42
last_update2017-06-10 15:53:42
depth1
children0
last_payout2017-06-17 15:53: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_length102
author_reputation26,202,239,959
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,538,064
net_rshares0
@watcher1987 ·
Interesting idea. If you ever need some help with Python, or want to look more at the IT security side, let me know. I'd love to help out!
properties (22)
authorwatcher1987
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t114236293z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 11:42:36
last_update2017-06-07 11:42:36
depth1
children0
last_payout2017-06-14 11:42:36
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_length138
author_reputation15,517,226,085
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,331,302
net_rshares0
@yakuhi ·
It can be quite a challenge to get start-up funding for projects. It would be nice to have an avenue to help access funds for steem related projects.
properties (22)
authoryakuhi
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t113905565z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-10 11:39:06
last_update2017-06-10 11:39:06
depth1
children0
last_payout2017-06-17 11:39: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_length149
author_reputation3,459,100,868,106
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,526,317
net_rshares0
@zcgolf16 · (edited)
This is yet another demonstration of steem-python's ability to accomplish such advanced tasks in such a simple manner!
👍  ,
properties (23)
authorzcgolf16
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-201767t2115630z
categorysteem-dev
json_metadata{"app":"chainbb/0.1","format":"markdown+html","tags":[]}
created2017-06-07 06:01:15
last_update2017-06-07 06:01:39
depth1
children0
last_payout2017-06-14 06:01: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_length118
author_reputation2,001,212,305,331
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,318,630
net_rshares3,034,104,859
author_curate_reward""
vote details (2)
@zuljalalil ·
Excellent experimental script @ jesta
properties (22)
authorzuljalalil
permlinkre-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t134418030z
categorysteem-dev
json_metadata{"tags":["steem-dev"],"app":"steemit/0.1"}
created2017-06-07 13:43:30
last_update2017-06-07 13:43:30
depth1
children0
last_payout2017-06-14 13:43:30
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_reputation688,339,405,870
root_title"An experimental script for running ICO-like events on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id4,337,788
net_rshares0