create account

Feb ’18 DSound Steem App Analysis – BlockchainBI by paulag

View this thread on: hive.blogpeakd.comecency.com
· @paulag · (edited)
$47.42
Feb ’18 DSound Steem App Analysis – BlockchainBI
Are you familiar with SoundCloud?  Familiar with hosting Postcasts? DSound.Audio is an awesome app built upon the Steem Blockchain, that is just like SoundCloud but it is decentralised and creators can earn STEEM from upvotes on their content.

DSound is the brain child of Pedro @prc and the project has received funding from Steemit Inc by way of delegated power from @misterdelegation.

The aim of this analysis is to monitor the monthly activity from @dsound in terms of voting.  It is also to analyse posts made via the DSound app and posts made to the DSound category on the STEEM Blockchain

This analysis will be carried out on a monthly basis so that trends can be established and growth measured.

## The Data 
The data from the blockchain is limited.  When it comes to sharing audio for creators, metrics such as play duration and number of listeners are of critical importance if you are trying to grow your channel.  However this data is not collected on the blockchain and not part of this analysis
Using PowerBI, I have connected to the SteemSQL database (paid subscription service held and managed by @arcange).  You can find full details of the query used at the bottom of the article


## The Analysis

### February @dsound Votes Analysis

![6.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520353384/tymmcigtzgwd3zfccndr.png)

 In Feb 2018 DSound voted 532 times for 2733 Authors.  The average vote payout was SBD $21 and the total approx. payout given by DSound was SBD $56.82K  We can also see from above that the average % voting weight used by @dsound was 9.38% and the average number of votes given per day was 97.5.

### February Voting Time Series
![7.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520353410/btc7ig8d5xof01dk5gw1.png)
 

### Popular Streemers in terms of Upvotes from @DSound
![8.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520353423/blcdygqwkkz8rexnvak9.png)


### DSound Tag Post Analysis

![9.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520353434/goz1kz129ivudt1v4ttg.png)

 
In February 13K posts were made by 3054 authors receiving 34K comments and 179K votes. The payout value of this posts is SBD $72.82K.

The average post payout in Feb for #dsound posts was $5.60 – substantially higher than the overall post payout average on the Steemit blockchain

We see above that DSound have given out approx. SBD $56.82K.  That equates to 78% of the total rewards for this category/tag/app

These 13K posts received 34K comments from 7158 authors.  The comments received 12K votes and received rewards of SBD $1.23K

## Audio Creators
Below shows which accounts have posted the most to DSound in the month of February

![10.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1520353463/ajp4zqiojo81bxtylmiq.png)

 And the list below shows those that engage with the posts via comments

