create account

My First Open Source Contribution Ever by eonwarped

View this thread on: hive.blogpeakd.comecency.com
· @eonwarped · (edited)
$12.58
My First Open Source Contribution Ever
![imgwithscreenshot](https://user-images.githubusercontent.com/34953718/34911497-c71f7cda-f899-11e7-80e8-e60a1f5a0a64.PNG)

You can find the link to the referenced pull request [here](https://github.com/steemit/condenser/pull/2336), (if for example you are not viewing this post from Utopian).

This was a trivial fix, so according to Utopian rules, it's likely to be rejected, but it's likely people would not have been able to find it without looking specifically for it. The linked pull request has all the screenshots of the change, and I can also tell you what it looks like.

Basically, when you see your payout numeric number, and click it, a box pops up telling you "Pending Payout: $X in Y days". Except if you're in the Russian version, in which case it says "Pending Payout in Y days". Which is still perfectly reasonable because the number is still available. So this is more of a consistency fix.

# Side Track of My Main Exploration
What was I doing? Well, I was curious what it would take to modify the Steemit UI to show the amounts in a different way, for example, if its value was simply just in STEEM (so that it isn't fluctuating so much based on the market price). At least if it showed it alongside the previous. Problem with that of course is that it's still confusing with SBD being more than 1 USD. Probably would want one that is fully featured, showing both predicted SBD and STEEM POWER payouts with all the information available (even with curation, now that I understand it!). Anyway, that's the dream.

So the first thing I do is to look for where this is being displayed. Well, I know that the STEEM blockchain stores it in the comment object [here](https://github.com/steemit/steem/blob/8cd5f688d75092298bcffaa48a543ed9b01447a6/libraries/app/include/steemit/app/state.hpp#L71) in the "payout_pending_value" field.

So I search the condenser codebase for it. That let me
[here](https://github.com/steemit/condenser/blob/1842b43aef55d58a089f7e2e735fd2c4c0885f31/src/app/components/cards/PostSummary.jsx#L374).  And then to search for "pending_payout", which revealed several localization files, and that's when I noticed the Russian one was slightly off. I decided to pitch in and correct the typo.

# Experience in Contributing

The typo is trivial to correct, and likely I could have just edited it all in the github UI and sent it out. But I wanted to verify everything to make sure it worked. So I followed the steps to build and run my own version of Steemit. Woohoo!

The instructions are easy, and at the front wiki of the github [here](https://github.com/steemit/condenser). At least, I already had a way to get Docker working, also described on that page, which made the steps much simpler.

When following the instructions to build and run locally, of course it didn't work the first time (that's some kind of law, someone give me the name of it...). Nothing loaded, and I got some connection related error that I no longer remember. I suspected it was endpoints that were no longer valid, and was able to find and replace it and modify the configuration file locally to go around it.

Later I would find out that it would be resolved by [this pull request](https://github.com/steemit/condenser/pull/2195). Lesson learned. I should always see if anyone's put it in the issue tracker, because most likely it's not just me.

In any case, being able to successfully pull it up and test out my change was a great experience. That is how I was able to generate the second screenshot of it being fixed.

![afterimage](https://user-images.githubusercontent.com/34953718/34911499-cb30a236-f899-11e7-8a20-a73dfcd8d6b2.PNG)

This isn't proof, because someone could have mucked with the developer mode to generate that, so a bit of trust involved there :).

# Next Steps

I will keep playing with modifying the codebase for fun, to see if I can get a good breakdown of the payout, though I'm pretty busy already with the normal job, so don't expect too much from me for now :). Cheers. Do let me know if you already know if others doing something similar.


<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@eonwarped/my-first-open-source-contribution-ever">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authoreonwarped
permlinkmy-first-open-source-contribution-ever
categoryutopian-io
json_metadata"{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":59213335,"name":"condenser","full_name":"steemit/condenser","html_url":"https://github.com/steemit/condenser","fork":false,"owner":{"login":"steemit"}},"pullRequests":[{"url":"https://api.github.com/repos/steemit/condenser/pulls/2336","id":162804528,"html_url":"https://github.com/steemit/condenser/pull/2336","diff_url":"https://github.com/steemit/condenser/pull/2336.diff","patch_url":"https://github.com/steemit/condenser/pull/2336.patch","issue_url":"https://api.github.com/repos/steemit/condenser/issues/2336","number":2336,"state":"closed","locked":false,"title":"Add value placeholder to pending_payout in russian translation","user":{"login":"eonwarped","id":34953718,"avatar_url":"https://avatars2.githubusercontent.com/u/34953718?v=4","gravatar_id":"","url":"https://api.github.com/users/eonwarped","html_url":"https://github.com/eonwarped","followers_url":"https://api.github.com/users/eonwarped/followers","following_url":"https://api.github.com/users/eonwarped/following{/other_user}","gists_url":"https://api.github.com/users/eonwarped/gists{/gist_id}","starred_url":"https://api.github.com/users/eonwarped/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eonwarped/subscriptions","organizations_url":"https://api.github.com/users/eonwarped/orgs","repos_url":"https://api.github.com/users/eonwarped/repos","events_url":"https://api.github.com/users/eonwarped/events{/privacy}","received_events_url":"https://api.github.com/users/eonwarped/received_events","type":"User","site_admin":false},"body":"Small Russian translation fix to display pending payout number on highlight.\r\n\r\nBefore:\r\n![beforefix](https://user-images.githubusercontent.com/34953718/34911497-c71f7cda-f899-11e7-80e8-e60a1f5a0a64.PNG)\r\n\r\nAfter:\r\n![afterfix](https://user-images.githubusercontent.com/34953718/34911499-cb30a236-f899-11e7-8a20-a73dfcd8d6b2.PNG)\r\n\r\n","created_at":"2018-01-14T00:43:05Z","updated_at":"2018-02-02T17:26:45Z","closed_at":"2018-02-02T17:26:45Z","merged_at":"2018-02-02T17:26:45Z","merge_commit_sha":"0f6221cd7d96d92926f36b737a260dffb4ccf169","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"milestone":null,"commits_url":"https://api.github.com/repos/steemit/condenser/pulls/2336/commits","review_comments_url":"https://api.github.com/repos/steemit/condenser/pulls/2336/comments","review_comment_url":"https://api.github.com/repos/steemit/condenser/pulls/comments{/number}","comments_url":"https://api.github.com/repos/steemit/condenser/issues/2336/comments","statuses_url":"https://api.github.com/repos/steemit/condenser/statuses/bc1e63ba5e23d16041055b2dc5693bae027f9170","head":{"label":"eonwarped:patch-1","ref":"patch-1","sha":"bc1e63ba5e23d16041055b2dc5693bae027f9170","user":{"login":"eonwarped","id":34953718,"avatar_url":"https://avatars2.githubusercontent.com/u/34953718?v=4","gravatar_id":"","url":"https://api.github.com/users/eonwarped","html_url":"https://github.com/eonwarped","followers_url":"https://api.github.com/users/eonwarped/followers","following_url":"https://api.github.com/users/eonwarped/following{/other_user}","gists_url":"https://api.github.com/users/eonwarped/gists{/gist_id}","starred_url":"https://api.github.com/users/eonwarped/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eonwarped/subscriptions","organizations_url":"https://api.github.com/users/eonwarped/orgs","repos_url":"https://api.github.com/users/eonwarped/repos","events_url":"https://api.github.com/users/eonwarped/events{/privacy}","received_events_url":"https://api.github.com/users/eonwarped/received_events","type":"User","site_admin":false},"repo":{"id":117375753,"name":"condenser","full_name":"eonwarped/condenser","owner":{"login":"eonwarped","id":34953718,"avatar_url":"https://avatars2.githubusercontent.com/u/34953718?v=4","gravatar_id":"","url":"https://api.github.com/users/eonwarped","html_url":"https://github.com/eonwarped","followers_url":"https://api.github.com/users/eonwarped/followers","following_url":"https://api.github.com/users/eonwarped/following{/other_user}","gists_url":"https://api.github.com/users/eonwarped/gists{/gist_id}","starred_url":"https://api.github.com/users/eonwarped/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eonwarped/subscriptions","organizations_url":"https://api.github.com/users/eonwarped/orgs","repos_url":"https://api.github.com/users/eonwarped/repos","events_url":"https://api.github.com/users/eonwarped/events{/privacy}","received_events_url":"https://api.github.com/users/eonwarped/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/eonwarped/condenser","description":"The social application web front-end to the Steem Blockchain.","fork":true,"url":"https://api.github.com/repos/eonwarped/condenser","forks_url":"https://api.github.com/repos/eonwarped/condenser/forks","keys_url":"https://api.github.com/repos/eonwarped/condenser/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eonwarped/condenser/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eonwarped/condenser/teams","hooks_url":"https://api.github.com/repos/eonwarped/condenser/hooks","issue_events_url":"https://api.github.com/repos/eonwarped/condenser/issues/events{/number}","events_url":"https://api.github.com/repos/eonwarped/condenser/events","assignees_url":"https://api.github.com/repos/eonwarped/condenser/assignees{/user}","branches_url":"https://api.github.com/repos/eonwarped/condenser/branches{/branch}","tags_url":"https://api.github.com/repos/eonwarped/condenser/tags","blobs_url":"https://api.github.com/repos/eonwarped/condenser/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eonwarped/condenser/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eonwarped/condenser/git/refs{/sha}","trees_url":"https://api.github.com/repos/eonwarped/condenser/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eonwarped/condenser/statuses/{sha}","languages_url":"https://api.github.com/repos/eonwarped/condenser/languages","stargazers_url":"https://api.github.com/repos/eonwarped/condenser/stargazers","contributors_url":"https://api.github.com/repos/eonwarped/condenser/contributors","subscribers_url":"https://api.github.com/repos/eonwarped/condenser/subscribers","subscription_url":"https://api.github.com/repos/eonwarped/condenser/subscription","commits_url":"https://api.github.com/repos/eonwarped/condenser/commits{/sha}","git_commits_url":"https://api.github.com/repos/eonwarped/condenser/git/commits{/sha}","comments_url":"https://api.github.com/repos/eonwarped/condenser/comments{/number}","issue_comment_url":"https://api.github.com/repos/eonwarped/condenser/issues/comments{/number}","contents_url":"https://api.github.com/repos/eonwarped/condenser/contents/{+path}","compare_url":"https://api.github.com/repos/eonwarped/condenser/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eonwarped/condenser/merges","archive_url":"https://api.github.com/repos/eonwarped/condenser/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eonwarped/condenser/downloads","issues_url":"https://api.github.com/repos/eonwarped/condenser/issues{/number}","pulls_url":"https://api.github.com/repos/eonwarped/condenser/pulls{/number}","milestones_url":"https://api.github.com/repos/eonwarped/condenser/milestones{/number}","notifications_url":"https://api.github.com/repos/eonwarped/condenser/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eonwarped/condenser/labels{/name}","releases_url":"https://api.github.com/repos/eonwarped/condenser/releases{/id}","deployments_url":"https://api.github.com/repos/eonwarped/condenser/deployments","created_at":"2018-01-13T20:27:03Z","updated_at":"2018-01-13T20:27:06Z","pushed_at":"2018-02-02T17:09:02Z","git_url":"git://github.com/eonwarped/condenser.git","ssh_url":"git@github.com:eonwarped/condenser.git","clone_url":"https://github.com/eonwarped/condenser.git","svn_url":"https://github.com/eonwarped/condenser","homepage":"https://steemit.com","size":9060,"stargazers_count":0,"watchers_count":0,"language":"JavaScript","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"open_issues_count":0,"license":null,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}},"base":{"label":"steemit:master","ref":"master","sha":"33c0ddfce1a474497f463caeb145f4f5f43160ea","user":{"login":"steemit","id":17434692,"avatar_url":"https://avatars3.githubusercontent.com/u/17434692?v=4","gravatar_id":"","url":"https://api.github.com/users/steemit","html_url":"https://github.com/steemit","followers_url":"https://api.github.com/users/steemit/followers","following_url":"https://api.github.com/users/steemit/following{/other_user}","gists_url":"https://api.github.com/users/steemit/gists{/gist_id}","starred_url":"https://api.github.com/users/steemit/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/steemit/subscriptions","organizations_url":"https://api.github.com/users/steemit/orgs","repos_url":"https://api.github.com/users/steemit/repos","events_url":"https://api.github.com/users/steemit/events{/privacy}","received_events_url":"https://api.github.com/users/steemit/received_events","type":"Organization","site_admin":false},"repo":{"id":59213335,"name":"condenser","full_name":"steemit/condenser","owner":{"login":"steemit","id":17434692,"avatar_url":"https://avatars3.githubusercontent.com/u/17434692?v=4","gravatar_id":"","url":"https://api.github.com/users/steemit","html_url":"https://github.com/steemit","followers_url":"https://api.github.com/users/steemit/followers","following_url":"https://api.github.com/users/steemit/following{/other_user}","gists_url":"https://api.github.com/users/steemit/gists{/gist_id}","starred_url":"https://api.github.com/users/steemit/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/steemit/subscriptions","organizations_url":"https://api.github.com/users/steemit/orgs","repos_url":"https://api.github.com/users/steemit/repos","events_url":"https://api.github.com/users/steemit/events{/privacy}","received_events_url":"https://api.github.com/users/steemit/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/steemit/condenser","description":"The social application web front-end to the Steem Blockchain.","fork":false,"url":"https://api.github.com/repos/steemit/condenser","forks_url":"https://api.github.com/repos/steemit/condenser/forks","keys_url":"https://api.github.com/repos/steemit/condenser/keys{/key_id}","collaborators_url":"https://api.github.com/repos/steemit/condenser/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/steemit/condenser/teams","hooks_url":"https://api.github.com/repos/steemit/condenser/hooks","issue_events_url":"https://api.github.com/repos/steemit/condenser/issues/events{/number}","events_url":"https://api.github.com/repos/steemit/condenser/events","assignees_url":"https://api.github.com/repos/steemit/condenser/assignees{/user}","branches_url":"https://api.github.com/repos/steemit/condenser/branches{/branch}","tags_url":"https://api.github.com/repos/steemit/condenser/tags","blobs_url":"https://api.github.com/repos/steemit/condenser/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/steemit/condenser/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/steemit/condenser/git/refs{/sha}","trees_url":"https://api.github.com/repos/steemit/condenser/git/trees{/sha}","statuses_url":"https://api.github.com/repos/steemit/condenser/statuses/{sha}","languages_url":"https://api.github.com/repos/steemit/condenser/languages","stargazers_url":"https://api.github.com/repos/steemit/condenser/stargazers","contributors_url":"https://api.github.com/repos/steemit/condenser/contributors","subscribers_url":"https://api.github.com/repos/steemit/condenser/subscribers","subscription_url":"https://api.github.com/repos/steemit/condenser/subscription","commits_url":"https://api.github.com/repos/steemit/condenser/commits{/sha}","git_commits_url":"https://api.github.com/repos/steemit/condenser/git/commits{/sha}","comments_url":"https://api.github.com/repos/steemit/condenser/comments{/number}","issue_comment_url":"https://api.github.com/repos/steemit/condenser/issues/comments{/number}","contents_url":"https://api.github.com/repos/steemit/condenser/contents/{+path}","compare_url":"https://api.github.com/repos/steemit/condenser/compare/{base}...{head}","merges_url":"https://api.github.com/repos/steemit/condenser/merges","archive_url":"https://api.github.com/repos/steemit/condenser/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/steemit/condenser/downloads","issues_url":"https://api.github.com/repos/steemit/condenser/issues{/number}","pulls_url":"https://api.github.com/repos/steemit/condenser/pulls{/number}","milestones_url":"https://api.github.com/repos/steemit/condenser/milestones{/number}","notifications_url":"https://api.github.com/repos/steemit/condenser/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/steemit/condenser/labels{/name}","releases_url":"https://api.github.com/repos/steemit/condenser/releases{/id}","deployments_url":"https://api.github.com/repos/steemit/condenser/deployments","created_at":"2016-05-19T14:21:06Z","updated_at":"2018-02-02T19:54:25Z","pushed_at":"2018-02-02T20:13:22Z","git_url":"git://github.com/steemit/condenser.git","ssh_url":"git@github.com:steemit/condenser.git","clone_url":"https://github.com/steemit/condenser.git","svn_url":"https://github.com/steemit/condenser","homepage":"https://steemit.com","size":9473,"stargazers_count":306,"watchers_count":306,"language":"JavaScript","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":268,"mirror_url":null,"archived":false,"open_issues_count":320,"license":null,"forks":268,"open_issues":320,"watchers":306,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/steemit/condenser/pulls/2336"},"html":{"href":"https://github.com/steemit/condenser/pull/2336"},"issue":{"href":"https://api.github.com/repos/steemit/condenser/issues/2336"},"comments":{"href":"https://api.github.com/repos/steemit/condenser/issues/2336/comments"},"review_comments":{"href":"https://api.github.com/repos/steemit/condenser/pulls/2336/comments"},"review_comment":{"href":"https://api.github.com/repos/steemit/condenser/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/steemit/condenser/pulls/2336/commits"},"statuses":{"href":"https://api.github.com/repos/steemit/condenser/statuses/bc1e63ba5e23d16041055b2dc5693bae027f9170"}},"author_association":"CONTRIBUTOR"}],"platform":"github","type":"development","tags":["utopian-io","steemit","condenser","code"],"users":["eonwarped"],"links":["https://user-images.githubusercontent.com/34953718/34911497-c71f7cda-f899-11e7-80e8-e60a1f5a0a64.PNG","https://github.com/steemit/condenser/pull/2336","https://github.com/steemit/steem/blob/8cd5f688d75092298bcffaa48a543ed9b01447a6/libraries/app/include/steemit/app/state.hpp#L71","https://github.com/steemit/condenser/blob/1842b43aef55d58a089f7e2e735fd2c4c0885f31/src/app/components/cards/PostSummary.jsx#L374","https://github.com/steemit/condenser","https://github.com/steemit/condenser/pull/2195","https://user-images.githubusercontent.com/34953718/34911499-cb30a236-f899-11e7-8a20-a73dfcd8d6b2.PNG"],"image":["https://user-images.githubusercontent.com/34953718/34911497-c71f7cda-f899-11e7-80e8-e60a1f5a0a64.PNG","https://user-images.githubusercontent.com/34953718/34911499-cb30a236-f899-11e7-8a20-a73dfcd8d6b2.PNG"],"moderator":{"account":"ms10398","time":"2018-02-04T05:35:54.737Z","flagged":true,"reviewed":false,"pending":false}}"
created2018-02-04 01:49:36
last_update2018-02-04 05:35:54
depth0
children15
last_payout2018-02-11 01:49:36
cashout_time1969-12-31 23:59:59
total_payout_value9.336 HBD
curator_payout_value3.247 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,265
author_reputation88,102,208,706,615
root_title"My First Open Source Contribution Ever"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,774,419
net_rshares2,316,134,287,020
author_curate_reward""
vote details (24)
@anjkara ·
I think it's great that you're contributing to quality control in this way. Get on your brain, man! Russian spelling and working out ways to make the pending payouts easier to understand. You're so clever. 

laters
Anj x
👍  ,
properties (23)
authoranjkara
permlinkre-eonwarped-my-first-open-source-contribution-ever-20180205t092444335z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-05 09:24:45
last_update2018-02-05 09:24:45
depth1
children0
last_payout2018-02-12 09:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length220
author_reputation2,670,835,568,240
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,100,305
net_rshares1,777,157,549
author_curate_reward""
vote details (2)
@iamzerg · (edited)
Can't wait to get started contributing myself.  Completed my first PR (https://github.com/TwoScoopGames/ScoopChain) last week--adding a bunch of ice cream flavors for a Global Game Jam project.

Congrats, can't wait to see what you do next!
👍  
properties (23)
authoriamzerg
permlinkre-eonwarped-my-first-open-source-contribution-ever-20180204t020716808z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://github.com/TwoScoopGames/ScoopChain"],"app":"steemit/0.1"}
created2018-02-04 02:07:15
last_update2018-02-04 02:08:33
depth1
children1
last_payout2018-02-11 02:07:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length240
author_reputation11,487,086,828
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,777,088
net_rshares1,443,079,744
author_curate_reward""
vote details (1)
@eonwarped ·
$0.44
LOL. I like the whitepaper of this project, very nice :D. Looks like fun!
👍  
properties (23)
authoreonwarped
permlinkre-iamzerg-re-eonwarped-my-first-open-source-contribution-ever-20180204t024804863z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-04 02:48:03
last_update2018-02-04 02:48:03
depth2
children0
last_payout2018-02-11 02:48:03
cashout_time1969-12-31 23:59:59
total_payout_value0.334 HBD
curator_payout_value0.108 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation88,102,208,706,615
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,783,296
net_rshares65,825,513,655
author_curate_reward""
vote details (1)
@leap8 ·
That's a nice detailed experience what you had to do to modify condenser code. It might be useful for someone who wants to start playing with it.
👍  
properties (23)
authorleap8
permlinkre-eonwarped-my-first-open-source-contribution-ever-20180204t020451474z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-04 02:04:48
last_update2018-02-04 02:04:48
depth1
children0
last_payout2018-02-11 02:04:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length145
author_reputation1,849,880,389,120
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,776,707
net_rshares1,443,079,744
author_curate_reward""
vote details (1)
@maverickinvictus ·
That would be nifty
properties (22)
authormaverickinvictus
permlinkre-eonwarped-my-first-open-source-contribution-ever-20180204t023439263z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-04 02:34:33
last_update2018-02-04 02:34:33
depth1
children0
last_payout2018-02-11 02:34:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation49,890,876,340,190
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,781,245
net_rshares0
@ms10398 ·
Your contribution cannot be approved because it does not follow the [Utopian Rules](https://utopian.io/rules).

The contribution is too minimal to be rewarded as a `Development` contribution. I will advice you to put in more work into your future contributions.

Welcome to Open Source and Utopian, I wish you luck for your journey.

You can contact us on [Discord](https://discord.gg/uTyJkNm).

**[[utopian-moderator]](https://utopian.io/moderators)**
properties (22)
authorms10398
permlinkre-eonwarped-my-first-open-source-contribution-ever-20180204t053904339z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-02-04 05:39:06
last_update2018-02-04 05:39:06
depth1
children1
last_payout2018-02-11 05:39:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length452
author_reputation27,572,487,973,390
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,809,903
net_rshares0
@eonwarped ·
$0.43
Ah I figured as much. Thanks for taking a look.
👍  
properties (23)
authoreonwarped
permlinkre-ms10398-re-eonwarped-my-first-open-source-contribution-ever-20180204t132226960z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-04 13:22:27
last_update2018-02-04 13:22:27
depth2
children0
last_payout2018-02-11 13:22:27
cashout_time1969-12-31 23:59:59
total_payout_value0.326 HBD
curator_payout_value0.105 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation88,102,208,706,615
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,886,826
net_rshares63,425,625,136
author_curate_reward""
vote details (1)
@spiritualmax ·
Even though the contribution was considered minimal, every single bit helps, and it's great that you found it in you to add on to an existing project.
Well done man!
👍  ,
properties (23)
authorspiritualmax
permlinkre-eonwarped-my-first-open-source-contribution-ever-20180204t212051088z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-04 21:20:51
last_update2018-02-04 21:20:51
depth1
children0
last_payout2018-02-11 21:20:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation25,078,515,289,162
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,980,704
net_rshares2,350,192,957
author_curate_reward""
vote details (2)
@tfame3865 ·
This is a good contribution also how i wish is accepted @eonwarped
👍  
properties (23)
authortfame3865
permlinkre-eonwarped-my-first-open-source-contribution-ever-20180204t065013302z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["eonwarped"],"app":"steemit/0.1"}
created2018-02-04 06:50:18
last_update2018-02-04 06:50:18
depth1
children1
last_payout2018-02-11 06:50:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation445,459,204,503,686
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,820,967
net_rshares360,769,936
author_curate_reward""
vote details (1)
@eonwarped ·
$0.44
Thanks!
👍  
properties (23)
authoreonwarped
permlinkre-tfame3865-re-eonwarped-my-first-open-source-contribution-ever-20180204t143053118z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-04 14:30:54
last_update2018-02-04 14:30:54
depth2
children0
last_payout2018-02-11 14:30:54
cashout_time1969-12-31 23:59:59
total_payout_value0.330 HBD
curator_payout_value0.108 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation88,102,208,706,615
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id34,901,371
net_rshares64,454,148,787
author_curate_reward""
vote details (1)
@twodollars · (edited)
$0.03
It would really be nice to be able to experiment with my own version of steemit.com. How much STEEM would you need to get to make it worth your while to write a post with detailed instructions of all the steps necessary for someone to setup their own version of steemit.com on a vultr.com server? When I say detailed I mean everything necessary including the steps for installing docker and mysql and any other steps which may be necessary to get one's own version of steemit.com running on a vultr.com server such as installing apache etc. What I have is in mind is you getting a server on vultr.com and doing everything necessary to get a steemit type site running out of the vultr.com server and then you running the "history" command and basically copy and pasting the history of commands into a post with also adding notes for necessary steps that aren't shown in the history (i.e. editing a config file with vi or nano or something). If you are interested in something like this then please let me know the amount of STEEM you would need to make this project worth your while. I was thinking you would post your instructions and if the rewards on the post were less than what would be necessary to make the post worth your while, then I could transfer you the difference, but before you start any work please let me know the amount necessary to make it worth your while so I can decide whether or not I want to agree to make up the difference. Regardless of whether or not you are interested, thanks for writing your post as I could probably set it up on my own when I have a large chunk of time available, but that "kind of law" you mentioned where things don't always work right away seems to affect me a lot more than it affects most people :)
👍  
properties (23)
authortwodollars
permlinkre-eonwarped-my-first-open-source-contribution-ever-20180205t134406913z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-05 13:44:06
last_update2018-02-05 13:54:00
depth1
children4
last_payout2018-02-12 13:44:06
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,752
author_reputation1,215,491,647,478
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,150,103
net_rshares4,265,178,119
author_curate_reward""
vote details (1)
@eonwarped ·
$0.46
Hehe. I've never heard of vultr.com but I can take a peek at it. This might be something I'd want to do anyway. Hell I'd do it for like 5 STEEM. But even the history can be outdated very quickly ;). I'll see when I have time to do it, and if you end up doing it first or know someone else, do let me know!
👍  
properties (23)
authoreonwarped
permlinkre-twodollars-re-eonwarped-my-first-open-source-contribution-ever-20180205t150506588z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-05 15:05:06
last_update2018-02-05 15:05:06
depth2
children3
last_payout2018-02-12 15:05:06
cashout_time1969-12-31 23:59:59
total_payout_value0.350 HBD
curator_payout_value0.114 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length305
author_reputation88,102,208,706,615
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,166,302
net_rshares67,196,878,523
author_curate_reward""
vote details (1)
@twodollars ·
I just sent you 5 STEEM. Whatever you earn on the post is a bonus :) Also, you don't need to return the 5 STEEM even if you aren't able to get it working because whatever attempt you make is likely to save me at least 5 STEEM of my time. There is no hurry. Thanks in advance for any efforts you do on this project.
properties (22)
authortwodollars
permlinkre-eonwarped-re-twodollars-re-eonwarped-my-first-open-source-contribution-ever-20180205t161828097z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-02-05 16:18:27
last_update2018-02-05 16:18:27
depth3
children0
last_payout2018-02-12 16:18:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length314
author_reputation1,215,491,647,478
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id35,181,117
net_rshares0
@twodollars ·
$0.81
I didn't see the memo from you in my wallet until a couple days ago. I followed the [instructions](https://pastebin.com/LSMQQ9hc) you said worked well from from github, and I was able to get the condenser working which was very neat. Thanks!

I wasn't able to get mysql working with it, but trying to get mysql working helped me find this [post about getting SBDS working on digitalocean](https://steemit.com/utopian-io/@blervin/mysbds-steem-blockchain-data-service-in-mysql), and I thought you might appreciate that post as well.
👍  
properties (23)
authortwodollars
permlinkre-eonwarped-re-twodollars-re-eonwarped-my-first-open-source-contribution-ever-20180225t032313361z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://pastebin.com/LSMQQ9hc","https://steemit.com/utopian-io/@blervin/mysbds-steem-blockchain-data-service-in-mysql"],"app":"steemit/0.1"}
created2018-02-25 03:23:12
last_update2018-02-25 03:23:12
depth3
children1
last_payout2018-03-04 03:23:12
cashout_time1969-12-31 23:59:59
total_payout_value0.810 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length530
author_reputation1,215,491,647,478
root_title"My First Open Source Contribution Ever"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,238,412
net_rshares149,435,817,398
author_curate_reward""
vote details (1)