create account

Analysis on the Lost Users on Steem by dapeng

View this thread on: hive.blogpeakd.comecency.com
· @dapeng · (edited)
$99.90
Analysis on the Lost Users on Steem
Strangers say hello while friends say goodbye. This is what we see everyday in real life. So do we on Steem. 

New users come to steem, as well as old users leave. So far (by 2018-01-02), there are in total 547,027 users, whom we call steemians or steemers. However, it does not necessarily mean that you can make as many friends here. Some of them are bots, --- well, you could make friends with bots if you'd like to, --- some users are hibernating, and some are even dead.

Thus, how many of them are really active on Steem? How many users have left Steem already? How many potential friends are you really able to make on Steem?

In this article, I presented the analysis on the lost users on steem, especially in CN category as a case study.


## Methods

 The data of the accounts were obtained from steemsql database[1] with the following query:


    SELECT name, created, post_count, last_post 
    FROM Accounts order 
    by created

The data of the posts were obtained with the following query:

    SELECT author 
    FROM Comments 
    WHERE title <> ''

The data of the posts in CN category were obtained with the following query:

    SELECT author, created 
    FROM Comments 
    WHERE json_metadata like '%\"cn\"%' AND title <>''

Subsequently the data were analyzed using R language (R Core Team 2016).

## Results and discussions

### The entire site

Many accounts never ever post a single blog. As the slogan of Steemit used to be *Blog and Get Paid*, we suppose that an account who has posted at least one blog is a valid account. Thus, 200,177 accounts, i.e. 37 % of all the accounts, are valid ones.  The rest 63 % either keep silent, or only reply and vote.

Three months ago I wrote in a post in Chinese that only 33 % were valid. Now it is good to see that the percentage has significantly increased.


Let's see how many users are inactive among the valid users. We suppose a user who has not posted a single blog in the recent one month is a *lost* user. In total, 132,851 are lost, i.e. 24 % of the total account on steem, or 66 % of the valid users. These numbers are greater than those calculated three months ago, when 21% of the total account or 63% of the valid users were lost.


![unnamed-chunk-3-1.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938250/tfd513rne6lu9u597axo.png)

### The trend of lost users

Every day new users sign up, while lost users post their 'last' blogs. The latter might return someday, but you never know. For short, let's call them 'new-borns' and 'deaths', respectively. No offense. The deaths could come back to life in the future.


The following figure shows the daily number of the new-borns (in blue) and that of the deaths (in orange). Shortly after the beginning of Steem there was the first peak in both the new-borns and deaths around August 2016. An ice age followed from October 2016 to May 2017, when the number of new-borns was equally that of the deaths. After that the second peak came and lasted until now. The maximum daily sign-up number was over 2500 accounts, while the maximum daily dead number was close to 1500 accounts. Recently the new sign-up number is slightly decreasing, and the dead number is nearly stable, indicating that the active accounts are technically decreasing.


![unnamed-chunk-4-1.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938268/en0gpqitibfrpu0vpejv.png)

### Case study: CN category