![](https://steemitimages.com/DQmYaViJorBXtB7HtX82piApp954MwFg74cAig6YC76JcFA/image.png)
 


## Conclusion
DSound is an awesome project, receiving 13K posts in the month of Feb and voting for 2,733 of them. This means that almost 1 in 5 posts made will be voted on by @dsound.  @dsound voted on average 97.5 times a day in Feb.  I am not sure how much of this is manual curation – maybe someone from the Dsound team could let me know?

78% of the payout in this category comes from @dsound and for Dsound.audio to be self-sufficient this should really be lower.  However there are many factors not in the data above that impacts this and right now, this is not a problem.  For one – Dsound is only a baby and needs to grow and this will take time!

Welcome to the block @dsound – I wish you every success in with this project. I will be preparing this report on a monthly basis to track the progress of the project.

Do you have any questions or queries on the data above?  If so, please do leave a comment below.

## The SQL Queries

The SQL query used to collect data for votes made by @dsound was:

    SELECT    *
    FROM Txvotes (NOLOCK)
     WHERE [voter] in ('dsound')
      AND CONVERT(DATE,timestamp) BETWEEN '2018-02-01' AND '2018-02-28'


The query used to collect data for posts made to the category/tag Dsound on steemit was:


    SELECT
    author,
     json_metadata,
      permlink,
      total_payout_value,
       pending_payout_value,
       net_votes,
       created,
        children,
        Category,
        Depth
       FROM comments (NOLOCK)
      where CONVERT(DATE,created) BETWEEN '2018-02-01' AND '2018-02-28'
      and json_metadata like ('%"dsound"%')


The Current vote worth for Dsound has been taken from https://steemworld.org/@dsound at 6st March 2018.

 I am part of a Blockchain Business Intelligence community. We all post under the tag #BlockchainBI. If you have an analysis you would like carried out on Steemit or Blockchain data, please do contact me or any of the#BlockchainBI team and we will do our best to help you...

You can find #BlockchainBI on discord https://discordapp.com/invite/JN7Yv7j 

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@paulag/feb-18-dsound-steem-app-analysis-blockchainbi">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 89 others
properties (23)
authorpaulag
permlinkfeb-18-dsound-steem-app-analysis-blockchainbi
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","dsound","stats","blockchainbi","dapp"],"users":["prc","misterdelegation","dsound","arcange"],"links":["https://steemworld.org/@dsound","https://discordapp.com/invite/JN7Yv7j","https://utopian.io/utopian-io/@paulag/feb-18-dsound-steem-app-analysis-blockchainbi"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1520353384/tymmcigtzgwd3zfccndr.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520353410/btc7ig8d5xof01dk5gw1.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520353423/blcdygqwkkz8rexnvak9.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520353434/goz1kz129ivudt1v4ttg.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1520353463/ajp4zqiojo81bxtylmiq.png","https://steemitimages.com/DQmYaViJorBXtB7HtX82piApp954MwFg74cAig6YC76JcFA/image.png"],"moderator":{"account":"crokkon","time":"2018-03-08T13:09:35.721Z","reviewed":true,"pending":false,"flagged":false},"questions":[{"question":"Is the project description formal?","answers":[{"value":"Yes it’s straight to the point","selected":true,"score":10},{"value":"Need more description ","selected":false,"score":5},{"value":"Not too descriptive","selected":false,"score":0}],"selected":0},{"question":"Is the language / grammar correct?","answers":[{"value":"Yes","selected":true,"score":20},{"value":"A few mistakes","selected":false,"score":10},{"value":"It's pretty bad","selected":false,"score":0}],"selected":0},{"question":"Was the template followed?","answers":[{"value":"Yes","selected":false,"score":10},{"value":"Partially","selected":true,"score":5},{"value":"No","selected":false,"score":0}],"selected":1},{"question":"Were the reasons for creating the analysis explained enough?","answers":[{"value":"Yes, it was explained well why the analysis was created","selected":true,"score":10},{"value":"No, it is not","selected":false,"score":0}],"selected":0},{"question":"Is it a recurring analysis?","answers":[{"value":"No, it is a new analysis","selected":true,"score":20},{"value":"Yes but the data are well processed and presented.","selected":false,"score":12},{"value":"Yes, it is a recurring analysis with different time period","selected":false,"score":4}],"selected":0},{"question":"Where the tools and query scripts used included in the contribution?","answers":[{"value":"Yes, both tools and scripts were included","selected":true,"score":10},{"value":"No, the query script was not included in the contribution.","selected":false,"score":5},{"value":"No","selected":false,"score":0}],"selected":0}],"score":100}"
created2018-03-06 16:37:21
last_update2018-03-08 13:09:36
depth0
children30
last_payout2018-03-13 16:37:21
cashout_time1969-12-31 23:59:59
total_payout_value34.184 HBD
curator_payout_value13.236 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,207
author_reputation274,264,287,951,003
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries
0.
accountutopian.pay
weight2,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,663,315
net_rshares14,562,361,146,825
author_curate_reward""
vote details (153)
@aceace · (edited)
how do I earn in dsound?
properties (22)
authoraceace
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180311t064211630z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-10 14:42:45
last_update2018-03-10 14:50:57
depth1
children0
last_payout2018-03-17 14:42: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_length24
author_reputation453,636,783,541
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,531,479
net_rshares0
@barv ·
Such a cool project. Although i cannot login for several days now. It seems dsound login button is inactive?
properties (22)
authorbarv
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180320t084535363z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-20 08:45:36
last_update2018-03-20 08:45:36
depth1
children0
last_payout2018-03-27 08:45: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_length108
author_reputation42,578,982,396
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,504,767
net_rshares0
@crokkon · (edited)
.
.
properties (22)
authorcrokkon
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180308t131002544z
categoryutopian-io
json_metadata"{"app": ""}"
created2018-03-08 13:10:03
last_update2022-09-18 12:15:45
depth1
children0
last_payout2018-03-15 13:10: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"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,108,070
net_rshares0
@edprivat ·
Well done to you and your team @prc and thanks @paulag for the great info !
properties (22)
authoredprivat
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180311t170110076z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["prc","paulag"],"app":"steemit/0.1"}
created2018-03-11 17:01:09
last_update2018-03-11 17:01:09
depth1
children0
last_payout2018-03-18 17:01: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_length75
author_reputation310,956,851,666,712
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,741,584
net_rshares0
@erickhan ·
That's Beautiful Sound! 🎵🎵🎵
properties (22)
authorerickhan
permlinkre-paulag-201839t185536601z
categoryutopian-io
json_metadata{"tags":["utopian-io","dsound","stats","blockchainbi","dapp"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-03-09 11:55:48
last_update2018-03-09 11:55:48
depth1
children0
last_payout2018-03-16 11:55: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_length27
author_reputation61,571,088,156
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,312,175
net_rshares0
@free-reign ·
I just uploaded my first original song onto DSound!
properties (22)
authorfree-reign
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180307t170115918z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-07 17:01:12
last_update2018-03-07 17:01:12
depth1
children2
last_payout2018-03-14 17:01:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation45,562,832,914,797
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,914,737
net_rshares0
@paulag ·
congratulations
properties (22)
authorpaulag
permlinkre-free-reign-re-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180307t213240072z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-07 21:32:39
last_update2018-03-07 21:32:39
depth2
children1
last_payout2018-03-14 21:32: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_length15
author_reputation274,264,287,951,003
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,963,503
net_rshares0
@free-reign ·
Thanks!
properties (22)
authorfree-reign
permlinkre-paulag-re-free-reign-re-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180308t132241554z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-08 13:22:39
last_update2018-03-08 13:22:39
depth3
children0
last_payout2018-03-15 13: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_length7
author_reputation45,562,832,914,797
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,110,065
net_rshares0
@gomovies ·
$0.05
Thanks for the report
👍  
properties (23)
authorgomovies
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180308t115327732z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-08 11:53:27
last_update2018-03-08 11:53:27
depth1
children0
last_payout2018-03-15 11:53:27
cashout_time1969-12-31 23:59:59
total_payout_value0.045 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation260,958,136,057
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,094,268
net_rshares12,219,192,257
author_curate_reward""
vote details (1)
@harrisonmir · (edited)
Awesome to see the analytics in written format. Thanks for the post @paulag!
properties (22)
authorharrisonmir
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180308t063204903z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["paulag"],"app":"steemit/0.1"}
created2018-03-08 06:32:06
last_update2018-03-08 06:33:24
depth1
children0
last_payout2018-03-15 06:32: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_length76
author_reputation25,540,541,677,937
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,043,312
net_rshares0
@ingus4321 ·
hi :) very nice post. I'm follow  you now and I am asking you to follow me :) and let me support you and now I want to introduce you and my favorite musical gruope and LIVE CONCERT :) best regards to Gordon:) 

