create account

Applications Team Update 2: Signups, RocksDB, and Combating Abuse by steemitblog

View this thread on: hive.blogpeakd.comecency.com
· @steemitblog · (edited)
Applications Team Update 2: Signups, RocksDB, and Combating Abuse
https://i.imgur.com/buvLfV0.jpg

Today’s @steemitblog post is brought to you by the Steemit Applications team. In this post, we highlight some of the projects we’ve been working on over the past few weeks.

<h1>Signups</h1>

Making improvements to the signup system continues to be one of our top priorities. This past week, we made several improvements to our signup “admin portal,” which will allow us to approve or reject new users more efficiently.

<h1>Deploying RocksDB to Production</h1>

Alongside the blockchain team, we’ve been working to get the latest steemd changes into production, which includes the RocksDB implementation of the account history plugin. 

RocksDB is a fast-on-disk data store with an advanced caching layer, which reduces latency when reading/writing to and from the disk, as it’s optimized for fast, low-latency storage. As described in the [blockchain team’s recent update post](https://steemit.com/steem/@steemitblog/steemit-blockchain-team-update-appbase-rocksdb-bandwidth-hf20-smts-and-more), this will significantly improve the performance of the account history plugin by reducing the RAM requirements, improving the replay time, and decreasing the amount of disk space needed.

<h1>Improving Steemit.com Faster</h1>

We upgraded our existing developer build system for steemit.com (known as condenser) and several other internal repositories. These changes have no direct impact on users, but they increase our development efficiency by speeding up build times when compiling source code, running tests, and deploying code to production. This will enable us to iterate faster, thereby making steemit.com an even better experience in less time.

<h1>Inactive Account De-Delegation</h1>

Steemit.com is not like other social apps. You need a little bit of Steem Power in order to post to the Steem blockchain. It’s one of the ways we allow people to transact on Steem for free, while also preventing people who are not invested in the future of Steem from spamming the network. 

Steemit Inc. delegates Steem Power to all newcomers who sign up via steemit.com in order to provide a good experience for new users and to ensure they have enough bandwidth to make their first few posts.

In order to ensure that as many people as possible have as much bandwidth as possible, we have implemented a system that  temporarily un-delegates Steem Power from accounts that have been inactive for 90 days. We still leave enough Steem Power for them to resume posting once they return, and the same system returns the remainder of their allocated delegation within an hour of the account becoming active again. 

<h1>De-Delegating Abusive Accounts</h1>

We have developed an open and transparent process for removing delegations from abusive accounts which have been deemed ineligible for Steem Power delegation from Steemit, Inc. due to faucet abuse and/or ToS violations. This process will in no way inhibit a legitimate user’s ability to post to Steem.

You can find and contribute to the open list of abusive accounts here:
https://github.com/steemit/redeemer-irredeemables
 
It’s important to note that all we are doing is removing *our delegation* from these accounts. We are not depriving anyone, even bad actors, from posting to the Steem blockchain; we are only removing their ability to do it with our Steem Power (and the corresponding bandwidth), which could be used to help create new accounts and give new users the bandwidth they need to transact on the Steem blockchain - be it on steemit.com or any of the growing list of Steem applications, which can be seen on steemprojects.com.

We encourage members of the community who are involved in combating spam and abuse to submit abusive users to this list, so we can revoke their Steem Power. Please understand though, that we only intend to revoke Steem Power from users who are undeniably violating our ToS or abusing the faucet sign up. If it’s a gray area, we will side with the user. All pull requests should include sufficient documented proof for a reviewer to conclude that an account is violating our ToS or abusing the faucet sign up.

<h1>Condenser (steemit.com) Changes</h1>

The option to share posts via Reddit was added to the blog post page. This was a community-submitted enhancement ([pull request 2773](https://github.com/steemit/condenser/pull/2773)) made by @netuoso.

Another community-submitted pull request from GitHub user [Nicknyr](https://github.com/Nicknyr) fixed a layout bug that involved the search bar overlapping the login and signup buttons. The pull request can be found [here](https://github.com/steemit/condenser/pull/2772). 

Community member [caleblogan](https://github.com/caleblogan) (GitHub user) submitted a [pull request](https://github.com/steemit/condenser/pull/2770) to fix a display bug that occurred when a video link was on the same line as other text.

<h1>Steem Python Library and Jussi Updates</h1>

We’ve made several changes to improve our official [Steem Python](https://github.com/steemit/steem-python) library (example issues [156](https://github.com/steemit/steem-python/issues/156) and [181](https://github.com/steemit/steem-python/issues/181)), as well as [Jussi](https://github.com/steemit/jussi/), our json-rpc reverse proxy (example issues [150](https://github.com/steemit/jussi/pull/150) and [154](https://github.com/steemit/jussi/pull/154)). These changes improve the tools that the development community uses, which will make it easier for application developers and entrepreneurs to build applications powered by Steem.

<h1>Want to contribute?</h1>

[Steem](https://github.com/steemit/steem) (the blockchain) and [condenser](https://github.com/steemit/condenser) (the code for steemit.com, the social application that’s run on Steem) are both open source projects. You can view all of our GitHub repositories here: https://github.com/steemit/

If you can code, you can look under the hood and find issues to work on. For example, if you have HTML, CSS or JavaScript skills, you could help improve steemit.com by looking at issues in the [condenser](https://github.com/steemit/condenser) repo. A good place to start is with issues labeled “help-wanted.”

If you are a proficient developer and want to work on an idea of your own, you can open up a GitHub issue in the appropriate repository and start a conversation with our development team about the change you’d like to implement.  

Thanks for reading!

_Steemit Applications Team_
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 142 others
properties (23)
authorsteemitblog
permlinkapplications-team-update-signups-rocksdb-and-combating-abuse
categorysteemit
json_metadata{"tags":["steemit","steem","steemdev","condenser"],"users":["steemitblog","netuoso"],"image":["https://i.imgur.com/buvLfV0.jpg"],"links":["https://steemit.com/steem/@steemitblog/steemit-blockchain-team-update-appbase-rocksdb-bandwidth-hf20-smts-and-more","https://github.com/steemit/redeemer-irredeemables","https://github.com/steemit/condenser/pull/2773","https://github.com/Nicknyr","https://github.com/steemit/condenser/pull/2772","https://github.com/caleblogan","https://github.com/steemit/condenser/pull/2770","https://github.com/steemit/steem-python","https://github.com/steemit/steem-python/issues/156","https://github.com/steemit/steem-python/issues/181","https://github.com/steemit/jussi/","https://github.com/steemit/jussi/pull/150","https://github.com/steemit/jussi/pull/154","https://github.com/steemit/steem","https://github.com/steemit/condenser","https://github.com/steemit/"],"app":"steemit/0.1","format":"markdown"}
created2018-05-31 19:26:36
last_update2018-05-31 19:26:57
depth0
children64
last_payout2018-06-07 19:26:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,493
author_reputation332,472,558,821,177
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id58,645,543
net_rshares120,482,159,765,007
author_curate_reward""
vote details (206)
@alishi ·
$1.33
What happens to the steem power that is revoked from these accounts? Is it destroyed? What about distributing the steem power between various accounts like @curie and @steemiteducation etc to support more good quality users?
👍  , , ,
properties (23)
authoralishi
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t201655606z
categorysteemit
json_metadata{"tags":["steemit"],"users":["curie","steemiteducation"],"app":"steemit/0.1"}
created2018-05-31 20:16:54
last_update2018-05-31 20:16:54
depth1
children2
last_payout2018-06-07 20:16:54
cashout_time1969-12-31 23:59:59
total_payout_value1.001 HBD
curator_payout_value0.330 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length224
author_reputation130,551,413,384,041
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,651,449
net_rshares355,758,909,021
author_curate_reward""
vote details (4)
@alexanderu ·
that music is dope main, great song.
properties (22)
authoralexanderu
permlinkre-alishi-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180608t154042425z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-08 07:41:18
last_update2018-06-08 07:41:18
depth2
children0
last_payout2018-06-15 07:41: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_length36
author_reputation1,886,070,547
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,810,867
net_rshares0
@timcliff ·
$0.31
Delegation that is revoked just goes back to the account that delegated it.
👍  , , ,
properties (23)
authortimcliff
permlinkre-alishi-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t210859836z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 21:08:21
last_update2018-05-31 21:08:21
depth2
children0
last_payout2018-06-07 21:08:21
cashout_time1969-12-31 23:59:59
total_payout_value0.238 HBD
curator_payout_value0.072 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation272,954,445,077,789
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,657,207
net_rshares83,338,413,332
author_curate_reward""
vote details (4)
@arcange ·
Congratulations @steemitblog!
Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20180531) in the following category:

* Pending payout - Ranked 6 with $ 448,96
properties (22)
authorarcange
permlinkre-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t184213000z
categorysteemit
json_metadata""
created2018-06-01 16:50:15
last_update2018-06-01 16:50:15
depth1
children0
last_payout2018-06-08 16:50:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length219
author_reputation1,146,606,601,469,178
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,785,023
net_rshares0
@artem-sokoloff ·
$0.05
I hope it is small hard fork 😎😎😎😎
Thank you for your great work!!!!
👍  
properties (23)
authorartem-sokoloff
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t193649289z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 19:36:51
last_update2018-05-31 19:36:51
depth1
children1
last_payout2018-06-07 19:36:51
cashout_time1969-12-31 23:59:59
total_payout_value0.053 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation63,785,479,701,078
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,646,794
net_rshares14,825,120,503
author_curate_reward""
vote details (1)
@timcliff ·
None of these changes are related to the blockchain consensus logic, so they will not result in any forks.
👍  , ,
properties (23)
authortimcliff
permlinkre-artem-sokoloff-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t194423282z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 19:43:45
last_update2018-05-31 19:43:45
depth2
children0
last_payout2018-06-07 19:43: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_length106
author_reputation272,954,445,077,789
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,647,651
net_rshares5,545,451,169
author_curate_reward""
vote details (3)
@boyelleq ·
Something news... very fantastic..
Thanks @steemitblog...
Success is your...
properties (22)
authorboyelleq
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t214308975z
categorysteemit
json_metadata{"tags":["steemit"],"users":["steemitblog"],"app":"steemit/0.1"}
created2018-05-31 21:43:12
last_update2018-05-31 21:43:12
depth1
children0
last_payout2018-06-07 21:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation2,112,654,729,102
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,661,257
net_rshares0
@bryan-imhoff · (edited)
$0.05
I’ve taken to reporting the obvious spam bot account follows I’ve been getting to @steemcleaners and see that there is a SteemCleaners labeled text list in the Redeemer Github. I’m assuming this is merged into the official listing and is a valid channel for reporting abuse?
👍  ,
properties (23)
authorbryan-imhoff
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t193406601z
categorysteemit
json_metadata{"tags":["steemit"],"users":["steemcleaners"],"app":"steemit/0.1"}
created2018-05-31 19:34:06
last_update2018-05-31 19:34:18
depth1
children2
last_payout2018-06-07 19:34:06
cashout_time1969-12-31 23:59:59
total_payout_value0.049 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length274
author_reputation71,780,425,099,152
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,646,460
net_rshares13,972,430,122
author_curate_reward""
vote details (2)
@andrarchy ·
@steemcleaners is the right place to report spam and abuse, however, whether an account that is submitted to them is added to redeemer depends on whatever their process is. If you want to be certain that an account is added to the irredeemables list and delegation is removed then you would need to do so through the redeemer github. Thanks for helping!
👍  ,
properties (23)
authorandrarchy
permlinkre-bryan-imhoff-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t194948728z
categorysteemit
json_metadata{"tags":["steemit"],"users":["steemcleaners"],"app":"steemit/0.1"}
created2018-05-31 19:49:48
last_update2018-05-31 19:49:48
depth2
children1
last_payout2018-06-07 19:49: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_length353
author_reputation230,168,201,522,782
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id58,648,328
net_rshares18,194,289,367
author_curate_reward""
vote details (2)
@bryan-imhoff ·
Will do, thanks!
properties (22)
authorbryan-imhoff
permlinkre-andrarchy-re-bryan-imhoff-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t200802372z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 20:08:00
last_update2018-05-31 20:08:00
depth3
children0
last_payout2018-06-07 20:08:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation71,780,425,099,152
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,650,420
net_rshares0
@cambridgeport90 ·
Just a thought? Why require manual approval for sign ups at all? Why not make it automated; CAPTCHA, proof of authenticity via something like keybase? the way the sign up process is right now, more people will just go to something like anonsteem and get an account instantly that way.
properties (22)
authorcambridgeport90
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180602t212431748z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-02 21:27:09
last_update2018-06-02 21:27:09
depth1
children0
last_payout2018-06-09 21:27:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length284
author_reputation1,401,167,981,030
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,963,002
net_rshares0
@coldicehotwater ·
So is this an official post by steemit?
properties (22)
authorcoldicehotwater
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180611t035813681z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-11 03:58:12
last_update2018-06-11 03:58:12
depth1
children0
last_payout2018-06-18 03:58:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation204,142,473,972
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,235,239
net_rshares0
@crypto-econom1st ·
So Steemit does not want to become mainstream, correct?
Cause if it would like to become mainstream, then those issues with sign up should already be solved 1 year ago!

Steemit has now missed a lot of early adopters. Those were necessary for free promotion.

De-delegating sounds nice. At first I thought that would help to solve the 100+ bot accounts that everyone saw lately as those are like bot trails of new followers. Once you created a new post you instantly got an average of 10 new followers. This is really bad news. Although there is no real harm.

But so you really think I our anyone else will report 100+ accounts including evidence? That would cost like 5-10 hours of my time.
properties (22)
authorcrypto-econom1st
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t205934784z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 20:59:36
last_update2018-05-31 20:59:36
depth1
children8
last_payout2018-06-07 20:59:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length692
author_reputation4,447,971,413,472
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,656,162
net_rshares0
@timcliff ·
$0.33
> Cause if it would like to become mainstream, then those issues with sign up should already be solved 1 year ago!

What specifically about the current signup process is preventing us from becoming mainstream?

> But so you really think I our anyone else will report 100+ accounts including evidence? That would cost like 5-10 hours of my time.

I already submitted one with 467 accounts a few weeks ago:
https://github.com/steemit/redeemer-irredeemables/pull/2
👍  ,
properties (23)
authortimcliff
permlinkre-crypto-econom1st-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t210721642z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://github.com/steemit/redeemer-irredeemables/pull/2"],"app":"steemit/0.1"}
created2018-05-31 21:06:42
last_update2018-05-31 21:06:42
depth2
children7
last_payout2018-06-07 21:06:42
cashout_time1969-12-31 23:59:59
total_payout_value0.255 HBD
curator_payout_value0.079 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length461
author_reputation272,954,445,077,789
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,657,020
net_rshares89,749,797,851
author_curate_reward""
vote details (2)
@crypto-econom1st ·
$0.03
Were those 467 accounts all created via the free way? If so how could that be? I mean you need a phone number for each account.

The issue is that it takes always a few weeks before you get your new account. I think people already lost interest by then. Or they might find it a bad first experience.
I think it sounds logical that those reasons are a good explanation why about 50% of the new accounts remain inactive.

You should note that this is only the first reason why Steemit can't become mainstream. But if really 50% of the accounts remains inactive, this percentage for real human accounts might be even higher. As I assume that most bot and fake accounts will be used.
👍  
properties (23)
authorcrypto-econom1st
permlinkre-timcliff-re-crypto-econom1st-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180601t043423366z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-01 04:34:24
last_update2018-06-01 04:34:24
depth3
children3
last_payout2018-06-08 04:34:24
cashout_time1969-12-31 23:59:59
total_payout_value0.025 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length679
author_reputation4,447,971,413,472
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,700,964
net_rshares9,132,299,912
author_curate_reward""
vote details (1)
@eroche ·
$0.03
I know this is being worked on and I welcome the process improvements mentioned here but the current signup process is still very slow. Two users who I know signed up in the last few weeks and it took them so long to get activated they had forgotten their account names by the time they got the activation email.
👍  
properties (23)
authoreroche
permlinkre-timcliff-201861t115730226z
categorysteemit
json_metadata{"tags":"steemit","app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-06-01 10:57:30
last_update2018-06-01 10:57:30
depth3
children2
last_payout2018-06-08 10:57:30
cashout_time1969-12-31 23:59:59
total_payout_value0.023 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length312
author_reputation70,759,290,299,941
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,740,307
net_rshares9,162,907,512
author_curate_reward""
vote details (1)
@crypto-france ·
Join Coinbase and <b>get $10 (€8) of free Bitcoin</b> when you first buy or sell $100 (€86) of digital currency.
<a href="https://www.coinbase.com/join/5ae818a46d8c9216148b25e0">https://www.coinbase.com/join</a>
https://www.coinbase.com/img/og-home.jpg
👎  
properties (23)
authorcrypto-france
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180603t193029510z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://www.coinbase.com/img/og-home.jpg"],"links":["https://www.coinbase.com/join/5ae818a46d8c9216148b25e0"],"app":"steemit/0.1"}
created2018-06-03 19:30:30
last_update2018-06-03 19:30:30
depth1
children0
last_payout2018-06-10 19:30:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length252
author_reputation-9,289,032,366
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,091,092
net_rshares0
author_curate_reward""
vote details (1)
@cryptostyle ·
I think its really nice to keep this platform good..
properties (22)
authorcryptostyle
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180601t004308095z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-01 00:43:18
last_update2018-06-01 00:43:18
depth1
children0
last_payout2018-06-08 00:43: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_length52
author_reputation740,830,204,600
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,679,182
net_rshares0
@drzarak ·
Really good news.
properties (22)
authordrzarak
permlinkre-steemitblog-201862t0817255z
categorysteemit
json_metadata{"tags":["steemit","steem","steemdev","condenser"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-06-01 19:08:21
last_update2018-06-01 19:08:21
depth1
children0
last_payout2018-06-08 19:08:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation232,546,338
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,802,482
net_rshares0
@drzarak ·
Really good news
properties (22)
authordrzarak
permlinkre-steemitblog-201862t0856750z
categorysteemit
json_metadata{"tags":["steemit","steem","steemdev","condenser"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-06-01 19:09:00
last_update2018-06-01 19:09:00
depth1
children0
last_payout2018-06-08 19:09:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation232,546,338
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,802,558
net_rshares0
@duartenunes ·
$0.12
![GoSteemitTeamMeme.jpg](https://cdn.steemitimages.com/DQmQb8pKMrSf64PZjY4DAcdBSaMJx3pTN2wjhZ1kUpRmZ5e/GoSteemitTeamMeme.jpg)
👍  
properties (23)
authorduartenunes
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180602t180810378z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://cdn.steemitimages.com/DQmQb8pKMrSf64PZjY4DAcdBSaMJx3pTN2wjhZ1kUpRmZ5e/GoSteemitTeamMeme.jpg"],"app":"steemit/0.1"}
created2018-06-02 18:08:09
last_update2018-06-02 18:08:09
depth1
children0
last_payout2018-06-09 18:08:09
cashout_time1969-12-31 23:59:59
total_payout_value0.118 HBD
curator_payout_value0.002 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation10,747,053,111,376
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,941,202
net_rshares32,660,225,774
author_curate_reward""
vote details (1)
@enforcer48 ·
$0.67
> we made several improvements to our signup “admin portal,” which will allow us to approve or reject new users more efficiently.

You mean people like the joke of Steemit Defense League will finally disappear?!

https://cdn.steemitimages.com/DQmUATzMWLzvd1EaWVq9u4ppvPQZmBghBSc3jzGzJ7oxkby/lol.png

Oh wait, they are already here with your delegation.

> You can find and contribute to the open list of abusive accounts here:
https://github.com/steemit/redeemer-irredeemables
It’s important to note that all we are doing is removing our delegation from these accounts.

Time to hop on that.

Better late than never, I suppose.
👍  , , , , , , ,
properties (23)
authorenforcer48
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t211924184z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://cdn.steemitimages.com/DQmUATzMWLzvd1EaWVq9u4ppvPQZmBghBSc3jzGzJ7oxkby/lol.png"],"links":["https://github.com/steemit/redeemer-irredeemables"],"app":"steemit/0.1"}
created2018-05-31 21:19:27
last_update2018-05-31 21:19:27
depth1
children9
last_payout2018-06-07 21:19:27
cashout_time1969-12-31 23:59:59
total_payout_value0.512 HBD
curator_payout_value0.154 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length627
author_reputation426,233,073,731,239
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,658,469
net_rshares178,848,638,848
author_curate_reward""
vote details (8)
@prameshtyagi ·
Steemcleaners and cheetah - need to review so called abuser accounts on regular basis. The mechanism as of now is highly adhoc and frustrating
👎  
properties (23)
authorprameshtyagi
permlinkre-enforcer48-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180601t045435934z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-01 04:54:36
last_update2018-06-01 04:54:36
depth2
children2
last_payout2018-06-08 04:54:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length142
author_reputation133,698,299,152,872
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,703,016
net_rshares-2,025,769,160
author_curate_reward""
vote details (1)
@enforcer48 ·
Guess that's what happens when you are caught plagiarizing on the trending page. ![shrug.png](https://ipfs.busy.org/ipfs/QmcMeFNiV1F337q5YTQj5B6ZEtNEu3PYmR9aKRyz9Mycz9)

Anyways, not the topic at hand here.
properties (22)
authorenforcer48
permlinkre-prameshtyagi-re-enforcer48-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180601t123920836z
categorysteemit
json_metadata{"tags":["steemit"],"community":"busy","app":"busy/2.4.0"}
created2018-06-01 12:39:21
last_update2018-06-01 12:39:21
depth3
children1
last_payout2018-06-08 12:39:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length206
author_reputation426,233,073,731,239
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,751,894
net_rshares0
@timcliff ·
$0.25
You should submit a pull request with proof that the accounts are "violating their ToS or abusing the faucet sign up."
👍  , , ,
properties (23)
authortimcliff
permlinkre-enforcer48-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t212518656z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 21:24:42
last_update2018-05-31 21:24:42
depth2
children5
last_payout2018-06-07 21:24:42
cashout_time1969-12-31 23:59:59
total_payout_value0.202 HBD
curator_payout_value0.051 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation272,954,445,077,789
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,659,078
net_rshares68,655,293,686
author_curate_reward""
vote details (4)
@enforcer48 ·
$0.35
I'll get on it.
👍  , ,
properties (23)
authorenforcer48
permlinkre-timcliff-re-enforcer48-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t212501301z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 21:25:03
last_update2018-05-31 21:25:03
depth3
children3
last_payout2018-06-07 21:25:03
cashout_time1969-12-31 23:59:59
total_payout_value0.290 HBD
curator_payout_value0.058 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation426,233,073,731,239
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,659,124
net_rshares93,421,711,085
author_curate_reward""
vote details (3)
@themarkymark ·
$1.69
I left a comment on the pull request including more information.
👍  , , , , , ,
properties (23)
authorthemarkymark
permlinkre-timcliff-re-enforcer48-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t231729218z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 23:16:33
last_update2018-05-31 23:16:33
depth3
children0
last_payout2018-06-07 23:16:33
cashout_time1969-12-31 23:59:59
total_payout_value1.322 HBD
curator_payout_value0.367 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation1,772,895,733,021,028
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,670,922
net_rshares452,850,298,035
author_curate_reward""
vote details (7)
@erikaflynn · (edited)
Really good news. Because it was somehow strange to watch how one hand unsuccessfully struggles with another, when Steem delegates the power to abusers creating huge post farms, and then the Steemcleaners try to cope with them.
properties (22)
authorerikaflynn
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t204120196z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 20:41:18
last_update2018-05-31 20:51:24
depth1
children0
last_payout2018-06-07 20:41: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_length227
author_reputation12,282,595,621,854
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,654,093
net_rshares0
@fuad2 ·
I left a comment on the pull request including more information.
properties (22)
authorfuad2
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180602t075525233z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-02 07:55:30
last_update2018-06-02 07:55:30
depth1
children0
last_payout2018-06-09 07:55:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation15,362,151,662,559
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,874,818
net_rshares0
@fuad2 ·
What happens to the steem power that is revoked from these accounts? Is it destroyed? What about distributing the steem power between various accounts like @curie and @steemiteducation etc to support more good quality users?
properties (22)
authorfuad2
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180602t075611459z
categorysteemit
json_metadata{"tags":["steemit"],"users":["curie","steemiteducation"],"app":"steemit/0.1"}
created2018-06-02 07:56:15
last_update2018-06-02 07:56:15
depth1
children0
last_payout2018-06-09 07:56: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_length224
author_reputation15,362,151,662,559
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,874,897
net_rshares0
@hiroyamagishi ·
$1.58
## I am more bullish on Steem than any other Cryptocurrency. Especially with the latest grading system made public by china and a B+ rating given by Weiss. Nothing compare to Steem now and it is only matter of time. I only now stick on the best blockchain.
![Screenshot_20180518-092343_Chrome.jpg](https://cdn.steemitimages.com/DQmfJJW1MKkTmiAHcRY7gDG4R6DMPaCjBft8Si5pHfuWUzh/Screenshot_20180518-092343_Chrome.jpg)
👍  , ,
properties (23)
authorhiroyamagishi
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180602t144257148z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://cdn.steemitimages.com/DQmfJJW1MKkTmiAHcRY7gDG4R6DMPaCjBft8Si5pHfuWUzh/Screenshot_20180518-092343_Chrome.jpg"],"app":"steemit/0.1"}
created2018-06-02 14:43:00
last_update2018-06-02 14:43:00
depth1
children2
last_payout2018-06-09 14:43:00
cashout_time1969-12-31 23:59:59
total_payout_value1.578 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length414
author_reputation71,901,302,671,995
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,916,242
net_rshares424,061,486,143
author_curate_reward""
vote details (3)
@sorin.cristescu ·
Nothing compares to steem ! 
https://www.youtube.com/watch?v=0-EF60neguk
properties (22)
authorsorin.cristescu
permlinkre-hiroyamagishi-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180602t213254851z
categorysteemit
json_metadata{"tags":["steemit"],"image":["https://img.youtube.com/vi/0-EF60neguk/0.jpg"],"links":["https://www.youtube.com/watch?v=0-EF60neguk"],"app":"steemit/0.1"}
created2018-06-02 21:32:57
last_update2018-06-02 21:32:57
depth2
children0
last_payout2018-06-09 21:32:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation255,560,220,608,688
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,963,588
net_rshares0
@spaminator ·
$0.95
[Source]()
Spam is discouraged by the community, including **comment spam.** 

More Information:
[The Art of Commenting](https://steemit.com/steemcleaners/@steemcleaners/the-art-of-commenting)
[Comment Classifications](https://steemcleaners.org/comment-classifications/)
👍  ,
properties (23)
authorspaminator
permlinkre-hiroyamagishi-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180602t144257148z-20180604t152307027z
categorysteemit
json_metadata{"app":"steemcleaners/0.2","format":"markdown+html","community":"steemcleaners"}
created2018-06-04 15:23:06
last_update2018-06-04 15:23:06
depth2
children0
last_payout2018-06-11 15:23:06
cashout_time1969-12-31 23:59:59
total_payout_value0.782 HBD
curator_payout_value0.166 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length276
author_reputation68,078,150,632,608
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,221,232
net_rshares263,708,192,025
author_curate_reward""
vote details (2)
@igster ·
Feature idea: when linking to steem post, have an option to include uovote button for it. This would make the process of rewarding people mentioned in posts like these for their contributions actually feasible.

And when hovering over the link you could get a preview of the post that you could expand.
properties (22)
authorigster
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180601t071628848z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-01 07:16:36
last_update2018-06-01 07:16:36
depth1
children0
last_payout2018-06-08 07:16:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length302
author_reputation17,415,198,441,969
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,717,036
net_rshares0
@lukestokes ·
$0.03
Thank you for keeping us informed on what you're doing and what matters to you right now. This is important for the community to know, and your posts are greatly appreciated.
👍  
properties (23)
authorlukestokes
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t205932823z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 20:59:33
last_update2018-05-31 20:59:33
depth1
children1
last_payout2018-06-07 20:59:33
cashout_time1969-12-31 23:59:59
total_payout_value0.023 HBD
curator_payout_value0.004 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length174
author_reputation554,601,966,217,919
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,656,150
net_rshares7,695,320,050
author_curate_reward""
vote details (1)
@andrarchy ·
And thank you for everything you do for Steem :)
properties (22)
authorandrarchy
permlinkre-lukestokes-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180601t145233116z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-01 14:52:33
last_update2018-06-01 14:52:33
depth2
children0
last_payout2018-06-08 14:52: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_length48
author_reputation230,168,201,522,782
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id58,768,884
net_rshares0
@mattclarke ·
$0.46
Fantastic news. 'You can still do the wrong thing, but not on our dime'
That should put a dent in some business models :)
👍  ,
properties (23)
authormattclarke
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t194707513z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 19:47:06
last_update2018-05-31 19:47:06
depth1
children1
last_payout2018-06-07 19:47:06
cashout_time1969-12-31 23:59:59
total_payout_value0.351 HBD
curator_payout_value0.112 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation127,146,944,370,177
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,648,044
net_rshares124,139,837,185
author_curate_reward""
vote details (2)
@revisesociology · (edited)
Now that's my kind of sarcastic comment! Fair point.
properties (22)
authorrevisesociology
permlinkre-mattclarke-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180601t174529461z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-01 17:45:30
last_update2018-06-01 17:47:03
depth2
children0
last_payout2018-06-08 17:45:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation2,261,290,520,800,642
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,792,125
net_rshares0
@mejustandrew ·
I will try and look for issues on which I can contribute (because I don't know how to implement many of the issues opened right now, I am still learning). Some of these issues needed at least when I contributed last time some tags in order to be able to distinguish from which is in progress, which is ready to be implemented, and which still needs clarifications. Especially after removing the other projects except HF21 from the [Steem projects](https://github.com/steemit/steem/projects), it is pretty hard to know which backlog item can be implemented by external contributors.

But after all, you are doing just better than ever, undelegating from inactive and malicious accounts. This is a huge move for a cleaner blockchain!
properties (22)
authormejustandrew
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t204124116z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://github.com/steemit/steem/projects"],"app":"steemit/0.1"}
created2018-05-31 20:41:24
last_update2018-05-31 20:41:24
depth1
children4
last_payout2018-06-07 20:41:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length731
author_reputation6,245,491,946,485
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,654,101
net_rshares0
@timcliff ·
$0.32
IMO, the condenser repository is probably the best place to start.
👍  , ,
properties (23)
authortimcliff
permlinkre-mejustandrew-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t210940797z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 21:09:03
last_update2018-05-31 21:09:03
depth2
children3
last_payout2018-06-07 21:09:03
cashout_time1969-12-31 23:59:59
total_payout_value0.255 HBD
curator_payout_value0.068 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation272,954,445,077,789
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,657,273
net_rshares86,570,888,356
author_curate_reward""
vote details (3)
@mejustandrew · (edited)
$0.03
I don't like front end so much, I am lacking some knowledge of react js which is heavily used in condenser, but I am pretty familiar with C++, even though it is still pretty hard for me to follow the code on Steem, but in time it always gets better. I am sad that I don't have so much time to invest in it right now...

Even though I understand why it can be simple to start with the condenser, because in this way a new developer gets used with the Steem API and then he can move to Steem to get a deeper understanding of what's behind.
👍  
properties (23)
authormejustandrew
permlinkre-timcliff-re-mejustandrew-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t212451128z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 21:24:51
last_update2018-05-31 21:26:36
depth3
children2
last_payout2018-06-07 21:24:51
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length537
author_reputation6,245,491,946,485
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,659,099
net_rshares9,089,321,640
author_curate_reward""
vote details (1)
@naconc ·
Interestingly, I congratulate you, I hope to achieve the request to new users, my wife has four days that she sent her application and her access has not arrived, she is still waiting anxiously!
properties (22)
authornaconc
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180601t121806030z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-01 12:17:09
last_update2018-06-01 12:17:09
depth1
children0
last_payout2018-06-08 12:17:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length194
author_reputation48,184,043,660
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,749,172
net_rshares0
@nnko ·
Good comments gyz
properties (22)
authornnko
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180602t055514813z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-02 05:55:24
last_update2018-06-02 05:55:24
depth1
children0
last_payout2018-06-09 05:55:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation4,533,520,512
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id58,863,954
net_rshares0
@petertomas ·
Excellent post friend, always following your work, from #Venezuela supporting you and learning every day more with your publications ... success
@steemitblog
properties (22)
authorpetertomas
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180601t150027795z
categorysteemit
json_metadata{"tags":["steemit","venezuela"],"users":["steemitblog"],"app":"steemit/0.1"}
created2018-06-01 14:29:30
last_update2018-06-01 14:29:30
depth1
children0
last_payout2018-06-08 14:29:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation101,466,805,085
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,765,909
net_rshares0
@ragepeanut ·
$0.05
"De-Delegating Abusive Accounts", thank god, the Steemit Defence League was getting frustrating.
👍  ,
properties (23)
authorragepeanut
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t221937690z
categorysteemit
json_metadata{"tags":["steemit"],"community":"busy","app":"busy/2.4.0"}
created2018-05-31 22:19:36
last_update2018-05-31 22:19:36
depth1
children0
last_payout2018-06-07 22:19:36
cashout_time1969-12-31 23:59:59
total_payout_value0.039 HBD
curator_payout_value0.009 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation15,252,863,488,454
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,665,103
net_rshares13,744,741,990
author_curate_reward""
vote details (2)
@skytrex ·
$0.48
Great job TeamSteem!

Btw. my profile picture doesn't show up anymore next to my profile name?
(this problem started 2-3 days ago)
👍  
properties (23)
authorskytrex
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t213621663z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 21:36:21
last_update2018-05-31 21:36:21
depth1
children0
last_payout2018-06-07 21:36:21
cashout_time1969-12-31 23:59:59
total_payout_value0.362 HBD
curator_payout_value0.119 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation6,220,391,005,416
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,660,407
net_rshares129,237,345,197
author_curate_reward""
vote details (1)
@sokoloffa ·
$0.10
You've done so much work! I'm happy that our system has such a great team! I wish you creative success. Let everything that you have in mind will necessarily come true!))) And we will help you))))
👍  ,
properties (23)
authorsokoloffa
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t193757665z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 19:38:00
last_update2018-05-31 19:38:00
depth1
children0
last_payout2018-06-07 19:38:00
cashout_time1969-12-31 23:59:59
total_payout_value0.102 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length196
author_reputation149,102,875,220,642
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,646,939
net_rshares27,840,496,557
author_curate_reward""
vote details (2)
@steemcamp ·
I am happy about the improvement of Sign-ups.  How every,  we will continue to encourage our contestants who are still waiting for approval over a month now.. Thanks for this update.
properties (22)
authorsteemcamp
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t194927106z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 19:49:36
last_update2018-05-31 19:49:36
depth1
children2
last_payout2018-06-07 19:49:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length182
author_reputation10,327,063,854,955
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,648,304
net_rshares0
@timcliff ·
If anybody has been waiting for more than a week, send them to the #help channel of steemit.chat.

If you are trying to bulk signup a bunch of accounts from a single computer/IP - that could be what is causing the issue. I have no idea if that is what is going on here, but the way you described your issue it seemed like a possibility.
👍  ,
properties (23)
authortimcliff
permlinkre-steemcamp-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t210836005z
categorysteemit
json_metadata{"tags":["steemit","help"],"app":"steemit/0.1"}
created2018-05-31 21:07:57
last_update2018-05-31 21:07:57
depth2
children1
last_payout2018-06-07 21:07:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length336
author_reputation272,954,445,077,789
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,657,161
net_rshares688,902,090
author_curate_reward""
vote details (2)
@steemcamp ·
$0.03
OK @timcliff. We will do exactly as you said
👍  
properties (23)
authorsteemcamp
permlinkre-timcliff-re-steemcamp-re-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180609t110927096z
categorysteemit
json_metadata{"tags":["steemit"],"users":["timcliff"],"app":"steemit/0.1"}
created2018-06-09 11:09:33
last_update2018-06-09 11:09:33
depth3
children0
last_payout2018-06-16 11:09:33
cashout_time1969-12-31 23:59:59
total_payout_value0.020 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation10,327,063,854,955
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,977,501
net_rshares10,408,610,085
author_curate_reward""
vote details (1)
@steemitqa ·
Thanks for this update! it all *helps!*
👍  
properties (23)
authorsteemitqa
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t194206936z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 19:42:06
last_update2018-05-31 19:42:06
depth1
children0
last_payout2018-06-07 19:42: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_length39
author_reputation22,135,803,163,402
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,647,455
net_rshares278,805,882
author_curate_reward""
vote details (1)
@steevc ·
Good to hear you are removing your delegation from bad actors. There's too much potential for people to create accounts for spam or other uses and we don't want you helping them. I'm sure it's not easy to fully vet each new account whilst processing them in bulk. Keep up the good work
properties (22)
authorsteevc
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180531t195637731z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-05-31 19:56:36
last_update2018-05-31 19:56:36
depth1
children0
last_payout2018-06-07 19:56:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length285
author_reputation1,371,837,840,955,910
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id58,649,120
net_rshares0
@valued-customer ·
I am really pleased with the recent updates on Steemit Inc.'s work.  All these updates sound very beneficial to all Steemit's human users, those that make the social media platform possible and advance civilization globally.

Thanks!
properties (22)
authorvalued-customer
permlinkre-steemitblog-applications-team-update-signups-rocksdb-and-combating-abuse-20180603t191150736z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2018-06-03 19:11:57
last_update2018-06-03 19:11:57
depth1
children0
last_payout2018-06-10 19:11:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length233
author_reputation353,808,987,405,899
root_title"Applications Team Update 2: Signups, RocksDB, and Combating Abuse"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,088,850
net_rshares0