Nearly 1.2 billion people (around 16% of the world's population) speak Chinese as their first language [2]. Thus, there is a huge potential market of Steem in Chinese users.

On Steem, CN is a category with posts written in Chinese, or posts about China or Chinese. Using the similar methods, let's see what has been going on in CN category.


Which accounts are the valid accounts in CN category? We suppose that an account who has posted at least one blog with CN tag is a CN-valid account. Thus, there were 4073 CN accounts by the end of November 2017. It was only 2% of the valid account in the entire steem.

Among them, 3541 accounts have not posted in the recent one month. Using the previous definition of 'lost steemians', 87 % CN-valid users are lost in total. This percentage was 79% three months ago.


Let's see the daily trend. Similar to the previous figure, the ones who posted for the first time in CN are described as CN new-borns, and those posted for the last time (so far) are described as CN-deaths. There was a sharp increase in CN-newborns in July 2017, and the number of the CN-newborns were greater than that of the CN-deaths from July to September 2017, when 20 to 50 accounts posted for the first time in CN category everyday. In the recent two months, the number of CN-deaths was slightly greater than  CN-newborns.


![unnamed-chunk-6-1.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938314/yuwz1rznnn24tonyvewf.png)

The following figure shows the daily ratio of CN-deaths to CN-newborns. When the ratio is 1, it means that the active account number is stable.  When the ratio is smaller than 1, it means that the CN-community is growing. There was a continuous growing period from June to  September 2017.  In the recent months, although many new users has come to CN, more users have left. In total, 1960 accounts, i.e. 48% of the CN-valid accounts, posted only one blog in CN category, and has never come back. They were both the CN-newborns and CN-deaths.


![unnamed-chunk-7-1.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938326/pu5rjdpagrerzbzwzagp.png)

## Summary and Conclusions

Among the nearlly 550,000 steemians, 37% accounts are valid in posting, and 66% of the valid accounts are lost. Although the price of SBD has dramatically increased recently and many new users are signing up, in the meanwhile many old users are leaving steem or have not come back yet. From my point of view, Steem must improve the attraction to old users, which is more important than that to new users. Maybe a survey for old users about 'Why don't you come back to steem" could explain the reason and provide helpful suggestions for steem's future development.

Regarding the CN category, there has been a rapid growth in new CN users as well as in the loss of old CN users. Besides a survey mentioned above, the CN community might need a comparison with other localized  categories such as KR or DEUTSCH so as to figure out some potential problems in the community development.

## References
R Core Team. 2016. *R: A Language and Environment for Statistical Computing*. Vienna, Austria: R Foundation for Statistical Computing. <https://www.R-project.org/>.

[1] <http://www.steemsql.com/>

[2]https://en.wikipedia.org/wiki/Chinese_language



<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@dapeng/analysis-on-the-lost-users-on-steem-or">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authordapeng
permlinkanalysis-on-the-lost-users-on-steem-or
categoryutopian-io
json_metadata{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":54517947,"name":"steem","full_name":"steemit/steem","html_url":"https://github.com/steemit/steem","fork":false,"owner":{"login":"steemit"}},"pullRequests":[],"platform":"github","type":"analysis","tags":["utopian-io","cn","steemit","stats","news"],"users":["dapeng"],"links":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938250/tfd513rne6lu9u597axo.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938268/en0gpqitibfrpu0vpejv.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938314/yuwz1rznnn24tonyvewf.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938326/pu5rjdpagrerzbzwzagp.png"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938250/tfd513rne6lu9u597axo.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938268/en0gpqitibfrpu0vpejv.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938314/yuwz1rznnn24tonyvewf.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1514938326/pu5rjdpagrerzbzwzagp.png"],"moderator":{"account":"crokkon","pending":false,"reviewed":true,"flagged":false}}
created2018-01-03 00:14:30
last_update2018-01-04 09:31:51
depth0
children33
last_payout2018-01-10 00:14:30
cashout_time1969-12-31 23:59:59
total_payout_value72.968 HBD
curator_payout_value26.932 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,898
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,659,629
net_rshares10,563,621,711,559
author_curate_reward""
vote details (52)
@crokkon · (edited)
$0.10
.
.
👍  
properties (23)
authorcrokkon
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180104t072343933z
categoryutopian-io
json_metadata"{"app": ""}"
created2018-01-04 07:23:45
last_update2022-09-19 18:29:24
depth1
children3
last_payout2018-01-11 07:23:45
cashout_time1969-12-31 23:59:59
total_payout_value0.076 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation81,214,366,861,104
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,969,340
net_rshares9,398,373,107
author_curate_reward""
vote details (1)
@dapeng ·
$0.10
Thank you very much for your comments. I followed your suggestions and have edited it. Please have a look. 

I thought I chose the 'Analysis' category but it was not. Maybe my mouse clicked it by accident and I did not notice. Sorry for the inconvenience. 

Regarding the language, I have removed the text in Chinese. When I was writing this post, I read the rules and  found that there is no language requirement for the Analysis category. As this post is helpful to Chinese users, I wrote it bilingually. As far as I know, the language requirement is written in the Development category (English is a must) and in the Tutorial category (Any language is OK).  I guess it would help if it is written in the rules of Analysis Category.
👍  
properties (23)
authordapeng
permlinkre-crokkon-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180104t090840760z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-04 09:08:42
last_update2018-01-04 09:08:42
depth2
children2
last_payout2018-01-11 09:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.100 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length734
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,987,132
net_rshares9,398,373,107
author_curate_reward""
vote details (1)
@crokkon · (edited)
$0.10
.
.
👍  
properties (23)
authorcrokkon
permlinkre-dapeng-re-crokkon-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180104t092240298z
categoryutopian-io
json_metadata"{"app": ""}"
created2018-01-04 09:22:42
last_update2022-09-19 18:29:15
depth3
children1
last_payout2018-01-11 09:22:42
cashout_time1969-12-31 23:59:59
total_payout_value0.100 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation81,214,366,861,104
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,989,598
net_rshares9,398,373,107
author_curate_reward""
vote details (1)
@crokkon · (edited)
.
.
properties (22)
authorcrokkon
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180104t091600124z
categoryutopian-io
json_metadata"{"app": ""}"
created2018-01-04 09:16:03
last_update2022-09-19 18:29:21
depth1
children1
last_payout2018-01-11 09:16:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation81,214,366,861,104
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,988,456
net_rshares0
@dapeng ·
Thanks!
properties (22)
authordapeng
permlinkre-crokkon-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180104t092641211z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-04 09:26:42
last_update2018-01-04 09:26:42
depth2
children0
last_payout2018-01-11 09:26:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,990,246
net_rshares0
@hannahwu ·
我与你同在 O(∩_∩)O哈哈~
properties (22)
authorhannahwu
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t135744476z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 13:57:51
last_update2018-01-03 13:57:51
depth1
children1
last_payout2018-01-10 13:57: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_length16
author_reputation44,426,683,145,936
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,785,478
net_rshares0
@dapeng ·
永远不分离 吼吼
properties (22)
authordapeng
permlinkre-hannahwu-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180104t090952945z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-04 09:09:54
last_update2018-01-04 09:09:54
depth2
children0
last_payout2018-01-11 09:09:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,987,326
net_rshares0
@hui.zhao ·
$0.23
其实我觉得如果steemit想做大 必须做好cn区 咱们人多啊 用户就是价值
其实我觉得 加速中文区用户离开的原因 主要是吸引他们来注册,是因为可以发发文章就赚钱;但是他们注册了,缺不是那样简单;大多数人耐不住寂寞就走了。
👍  
properties (23)
authorhui.zhao
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t063524775z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 06:35:00
last_update2018-01-03 06:35:00
depth1
children2
last_payout2018-01-10 06:35:00
cashout_time1969-12-31 23:59:59
total_payout_value0.170 HBD
curator_payout_value0.055 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length111
author_reputation3,520,187,684,701
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,713,160
net_rshares19,938,243,831
author_curate_reward""
vote details (1)
@dapeng ·
cn 区想做大目前比较难。为钱来的,自然为钱而去。赚钱是个噱头,是把双刃剑。
properties (22)
authordapeng
permlinkre-huizhao-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t141254098z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 14:12:54
last_update2018-01-03 14:12:54
depth2
children1
last_payout2018-01-10 14:12:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,788,702
net_rshares0
@hui.zhao ·
这样也好 沉淀下来的用户 才是真正有价值的用户
properties (22)
authorhui.zhao
permlinkre-dapeng-re-huizhao-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t150637921z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 15:06:42
last_update2018-01-03 15:06:42
depth3
children0
last_payout2018-01-10 15:06:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation3,520,187,684,701
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,800,252
net_rshares0
@ivysrono ·
我会回来的~
👍  
properties (23)
authorivysrono
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t013033237z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 01:30:33
last_update2018-01-03 01:30:33
depth1
children1
last_payout2018-01-10 01:30: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_length6
author_reputation4,265,926,261,899
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,669,694
net_rshares1,196,602,934
author_curate_reward""
vote details (1)
@dapeng ·
终结者?
properties (22)
authordapeng
permlinkre-ivysrono-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t140649351z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 14:06:48
last_update2018-01-03 14:06:48
depth2
children0
last_payout2018-01-10 14:06: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_length4
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,787,463
net_rshares0
@januschoi ·
有没有办法对新用户做一个渠道来源分析?
properties (22)
authorjanuschoi
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t022857258z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 02:28:48
last_update2018-01-03 02:28:48
depth1
children1
last_payout2018-01-10 02:28: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_length19
author_reputation125,087,710,238
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,677,573
net_rshares0
@dapeng ·
我没有。你有没有?
properties (22)
authordapeng
permlinkre-januschoi-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t140828191z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 14:08:27
last_update2018-01-03 14:08:27
depth2
children0
last_payout2018-01-10 14:08: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_length9
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,787,824
net_rshares0
@joythewanderer · (edited)
经历过HF19之前的日子,就知道有涨必有跌,机器人会来投票就也有一天会离开,都是常态。
properties (22)
authorjoythewanderer
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180104t094950574z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-04 09:49:51
last_update2018-01-04 09:50:51
depth1
children1
last_payout2018-01-11 09:49: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_length43
author_reputation1,916,082,145,948,706
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,994,393
net_rshares0
@dapeng ·
看破红尘,心如止水。
properties (22)
authordapeng
permlinkre-joythewanderer-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180104t170927468z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-04 17:09:27
last_update2018-01-04 17:09:27
depth2
children0
last_payout2018-01-11 17:09: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_length10
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id27,078,878
net_rshares0
@justyy · (edited)
$3.07
Great work:  You might want to check @arcange post:  https://steemit.com/statistics/@arcange/steemit-statistics-20180102-en
👍  , ,
properties (23)
authorjustyy
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t150913568z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["arcange"],"links":["https://steemit.com/statistics/@arcange/steemit-statistics-20180102-en"],"app":"steemit/0.1"}
created2018-01-03 15:09:15
last_update2018-01-03 15:10:21
depth1
children3
last_payout2018-01-10 15:09:15
cashout_time1969-12-31 23:59:59
total_payout_value3.060 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length123
author_reputation280,616,224,641,976
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,800,772
net_rshares267,368,794,680
author_curate_reward""
vote details (3)
@dapeng ·
Thanks.
properties (22)
authordapeng
permlinkre-justyy-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180104t092121806z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-04 09:21:24
last_update2018-01-04 09:21:24
depth2
children2
last_payout2018-01-11 09:21: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_length7
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,989,386
net_rshares0
@justyy ·
给你补了个赞,到时候看看是不是有用。
properties (22)
authorjustyy
permlinkre-dapeng-re-justyy-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180104t121140537z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-04 12:11:39
last_update2018-01-04 12:11:39
depth3
children1
last_payout2018-01-11 12:11:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation280,616,224,641,976
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id27,020,737
net_rshares0
@melaleuca ·
谢谢大鹏兄分享。所以,搞清楚自己为什么来steemit很重要。
properties (22)
authormelaleuca
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t083715726z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 08:37:18
last_update2018-01-03 08:37:18
depth1
children1
last_payout2018-01-10 08:37: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_length31
author_reputation6,057,085,270,509
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,731,320
net_rshares0
@dapeng ·
定位很重要。下面直接跳转到你的新帖。
properties (22)
authordapeng
permlinkre-melaleuca-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t141404596z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 14:14:03
last_update2018-01-03 14:14:03
depth2
children0
last_payout2018-01-10 14:14:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,788,945
net_rshares0
@renzhichu ·
中文区交易难、发帖难、点赞少、人懒惰应该是离开的主要原因。看了你的数据发现中文区情况不容乐观啊!
properties (22)
authorrenzhichu
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t025813323z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 03:00:27
last_update2018-01-03 03:00:27
depth1
children1
last_payout2018-01-10 03:00: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_length48
author_reputation5,431,311,403,142
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,681,978
net_rshares0
@dapeng ·
说不定其他按语种的分区也是这样呢
properties (22)
authordapeng
permlinkre-renzhichu-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t140943071z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 14:09:42
last_update2018-01-03 14:09:42
depth2
children0
last_payout2018-01-10 14:09:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,788,089
net_rshares0
@utopian-io ·
$0.02
### Hey @dapeng I am @utopian-io. I have just upvoted you!
#### Achievements
- You are generating more rewards than average for this category. Super!;)
- Seems like you contribute quite often. AMAZING!
#### Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER!
- <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a>
- <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a>
- Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a>

