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.
author | jesta | ||||||
---|---|---|---|---|---|---|---|
permlink | an-experimental-script-for-running-ico-like-events-on-steem | ||||||
category | steem-dev | ||||||
json_metadata | {"app":"chainbb/0.1","format":"markdown+html","tags":["steem-dev","icomanager","steemdev"]} | ||||||
created | 2017-06-07 00:41:36 | ||||||
last_update | 2017-06-07 16:12:42 | ||||||
depth | 0 | ||||||
children | 84 | ||||||
last_payout | 2017-06-14 00:41:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 4,981.259 HBD | ||||||
curator_payout_value | 286.098 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 5,599 | ||||||
author_reputation | 140,605,453,893,072 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,306,022 | ||||||
net_rshares | 82,568,281,822,236 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 264,168,793,389 | 20% | ||
fminerten1 | 0 | 15,913,487,302 | 9% | ||
fmooo | 0 | 23,229,275,497 | 20% | ||
steempty | 0 | 261,182,217,030 | 20% | ||
berniesanders | 0 | 15,199,030,179 | 24% | ||
penambang | 0 | 6,521,647,790 | 60% | ||
berkah | 0 | 157,261,217,440 | 100% | ||
riverhead | 0 | 1,944,834,283,028 | 29.1% | ||
wackou | 0 | 2,448,450,530,986 | 50% | ||
pharesim | 0 | 895,044,191,539 | 15% | ||
adol | 0 | 1,028,537,829,024 | 97% | ||
fuzzyvest | 0 | 2,686,598,845,335 | 67% | ||
sandra | 0 | 31,316,295,188 | 100% | ||
kushed | 0 | 2,357,759,607,296 | 100% | ||
ihashfury | 0 | 4,334,120,154 | 26.91% | ||
rossco99 | 0 | 326,799,415,009 | 39% | ||
liondani | 0 | 223,576,703,350 | 100% | ||
roadscape | 0 | 2,829,797,419,522 | 34% | ||
ozmaster | 0 | 788,576,403 | 100% | ||
boy | 0 | 2,581,802,789 | 100% | ||
xeroc | 0 | 384,772,069,790 | 48.5% | ||
steem-id | 0 | 267,194,133,124 | 97% | ||
bue-witness | 0 | 3,148,072,497 | 100% | ||
testz | 0 | 193,326,615,418 | 100% | ||
stone1 | 0 | 265,398,226,715 | 100% | ||
bunny | 0 | 446,226,922 | 100% | ||
steemychicken1 | 0 | 49,410,931,312 | 100% | ||
arhag | 0 | 819,001,376,882 | 10% | ||
ajvest | 0 | 337,398,286,060 | 100% | ||
bue | 0 | 52,476,672,623 | 100% | ||
mini | 0 | 1,379,930,738 | 100% | ||
moon | 0 | 175,448,853 | 100% | ||
lovejoy | 0 | 36,164,262,504 | 48.5% | ||
joseph | 0 | 240,040,599,305 | 100% | ||
aizensou | 0 | 155,560,607,198 | 100% | ||
b0y2k | 0 | 185,491,802,844 | 100% | ||
boatymcboatface | 0 | 237,776,928,783 | 39% | ||
pairmike | 0 | 76,920,396,934 | 97% | ||
pheonike | 0 | 9,591,706,069 | 6% | ||
healthcare | 0 | 514,258,184 | 100% | ||
stoner19 | 0 | 42,232,245,153 | 100% | ||
tuck-fheman | 0 | 98,904,465,710 | 100% | ||
daniel.pan | 0 | 813,568,504 | 100% | ||
donkeypong | 0 | 379,891,473,224 | 40% | ||
steemrollin | 0 | 127,905,085,239 | 50% | ||
jchch | 0 | 59,482,023,895 | 60% | ||
fusan | 0 | 14,981,600,667 | 100% | ||
chitty | 0 | 231,216,570,188 | 100% | ||
ilanaakoundi | 0 | 48,452,741,991 | 60% | ||
patrice | 0 | 12,597,594,135 | 100% | ||
helen.tan | 0 | 235,195,542 | 100% | ||
piedpiper | 0 | 15,333,396,683 | 100% | ||
nenad-ristic | 0 | 22,381,632,370 | 97% | ||
mod-tamichh | 0 | 23,309,757,659 | 100% | ||
dana-edwards | 0 | 199,072,599,897 | 100% | ||
carlos-cabeza | 0 | 1,343,218,263 | 97% | ||
kafkatanaka | 0 | 527,855,447 | 100% | ||
bleepcoin | 0 | 188,969,537,357 | 100% | ||
kingscrown | 0 | 1,257,084,992,623 | 39% | ||
dimimp | 0 | 342,742,898,462 | 100% | ||
hipster | 0 | 424,720,223,603 | 97% | ||
instructor2121 | 0 | 24,365,854,685 | 97% | ||
tsugimoto | 0 | 46,064,985,710 | 100% | ||
teamsteem | 0 | 925,880,927,777 | 20% | ||
cryptoctopus | 0 | 397,977,340,248 | 100% | ||
tad-auker | 0 | 1,594,509,964 | 25% | ||
lola-carola | 0 | 2,016,601,791 | 97% | ||
acidyo | 0 | 2,179,115,386,854 | 50% | ||
dan-atstarlite | 0 | 148,588,913,760 | 100% | ||
amartinezque | 0 | 72,787,771,518 | 100% | ||
tmendieta | 0 | 18,798,696,212 | 100% | ||
klye | 0 | 165,899,030,680 | 100% | ||
bdnoble | 0 | 1,774,470,840 | 100% | ||
cryptofunk | 0 | 5,487,282,845 | 93% | ||
blakemiles84 | 0 | 62,415,749,801 | 48.5% | ||
theshell | 0 | 36,394,913,598 | 39% | ||
brich | 0 | 3,174,858,678 | 100% | ||
cm-steem | 0 | 117,230,752,780 | 100% | ||
eric-boucher | 0 | 135,102,204,273 | 100% | ||
applecrisp | 0 | 234,387,178 | 100% | ||
the-alien | 0 | 132,356,475,832 | 100% | ||
hedge-x | 0 | 186,240,936,563 | 100% | ||
wingz | 0 | 6,165,800,676 | 60% | ||
kenny-crane | 0 | 102,513,087,486 | 100% | ||
samether | 0 | 2,886,159,221 | 50% | ||
pangur-ban | 0 | 1,340,199,431 | 60% | ||
dahaz159 | 0 | 446,505,385 | 20% | ||
infovore | 0 | 336,772,856,318 | 100% | ||
facer | 0 | 12,158,040,529 | 100% | ||
schro | 0 | 3,726,715,441 | 100% | ||
omarb | 0 | 108,544,347,979 | 100% | ||
dana-varahi | 0 | 5,128,632,591 | 97% | ||
tee-em | 0 | 25,430,077,742 | 97% | ||
michaelx | 0 | 15,740,838,162 | 48.5% | ||
grandpere | 0 | 55,696,831,601 | 100% | ||
tensorflow | 0 | 16,627,946,911 | 100% | ||
raphaelom | 0 | 1,076,948,949 | 100% | ||
mark-waser | 0 | 39,823,639,349 | 100% | ||
albertogm | 0 | 38,134,558,945 | 100% | ||
christoryan | 0 | 16,558,984,499 | 100% | ||
geoffrey | 0 | 302,095,540,948 | 100% | ||
crok | 0 | 5,786,716,116 | 100% | ||
lukestokes | 0 | 552,316,007,158 | 100% | ||
tyler-fletcher | 0 | 6,001,389,037 | 67.9% | ||
jakevanderark | 0 | 116,784,514 | 100% | ||
razvanelulmarin | 0 | 32,618,097,403 | 97% | ||
fyrstikken | 0 | 2,568,063,071,548 | 100% | ||
pmartynov | 0 | 184,704,322,362 | 100% | ||
ultralord | 0 | 1,675,912,943 | 100% | ||
isteemit | 0 | 24,890,346,413 | 48.5% | ||
grey580 | 0 | 11,154,049,295 | 100% | ||
phanie90 | 0 | 590,451,302 | 100% | ||
bacchist | 0 | 43,242,890,346 | 60% | ||
venuspcs | 0 | 91,338,948,525 | 97% | ||
sgtechservices | 0 | 16,021,672,738 | 97% | ||
lauralemons | 0 | 3,081,738,299 | 100% | ||
roelandp | 0 | 745,606,484,526 | 48.5% | ||
billykeed | 0 | 3,397,994,836 | 57% | ||
nerdlab | 0 | 1,991,643,396 | 97% | ||
chhaylin | 0 | 108,314,126,790 | 100% | ||
riscadox | 0 | 7,097,762,957 | 90% | ||
robrigo | 0 | 98,089,718,439 | 100% | ||
hitmeasap | 0 | 1,355,558,306 | 20% | ||
matt-a | 0 | 541,332,788,044 | 100% | ||
fabio | 0 | 351,645,216,824 | 100% | ||
stranger27 | 0 | 5,736,775,946 | 97% | ||
cultura.bitcoin | 0 | 4,352,296,698 | 100% | ||
juneaugoldbuyer | 0 | 2,207,742,493 | 100% | ||
erizan | 0 | 240,209,999 | 100% | ||
cryptochannel | 0 | 1,445,312,293 | 50% | ||
rxhector | 0 | 2,838,264,860 | 100% | ||
alao | 0 | 10,651,507,509 | 100% | ||
picokernel | 0 | 215,827,584,208 | 100% | ||
worldfamous | 0 | 26,554,822,324 | 100% | ||
furion | 0 | 756,032,869,751 | 100% | ||
strangerarray | 0 | 20,022,086,758 | 100% | ||
knircky | 0 | 455,300,803,358 | 100% | ||
on0tole | 0 | 14,710,256,463 | 67.9% | ||
anasya | 0 | 1,862,177,923 | 67.9% | ||
ausbitbank | 0 | 2,600,187,492,677 | 71% | ||
ardina | 0 | 7,308,417,862 | 100% | ||
vl248 | 0 | 18,522,215,659 | 97% | ||
sveokla | 0 | 6,355,419,444 | 67.9% | ||
anyx | 0 | 270,738,014,973 | 100% | ||
marinabogumil | 0 | 11,115,334,931 | 67.9% | ||
steemit-life | 0 | 25,848,367,197 | 30% | ||
cloh76 | 0 | 14,116,569,971 | 97% | ||
asim | 0 | 2,535,917,620 | 52% | ||
lrock | 0 | 107,141,109,557 | 100% | ||
bitland | 0 | 1,175,927,380 | 100% | ||
incomemonthly | 0 | 8,346,017,318 | 100% | ||
senseiteekay | 0 | 15,176,525,974 | 100% | ||
dwinblood | 0 | 151,252,550,952 | 97% | ||
igster | 0 | 29,010,117,365 | 100% | ||
sephiroth | 0 | 194,927,910,246 | 100% | ||
transisto | 0 | 3,985,639,438,161 | 97% | ||
meesterboom | 0 | 67,661,638,084 | 65% | ||
mapipaz | 0 | 546,756,736 | 100% | ||
condra | 0 | 26,426,097,108 | 97% | ||
raymondspeaks | 0 | 20,211,856,199 | 97% | ||
bycz | 0 | 18,324,213,964 | 100% | ||
kell234 | 0 | 2,583,569,945 | 67.9% | ||
gregm | 0 | 110,132,854,460 | 100% | ||
dmacshady | 0 | 2,718,515,751 | 100% | ||
pkattera | 0 | 463,440,724,098 | 100% | ||
allmonitors | 0 | 23,488,800,265 | 100% | ||
screasey | 0 | 2,337,122,409 | 100% | ||
blinova | 0 | 16,296,676,108 | 100% | ||
luisucv34 | 0 | 5,032,064,709 | 97% | ||
hyiparena | 0 | 5,887,256,510 | 67.9% | ||
streetstyle | 0 | 136,492,374,829 | 100% | ||
krystle | 0 | 29,844,423,616 | 71% | ||
knozaki2015 | 0 | 299,269,734,594 | 100% | ||
inertia | 0 | 292,915,663,497 | 100% | ||
kendewitt | 0 | 28,768,607,003 | 50% | ||
rouketas | 0 | 4,748,939,441 | 97% | ||
arcange | 0 | 91,664,423,075 | 100% | ||
manthostsakirid | 0 | 41,449,094,952 | 100% | ||
xz2580 | 0 | 1,012,016,158 | 100% | ||
the-future | 0 | 24,900,193,179 | 100% | ||
fiveboringgames | 0 | 4,497,959,320 | 19.39% | ||
konti | 0 | 6,713,285,330 | 67.9% | ||
fiona777 | 0 | 2,247,305,585 | 87.3% | ||
phenom | 0 | 36,495,013,729 | 97% | ||
mynameisbrian | 0 | 47,976,193,803 | 60% | ||
peacekeeper | 0 | 2,596,162,308 | 100% | ||
blueorgy | 0 | 51,467,108,387 | 100% | ||
opheliafu | 0 | 25,834,915,851 | 35% | ||
coininstant | 0 | 10,967,427,886 | 100% | ||
xpilar | 0 | 341,818,595,907 | 100% | ||
thylbom | 0 | 13,049,925,896 | 60% | ||
geronimo | 0 | 6,964,250,343 | 100% | ||
moviefan | 0 | 3,098,049,122 | 100% | ||
animus | 0 | 1,969,867,860 | 100% | ||
bitcoiner | 0 | 118,790,452,264 | 97% | ||
deanliu | 0 | 414,298,980,832 | 100% | ||
cryptohustlin | 0 | 15,324,804,408 | 100% | ||
exyle | 0 | 700,689,119,926 | 100% | ||
sharker | 0 | 2,065,434,944 | 67.9% | ||
hagie | 0 | 9,377,744,821 | 100% | ||
dmitriybtc | 0 | 6,357,453,554 | 68% | ||
foxxycat | 0 | 31,165,137,889 | 100% | ||
atsobanakis | 0 | 83,505,872 | 100% | ||
james212 | 0 | 388,022,827,382 | 100% | ||
lostnuggett | 0 | 9,181,612,620 | 100% | ||
zaebars | 0 | 75,223,569,646 | 67.9% | ||
newton | 0 | 112,248,996 | 100% | ||
raymonjohnstone | 0 | 8,674,076,983 | 100% | ||
masterinvestor | 0 | 12,839,997,193 | 100% | ||
jedau | 0 | 11,447,717,646 | 97% | ||
crypto.owl | 0 | 1,097,865,267 | 67.9% | ||
johnsmith | 0 | 208,816,263,996 | 100% | ||
greenman | 0 | 583,246,080,579 | 100% | ||
lemooljiang | 0 | 55,975,249,816 | 100% | ||
daynewright | 0 | 734,776,437 | 100% | ||
winstonwolfe | 0 | 5,450,124,633 | 100% | ||
happyphoenix | 0 | 1,740,607,522 | 30% | ||
kooshikoo | 0 | 3,228,405,599 | 19.39% | ||
team-leibniz | 0 | 46,018,980,052 | 100% | ||
fatboy | 0 | 20,812,419,114 | 48.5% | ||
claudiop63 | 0 | 92,589,878,848 | 100% | ||
ace108 | 0 | 11,739,715,925 | 2% | ||
brianphobos | 0 | 2,121,844,704 | 100% | ||
tygergamer | 0 | 30,860,977,447 | 97% | ||
bkkshadow | 0 | 2,887,564,842 | 19.39% | ||
greymass | 0 | 18,965,358,012 | 60% | ||
smailer | 0 | 66,410,199,318 | 67.9% | ||
youngkim | 0 | 18,492,577,532 | 80% | ||
pipokinha | 0 | 9,000,212,802 | 100% | ||
tommyhansen | 0 | 75,563,465,291 | 100% | ||
fabien | 0 | 873,819,493,191 | 100% | ||
nathanjones | 0 | 8,641,282,957 | 100% | ||
alexpmorris | 0 | 15,395,555,245 | 100% | ||
dmilash | 0 | 16,086,846,807 | 67.9% | ||
cybercodetwins | 0 | 586,605,601 | 100% | ||
drbec | 0 | 636,871,975 | 100% | ||
dirty.hera | 0 | 465,639,567 | 60% | ||
gomeravibz | 0 | 36,561,968,627 | 87.3% | ||
craigslist | 0 | 347,971,558 | 100% | ||
nekromarinist | 0 | 1,814,085,989 | 100% | ||
theprophet0 | 0 | 23,942,356,502 | 100% | ||
rampant | 0 | 36,665,496,537 | 100% | ||
coinbar | 0 | 5,471,494,988 | 100% | ||
allasyummyfood | 0 | 61,581,335,957 | 100% | ||
magicmonk | 0 | 19,617,224,914 | 100% | ||
twinner | 0 | 1,334,414,611,740 | 100% | ||
ozchartart | 0 | 39,097,008,397 | 100% | ||
croatia | 0 | 428,610,974 | 100% | ||
vladimirputin | 0 | 64,064,581 | 100% | ||
angelamerkel | 0 | 64,087,026 | 100% | ||
dez1337 | 0 | 13,778,638,609 | 100% | ||
always1success | 0 | 7,987,217,707 | 67.9% | ||
kleryk200 | 0 | 933,895,453 | 48.5% | ||
timcliff | 0 | 187,511,263,618 | 100% | ||
letc | 0 | 1,434,560,280 | 50% | ||
laoyao | 0 | 31,006,636,819 | 100% | ||
myfirst | 0 | 11,508,156,343 | 100% | ||
somebody | 0 | 342,974,964,204 | 100% | ||
toxic | 0 | 641,441,560,148 | 100% | ||
planet.earth | 0 | 2,042,837,624 | 100% | ||
brendio | 0 | 91,843,510,974 | 58.2% | ||
viktor.phuket | 0 | 9,997,642,971 | 100% | ||
littleboo | 0 | 827,989,041 | 67.9% | ||
timsaid | 0 | 80,096,986,753 | 97% | ||
mama-steem | 0 | 2,013,063,209 | 67.9% | ||
midnightoil | 0 | 50,468,401,957 | 100% | ||
ullikume | 0 | 7,688,272,073 | 100% | ||
brian-rhodes | 0 | 41,286,097,725 | 100% | ||
caitlinm | 0 | 174,639,171 | 100% | ||
stephen.king989 | 0 | 30,966,787,374 | 67.9% | ||
ssm1810 | 0 | 400,068,628,715 | 100% | ||
kurtbeil | 0 | 136,979,590,958 | 100% | ||
uuuhha | 0 | 16,753,616,900 | 67.9% | ||
romancs | 0 | 4,141,455,036 | 67.9% | ||
lenatramper | 0 | 6,301,195,800 | 50% | ||
ipumba | 0 | 4,926,799,668 | 100% | ||
d3nv3r | 0 | 448,872,491 | 38.79% | ||
riosparada | 0 | 29,408,184,716 | 67.9% | ||
dolov | 0 | 470,777,590 | 3% | ||
elfkitchen | 0 | 12,959,705,463 | 100% | ||
joele | 0 | 270,490,892,894 | 100% | ||
erikkartmen | 0 | 83,654,413 | 100% | ||
denisoi | 0 | 21,861,349,380 | 100% | ||
sirwinchester | 0 | 109,439,202,487 | 100% | ||
krishtopa | 0 | 9,296,190,754 | 67.9% | ||
future24 | 0 | 5,817,444,527 | 38.79% | ||
hms818 | 0 | 2,923,499,374 | 100% | ||
villainblack | 0 | 1,384,698,470 | 67.9% | ||
cmorton | 0 | 3,802,181,516 | 29.1% | ||
cristi | 0 | 78,130,243,932 | 100% | ||
jrcornel | 0 | 573,446,795,004 | 100% | ||
inv | 0 | 301,530,977,966 | 20% | ||
fooblic | 0 | 4,910,465,317 | 99% | ||
scaredycatguide | 0 | 46,691,935,987 | 50% | ||
lordvader | 0 | 153,044,820,157 | 100% | ||
vegascomic | 0 | 4,314,760,063 | 97% | ||
bhavnapatel68 | 0 | 29,317,970,418 | 100% | ||
bledarus | 0 | 744,865,346 | 100% | ||
kajalpats | 0 | 2,265,984,818 | 100% | ||
quitothewalrus | 0 | 404,198,651 | 100% | ||
sc-steemit | 0 | 2,362,149,836 | 100% | ||
frankbacon | 0 | 5,180,249,481 | 100% | ||
ashwim | 0 | 879,438,456 | 100% | ||
rubenalexander | 0 | 5,980,385,786 | 25% | ||
theb0red1 | 0 | 5,912,903,921 | 50% | ||
chinadaily | 0 | 28,076,501,338 | 100% | ||
kyriacos | 0 | 52,162,686,731 | 50% | ||
helene | 0 | 42,682,686,463 | 100% | ||
virtualgrowth | 0 | 13,477,428,210 | 30% | ||
seadroo22 | 0 | 2,106,482,103 | 97% | ||
dollarvigilante | 0 | 21,840,311,485 | 97% | ||
anotherjoe | 0 | 217,929,342,694 | 100% | ||
gammagooblin | 0 | 7,449,942,655 | 100% | ||
markconstanza | 0 | 54,984,174 | 100% | ||
lamech-m | 0 | 997,811,831 | 20% | ||
kafkanarchy84 | 0 | 134,033,048,689 | 100% | ||
serejandmyself | 0 | 138,298,714,535 | 97% | ||
skylineking88 | 0 | 266,187,614 | 60% | ||
keepdoodling | 0 | 10,475,279,554 | 100% | ||
mada | 0 | 27,202,208,926 | 100% | ||
ethansteem | 0 | 102,880,265,358 | 100% | ||
johnhill | 0 | 52,624,015 | 100% | ||
mrlogic | 0 | 8,719,011,070 | 97% | ||
mael-rolland | 0 | 58,421,655 | 100% | ||
jimmco | 0 | 31,134,778,273 | 100% | ||
someguy123 | 0 | 152,303,598,159 | 100% | ||
leahmchenry | 0 | 549,433,574 | 100% | ||
barrycooper | 0 | 168,157,848,058 | 97% | ||
sethlinson | 0 | 19,468,544,378 | 97% | ||
mandibil | 0 | 36,399,420,557 | 100% | ||
shadowspub | 0 | 31,809,104,462 | 97% | ||
leno4ek | 0 | 1,595,580,348 | 97% | ||
justinschwalm | 0 | 6,976,733,573 | 100% | ||
platonicsironic | 0 | 4,036,657,707 | 60% | ||
gduran | 0 | 4,837,477,606 | 100% | ||
inchonbitcoin | 0 | 317,590,415,730 | 100% | ||
ontofractal | 0 | 24,720,666,801 | 100% | ||
fat-like-buddha | 0 | 7,869,185,771 | 100% | ||
reelmusic | 0 | 136,255,832 | 100% | ||
memefactory | 0 | 57,252,128 | 100% | ||
etcmike | 0 | 268,852,684,540 | 100% | ||
hotgirlktm | 0 | 57,131,220 | 100% | ||
nulliusinverba | 0 | 5,545,776,872 | 97% | ||
ats-david | 0 | 1,869,002,450,802 | 60% | ||
runridefly | 0 | 5,138,980,482 | 7% | ||
barrydutton | 0 | 134,043,572,494 | 100% | ||
stephenkendal | 0 | 179,364,006,100 | 100% | ||
foxkoit | 0 | 1,078,118,199 | 100% | ||
shenanigator | 0 | 25,312,654,216 | 100% | ||
charlie777pt | 0 | 26,563,371,402 | 97% | ||
mikehere | 0 | 24,280,439,054 | 100% | ||
einsteinpotsdam | 0 | 7,720,353,633 | 100% | ||
randomli | 0 | 3,168,481,583 | 97% | ||
chrisaiki | 0 | 3,504,819,614 | 100% | ||
nadin3 | 0 | 7,770,981,492 | 67.9% | ||
xanoxt | 0 | 30,378,045,319 | 67.9% | ||
davidjkelley | 0 | 1,948,751,531 | 100% | ||
selfmadeboss | 0 | 149,035,395 | 100% | ||
aggroed | 0 | 8,584,816,005 | 25% | ||
victoriart | 0 | 5,138,601,860 | 67.9% | ||
ghasemkiani | 0 | 12,808,637,616 | 100% | ||
l0k1 | 0 | 18,659,077,430 | 60% | ||
digital-wisdom | 0 | 16,882,112,218 | 100% | ||
ethical-ai | 0 | 4,794,274,411 | 100% | ||
titusfrost | 0 | 36,273,305,179 | 100% | ||
zahnspange | 0 | 697,941,092,536 | 100% | ||
jwaser | 0 | 7,303,105,303 | 100% | ||
tatianka | 0 | 2,812,608,206 | 67.9% | ||
kralizec | 0 | 11,283,068,829 | 97% | ||
phusionphil | 0 | 56,458,584 | 100% | ||
thecyclist | 0 | 707,335,271,677 | 24% | ||
bluehorseshoe | 0 | 25,782,319,119 | 100% | ||
steemit79 | 0 | 54,836,061 | 100% | ||
benjamin.still | 0 | 2,476,484,823 | 29.1% | ||
the-ego-is-you | 0 | 6,842,128,882 | 100% | ||
ebargains | 0 | 22,837,099,573 | 100% | ||
deaddy | 0 | 10,229,084,852 | 4% | ||
kiwideb | 0 | 36,852,094,321 | 97% | ||
jacobts | 0 | 24,496,486,958 | 100% | ||
jonathanyoung | 0 | 32,747,336,601 | 100% | ||
pjo | 0 | 1,728,944,387 | 97% | ||
elena-singer | 0 | 5,828,734,308 | 67.9% | ||
damarth | 0 | 542,861,632,303 | 100% | ||
lifebyadam | 0 | 69,307,150 | 100% | ||
bwaser | 0 | 2,411,297,481 | 100% | ||
renzoarg | 0 | 44,413,007,412 | 100% | ||
dexter-k | 0 | 76,430,442,633 | 97% | ||
rusticman1 | 0 | 418,830,823 | 100% | ||
allyouneedtoknow | 0 | 9,751,501,507 | 70% | ||
charlieshrem | 0 | 216,429,895,087 | 97% | ||
tracemayer | 0 | 31,914,769,411 | 97% | ||
littlescribe | 0 | 11,175,778,793 | 60% | ||
rhino | 0 | 2,175,051,003 | 100% | ||
burnin | 0 | 11,281,866,431 | 60% | ||
bestoftherest | 0 | 1,773,760,691 | 60% | ||
bitcoinparadise | 0 | 3,145,182,475 | 100% | ||
anton333 | 0 | 7,437,489,452 | 67.9% | ||
whatsup | 0 | 65,450,723,857 | 100% | ||
paxmagnus | 0 | 2,645,452,763 | 60% | ||
teseo | 0 | 1,421,764,888 | 97% | ||
ellepdub | 0 | 6,488,775,658 | 100% | ||
allesgruen | 0 | 1,679,318,395 | 100% | ||
lifeisawesome | 0 | 123,138,926,448 | 100% | ||
jacobusmalan | 0 | 51,938,024 | 100% | ||
inarix03 | 0 | 54,082,557 | 50% | ||
arama | 0 | 1,361,714,107,542 | 100% | ||
ekaterinka | 0 | 2,016,804,946 | 67.9% | ||
michelle.gent | 0 | 42,825,717,415 | 60% | ||
herpetologyguy | 0 | 64,185,002,984 | 100% | ||
bestofreddit | 0 | 788,681,369 | 17.45% | ||
aurovine | 0 | 468,982,390 | 100% | ||
travelfreaks | 0 | 780,054,649 | 100% | ||
dreamlab | 0 | 215,236,037 | 100% | ||
worldtraveler | 0 | 4,994,028,929 | 97% | ||
develcuy | 0 | 4,771,437,863 | 97% | ||
lajulius | 0 | 9,185,616,362 | 100% | ||
morgan.waser | 0 | 4,320,453,367 | 100% | ||
borishaifa | 0 | 9,967,392,258 | 67.9% | ||
jerryblanceton | 0 | 5,469,332,040 | 100% | ||
hql2016 | 0 | 4,838,057,824 | 100% | ||
justusagenstum | 0 | 21,430,963,381 | 100% | ||
thegame | 0 | 445,068,519 | 10% | ||
okean123 | 0 | 8,635,877,950 | 100% | ||
lloyddavis | 0 | 4,064,151,655 | 100% | ||
donchate | 0 | 2,446,100,283 | 100% | ||
haphazard-hstead | 0 | 39,926,789,651 | 97% | ||
fortinbuff | 0 | 29,571,745,644 | 100% | ||
aksinya | 0 | 10,958,564,424 | 97% | ||
ssekulji | 0 | 16,506,482,022 | 100% | ||
steembets | 0 | 537,485,699 | 10% | ||
saiku | 0 | 2,073,518,724 | 100% | ||
luzcypher | 0 | 60,189,656,570 | 97% | ||
brettpickett | 0 | 10,128,905,294 | 100% | ||
strong-ai | 0 | 4,774,355,538 | 100% | ||
zoee | 0 | 865,451,356 | 100% | ||
sjennon | 0 | 7,326,581,129 | 30% | ||
timbernana | 0 | 9,955,540,016 | 100% | ||
grisha-danunaher | 0 | 6,570,869,148 | 58.2% | ||
dylanhobalart | 0 | 11,053,961,109 | 97% | ||
killbis | 0 | 3,202,627,208 | 97% | ||
abdullar | 0 | 145,951,698,254 | 30% | ||
lapilipinas | 0 | 2,711,811,380 | 100% | ||
siniceku | 0 | 1,647,311,932 | 100% | ||
kiks14 | 0 | 184,478,569 | 100% | ||
htyfn | 0 | 2,221,133,856 | 67.9% | ||
anasz | 0 | 13,603,604,975 | 100% | ||
rusteemitblog | 0 | 10,687,083,595 | 67.9% | ||
runrudy | 0 | 15,116,175,424 | 100% | ||
ninkhisibir | 0 | 2,424,247,341 | 60% | ||
birds90 | 0 | 8,524,606,666 | 100% | ||
projectnewbie | 0 | 7,259,865,000 | 50% | ||
lino | 0 | 148,276,243 | 100% | ||
trevorlyman | 0 | 3,549,382,063 | 100% | ||
food-creator | 0 | 2,996,152,750 | 100% | ||
dimitrius | 0 | 155,874,875 | 100% | ||
tata.lucette | 0 | 2,648,233,536 | 100% | ||
thomasp | 0 | 146,597,753 | 100% | ||
goldmatters | 0 | 159,170,352,425 | 100% | ||
vutran7 | 0 | 152,020,021 | 100% | ||
orenshani7 | 0 | 7,993,672,377 | 97% | ||
aldentan | 0 | 30,040,780,817 | 100% | ||
vannour | 0 | 29,161,977,399 | 100% | ||
therajmahal | 0 | 2,182,883,544 | 67.9% | ||
steemtrail | 0 | 29,020,726,884 | 97% | ||
viktorcapulet | 0 | 483,330,687 | 30% | ||
marel | 0 | 1,751,183,739 | 67.9% | ||
dek | 0 | 9,430,146,952 | 100% | ||
moataz | 0 | 152,378,875 | 100% | ||
iyuta | 0 | 14,684,426,230 | 100% | ||
son-of-satire | 0 | 23,129,443,926 | 100% | ||
steemlift | 0 | 3,752,604,944 | 67.9% | ||
jaybird | 0 | 30,734,429,380 | 100% | ||
marialin | 0 | 4,856,959,656 | 97% | ||
nuller | 0 | 856,041,072 | 100% | ||
tomino | 0 | 17,870,769,198 | 100% | ||
steemvest17 | 0 | 24,041,792,492 | 100% | ||
sanghkaang | 0 | 394,273,502,697 | 100% | ||
benefitworx | 0 | 139,729,883 | 100% | ||
tdv.witness | 0 | 28,547,964,895 | 97% | ||
ianstrat | 0 | 8,814,569,973 | 100% | ||
stray | 0 | 8,756,820,834 | 100% | ||
point | 0 | 283,340,420 | 100% | ||
sochul | 0 | 212,104,936,119 | 50% | ||
hanter-kim | 0 | 16,871,276,083 | 100% | ||
thejohalfiles | 0 | 3,740,833,478,988 | 28% | ||
oyvkva | 0 | 62,409,042 | 100% | ||
mokluc | 0 | 2,407,775,605 | 100% | ||
contentking | 0 | 11,425,793,464 | 100% | ||
ebryans | 0 | 19,061,343,614 | 48.5% | ||
dragosroua | 0 | 50,233,542,298 | 100% | ||
jessamynorchard | 0 | 16,623,737,372 | 97% | ||
knittybynature | 0 | 6,722,060,557 | 100% | ||
max-max | 0 | 4,102,418,739 | 67.9% | ||
judasp | 0 | 20,432,178,038 | 100% | ||
raluca | 0 | 2,659,100,275 | 100% | ||
sstefan | 0 | 14,260,881,310 | 67.9% | ||
joshuaatiemo | 0 | 630,423,501 | 100% | ||
hitheryon | 0 | 77,249,048,715 | 100% | ||
steemaccess | 0 | 1,990,933,857,776 | 97% | ||
garvofe | 0 | 6,414,445,675 | 58.2% | ||
jmehta | 0 | 821,326,076 | 100% | ||
innafanz | 0 | 4,712,668,244 | 100% | ||
xochicotta | 0 | 705,975,638 | 100% | ||
hansikhouse | 0 | 26,312,476,368 | 97% | ||
steemland.com | 0 | 450,586,879 | 10% | ||
voronoi | 0 | 99,947,268,500 | 100% | ||
djvidov | 0 | 6,233,465,794 | 100% | ||
selwi | 0 | 725,517,509 | 100% | ||
maxse | 0 | 3,162,361,837 | 97% | ||
alanfreestone | 0 | 23,503,062,048 | 100% | ||
gardening-trail | 0 | 9,005,986,446 | 97% | ||
foraging-trail | 0 | 3,644,218,510 | 97% | ||
zefa | 0 | 47,362,692,351 | 100% | ||
nikflossus | 0 | 5,378,965,986 | 97% | ||
breezin | 0 | 13,050,561,153 | 100% | ||
baerdric | 0 | 2,878,454,707 | 97% | ||
gutzofter | 0 | 80,829,322,510 | 100% | ||
edgarstudio | 0 | 2,104,290,792 | 100% | ||
alex1983ch | 0 | 4,716,725,868 | 97% | ||
gacherih | 0 | 1,508,652,413 | 100% | ||
technovedanta | 0 | 29,704,109,650 | 97% | ||
steem-myanmar | 0 | 469,550,681 | 100% | ||
steemspoker | 0 | 3,854,760,055 | 48.5% | ||
yadamaniart | 0 | 17,902,951,469 | 97% | ||
steemprentice | 0 | 14,920,790,329 | 30% | ||
technoprogressiv | 0 | 4,671,773,293 | 100% | ||
wagnertamanaha | 0 | 3,632,413,478 | 100% | ||
omarrium | 0 | 531,882,884 | 20% | ||
reisman | 0 | 1,670,061,584 | 48% | ||
taufar | 0 | 763,973,511 | 100% | ||
jwoox1991 | 0 | 502,770,886 | 100% | ||
engagement | 0 | 1,549,391,602,565 | 24% | ||
ourlifestory | 0 | 24,009,397,394 | 60% | ||
bottymcbotface | 0 | 2,486,804,465 | 47% | ||
detol | 0 | 1,134,803,838 | 67.9% | ||
sellergenius | 0 | 3,732,622,502 | 97% | ||
irawandedy | 0 | 3,575,994,162 | 100% | ||
writingamigo | 0 | 2,414,801,780 | 39% | ||
steemittalk | 0 | 9,199,366,510 | 97% | ||
alinamarin | 0 | 11,306,553,391 | 100% | ||
vitality | 0 | 16,746,154,370 | 100% | ||
bp9930 | 0 | 2,657,546,596 | 100% | ||
richq11 | 0 | 35,592,091,711 | 100% | ||
vcelier | 0 | 640,741,303,987 | 100% | ||
beeskee | 0 | 12,258,773,057 | 97% | ||
gildar | 0 | 1,796,287,269 | 60% | ||
saleg25 | 0 | 1,347,508,302 | 48.5% | ||
soushi888 | 0 | 3,844,572,831 | 39% | ||
meysam | 0 | 33,892,744,484 | 97% | ||
azazqwe | 0 | 2,281,878,281 | 100% | ||
leongkhan | 0 | 40,006,898,579 | 100% | ||
steemizen | 0 | 9,440,225,552 | 100% | ||
guytremat | 0 | 9,066,075,099 | 100% | ||
tamersameeh | 0 | 287,262,530 | 100% | ||
fibra59 | 0 | 10,885,049,213 | 100% | ||
dimidrolshina | 0 | 301,210,501 | 100% | ||
andrusha.mef | 0 | 317,891,919 | 100% | ||
steemnews.online | 0 | 5,692,938,069 | 97% | ||
ilovebatcatstew | 0 | 1,916,499,446 | 97% | ||
personz | 0 | 35,678,103,130 | 100% | ||
michaeladamparis | 0 | 6,990,395,971 | 29.1% | ||
vandalizmrecordz | 0 | 5,194,656,729 | 100% | ||
lastminuteman | 0 | 80,962,618,441 | 53% | ||
things | 0 | 1,016,997,127 | 48.5% | ||
j-o-n-t | 0 | 7,676,996,611 | 100% | ||
triddin | 0 | 29,900,384,802 | 48.5% | ||
tithecoin | 0 | 257,075,966 | 100% | ||
cheah | 0 | 16,512,603,219 | 97% | ||
internutter | 0 | 10,100,273,728 | 38.79% | ||
marcosespes1 | 0 | 3,546,229,408 | 97% | ||
barvon | 0 | 1,124,766,523 | 100% | ||
fajarsdq | 0 | 796,678,517 | 100% | ||
fiction-trail | 0 | 4,680,964,996 | 97% | ||
sebastianjago | 0 | 55,951,387,714 | 50% | ||
marieta88 | 0 | 8,295,171,244 | 100% | ||
tzimis | 0 | 4,274,418,343 | 100% | ||
kostaslou | 0 | 2,799,769,613 | 97% | ||
blackbunny | 0 | 4,672,118,056 | 100% | ||
kouhei-gahaku | 0 | 13,200,470,053 | 100% | ||
tiamaria | 0 | 748,313,122 | 100% | ||
andrianto.lie | 0 | 417,493,210 | 100% | ||
lukinsawyer | 0 | 226,092,236 | 20% | ||
automaton | 0 | 989,933,604 | 100% | ||
kotturinn | 0 | 16,231,527,520 | 100% | ||
ninahans | 0 | 1,508,186,267 | 100% | ||
akiyoshi | 0 | 489,663,254 | 100% | ||
raja | 0 | 195,364,091 | 100% | ||
fisteganos | 0 | 2,321,903,795 | 10% | ||
jasonrussell | 0 | 9,980,971,156 | 97% | ||
fbechstein | 0 | 9,621,536,932 | 67.9% | ||
poetry-trail | 0 | 2,566,712,226 | 97% | ||
killinhersoftly | 0 | 2,788,525,051 | 97% | ||
bloodhound | 0 | 392,287,843 | 100% | ||
elgeko | 0 | 54,207,247,368 | 97% | ||
eem | 0 | 109,690,037 | 42% | ||
thekyle | 0 | 417,295,738 | 100% | ||
historyoffuture | 0 | 1,377,983,653 | 100% | ||
cgame | 0 | 5,408,043,205 | 97% | ||
blockchained | 0 | 9,977,246,730 | 67.9% | ||
ejemai | 0 | 116,848,256 | 100% | ||
informatics | 0 | 646,437,757 | 100% | ||
mage00000 | 0 | 3,167,767,312 | 100% | ||
ogochukwu | 0 | 23,868,497,553 | 97% | ||
sumsum | 0 | 9,040,798,499 | 100% | ||
duranzo89 | 0 | 431,657,525 | 100% | ||
pqlenator | 0 | 2,616,108,398 | 100% | ||
paolobeneforti | 0 | 8,795,013,624 | 48.5% | ||
silviabeneforti | 0 | 22,795,333,280 | 97% | ||
theghost1980 | 0 | 9,575,189,178 | 95% | ||
honusurf | 0 | 3,922,587,206 | 100% | ||
wattacut | 0 | 512,851,214 | 100% | ||
vortex-nate | 0 | 415,415,153 | 100% | ||
lingfei | 0 | 5,502,447,115 | 100% | ||
cassidyandfranks | 0 | 1,310,714,646 | 100% | ||
steemitgecko | 0 | 677,722,194 | 100% | ||
tarazkp | 0 | 1,104,558,801 | 20% | ||
mariaalmeida | 0 | 1,317,449,632 | 50% | ||
aaronmda | 0 | 442,957,103 | 100% | ||
lilwallay | 0 | 1,559,784,725 | 97% | ||
amrizal | 0 | 1,383,352,252 | 100% | ||
cfreidsma | 0 | 2,978,311,881 | 48.5% | ||
zulfi | 0 | 864,778,734 | 100% | ||
atechreviews | 0 | 4,384,180,630 | 100% | ||
filotasriza3 | 0 | 14,660,945,399 | 100% | ||
gavvett | 0 | 384,831,151 | 100% | ||
justinashby | 0 | 18,882,078,342 | 100% | ||
zurvanic | 0 | 493,369,587,951 | 100% | ||
torkot | 0 | 2,826,399,633 | 97% | ||
libertylol | 0 | 3,616,675,414 | 97% | ||
yyyy | 0 | 1,292,260,127 | 100% | ||
buzzbeergeek | 0 | 3,720,581,777 | 50% | ||
fleur | 0 | 1,577,457,667 | 62% | ||
rckymaulana | 0 | 1,926,851,698 | 100% | ||
cube48 | 0 | 42,903,143,906 | 100% | ||
robertdurst10 | 0 | 4,845,505,714 | 100% | ||
decentralizd | 0 | 35,807,111,847 | 100% | ||
evildeathcore | 0 | 1,179,943,081 | 100% | ||
phibetaiota | 0 | 6,181,208,986 | 100% | ||
sk828man | 0 | 2,125,446,228 | 100% | ||
evimeria | 0 | 646,173,800 | 100% | ||
gogogadget | 0 | 21,029,646,757 | 100% | ||
azfix | 0 | 34,349,454,566 | 100% | ||
stefanoadrian | 0 | 1,072,862,655 | 100% | ||
troyvandeventer | 0 | 1,346,071,922 | 100% | ||
carland | 0 | 3,761,105,199 | 100% | ||
teammo | 0 | 28,551,788,101 | 100% | ||
ainiaziz | 0 | 5,219,925,703 | 100% | ||
anwarabdullah | 0 | 66,301,799 | 100% | ||
amri | 0 | 603,654,807 | 100% | ||
ackza | 0 | 964,609,641 | 100% | ||
cybertiger | 0 | 1,357,272,077 | 100% | ||
bookman | 0 | 3,951,861,047 | 100% | ||
comfortgenius | 0 | 495,086,256 | 100% | ||
frocush | 0 | 3,769,809,160 | 97% | ||
vikx | 0 | 364,222,370 | 100% | ||
heikomahr | 0 | 5,094,741,950 | 97% | ||
mckenziegary | 0 | 811,109,364 | 9.69% | ||
funkit | 0 | 2,738,368,494 | 100% | ||
jasonbourne | 0 | 29,077,132,805 | 100% | ||
taz77 | 0 | 353,876,624 | 100% | ||
jaibaru | 0 | 350,128,128 | 100% | ||
msbalestamon | 0 | 1,029,261,837 | 100% | ||
toniesteem | 0 | 251,377,156 | 100% | ||
mrlockon | 0 | 3,084,811,232 | 100% | ||
gladbhoy | 0 | 806,853,455 | 100% | ||
sissyspage | 0 | 800,339,935 | 100% | ||
yakuhi | 0 | 3,536,776,681 | 100% | ||
aaronthegoat | 0 | 634,412,873 | 100% | ||
varunsangwan | 0 | 430,150,712 | 60% | ||
ygern | 0 | 794,518,444 | 97% | ||
malonmar | 0 | 5,696,108,568 | 100% | ||
omido98 | 0 | 15,670,032,056 | 100% | ||
trafalgar | 0 | 2,243,494,154,373 | 42% | ||
cannabissativa | 0 | 4,519,975,792 | 100% | ||
crawfish37 | 0 | 1,799,658,605 | 100% | ||
kingsmind | 0 | 21,011,854,093 | 100% | ||
robert-call | 0 | 95,678,193,266 | 20% | ||
coincentrado | 0 | 1,546,910,048 | 100% | ||
unmean-stweets | 0 | 17,768,534,895 | 97% | ||
jondahl | 0 | 211,077,381 | 100% | ||
steemfactory | 0 | 5,813,042,803 | 97% | ||
magicalwolf | 0 | 2,485,651,021 | 100% | ||
eirik | 0 | 1,886,277,902 | 100% | ||
thomasgutierrez | 0 | 3,563,370,042 | 100% | ||
muammar | 0 | 301,750,150 | 100% | ||
iamsgr | 0 | 1,759,994,012 | 97% | ||
sassal | 0 | 8,347,225,440 | 100% | ||
gogumacat | 0 | 306,478,283,763 | 100% | ||
kwak | 0 | 50,321,800,628 | 100% | ||
nba05 | 0 | 575,617,245 | 100% | ||
zerometal | 0 | 1,195,330,255 | 100% | ||
whalie | 0 | 119,354,315 | 10% | ||
carloserp2000 | 0 | 1,166,199,766 | 100% | ||
taspingo | 0 | 6,172,585,601 | 100% | ||
almvide | 0 | 1,182,878,990 | 100% | ||
connecteconomy | 0 | 3,635,437,446 | 100% | ||
capoo | 0 | 328,400,390 | 100% | ||
singa | 0 | 1,356,434,270 | 67.9% | ||
bibek | 0 | 633,374,751 | 100% | ||
maurocostarica | 0 | 2,139,128,330 | 97% | ||
dracosalieri | 0 | 3,037,907,054 | 100% | ||
elevator09 | 0 | 384,663,526 | 100% | ||
alinabarbu | 0 | 1,340,366,654 | 100% | ||
awesomianist | 0 | 511,889,471 | 30% | ||
m0b1usz3r0 | 0 | 1,197,042,073 | 100% | ||
cqf | 0 | 55,869,285,386 | 100% | ||
jamhuery | 0 | 1,366,333,293 | 100% | ||
syarrf | 0 | 0 | 0% | ||
cdma | 0 | 1,170,755,824 | 97% | ||
fishjojo1 | 0 | 1,365,943,832 | 100% | ||
looftee | 0 | 4,778,036,016 | 25% | ||
fingersik | 0 | 2,915,237,186 | 100% | ||
therealdoapsauce | 0 | 1,050,811,724 | 100% | ||
frostedace | 0 | 4,938,849,931 | 100% | ||
marxrab | 0 | 3,082,295,546 | 100% | ||
jesuscirino | 0 | 1,282,819,121 | 100% | ||
prameshtyagi | 0 | 2,532,427,885 | 7% | ||
evesick | 0 | 1,166,045,469 | 100% | ||
brackf2 | 0 | 33,441,261,791 | 100% | ||
iamkunaning | 0 | 821,774,990 | 100% | ||
sarasate | 0 | 309,354,664 | 100% | ||
vtep | 0 | 1,193,967,653 | 100% | ||
blandermania | 0 | 4,066,939,059 | 100% | ||
arjane | 0 | 5,478,354,685 | 100% | ||
velimir | 0 | 166,731,175 | 3.9% | ||
saifulbahri | 0 | 1,568,030,314 | 100% | ||
hamidreza-asgari | 0 | 1,198,972,975 | 100% | ||
jongyeong | 0 | 0 | 100% | ||
imperfect-one | 0 | 5,928,043,808 | 100% | ||
chem1cal | 0 | 692,866,879 | 97% | ||
blackvapor | 0 | 2,727,768,893 | 100% | ||
cryptodog | 0 | 1,456,834,546 | 100% | ||
usammiismi | 0 | 955,374,541 | 100% | ||
thecleaner | 0 | 2,416,287,911 | 100% | ||
ryansteemit | 0 | 1,190,267,000 | 100% | ||
timbrockley | 0 | 890,055,571 | 100% | ||
jeff001 | 0 | 500,503,687 | 100% | ||
genics | 0 | 4,117,847,546 | 100% | ||
jackson182 | 0 | 1,194,741,661 | 100% | ||
zacharytamas | 0 | 1,224,036,841 | 100% | ||
hiimamazing | 0 | 1,099,270,291 | 100% | ||
patrickmohr | 0 | 337,442,463 | 100% | ||
greenstar | 0 | 6,515,609,584 | 100% | ||
syn999 | 0 | 12,229,138,779 | 100% | ||
synapse | 0 | 1,569,985,899 | 100% | ||
contentguy | 0 | 792,066,371 | 100% | ||
magick323 | 0 | 2,014,647,339 | 100% | ||
ghostgod | 0 | 1,821,274,937 | 100% | ||
samuelconquest | 0 | 93,371,712 | 100% | ||
graveric60 | 0 | 1,075,013,555 | 100% | ||
mkdmrs | 0 | 1,125,550,801 | 100% | ||
passion-fruit | 0 | 5,968,411,391 | 100% | ||
coocoocachoo | 0 | 1,899,182,020 | 100% | ||
carl760 | 0 | 1,343,155,249 | 100% | ||
nitromad | 0 | 428,828,455 | 100% | ||
civis-mundi | 0 | 242,392,085 | 100% | ||
haydeart | 0 | 1,281,749,013 | 100% | ||
theadmiral0 | 0 | 7,446,702,080 | 100% | ||
zaragast | 0 | 1,288,087,021 | 100% | ||
bramw | 0 | 1,050,328,547 | 100% | ||
htliao | 0 | 1,118,111,451 | 100% | ||
addicted7abinash | 0 | 1,979,233,077 | 100% | ||
jackedfinance | 0 | 1,183,068,175 | 100% | ||
cnsaad | 0 | 104,468,154 | 100% | ||
fortune-master | 0 | 5,914,790,733 | 100% | ||
richard78624 | 0 | 1,193,658,461 | 100% | ||
louiscpt | 0 | 1,499,509,866 | 100% | ||
steemmaster | 0 | 2,234,836,294 | 100% | ||
southerncrusher | 0 | 1,193,356,484 | 100% | ||
djohan | 0 | 18,433,930,417 | 100% | ||
vandal | 0 | 18,346,026,691 | 100% | ||
boomjump | 0 | 1,194,350,676 | 100% | ||
nitinchugh | 0 | 680,964,381 | 100% | ||
crackdown | 0 | 1,314,026,388 | 100% | ||
leanvix | 0 | 3,367,022,902 | 100% | ||
thedailyroto | 0 | 2,941,805,846 | 58.2% | ||
frankydoodle | 0 | 1,172,806,417 | 100% | ||
blockpool | 0 | 311,174,297 | 100% | ||
tutial | 0 | 361,156,912 | 100% | ||
mathfortress | 0 | 178,197,556 | 100% | ||
ecuadorianin | 0 | 1,515,451,971 | 100% | ||
itchykitten | 0 | 84,583,787,257 | 100% | ||
kishan | 0 | 1,196,614,198 | 100% | ||
redpill | 0 | 288,892,036 | 100% | ||
coinhub | 0 | 1,263,872,623 | 100% | ||
bullionaire | 0 | 1,161,374,533 | 100% | ||
billyjohnsonart | 0 | 1,076,191,911 | 100% | ||
martin007 | 0 | 1,195,078,239 | 100% | ||
thelordsfinest | 0 | 1,494,636,775 | 100% | ||
wonka | 0 | 32,611,189,436 | 100% | ||
marcusxman | 0 | 732,795,092 | 5% | ||
retrucker | 0 | 89,629,999 | 100% | ||
ashwanityagi | 0 | 1,196,546,745 | 100% | ||
siddartha | 0 | 1,339,502,167 | 100% | ||
rimungbuloeh | 0 | 644,981,480 | 100% | ||
gmenka | 0 | 1,340,941,680 | 100% | ||
reconnectnature | 0 | 3,435,544,331 | 97% | ||
mrpliven | 0 | 1,382,005,196 | 100% | ||
sv67216721 | 0 | 27,217,170,772 | 100% | ||
lilmayo | 0 | 63,161,215,192 | 100% | ||
creutzy | 0 | 464,785,319 | 100% | ||
kskarthik | 0 | 1,213,687,839 | 100% | ||
best-pomchi-ever | 0 | 1,015,897,369 | 100% | ||
kwahzee | 0 | 263,605,852 | 100% | ||
karlm | 0 | 1,050,137,305 | 100% | ||
pak455 | 0 | 775,057,346 | 100% | ||
dazanar | 0 | 1,155,387,769 | 100% | ||
sacred-agent | 0 | 10,986,285,346 | 100% | ||
tosomethingnew | 0 | 1,522,537,805 | 100% | ||
readallaboutit | 0 | 1,545,581,936 | 100% | ||
simoneb | 0 | 1,801,054,726 | 100% | ||
srtiyea | 0 | 1,516,510,009 | 100% | ||
teddyp | 0 | 2,651,318,121 | 100% | ||
quovadis | 0 | 3,027,111,453 | 100% | ||
the-eliot | 0 | 1,442,470,736 | 100% | ||
frostkyekye | 0 | 1,553,352,376 | 100% | ||
cryptodan | 0 | 8,533,016,300 | 100% | ||
skaworms | 0 | 1,692,317,538 | 100% | ||
equine.love | 0 | 1,614,707,986 | 100% | ||
stefanarud | 0 | 5,930,485,533 | 100% | ||
irf1 | 0 | 7,646,237,689 | 100% | ||
hatchi | 0 | 1,516,022,376 | 100% | ||
pratickr | 0 | 1,329,867,025 | 100% | ||
jsteem | 0 | 13,934,910,919 | 100% | ||
ylgv | 0 | 911,976,532 | 100% | ||
tellall | 0 | 1,493,023,306 | 100% | ||
williamgomez | 0 | 1,504,950,672 | 100% | ||
heigovannik | 0 | 253,331,834 | 100% | ||
yaba3 | 0 | 1,486,219,792 | 100% | ||
zcgolf16 | 0 | 2,608,616,546 | 100% | ||
toblerusse | 0 | 6,134,178,039 | 100% | ||
altcoinlife | 0 | 1,119,522,063 | 100% | ||
allaboutfcb | 0 | 1,380,028,637 | 100% | ||
robmeister | 0 | 1,547,669,471 | 100% | ||
misterbitcoin | 0 | 536,410,567 | 100% | ||
grande-fazial | 0 | 1,517,587,180 | 100% | ||
reisolutions | 0 | 2,159,080,007 | 100% | ||
nrajesh | 0 | 2,166,738,076 | 100% | ||
lautenglye | 0 | 655,878,739 | 100% | ||
skye1 | 0 | 922,675,017 | 67.9% | ||
svinsent | 0 | 848,766,591 | 100% | ||
etcbits | 0 | 823,094,020 | 100% | ||
forykw | 0 | 10,951,383,747 | 100% | ||
jonny-clearwater | 0 | 2,032,125,774 | 100% | ||
meraz | 0 | 1,516,975,357 | 100% | ||
altcointrends | 0 | 1,555,497,883 | 100% | ||
scorchdojo | 0 | 681,052,524 | 100% | ||
jasonb1 | 0 | 1,399,639,039 | 100% | ||
praz735u5 | 0 | 1,712,265,209 | 100% | ||
happy-doge | 0 | 2,041,288,270 | 100% | ||
clysse | 0 | 2,359,098,507 | 100% | ||
emilniz | 0 | 309,785,907 | 100% | ||
eliel | 0 | 1,455,807,995 | 100% | ||
frankintaiwan | 0 | 1,588,928,843 | 100% | ||
julia-alexis22 | 0 | 1,571,187,873 | 100% | ||
sorma | 0 | 1,515,368,166 | 100% | ||
indepthstory | 0 | 1,073,508,333 | 100% | ||
ericwoelk | 0 | 16,659,272,188 | 100% | ||
ribalinux | 0 | 579,544,325 | 29.1% | ||
thewineman | 0 | 3,583,254,762 | 100% | ||
graemeoswald | 0 | 1,485,060,444 | 100% | ||
ijoel | 0 | 446,675,674 | 100% | ||
kaz1k | 0 | 1,775,493,056 | 100% | ||
avvah | 0 | 11,443,011,344 | 100% | ||
user786 | 0 | 276,178,041 | 100% | ||
bp423 | 0 | 1,713,767,082 | 100% | ||
chetwithersby | 0 | 1,521,252,915 | 100% | ||
bellia | 0 | 1,515,367,440 | 100% | ||
maheshreddy | 0 | 1,328,610,274 | 100% | ||
cholenna | 0 | 1,515,367,369 | 100% | ||
marychris27 | 0 | 1,961,179,409 | 100% | ||
laloelectrix | 0 | 515,224,835 | 100% | ||
ginasarasini | 0 | 1,525,850,102 | 100% | ||
elprofe62 | 0 | 1,515,367,069 | 100% | ||
victorvazco | 0 | 428,346,885 | 100% | ||
youknow212012 | 0 | 1,246,392,970 | 100% | ||
clayford08 | 0 | 7,322,131,133 | 100% | ||
followbtcnews | 0 | 1,725,189,175 | 100% | ||
shellyduncan | 0 | 2,782,933,285 | 60% | ||
arkadiy | 0 | 1,425,058,304 | 100% | ||
gigafart | 0 | 257,466,033,137 | 100% | ||
schro.one | 0 | 2,024,187,300 | 100% | ||
susanlo | 0 | 1,454,751,906 | 100% | ||
bnt | 0 | 1,242,600,585 | 100% | ||
houman | 0 | 1,424,444,570 | 100% | ||
budimir | 0 | 328,857,311 | 100% | ||
okutavio | 0 | 2,056,107,443 | 100% | ||
carface | 0 | 242,098,114,423 | 100% | ||
recrypto | 0 | 2,087,581,939 | 100% | ||
dipseth | 0 | 1,516,837,372 | 100% | ||
teora | 0 | 1,485,058,692 | 100% | ||
barbaradesu | 0 | 1,060,756,206 | 100% | ||
sjc333 | 0 | 2,069,851,743 | 100% | ||
chrisl | 0 | 1,515,365,984 | 100% | ||
dinoo | 0 | 11,146,693,088 | 100% | ||
bitcoinman | 0 | 3,644,765,531 | 82% | ||
sneakgeekz | 0 | 3,545,362,089 | 25% | ||
shinidanitv | 0 | 2,818,048,248 | 100% | ||
jenga | 0 | 151,536,591 | 10% | ||
mk40 | 0 | 1,448,510,551 | 100% | ||
dwongch | 0 | 34,338,347,630 | 100% | ||
prabhatchugh | 0 | 1,282,949,283 | 100% | ||
leomichael | 0 | 410,974,091 | 100% | ||
elderfinancial | 0 | 9,690,567,953 | 100% | ||
iulianbutanu | 0 | 433,544,261 | 100% | ||
brakan | 0 | 1,608,113,563 | 100% | ||
datosin | 0 | 1,515,593,428 | 100% | ||
zacharius | 0 | 1,515,417,292 | 100% | ||
jkkim | 0 | 64,061,772,290 | 100% | ||
ssm181013 | 0 | 1,515,365,475 | 100% | ||
vogard04 | 0 | 1,529,388,934 | 100% | ||
manfactor | 0 | 1,515,365,424 | 100% | ||
onsomewavyshit | 0 | 2,997,015,989 | 100% | ||
leyargoz | 0 | 958,424,732 | 100% | ||
vichetuc | 0 | 1,515,375,653 | 100% | ||
grimboslice819 | 0 | 7,750,243,902 | 100% | ||
steef | 0 | 1,515,510,272 | 100% | ||
gohba.handcrafts | 0 | 2,832,243,844 | 100% | ||
girina79 | 0 | 1,878,965,948 | 100% | ||
fitrafarizil | 0 | 1,487,098,534 | 100% | ||
gmuxx | 0 | 1,144,054,920 | 100% | ||
jubedube | 0 | 474,067,462 | 100% | ||
jeffcirceo | 0 | 1,708,419,957 | 100% | ||
cryptoemperor | 0 | 1,394,202,231 | 100% | ||
swelker101 | 0 | 3,181,404,788 | 100% | ||
jpn24c | 0 | 1,973,784,817 | 100% | ||
btcvenom | 0 | 63,823,941 | 100% | ||
benjamincollier | 0 | 51,048,884 | 100% | ||
yhc321 | 0 | 1,515,685,414 | 100% | ||
momerathalice | 0 | 1,465,962,359 | 100% | ||
spg | 0 | 10,531,343,505 | 100% | ||
unclemike | 0 | 1,273,262,677 | 100% | ||
vmsolutionsltd | 0 | 2,171,491,212 | 100% | ||
altcoins101 | 0 | 1,517,000,582 | 100% | ||
ggorwell | 0 | 1,515,519,161 | 100% | ||
funkydoctor | 0 | 9,628,004,521 | 100% | ||
soi-green | 0 | 1,369,276,910 | 100% | ||
yinkel | 0 | 1,515,362,448 | 100% | ||
steempearls | 0 | 268,138,598 | 100% | ||
sinfrancisco | 0 | 1,485,074,604 | 100% | ||
sensatus | 0 | 1,074,900,220 | 100% | ||
urs | 0 | 943,905,371 | 100% | ||
newsflash | 0 | 3,626,194,651,912 | 100% | ||
singedbandaid | 0 | 0 | 0% | ||
mkultra87f | 0 | 781,625,638 | 100% | ||
sanjeevrawat77 | 0 | 756,429,929 | 100% | ||
ubertec | 0 | 635,401,140 | 100% | ||
guyverckw | 0 | 756,429,928 | 100% | ||
gaybeeoh | 0 | 272,314,774 | 100% | ||
twtzzz | 0 | 51,780,000 | 100% | ||
mfgminer | 0 | 1,125,386,784 | 100% | ||
adamm | 0 | 11,833,687,412 | 100% | ||
mariita | 0 | 170,440,791 | 100% | ||
muhammadhaseeb | 0 | 51,780,000 | 100% | ||
jkim1285 | 0 | 746,090,757 | 100% | ||
stealthfiction | 0 | 756,429,917 | 100% | ||
amirl | 0 | 51,862,847 | 100% | ||
big-ken-nj | 0 | 756,429,917 | 100% | ||
dantethegreat | 0 | 3,024,975,758 | 10% | ||
jabbo | 0 | 2,990,431,562 | 100% | ||
saqib | 0 | 332,829,159 | 100% | ||
waystobecalm | 0 | 711,044,114 | 100% | ||
amrulfahmi | 0 | 423,600,748 | 100% | ||
sammy187211 | 0 | 790,460,740 | 100% | ||
adrianb | 0 | 756,429,906 | 100% | ||
landern | 0 | 51,780,000 | 100% | ||
smithkim | 0 | 378,214,948 | 100% | ||
lexiconical | 0 | 726,172,700 | 100% | ||
tantry | 0 | 317,700,556 | 50% | ||
thijm | 0 | 791,098,159 | 100% | ||
dioneaguiar | 0 | 363,086,348 | 100% | ||
ifzgotdatpiff | 0 | 590,015,314 | 100% | ||
capone145 | 0 | 974,732,197 | 100% | ||
gichan | 0 | 741,311,432 | 100% | ||
goplayonline | 0 | 795,327,188 | 100% | ||
draoissey | 0 | 741,301,272 | 100% | ||
cpyjeffrey | 0 | 650,529,686 | 100% | ||
cryptonewb | 0 | 756,429,867 | 100% | ||
john.liao | 0 | 741,301,266 | 100% | ||
yvonnetse | 0 | 756,429,861 | 100% | ||
monica17 | 0 | 756,429,859 | 100% | ||
lopezjo | 0 | 50,744,400 | 100% | ||
johnylos | 0 | 741,301,254 | 100% | ||
andrefalegan | 0 | 756,429,850 | 100% | ||
danbain | 0 | 860,946,934 | 100% | ||
justcallmemyth | 0 | 756,429,846 | 100% | ||
tizswa | 0 | 3,123,152,362 | 50% | ||
dailygiveaway | 0 | 756,429,837 | 100% | ||
johnliao | 0 | 756,429,834 | 100% | ||
robertor | 0 | 468,986,497 | 100% | ||
jimsparkle | 0 | 756,429,830 | 100% | ||
robin666111 | 0 | 756,429,828 | 100% | ||
galberto | 0 | 756,429,827 | 100% | ||
yaoyeguard | 0 | 559,758,070 | 100% | ||
nuagnorab | 0 | 849,202,949 | 100% | ||
hunternnm | 0 | 756,429,814 | 100% | ||
drkeyweb | 0 | 5,170,344,966 | 100% | ||
yskz001 | 0 | 726,172,612 | 100% | ||
kenchs927 | 0 | 756,429,796 | 100% | ||
tt1234 | 0 | 711,044,002 | 100% |