https://www.youtube.com/watch?v=39A6EO7oPWo
properties (22)
authoringus4321
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180311t190332788z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"image":["https://img.youtube.com/vi/39A6EO7oPWo/0.jpg"],"links":["https://www.youtube.com/watch?v=39A6EO7oPWo"],"app":"steemit/0.1"}
created2018-03-11 19:03:48
last_update2018-03-11 19:03:48
depth1
children0
last_payout2018-03-18 19:03: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_length254
author_reputation5,101,745,057
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,760,740
net_rshares0
@ipolatjeh1988 ·
@paulag thanks for putting my name on your  Analysis ..
I will continue to give my best works to @dsound.
And I wish you success.
properties (22)
authoripolatjeh1988
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180307t235226292z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["paulag","dsound"],"app":"steemit/0.1"}
created2018-03-07 23:52:30
last_update2018-03-07 23:52:30
depth1
children0
last_payout2018-03-14 23:52: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_length129
author_reputation55,258,882,496,854
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,984,227
net_rshares0
@jeffandhisguitar ·
It really is mindblowing. Great analytics @Paulag. 
And a super well done to you and your team @prc.
properties (22)
authorjeffandhisguitar
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180307t125655517z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["paulag","prc"],"app":"steemit/0.1"}
created2018-03-07 12:57:00
last_update2018-03-07 12:57:00
depth1
children0
last_payout2018-03-14 12:57: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_length100
author_reputation54,218,915,617,587
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,866,202
net_rshares0
@justinsherr ·
Dsound is awesome  i love it
properties (22)
authorjustinsherr
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180326t041938222z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-26 04:16:48
last_update2018-03-26 04:16:48
depth1
children0
last_payout2018-04-02 04:16: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_length28
author_reputation9,555,643,103
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id46,621,187
net_rshares0
@mamaforte ·
BIG fan of Dsound here, thanks for this summary:)
properties (22)
authormamaforte
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180306t204938159z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-06 20:49:36
last_update2018-03-06 20:49:36
depth1
children0
last_payout2018-03-13 20: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_length49
author_reputation2,107,833,575
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,708,100
net_rshares0
@musicvoter ·
$0.03
<center>[![](https://www.atomcollectorrecords.com/beta/images/musicvoter.jpg)](https://www.AtomCollectorRecords.com)

You received an upvote from @MusicVoter due to the musical content of this post.

To find out how I decide who to up vote please [READ THIS](https://steemit.com/music/@musicvoter/how-to-get-upvotes-from-musicvoter)</center>
👍  
properties (23)
authormusicvoter
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180306t173946692z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["musicvoter"],"image":["https://www.atomcollectorrecords.com/beta/images/musicvoter.jpg"],"links":["https://www.AtomCollectorRecords.com","https://steemit.com/music/@musicvoter/how-to-get-upvotes-from-musicvoter"],"app":"steemit/0.1"}
created2018-03-06 17:39:48
last_update2018-03-06 17:39:48
depth1
children0
last_payout2018-03-13 17:39:48
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length341
author_reputation44,808,031,768,476
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,675,282
net_rshares9,064,338,117
author_curate_reward""
vote details (1)
@prc ·
$0.58
Great analysis @paulag, was really looking forward to the day that your analysis would be published to get your expert input on the state of DSound curation. Thank you so much for sharing this data!

Relating to the curation on DSound, I would say that almost all of it is manual but bot assisted, meaning that a pool of 3 curators and myself  go through the posts in various ways and every time a sound clicks, we investigate the account, check for consistency, presence in other platforms, copyright violations, profile credibility (even contact the creator via other platforms to check it), and only then, we add that author to be voted automatically. Also there are a few other votes that are selected from the posts that score more feedback between the community. Each author only may get a auto vote once a day to avoid abuse and the curators frequently check auto votes for continued consistency as well.

This has been, by far, the strongest effort of last month of DSound. Having a delegation is great, but to make great use of it is a completely different thing! Since day one my top priority has been to put the delegation to work in favor of DSound community and to build a strong and creative mindset around it, instead of building up greed based posting like in many others. By having a music label myself, I know how to filter content in some effective ways, but it has been much more difficult that I sincerely expected... A lot of copycats and people just recording junk to try to make an extra buck...

It has been a huge effort but I think we made quite a great job so far, mainly because every time I go through the trending or hot on original songs, for instance, I just get such a great set of insanely great quality songs! :)

I am really proud of this achievement of my curation team! 

And another thing that makes me proud related to the curation effort is the community we built along the way with all the artists, musicians, song writers or podcasters on our Discord server, as I published on my last post. 

Last month was a month to settle these efforts in solid ground, and this month my focus is in few important features and growth behind Steemit community! DSound has the capacity to bring a huge amount of sound creators in general, between music and other types of sound like podcasts and I will be spreading the word...

BTW, I think that the table of engagement by comments should be wrong, because the numbers are exactly the same as the previous one for posters...

Thanks a lot once more for your expert analysis and I am working to get it to grow substantially so that your next one will make us proud once more! :)
👍  , , , , , , ,
properties (23)
authorprc
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180306t204056577z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["paulag"],"app":"steemit/0.1"}
created2018-03-06 20:40:57
last_update2018-03-06 20:40:57
depth1
children1
last_payout2018-03-13 20:40:57
cashout_time1969-12-31 23:59:59
total_payout_value0.543 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,657
author_reputation27,115,870,924,355
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,706,519
net_rshares147,793,244,971
author_curate_reward""
vote details (8)
@paulag ·
hi @prc and thank you for stopping by.  You are right about the table, I uploaded the wrong one, will fix as soon as I finish this reply.