[![mooncryption-utopian-witness-gif](https://steemitimages.com/DQmYPUuQRptAqNBCQRwQjKWAqWU3zJkL3RXVUtEKVury8up/mooncryption-s-utopian-io-witness-gif.gif)](https://steemit.com/~witnesses)

**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
👍  
properties (23)
authorutopian-io
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180105t192212985z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-01-05 19:22:12
last_update2018-01-05 19:22:12
depth1
children1
last_payout2018-01-12 19:22:12
cashout_time1969-12-31 23:59:59
total_payout_value0.015 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,079
author_reputation152,955,367,999,756
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id27,352,361
net_rshares2,351,569,083
author_curate_reward""
vote details (1)
@dapeng ·
Thanks!
properties (22)
authordapeng
permlinkre-utopian-io-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180106t075413158z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-06 07:54:15
last_update2018-01-06 07:54:15
depth2
children0
last_payout2018-01-13 07:54: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_length7
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id27,469,518
net_rshares0
@weiching ·
感覺資訊太雜, 很容易被淹沒. 我覺得如果可以像Tweetdesk一樣把自己的following分類, 比較容易吸收. 一旦資訊疲乏就不會想去看新人帖, 這樣他們也容易離去.
properties (22)
authorweiching
permlinkre-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t002238494z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 00:22:39
last_update2018-01-03 00:22:39
depth1
children5
last_payout2018-01-10 00:22:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length87
author_reputation540,424,556,897
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,660,732
net_rshares0
@dapeng ·
这意见不知提了多少遍了,一直没实现
properties (22)
authordapeng
permlinkre-weiching-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t140744083z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 14:07:42
last_update2018-01-03 14:07:42
depth2
children3
last_payout2018-01-10 14:07:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation64,632,001,917,831
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,787,668
net_rshares0
@weiching ·
所以要指望有人像chainbb一樣 以steem為底重新design一個新的網站/介面嗎?
properties (22)
authorweiching
permlinkre-dapeng-re-weiching-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t143208593z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 14:32:09
last_update2018-01-03 14:32:09
depth3
children2
last_payout2018-01-10 14:32: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_length45
author_reputation540,424,556,897
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,792,827
net_rshares0
@fr3eze ·
问卷调查可不能在这里发起啊
properties (22)
authorfr3eze
permlinkre-weiching-re-dapeng-analysis-on-the-lost-users-on-steem-or-20180103t013037313z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-01-03 01:30:45
last_update2018-01-03 01:30:45
depth2
children0
last_payout2018-01-10 01:30: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_length13
author_reputation62,201,653,753,684
root_title"Analysis on the Lost Users on Steem"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id26,669,738
net_rshares0