author | abitofeverything |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t002500961z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"image":["https://steemitimages.com/DQmU1QQvDwxW8nt1eTLu9hCKBE3RQeG7K1qL7pwk4AHp9iG/image.png"],"app":"steemit/0.1"} |
created | 2017-06-08 00:24:57 |
last_update | 2017-06-08 00:24:57 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 00:24:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 371,384,924,930 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,371,193 |
net_rshares | 1,522,001,803 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abitofeverything | 0 | 1,522,001,803 | 100% |
Fuck yeah! Building the foundation of Steem v2. I envy your skills.
author | aggroed |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t004658995z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 00:47:00 |
last_update | 2017-06-07 00:47:00 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 00:47:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.116 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 1,343,344,221,324,844 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,306,244 |
net_rshares | 35,036,558,715 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aggroed | 0 | 25,754,448,017 | 80% | ||
the-ego-is-you | 0 | 6,690,081,574 | 100% | ||
almvide | 0 | 1,158,738,603 | 100% | ||
awesomianist | 0 | 1,433,290,521 | 100% |
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.
author | alao |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t014554768z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 01:45:03 |
last_update | 2017-06-07 01:45:03 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 01:45:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 23,510,767,447,737 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,308,719 |
net_rshares | 0 |
way to go!
author | allmonitors |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t035503887z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 03:55:03 |
last_update | 2017-06-07 03:55:03 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 03:55:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 1,267,762,427,817,182 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,313,830 |
net_rshares | 0 |
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 :)
author | allmonitors |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170609t034111072z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-09 03:41:12 |
last_update | 2017-06-09 03:41:12 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 03:41:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 1,267,762,427,817,182 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,446,406 |
net_rshares | 0 |
@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
author | ameliawheat |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t044144082z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"} |
created | 2017-06-08 04:42:00 |
last_update | 2017-06-08 04:42:00 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 04:42:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 192 |
author_reputation | 1,233,846,698,989 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,381,614 |
net_rshares | 0 |
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
author | arcange |
---|---|
permlink | re-an-experimental-script-for-running-ico-like-events-on-steem-20170607t162744000z |
category | steem-dev |
json_metadata | "" |
created | 2017-06-08 14:27:42 |
last_update | 2017-06-08 14:27:42 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 14:27:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 245 |
author_reputation | 1,146,606,601,469,178 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,406,432 |
net_rshares | 3,302,321,089 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
darth-azrael | 0 | 3,302,321,089 | 42% |
Valuable post.. Good information.. Good job
author | ashwanityagi | ||||||
---|---|---|---|---|---|---|---|
permlink | re-jesta-201767t221616764z | ||||||
category | steem-dev | ||||||
json_metadata | {"tags":"steem-dev","app":"esteem/1.4.4","format":"markdown+html"} | ||||||
created | 2017-06-07 16:46:21 | ||||||
last_update | 2017-06-07 16:46:21 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-06-14 16:46:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 43 | ||||||
author_reputation | 599,340,231,412 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,348,100 | ||||||
net_rshares | 0 |
That is amazing!!....
author | asif4745 |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170821t200738830z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-08-21 20:07:36 |
last_update | 2017-08-21 20:07:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-28 20:07:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 1,009,576,991,023 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,470,137 |
net_rshares | -21,046,227,970 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beanz | 0 | -21,046,227,970 | -1% |
Cool
author | azubuike |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t092626471z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-10 09:27:27 |
last_update | 2017-06-10 09:27:27 |
depth | 1 |
children | 0 |
last_payout | 2017-06-17 09:27:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 16,539,033,049 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,521,836 |
net_rshares | 0 |
You're the fucking man @jesta. You've done far more for Steem than, well, nevermind...
author | berniesanders |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t004440391z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"} |
created | 2017-06-07 00:44:39 |
last_update | 2017-06-07 00:45:12 |
depth | 1 |
children | 2 |
last_payout | 2017-06-14 00:44:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.410 HBD |
curator_payout_value | 0.889 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 600,251,775,828,524 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,306,143 |
net_rshares | 1,367,140,587,660 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rossco99 | 0 | 212,419,619,756 | 26% | ||
boatymcboatface | 0 | 154,555,003,709 | 26% | ||
kingscrown | 0 | 817,105,245,205 | 26% | ||
theshell | 0 | 23,656,693,839 | 26% | ||
bacchist | 0 | 70,926,289,731 | 100% | ||
senseiteekay | 0 | 15,176,525,974 | 100% | ||
frankbacon | 0 | 5,180,249,481 | 100% | ||
the-ego-is-you | 0 | 6,842,128,882 | 100% | ||
bestoftherest | 0 | 2,908,967,533 | 100% | ||
son-of-satire | 0 | 23,129,443,926 | 100% | ||
tomino | 0 | 17,870,769,198 | 100% | ||
writingamigo | 0 | 1,562,518,799 | 26% | ||
theghost1980 | 0 | 9,371,461,748 | 93% | ||
eirik | 0 | 1,886,277,902 | 100% | ||
awesomianist | 0 | 1,535,668,415 | 100% | ||
velimir | 0 | 83,365,587 | 2.6% | ||
nitromad | 0 | 428,828,455 | 100% | ||
nuagnorab | 0 | 866,533,621 | 100% | ||
mateorite | 0 | 878,567,039 | 100% | ||
rudystyle | 0 | 756,428,860 | 100% |
... steemit
author | transisto |
---|---|
permlink | re-berniesanders-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t032844645z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 03:28:45 |
last_update | 2017-06-07 03:28:45 |
depth | 2 |
children | 1 |
last_payout | 2017-06-14 03:28:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 330,357,940,720,833 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,312,819 |
net_rshares | 23,129,443,926 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
son-of-satire | 0 | 23,129,443,926 | 100% |
He obviously meant steam.
author | popejohan |
---|---|
permlink | re-transisto-re-berniesanders-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t175526004z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 17:55:24 |
last_update | 2017-06-07 17:55:24 |
depth | 3 |
children | 0 |
last_payout | 2017-06-14 17:55:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 5,686,308,219 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,351,914 |
net_rshares | 0 |
https://steemit.com/@binodsinghdhami plz. upvote & comments all my post
author | binodsinghdhami |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170819t062205886z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"links":["https://steemit.com/@binodsinghdhami"],"app":"steemit/0.1"} |
created | 2017-08-19 06:22:24 |
last_update | 2017-08-19 06:22:24 |
depth | 1 |
children | 0 |
last_payout | 2017-08-26 06:22:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | -12,785,561,579 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,238,539 |
net_rshares | 0 |
This is a crazy Idea man I love it !
author | bitcoinman |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t045559335z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-08 04:56:00 |
last_update | 2017-06-08 04:56:00 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 04:56:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 742,320,625,835,147 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,382,179 |
net_rshares | 0 |
Why do I follow you again? Oh, that's right, you educate me. Thanks for the post.
author | bluehorseshoe |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t025105486z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 02:51:06 |
last_update | 2017-06-07 02:51:06 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 02:51:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.197 HBD |
curator_payout_value | 0.223 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 9,766,510,656,462 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,311,377 |
net_rshares | 378,210,946,425 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jesta | 0 | 352,145,286,886 | 100% | ||
bluehorseshoe | 0 | 25,782,319,119 | 100% | ||
point | 0 | 283,340,420 | 100% |
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
author | carloserp2000 |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t013224224z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"} |
created | 2017-06-07 01:32:24 |
last_update | 2017-06-07 01:32:24 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 01:32:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 249 |
author_reputation | 2,142,106,777,769 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,308,169 |
net_rshares | 0 |
Thank you for your sharing
author | chl | ||||||
---|---|---|---|---|---|---|---|
permlink | re-jesta-201767t191858227z | ||||||
category | steem-dev | ||||||
json_metadata | {"tags":"steem-dev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-07 11:19:00 | ||||||
last_update | 2017-06-07 11:19:00 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-06-14 11:19:00 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 26 | ||||||
author_reputation | 5,489,342,118,025 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,330,205 | ||||||
net_rshares | 0 |
We really need something like this.
author | chrisaiki |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t124136535z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 12:41:48 |
last_update | 2017-06-07 12:41:48 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 12:41:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 56,754,492,047,754 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,334,376 |
net_rshares | 0 |
Very awesome concept. I'd love to see this implemented here! cheers, @clayford08
author | clayford08 |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t004314507z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["clayford08"],"app":"steemit/0.1"} |
created | 2017-06-07 00:43:12 |
last_update | 2017-06-07 00:43:12 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 00:43:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 5,014,320,835,971 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,306,085 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jeffcirceo | 0 | 0 | 0% |
you're cool, more than a steemer.. good job!!
author | cutnidar |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t193853561z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 19:39:03 |
last_update | 2017-06-07 19:39:03 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 19:39:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 22,196,206,878 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,357,260 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cutnidar | 0 | 0 | 100% |
Impressive. I wish I spoke code :(
author | davidether | ||||||
---|---|---|---|---|---|---|---|
permlink | re-jesta-201769t125947394z | ||||||
category | steem-dev | ||||||
json_metadata | {"tags":"steem-dev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-09 16:59:48 | ||||||
last_update | 2017-06-09 16:59:48 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-06-16 16:59:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 34 | ||||||
author_reputation | 59,728,765,749 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,480,788 | ||||||
net_rshares | 0 |
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!
author | dragosroua |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t120327338z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"} |
created | 2017-06-07 12:03:27 |
last_update | 2017-06-07 12:03:27 |
depth | 1 |
children | 2 |
last_payout | 2017-06-14 12:03:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.928 HBD |
curator_payout_value | 0.308 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 305 |
author_reputation | 372,798,229,806,288 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,332,321 |
net_rshares | 329,498,800,887 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jesta | 0 | 329,498,800,887 | 100% |
Honestly I didn't even think about it. That'd be a pretty interesting use case for escrow.
author | jesta | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dragosroua-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t120327338z-201767t12270108z | ||||||
category | steem-dev | ||||||
json_metadata | {"app":"chainbb/0.1","format":"markdown+html","tags":[]} | ||||||
created | 2017-06-07 16:27:00 | ||||||
last_update | 2017-06-07 16:27:00 | ||||||
depth | 2 | ||||||
children | 1 | ||||||
last_payout | 2017-06-14 16:27:00 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.160 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 91 | ||||||
author_reputation | 140,605,453,893,072 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,347,045 | ||||||
net_rshares | 54,483,392,019 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dragosroua | 0 | 51,490,370,740 | 100% | ||
raluca | 0 | 2,752,277,916 | 100% | ||
redpill | 0 | 240,743,363 | 100% |
Yeap, that's what I thought too. Btw, sent you a DM in chat, maybe you'll have time to look. Thanks.
author | dragosroua | ||||||
---|---|---|---|---|---|---|---|
permlink | re-jesta-201767t192844445z | ||||||
category | steem-dev | ||||||
json_metadata | {"tags":["esteem"],"app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-07 16:28:45 | ||||||
last_update | 2017-06-07 16:28:45 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2017-06-14 16:28:45 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 100 | ||||||
author_reputation | 372,798,229,806,288 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,347,143 | ||||||
net_rshares | 0 |
So much great information
author | draoissey |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t005117316z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 00:51:15 |
last_update | 2017-06-07 00:51:15 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 00:51:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 9,845,706,501 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,306,436 |
net_rshares | 0 |
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.
author | edje |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t185059957z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-08 18:51:00 |
last_update | 2017-06-08 18:51:00 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 18:51:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 587 |
author_reputation | 182,981,833,957,909 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,420,802 |
net_rshares | 0 |
we need more posts like this on steem, valuable information. Great job
author | emelyeucebio |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t142953437z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 14:29:51 |
last_update | 2017-06-07 14:29:51 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 14:29:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 164,116,008,949 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,340,526 |
net_rshares | 514,372,336 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emelyeucebio | 0 | 514,372,336 | 100% |
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 :)
author | eric-boucher |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t154819997z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 15:42:21 |
last_update | 2017-06-07 15:42:21 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 15:42:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.480 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 196 |
author_reputation | 68,503,601,066,539 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,344,566 |
net_rshares | 135,102,204,273 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eric-boucher | 0 | 135,102,204,273 | 100% |
Can't wait for first successful ICO on Steemit.
author | fminerten1 |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t064931978z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-08 06:49:33 |
last_update | 2017-06-08 06:49:33 |
depth | 1 |
children | 1 |
last_payout | 2017-06-15 06:49:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.246 HBD |
curator_payout_value | 0.745 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 36,412,535,193,751 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,386,747 |
net_rshares | 745,667,963,824 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten1 | 0 | 150,515,870,389 | 100% | ||
novina | 0 | 595,152,093,435 | 100% | ||
asif4745 | 0 | 0 | 100% |
bro I follow you and you follow me---
author | asif4745 |
---|---|
permlink | re-fminerten1-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170821t200938187z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-08-21 20:09:39 |
last_update | 2017-08-21 20:09:39 |
depth | 2 |
children | 0 |
last_payout | 2017-08-28 20:09:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 1,009,576,991,023 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,470,261 |
net_rshares | -21,046,227,970 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beanz | 0 | -21,046,227,970 | -1% |
Very good ...I like this info :)
author | foxkoit |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170609t190433310z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-09 19:04:36 |
last_update | 2017-06-09 19:04:36 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 19:04:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 533,953,066,164,291 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,487,128 |
net_rshares | 0 |
I love how open source crypto currency code is.
author | fuckmylife |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t074913463z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-08 07:49:03 |
last_update | 2017-06-08 07:49:03 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 07:49:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 1,365,524,722,971 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,389,149 |
net_rshares | 0 |
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.
author | fuckmylife |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t064521484z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-10 06:45:12 |
last_update | 2017-06-10 06:45:12 |
depth | 1 |
children | 0 |
last_payout | 2017-06-17 06:45:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 1,365,524,722,971 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,516,501 |
net_rshares | 0 |
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.
author | furion |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t021427919z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 02:14:27 |
last_update | 2017-06-07 02:15:00 |
depth | 1 |
children | 3 |
last_payout | 2017-06-14 02:14:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.512 HBD |
curator_payout_value | 0.308 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 230 |
author_reputation | 116,503,940,714,958 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,310,043 |
net_rshares | 474,720,242,512 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jesta | 0 | 352,069,118,207 | 100% | ||
the-ego-is-you | 0 | 6,690,081,574 | 100% | ||
point | 0 | 283,340,420 | 100% | ||
gutzofter | 0 | 80,829,322,510 | 100% | ||
personz | 0 | 34,848,379,801 | 100% | ||
teutorigos | 0 | 0 | 100% |
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!
author | jesta | ||||||
---|---|---|---|---|---|---|---|
permlink | re-furion-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t021427919z-201766t22332350z | ||||||
category | steem-dev | ||||||
json_metadata | {"app":"chainbb/0.1","format":"markdown+html","tags":[]} | ||||||
created | 2017-06-07 02:33:24 | ||||||
last_update | 2017-06-07 02:33:24 | ||||||
depth | 2 | ||||||
children | 2 | ||||||
last_payout | 2017-06-14 02:33:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 1.630 HBD | ||||||
curator_payout_value | 0.181 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 487 | ||||||
author_reputation | 140,605,453,893,072 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,310,746 | ||||||
net_rshares | 538,788,125,787 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptoctopus | 0 | 397,977,340,248 | 100% | ||
the-ego-is-you | 0 | 6,690,081,574 | 100% | ||
tomino | 0 | 17,870,769,198 | 100% | ||
point | 0 | 283,340,420 | 100% | ||
gutzofter | 0 | 80,829,322,510 | 100% | ||
personz | 0 | 34,848,379,801 | 100% | ||
redpill | 0 | 288,892,036 | 100% |
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.
author | furion |
---|---|
permlink | re-jesta-re-furion-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-201766t22332350z-20170607t102449355z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 10:24:48 |
last_update | 2017-06-07 10:27:15 |
depth | 3 |
children | 1 |
last_payout | 2017-06-14 10:24:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 449 |
author_reputation | 116,503,940,714,958 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,327,972 |
net_rshares | 0 |
cool meanwhile project :) I can´t wait to play with the real deal, is gonna be awesome!!
author | fyrstikken |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t010230891z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-08 01:02:30 |
last_update | 2017-06-08 01:02:30 |
depth | 1 |
children | 3 |
last_payout | 2017-06-15 01:02:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 18.400 HBD |
curator_payout_value | 6.128 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 377,187,606,449,589 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,372,815 |
net_rshares | 3,741,693,160,576 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thejohalfiles | 0 | 3,740,833,478,988 | 28% | ||
joanawatts | 0 | 808,937,188 | 100% | ||
hgmsilvergold | 0 | 50,744,400 | 100% | ||
asif4745 | 0 | 0 | 100% |
Again upvoting your post.. :)
author | asif4745 |
---|---|
permlink | re-fyrstikken-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170821t200818050z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-08-21 20:08:15 |
last_update | 2017-08-21 20:08:15 |
depth | 2 |
children | 0 |
last_payout | 2017-08-28 20:08:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 1,009,576,991,023 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,470,184 |
net_rshares | -21,046,227,970 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beanz | 0 | -21,046,227,970 | -1% |
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
author | jonuzi |
---|---|
permlink | re-fyrstikken-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170609t232541665z |
category | steem-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"} |
created | 2017-06-09 23:26:45 |
last_update | 2017-06-09 23:26:45 |
depth | 2 |
children | 1 |
last_payout | 2017-06-16 23:26:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | -125,243,823,771 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,500,347 |
net_rshares | 2,226,361,333 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
moataz | 0 | 153,507,601 | 100% | ||
miki1 | 0 | 1,600,566,990 | 100% | ||
jonuzi | 0 | 472,286,742 | 100% |
Cool
author | azubuike |
---|---|
permlink | re-jonuzi-re-fyrstikken-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t092456148z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-10 09:26:12 |
last_update | 2017-06-10 09:26:12 |
depth | 3 |
children | 0 |
last_payout | 2017-06-17 09:26:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 16,539,033,049 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,521,803 |
net_rshares | 0 |
Extraordinary hard work, what is done very well, I am touched very much by sharing this very valuable information.
author | gavvett |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t040209102z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-08 04:02:36 |
last_update | 2017-06-08 04:02:36 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 04:02:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 473,032,952,080 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,379,861 |
net_rshares | 0 |
Is it really possible to run ICO tokens on steem..
author | hms818 |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t063924934z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 06:39:27 |
last_update | 2017-06-07 06:39:27 |
depth | 1 |
children | 1 |
last_payout | 2017-06-14 06:39:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 11,503,740,391,093 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,320,002 |
net_rshares | 0 |
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.
author | the-ego-is-you | ||||||
---|---|---|---|---|---|---|---|
permlink | re-hms818-201767t94733734z | ||||||
category | steem-dev | ||||||
json_metadata | {"tags":"steem-dev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-07 07:47:39 | ||||||
last_update | 2017-06-07 07:47:39 | ||||||
depth | 2 | ||||||
children | 0 | ||||||
last_payout | 2017-06-14 07:47:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.378 HBD | ||||||
curator_payout_value | 0.002 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 238 | ||||||
author_reputation | 7,031,347,556,614 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,322,242 | ||||||
net_rshares | 112,815,512,234 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
carlos-cabeza | 0 | 298,412,161 | 11% | ||
dahaz159 | 0 | 297,670,256 | 11% | ||
good-karma | 0 | 91,984,836,562 | 11% | ||
mysteem | 0 | 504,526,315 | 11% | ||
happyphoenix | 0 | 158,244,297 | 1.1% | ||
hms818 | 0 | 2,924,454,528 | 100% | ||
demo | 0 | 971,407,657 | 11% | ||
pjo | 0 | 216,073,926 | 11% | ||
feruz | 0 | 9,114,831,830 | 11% | ||
esteemapp | 0 | 645,167,019 | 11% | ||
reisman | 0 | 334,012,316 | 8.8% | ||
irawandedy | 0 | 650,290,960 | 11% | ||
gildar | 0 | 399,174,948 | 11% | ||
things | 0 | 282,499,202 | 11% | ||
bounties | 0 | 1,034,641,869 | 11% | ||
steempoll | 0 | 1,001,931,334 | 11% | ||
evildeathcore | 0 | 396,615,254 | 11% | ||
evimeria | 0 | 71,797,088 | 11% | ||
tipping | 0 | 912,765,214 | 11% | ||
jackchalat | 0 | 262,792,622 | 11% | ||
jdc | 0 | 198,098,711 | 11% | ||
indiantraveller | 0 | 155,268,165 | 11% |
You are a genius! Recently tried using your steemstats.com and found it very useful. Keep up!
author | htliao |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t004841008z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 00:48:42 |
last_update | 2017-06-07 00:48:42 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 00:48:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 395,078,341,866,174 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,306,302 |
net_rshares | 1,030,449,267 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
susanlo | 0 | 1,030,449,267 | 100% |
Interesting idea. If the account is compromised, could the attacker start sending the coin out without waiting for the confirmations to complete?
author | jeffcirceo |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t005004048z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 00:50:15 |
last_update | 2017-06-07 00:50:15 |
depth | 1 |
children | 1 |
last_payout | 2017-06-14 00:50:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 146 |
author_reputation | 16,662,553,218 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,306,369 |
net_rshares | 1,673,554,243 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jeffcirceo | 0 | 1,673,554,243 | 100% |
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 :)
author | jesta |
---|---|
permlink | re-jeffcirceo-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t005356713z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 00:53:57 |
last_update | 2017-06-07 00:53:57 |
depth | 2 |
children | 0 |
last_payout | 2017-06-14 00:53:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 336 |
author_reputation | 140,605,453,893,072 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,306,547 |
net_rshares | 0 |
nice post...I like this.
author | jondahl |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t073953664z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 07:40:03 |
last_update | 2017-06-07 07:40:03 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 07:40:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 6,555,195,237,163 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,321,940 |
net_rshares | 211,077,381 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jondahl | 0 | 211,077,381 | 100% |
PLEASE HELP! https://steemit.com/hack/@jonipilo/alert-to-all-hacked-owners-of-steem-in-this-article
author | jonipilo |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t195844588z |
category | steem-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"} |
created | 2017-06-10 19:58:54 |
last_update | 2017-06-10 19:58:54 |
depth | 1 |
children | 0 |
last_payout | 2017-06-17 19:58:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 99 |
author_reputation | 530,321,342,055 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,550,349 |
net_rshares | 0 |
jesta for president of the blockchain!
author | kingscrown |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t010113056z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 01:01:12 |
last_update | 2017-06-07 01:01:12 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 01:01:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 2,113,705,347,129,712 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,306,865 |
net_rshares | 0 |
too technical for me....but deserve my upvote and resteem for your effort...hehehe...
author | lautenglye |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t045754556z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 04:59:12 |
last_update | 2017-06-07 04:59:12 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 04:59:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 1,745,262,632,168 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,316,347 |
net_rshares | 655,878,739 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lautenglye | 0 | 655,878,739 | 100% |
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.
author | liberosist |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t035638614z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 03:56:45 |
last_update | 2017-06-07 03:57:45 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 03:56:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 177,167,275,265,899 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,313,887 |
net_rshares | 8,123,372,095 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
the-ego-is-you | 0 | 6,690,081,574 | 100% | ||
awesomianist | 0 | 1,433,290,521 | 100% |
You have a devil mind man!!! go 4 it!!!
author | life-dailydose |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t174940475z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 17:49:39 |
last_update | 2017-06-07 17:49:39 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 17:49:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 68,784,836,036 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,351,572 |
net_rshares | 0 |
Nice post! Thanks. Please follow me: @martinst
author | martinst |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t055701486z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["martinst"],"app":"steemit/0.1"} |
created | 2017-06-07 05:57:03 |
last_update | 2017-06-07 05:57:03 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 05:57:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 256,355,462,336 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,318,477 |
net_rshares | 4,160,527,113 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
martinst | 0 | 4,160,527,113 | 100% |
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
author | maxtill94 |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170711t021809624z |
category | steem-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"} |
created | 2017-07-11 02:18:09 |
last_update | 2017-07-11 02:18:09 |
depth | 1 |
children | 0 |
last_payout | 2017-07-18 02:18:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 388 |
author_reputation | -473,999,233,539 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 8,055,667 |
net_rshares | 0 |
@jesta Unreal You are the Man
author | melowd |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t025143236z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"} |
created | 2017-06-08 02:51:45 |
last_update | 2017-06-08 02:51:45 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 02:51:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | -267,078,238,602 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,376,893 |
net_rshares | 635,401,117 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
melowd | 0 | 635,401,117 | 100% |
wow @jesta. Steem is really getting some good upgrading so far.
author | merrick |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t014611039z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"} |
created | 2017-06-08 01:46:18 |
last_update | 2017-06-08 01:46:18 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 01:46:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 29,180,238,159 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,374,580 |
net_rshares | 0 |
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.
author | moataz |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t051357393z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"} |
created | 2017-06-08 05:14:09 |
last_update | 2017-06-08 05:14:09 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 05:14:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 160 |
author_reputation | 1,422,483,078,165 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,382,839 |
net_rshares | 0 |
Great development and experimental!
author | moksamol |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t124032288z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 12:40:33 |
last_update | 2017-06-07 12:40:33 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 12:40:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 622,563,924,887 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,334,297 |
net_rshares | 0 |
I literally glanced over this post, stopped a few times an I definitely will have to give a proper read of this later.
author | newton |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t145634004z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-08 15:56:21 |
last_update | 2017-06-08 15:56:21 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 15:56:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 70,568,145,888 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,411,629 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
johnlue | 0 | 0 | 100% |
author | ohamdache |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t220845416z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 22:09:06 |
last_update | 2017-06-07 22:09:06 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 22:09:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 25,148,291,198,020 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,364,714 |
net_rshares | 2,532,787,145 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ohamdache | 0 | 1,836,871,660 | 100% | ||
hilton200 | 0 | 695,915,485 | 100% |
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
author | puffin |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t125606088z |
category | steem-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"} |
created | 2017-06-07 12:56:06 |
last_update | 2017-06-07 12:56:06 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 12:56:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 512 |
author_reputation | 20,868,379,832,737 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,335,112 |
net_rshares | 0 |
This is crazy cool work man thank you so much @jesta for putting your time and energy into this, I really appreciate it.
author | raymonjohnstone |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t171621248z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"} |
created | 2017-06-07 17:16:21 |
last_update | 2017-06-07 17:16:21 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 17:16:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 120 |
author_reputation | 14,611,387,097,335 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,349,677 |
net_rshares | 0 |
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 :)!!!
author | ruxonsteemit |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170807t102939653z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"} |
created | 2017-08-07 10:29:39 |
last_update | 2017-08-07 10:29:39 |
depth | 1 |
children | 1 |
last_payout | 2017-08-14 10:29:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 46,820,692,561 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,042,882 |
net_rshares | 0 |
And following you now :)!!!
author | ruxonsteemit |
---|---|
permlink | re-ruxonsteemit-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170807t103009076z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-08-07 10:30:09 |
last_update | 2017-08-07 10:30:09 |
depth | 2 |
children | 0 |
last_payout | 2017-08-14 10:30:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 46,820,692,561 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,042,910 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ruxonsteemit | 0 | 0 | 0% |
I will upvote you , please you will follow me .
author | saryan |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t155033761z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 15:50:45 |
last_update | 2017-06-07 15:50:45 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 15:50:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 287,264,310,496 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,345,051 |
net_rshares | 0 |
@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.
author | scaredycatguide |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t004911926z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"users":["jesta"],"app":"steemit/0.1"} |
created | 2017-06-07 00:49:15 |
last_update | 2017-06-07 00:54:18 |
depth | 1 |
children | 2 |
last_payout | 2017-06-14 00:49:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.492 HBD |
curator_payout_value | 0.077 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 537 |
author_reputation | 980,080,101,328,030 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,306,320 |
net_rshares | 414,497,009,025 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jesta | 0 | 351,887,054,566 | 100% | ||
aggroed | 0 | 34,339,264,023 | 100% | ||
mitchelljaworski | 0 | 8,970,958,298 | 100% | ||
tomino | 0 | 17,870,769,198 | 100% | ||
point | 0 | 283,340,420 | 100% | ||
geo-geo | 0 | 1,145,622,520 | 100% |
Just voted you for witness as well, didn't realize I hadn't already. Thanks again!
author | scaredycatguide |
---|---|
permlink | re-scaredycatguide-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t005809951z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 00:58:12 |
last_update | 2017-06-07 00:58:12 |
depth | 2 |
children | 1 |
last_payout | 2017-06-14 00:58:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 980,080,101,328,030 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,306,744 |
net_rshares | 586,605,601 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cybercodetwins | 0 | 586,605,601 | 100% |
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 :)
author | jesta | ||||||
---|---|---|---|---|---|---|---|
permlink | re-scaredycatguide-re-scaredycatguide-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t005809951z-201766t205948153z | ||||||
category | steem-dev | ||||||
json_metadata | {"app":"chainbb/0.1","format":"markdown+html","tags":[]} | ||||||
created | 2017-06-07 00:59:48 | ||||||
last_update | 2017-06-07 00:59:48 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2017-06-14 00:59:48 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 2.074 HBD | ||||||
curator_payout_value | 0.400 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 127 | ||||||
author_reputation | 140,605,453,893,072 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,306,810 | ||||||
net_rshares | 703,779,149,083 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptoctopus | 0 | 397,977,340,248 | 100% | ||
jesta | 0 | 304,214,142,323 | 100% | ||
cybercodetwins | 0 | 586,605,601 | 100% | ||
point | 0 | 283,340,420 | 100% | ||
nitromad | 0 | 428,828,455 | 100% | ||
redpill | 0 | 288,892,036 | 100% |
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. :(
author | srtiyea |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t072633704z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 07:26:33 |
last_update | 2017-06-07 07:26:33 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 07:26:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 259 |
author_reputation | 20,220,621,707 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,321,487 |
net_rshares | 0 |
# 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*
author | steve-speaks |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170609t200953503z |
category | steem-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"} |
created | 2017-06-09 20:09:54 |
last_update | 2017-06-09 20:09:54 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 20:09:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 470 |
author_reputation | 190,182,177,825 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,490,598 |
net_rshares | 2,534,355,011 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pqlenator | 0 | 2,534,355,011 | 100% |
Watching and learning. Thanks for all your efforts!
author | team101 |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t011517377z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 01:15:24 |
last_update | 2017-06-07 01:15:24 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 01:15:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 12,700,047,182,916 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,307,430 |
net_rshares | 0 |
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.
author | the-ego-is-you | ||||||
---|---|---|---|---|---|---|---|
permlink | re-jesta-201767t93520872z | ||||||
category | steem-dev | ||||||
json_metadata | {"tags":"steem-dev","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-07 07:35:24 | ||||||
last_update | 2017-06-07 07:35:24 | ||||||
depth | 1 | ||||||
children | 2 | ||||||
last_payout | 2017-06-14 07:35:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 1.308 HBD | ||||||
curator_payout_value | 0.303 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 382 | ||||||
author_reputation | 7,031,347,556,614 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,321,782 | ||||||
net_rshares | 439,172,291,326 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
carlos-cabeza | 0 | 298,412,161 | 11% | ||
dahaz159 | 0 | 297,670,256 | 11% | ||
good-karma | 0 | 91,982,706,058 | 11% | ||
jesta | 0 | 329,481,463,042 | 100% | ||
mysteem | 0 | 504,526,315 | 11% | ||
happyphoenix | 0 | 158,244,297 | 1.1% | ||
demo | 0 | 971,407,657 | 11% | ||
pjo | 0 | 216,073,926 | 11% | ||
feruz | 0 | 9,114,831,830 | 11% | ||
esteemapp | 0 | 645,167,019 | 11% | ||
reisman | 0 | 334,012,316 | 8.8% | ||
irawandedy | 0 | 650,290,960 | 11% | ||
gildar | 0 | 399,174,948 | 11% | ||
things | 0 | 282,499,202 | 11% | ||
bounties | 0 | 1,034,641,869 | 11% | ||
steempoll | 0 | 1,001,931,334 | 11% | ||
evildeathcore | 0 | 396,615,047 | 11% | ||
evimeria | 0 | 71,797,088 | 11% | ||
tipping | 0 | 912,765,214 | 11% | ||
jackchalat | 0 | 262,792,622 | 11% | ||
indiantraveller | 0 | 155,268,165 | 11% |
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.
author | jesta | ||||||
---|---|---|---|---|---|---|---|
permlink | re-the-ego-is-you-re-jesta-201767t93520872z-201767t121826801z | ||||||
category | steem-dev | ||||||
json_metadata | {"app":"chainbb/0.1","format":"markdown+html","tags":[]} | ||||||
created | 2017-06-07 16:18:30 | ||||||
last_update | 2017-06-07 16:18:30 | ||||||
depth | 2 | ||||||
children | 1 | ||||||
last_payout | 2017-06-14 16:18:30 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.616 HBD | ||||||
curator_payout_value | 0.056 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 547 | ||||||
author_reputation | 140,605,453,893,072 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,346,575 | ||||||
net_rshares | 215,268,048,666 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptoctopus | 0 | 198,988,670,124 | 50% | ||
raymonjohnstone | 0 | 8,674,076,983 | 100% | ||
the-ego-is-you | 0 | 6,562,689,443 | 100% | ||
redpill | 0 | 240,743,363 | 100% | ||
oneness | 0 | 801,868,753 | 100% |
That's what I was hoping and I agree!
author | the-ego-is-you | ||||||
---|---|---|---|---|---|---|---|
permlink | re-jesta-201767t182028953z | ||||||
category | steem-dev | ||||||
json_metadata | {"tags":"","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-07 16:20:33 | ||||||
last_update | 2017-06-07 16:20:33 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2017-06-14 16:20:33 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 37 | ||||||
author_reputation | 7,031,347,556,614 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,346,662 | ||||||
net_rshares | 0 |
Hey guys! New to steemit and need some exposure! Great content exposing the new world order! Check it out!
author | the-eliot |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t211922146z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-08 21:19:21 |
last_update | 2017-06-08 21:19:21 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 21:19:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 11,854,926,560,436 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,428,845 |
net_rshares | 1,442,470,736 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
the-eliot | 0 | 1,442,470,736 | 100% |
sounds like a great idea! would it be possible to create multisig accounts on steem, so that the trust comes from resprected multisig members?
author | tosomethingnew |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t052718482z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-08 05:27:21 |
last_update | 2017-06-08 05:27:21 |
depth | 1 |
children | 1 |
last_payout | 2017-06-15 05:27:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 50,508,475,455 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,383,417 |
net_rshares | 0 |
Not easily, but yes, it's totally possible
author | jesta | ||||||
---|---|---|---|---|---|---|---|
permlink | re-tosomethingnew-re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170608t052718482z-201768t33742608z | ||||||
category | steem-dev | ||||||
json_metadata | {"app":"chainbb/0.1","format":"markdown+html","tags":[]} | ||||||
created | 2017-06-08 07:37:42 | ||||||
last_update | 2017-06-08 07:37:42 | ||||||
depth | 2 | ||||||
children | 0 | ||||||
last_payout | 2017-06-15 07:37:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.286 HBD | ||||||
curator_payout_value | 0.023 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 43 | ||||||
author_reputation | 140,605,453,893,072 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,388,655 | ||||||
net_rshares | 103,598,448,819 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptoctopus | 0 | 99,494,335,062 | 30% | ||
cloh76 | 0 | 3,820,403,712 | 30% | ||
daynewright | 0 | 133,919,015 | 30% | ||
rymlen | 0 | 77,568,021 | 30% | ||
redpill | 0 | 72,223,009 | 100% |
I'm quite interested in learning more about this...I feel as though I have just opened Pandora's box.
author | trumotiv |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t155340462z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-10 15:53:42 |
last_update | 2017-06-10 15:53:42 |
depth | 1 |
children | 0 |
last_payout | 2017-06-17 15:53:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 102 |
author_reputation | 26,202,239,959 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,538,064 |
net_rshares | 0 |
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!
author | watcher1987 |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t114236293z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 11:42:36 |
last_update | 2017-06-07 11:42:36 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 11:42:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 138 |
author_reputation | 15,517,226,085 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,331,302 |
net_rshares | 0 |
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.
author | yakuhi |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170610t113905565z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-10 11:39:06 |
last_update | 2017-06-10 11:39:06 |
depth | 1 |
children | 0 |
last_payout | 2017-06-17 11:39:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 3,459,100,868,106 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,526,317 |
net_rshares | 0 |
This is yet another demonstration of steem-python's ability to accomplish such advanced tasks in such a simple manner!
author | zcgolf16 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-201767t2115630z | ||||||
category | steem-dev | ||||||
json_metadata | {"app":"chainbb/0.1","format":"markdown+html","tags":[]} | ||||||
created | 2017-06-07 06:01:15 | ||||||
last_update | 2017-06-07 06:01:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-06-14 06:01:15 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 118 | ||||||
author_reputation | 2,001,212,305,331 | ||||||
root_title | "An experimental script for running ICO-like events on Steem" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,318,630 | ||||||
net_rshares | 3,034,104,859 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
redpill | 0 | 288,892,036 | 100% | ||
zcgolf16 | 0 | 2,745,212,823 | 100% |
Excellent experimental script @ jesta
author | zuljalalil |
---|---|
permlink | re-jesta-an-experimental-script-for-running-ico-like-events-on-steem-20170607t134418030z |
category | steem-dev |
json_metadata | {"tags":["steem-dev"],"app":"steemit/0.1"} |
created | 2017-06-07 13:43:30 |
last_update | 2017-06-07 13:43:30 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 13:43:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 688,339,405,870 |
root_title | "An experimental script for running ICO-like events on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,337,788 |
net_rshares | 0 |