What a lot of work you and the team are doing when it comes to approving and checking accounts.  And the enthusiasm in your reply really stands out.

You also have your own music label, well now this is really really interesting...

Steemit is full of people trying to make an extra buck, that's why good curation is so important, and we can never have enough of them.  also I know a few pod-casters, have already got one to sign up :-)

Let me know if there is anything extra you would like me to included in next month report.  Love this project.  Keep it up
properties (22)
authorpaulag
permlinkre-prc-re-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180307t201619146z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["prc"],"app":"steemit/0.1"}
created2018-03-07 20:16:18
last_update2018-03-07 20:16:18
depth2
children0
last_payout2018-03-14 20:16: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_length699
author_reputation274,264,287,951,003
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,950,360
net_rshares0
@puggle ·
i keep trying to login and it doesnt do anything it just sits in the login window forever
properties (22)
authorpuggle
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180308t005554912z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-08 00:55:54
last_update2018-03-08 00:55:54
depth1
children0
last_payout2018-03-15 00:55: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_length89
author_reputation693,570,601,069
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,993,515
net_rshares0
@riv-maro ·
Excellent post !
properties (22)
authorriv-maro
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180329t002457381z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-29 00:25:24
last_update2018-03-29 00:25:24
depth1
children0
last_payout2018-04-05 00:25: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_length16
author_reputation6,886,445,400
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id47,180,943
net_rshares0
@rumble ·
Wow pretty awesome report you have here. I might be interested in some blockchain analysis reports
properties (22)
authorrumble
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180306t211038585z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-06 21:10:39
last_update2018-03-06 21:10:39
depth1
children1
last_payout2018-03-13 21:10: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_length98
author_reputation1,126,064,523,793
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,711,837
net_rshares0
@paulag ·
data rocks
properties (22)
authorpaulag
permlinkre-rumble-re-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180307t201932542z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-07 20:19:33
last_update2018-03-07 20:19:33
depth2
children0
last_payout2018-03-14 20:19: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_length10
author_reputation274,264,287,951,003
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,950,850
net_rshares0
@squares ·
30-60 posts in a month? You can't even write a track that's even half decent in less than a couple days, please correct me if I'm wrong, but isn't that considered spam on the steemit platform?
👍  
properties (23)
authorsquares
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180307t004909415z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-07 00:49:09
last_update2018-03-07 00:49:09
depth1
children2
last_payout2018-03-14 00:49: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_length192
author_reputation2,627,923,988,385
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,744,955
net_rshares607,193,939
author_curate_reward""
vote details (1)
@mrbloom · (edited)
I'll have to disagree!
Music is an extremely subjective art form and the creativity,  that goes into said art,  is also very subjective.
My song writing output can be very sporadic in terms of quantity and quality and as a musician, songwriter and producer of my own music, I'm very critical of what I share and upload. 
@dsound and @steemit have given my music an extremely valuable boost which I hope continues into the future!
Spam is also great with chips and peas, here in the UK.
Kindest
[re![](https://steemitimages.com/DQmQuaVVgxWNx61jpSMNau1Y7wxyJE7sEZLpdFumXWeY47m/image.png)
[Restless](https://steemit.com/dsound/@mrbloom/20180309t174759667z-restless-original-acoustic-music-by-darren-claxton-mrbloom)
properties (22)
authormrbloom
permlinkre-squares-re-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180310t000808096z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["dsound","steemit"],"image":["https://steemitimages.com/DQmQuaVVgxWNx61jpSMNau1Y7wxyJE7sEZLpdFumXWeY47m/image.png"],"links":["https://steemit.com/dsound/@mrbloom/20180309t174759667z-restless-original-acoustic-music-by-darren-claxton-mrbloom"],"app":"steemit/0.1"}
created2018-03-10 00:08:12
last_update2018-03-10 01:02:57
depth2
children0
last_payout2018-03-17 00:08: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_length712
author_reputation683,465,216,658
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,418,816
net_rshares0
@paulag ·
podcasters could do 30-60 a month easy, but with music you are probably right most would not write a good track in that time
properties (22)
authorpaulag
permlinkre-squares-re-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180307t201901478z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-07 20:19:00
last_update2018-03-07 20:19:00
depth2
children0
last_payout2018-03-14 20:19:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length124
author_reputation274,264,287,951,003
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,950,778
net_rshares0
@teukukhaidir ·
Hopefully DSound more developed and continue to progress so that will give birth to new seeds in steemit, successful greetings and thank you @paulag has shared information
properties (22)
authorteukukhaidir
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180306t164616098z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["paulag"],"app":"steemit/0.1"}
created2018-03-06 16:46:21
last_update2018-03-06 16:46:21
depth1
children0
last_payout2018-03-13 16:46:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation3,013,291,336,036
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,664,993
net_rshares0
@toshare ·
good job and  posted
properties (22)
authortoshare
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180320t160824287z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-20 16:08:33
last_update2018-03-20 16:08:33
depth1
children0
last_payout2018-03-27 16:08: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_length20
author_reputation65,428,611,543
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,574,760
net_rshares0
@utopian-io ·
### Hey @paulag I am @utopian-io. I have just upvoted you!
#### Achievements
- WOW WOW WOW People loved what you did here. GREAT JOB!
- 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 (22)
authorutopian-io
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180309t112949055z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2018-03-09 11:30:00
last_update2018-03-09 11:30:00
depth1
children0
last_payout2018-03-16 11:30: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_length1,061
author_reputation152,955,367,999,756
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,308,458
net_rshares0
@wtfftw ·
Big fan of @dsound / @prc and thank you @paulag for this amazing post. As a podcaster and content creator for Dsound I appreciate this analysis. Keep up the good work and hopefully we'll see Dsound continue to become more successful than SoundCloud!!!
properties (22)
authorwtfftw
permlinkre-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180308t014509311z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["dsound","prc","paulag"],"app":"steemit/0.1"}
created2018-03-08 01:45:06
last_update2018-03-08 01:45:06
depth1
children1
last_payout2018-03-15 01:45: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_length251
author_reputation26,200,722,623
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,000,544
net_rshares0
@paulag ·
you are most welcome
properties (22)
authorpaulag
permlinkre-wtfftw-re-paulag-feb-18-dsound-steem-app-analysis-blockchainbi-20180308t205015823z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-08 20:50:15
last_update2018-03-08 20:50:15
depth2
children0
last_payout2018-03-15 20: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_length20
author_reputation274,264,287,951,003
root_title"Feb ’18 DSound Steem App Analysis – BlockchainBI"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,188,213
net_rshares0