create account

Snippets to get the downvoting power of an user for dsteem and steem-js by howo

View this thread on: hive.blogpeakd.comecency.com
· @howo · (edited)
$34.88
Snippets to get the downvoting power of an user for dsteem and steem-js
![](https://cdn.steemitimages.com/DQmZpmoXQEmDaATzDwZtD2fn5mmUY7EFQQFnWiv2irbrdxw/image.png)

Hello,

If you are unfamiliar with steemsnippets I encourage you to read the genesis post : https://steemit.com/programming/@howo/introducting-steemsnippets

And to check out the repository : https://github.com/drov0/steemsnippets


Since hard fork 21 is out, I see a ton of downvotes, which is great, and I suppose that you will grow tired of manually downvoting, so here's a few snippets to allow you to calculate the remaining downvoting power of an user.


the logic is similar in dsteem and steem-js so I'll only post the dsteem version on the chain : 
```
function get_downvoting_power(username) {

    return new Promise(async resolve => {
        let account = await client.database.getAccounts([username]);

        account = account[0];

        const totalShares = parseFloat(account.vesting_shares) + parseFloat(account.received_vesting_shares) - parseFloat(account.delegated_vesting_shares) - parseFloat(account.vesting_withdraw_rate);

        const elapsed = Math.floor(Date.now() / 1000) - account.downvote_manabar.last_update_time;
        const maxMana = totalShares * 1000000 / 4;
        // 432000 sec = 5 days
        let currentMana = parseFloat(account.downvote_manabar.current_mana) + elapsed * maxMana / 432000;

        if (currentMana > maxMana) {
            currentMana = maxMana;
        }

        const currentManaPerc = currentMana * 100 / maxMana;

        return resolve(currentManaPerc);
    });
}

// example
async function test()
{
    console.log(await  get_downvoting_power("howo"));
}

test();
```


If you'd rather read them with colors here are the github links : 

dsteem : 

https://github.com/drov0/steemsnippets/tree/master/dsteem/get_downvoting_power
 
steem-js : 

https://github.com/drov0/steemsnippets/tree/master/steemjs/downvoting_power

That's it for today :) 

newsteem on ! 

@howo
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
πŸ‘Ž  , , , , , , , , , ,
properties (23)
authorhowo
permlinksnippets-to-get-the-downvoting-power-of-an-user-for-dsteem-an-steem-js
categorydevelopment
json_metadata{"tags":["development","programming","steemdev","steem","hf21"],"users":["howo"],"image":["https://cdn.steemitimages.com/DQmZpmoXQEmDaATzDwZtD2fn5mmUY7EFQQFnWiv2irbrdxw/image.png"],"links":["https://steemit.com/programming/@howo/introducting-steemsnippets","https://github.com/drov0/steemsnippets","https://github.com/drov0/steemsnippets/tree/master/dsteem/get_downvoting_power","https://github.com/drov0/steemsnippets/tree/master/steemjs/downvoting_power"],"app":"steemit/0.1","format":"markdown"}
created2019-08-28 13:18:45
last_update2019-08-28 13:19:12
depth0
children19
last_payout2019-09-04 13:18:45
cashout_time1969-12-31 23:59:59
total_payout_value17.592 HBD
curator_payout_value17.286 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,931
author_reputation511,962,302,102,641
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,035,276
net_rshares91,294,358,293,781
author_curate_reward""
vote details (71)
@acostaeladio ·
<div class="text-center">
You can be a "co-founder of SteemPress - @steempress witness", but the negative vote you gave to my project of  <a href="https://steemit.com/spanish/@enmovimiento/convocatoria-reto-fotografico-septiembre-2019">Photography</a> (@enmovimiento) aimed at the Hispanic community is my total distaste without leaving a comment on that negative vote.
<hr>We users are the ones who give the votes to the Witnesses to help us help
</div>
<hr>
<center>
<p><a href="http://www.steemit.com.ve">
<img src="https://cdn.steemitimages.com/DQmXGYkMzhRwToHcMqAueXciv5Ut9RxDpFaSJz1gccx2559/g7706.png" /></a>
</center>
properties (22)
authoracostaeladio
permlinkpx3y8l
categorydevelopment
json_metadata{"tags":["development"],"users":["steempress","enmovimiento"],"image":["https://cdn.steemitimages.com/DQmXGYkMzhRwToHcMqAueXciv5Ut9RxDpFaSJz1gccx2559/g7706.png"],"links":["https://steemit.com/spanish/@enmovimiento/convocatoria-reto-fotografico-septiembre-2019","http://www.steemit.com.ve"],"app":"steemit/0.1"}
created2019-08-31 16:04:33
last_update2019-08-31 16:04:33
depth1
children5
last_payout2019-09-07 16:04: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_length624
author_reputation15,147,421,754,385
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,143,773
net_rshares0
@howo ·
I leave between 40 and 50 downvotes a day, if I'm gonna leave a comment for each one of them it's gonna spam the chain for nothing. You were downvoted for using bidbots.  A proper post will be published soon, I was just testing things.
πŸ‘  
πŸ‘Ž  
properties (23)
authorhowo
permlinkpx40e3
categorydevelopment
json_metadata{"tags":["development"],"app":"steemit/0.1"}
created2019-08-31 16:27:39
last_update2019-08-31 16:27:39
depth2
children4
last_payout2019-09-07 16:27: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_length235
author_reputation511,962,302,102,641
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,144,378
net_rshares1,492,095,154
author_curate_reward""
vote details (2)
@acostaeladio ·
<div class="text-center">
Which Bidbots?
</div>
<hr>
<center>
<p><a href="http://www.steemit.com.ve">
<img src="https://cdn.steemitimages.com/DQmXGYkMzhRwToHcMqAueXciv5Ut9RxDpFaSJz1gccx2559/g7706.png" /></a>
</center>
properties (22)
authoracostaeladio
permlinkpx3zmj
categorydevelopment
json_metadata{"tags":["development"],"image":["https://cdn.steemitimages.com/DQmXGYkMzhRwToHcMqAueXciv5Ut9RxDpFaSJz1gccx2559/g7706.png"],"links":["http://www.steemit.com.ve"],"app":"steemit/0.1"}
created2019-08-31 16:34:33
last_update2019-08-31 16:34:33
depth3
children2
last_payout2019-09-07 16:34:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length217
author_reputation15,147,421,754,385
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,144,520
net_rshares0
@ssjsasha ·
So why did you downvote my Actifit post??? Btw you posting 50 comments a day won’t spam anything, you do realize steems blockchain can handle that right?
πŸ‘  , , ,
πŸ‘Ž  , ,
properties (23)
authorssjsasha
permlinkpx5jw5
categorydevelopment
json_metadata{"tags":["development"],"app":"steemit/0.1"}
created2019-09-01 12:26:30
last_update2019-09-01 12:26:30
depth3
children0
last_payout2019-09-08 12:26: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_length153
author_reputation298,328,050,923,025
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,169,522
net_rshares488,420,284
author_curate_reward""
vote details (7)
@arcange ·
Thanks for the snippet. I will now build a snipper =)
properties (22)
authorarcange
permlinkre-howo-pwycsk
categorydevelopment
json_metadata{"tags":["development"],"app":"steempeak/1.15.0"}
created2019-08-28 15:09:57
last_update2019-08-28 15:09:57
depth1
children0
last_payout2019-09-04 15:09: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_length53
author_reputation1,146,606,601,469,178
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,038,854
net_rshares0
@bewarecenterbase ·
(Revived and Will be Revived, For the Freedom of Speech, Right for Writings to Survive)

# [Steem : For Freedom] Let's Down-Vote DownVoting-ManSlaughterers. List Update v.1.1
( https://steemit.com/kr/@bewarecenterbase/steem-for-freedom-make-many-more-accounts-to-fight-for-freedom )
( https://staging.busy.org/@bewarecenterbase/steem-for-freedom-make-many-more-accounts-to-fight-for-freedom )
2019.09.01.Sun.09:52 (utc+9), by @BewareCenterBase,

==

# For Freedom Of Speech, 

# _1. Let's Down-Vote DownVoting-ManSlaughterers. List Update v.1.1

The followings are known Content-Nazi 
and Commie People's Court Bamboo Spear Red Guard Man-Slaughters


If you like, select anyone below and 
# downvote Now and Anytime.
.


@oldstone =@slowwalker =@wisdomandjustice !

@howo, @steemlsh, @westport, @himapan

@patrice=@spaminator=@prowler=@mack-bot=@mack-botjr =@mack-fund

# _2. Remove From Witness Support and Down-Vote

@patrice, @themarkymark, are the worst witness to drop

@clayop, @asbear, @ocd-witness, @ats-witness , @noblewitness=@sircork

--

Top Witnesses who are for Down-Vote-Pool HardForks.

@roelandp, @yabapmatt, @good-karma, @gtg, @blocktrades,

@themarkymark, @someguy123, @cervantes, @aggroed, @smooth.witness,

@therealwolf, @anyx, @ocd-witness, @timcliff, @ausbitbank,

@curie, @thecryptodrive, @followbtcnews, @clayop, @drakos,

@lukestokes.mhth, @jesta, @steempress, ~~@xeldal~~, @emrebeyler,

@liondani, @riverhead, @actifit, @busy.witness, @bhuz,

And
# _2. Write Much More to Dry-Up DownVoting-ManSlaughterers' Power, 


# _3. Make Much More Accounts to Fight For Freedom.

# _4. Automate Resistance Process.

# _5. Make Situations Complex, To Kill Man-Slaughtering Bots and Programmers.
Vary Self-Vote or Not, Voting %, Voting Time etc.

Or If you dislike battle field, 
# _6. Leave Steem and Never Look Back.


==


If you want to see more list to Down-Vote, please see below.

[steem蟲:HF21] λ‚¨μ•„μ©λŠ” λ‹€μš΄λ³΄νŒ… νŒŒμ›Œλ‘œ, 무엇을 λ‹€μš΄λ³΄νŒ… ν•  것인가? [steem:HF21] What to Down-Vote with HF21 Down-Vote Power ?
( https://steemit.com/kr/@bewarecenterbase/2cbcn-steem-hf21-steem-hf21-what-to-down-vote-with-hf21-down-vote-power )
( https://staging.busy.org/@bewarecenterbase/2cbcn-steem-hf21-steem-hf21-what-to-down-vote-with-hf21-down-vote-power )
2019.08.28.수.08:45, by @BewareCenterBase,

Steem Hard Fork 21 ( μ΄ν•˜ HF21)
μ—μ„œλŠ”
λ‹€μš΄λ³΄νŒ… νŒŒμ›Œκ°€ λ„μž…λ˜μ–΄,

κΈ°μ‘΄ HF20 μ΄μ „μ—μ„œ 
μ—…λ³΄νŒ… νŒŒμ›Œλ₯Ό μ†Œλͺ¨ν•˜μ—¬ λ‹€μš΄λ³΄νŒ… ν•  수 μžˆλ„λ‘ ν•œ κ²ƒμ—μ„œ,
λ‹€μš΄λ³΄νŒ…μ„ μ—…λ³΄νŒ…κ³Ό λ³„λ„μ˜ νŒŒμ›Œλ₯Ό μ‚¬μš©ν•˜μ—¬ ν•  수 μžˆλ„λ‘ ν•˜μ˜€λ‹€.

κ΄€λ ¨ 글듀은 
이 κΈ€μ˜ μ•„λž˜ λͺ©λ‘μ—μ„œ μ°Ύμ•„ λ³Ό 수 μžˆλ‹€.

![20190828_hf21_whatToDownVote.png](https://ipfs.busy.org/ipfs/QmS6523fGwpkAJV8po5QHPk9YF9Jio9nEJKLufLHLiWrmT)



https://steemd.com/@accountname
μ—μ„œλŠ” 
hf21 μ—μ„œ λ„μž…λœ λ‹€μš΄λ³΄νŠΈ νŒŒμ›Œ 
μž”λŸ‰κ³Ό νšŒλ³΅μ„ 
λ³΄νŒ… νŒŒμ›Œ 와 λ§ˆμ°¬κ°€μ§€λ‘œ 
ν™•μΈν• μˆ˜ μžˆλ‹€.

자, μ—¬κΈ°μ„œ λ‚¨λŠ” 문제.

λ‚¨μ•„μ„œ μ„žμ–΄ λ‚˜κ°€λŠ” λ‹€μš΄λ³΄νŒ… νŒŒμ›Œλ₯Ό 어디에 μ“Έ 것인가?


# _1.  
νƒˆμ€‘μ•™ λ§€μ²΄μ—μ„œ λΆˆκ°€ν”Όν•œ λ‹€μš΄λ³΄νŒ…μ˜ μ›λž˜ μ·¨μ§€λŒ€λ‘œ,
μŠ€νŒ€ λΈ”λ‘μ²΄μΈμ˜ 생쑴성을 μœ„ν˜‘ν•˜κ²Œλ  수 μžˆλŠ”,
μ €μž‘κΆŒ μœ„λ°˜ μ΄λ‚˜, 아동 ν¬λ‘œλ…Έ, ν•΄ν‚Ή, 슀캠 ν”Όμ‹± λ“±μ˜ 사기 μœ λ„ κΈ€ 
등을 λ‹€μš΄λ³΄νŒ… ν•˜λΌ
λŠ” 것일 것이닀.

그런 글듀이 보인닀면, λ‹€μš΄λ³΄νŒ… ν•˜λ©΄ λœλ‹€.
κ·ΈλŸ¬λ‚˜, 그런 글듀은 λ§Žμ§€ μ•Šλ‹€.


# _2. 
κ·Έλž˜λ„ λ‚¨μ•„μ„œ μ©μ–΄λ‚˜κ°€λŠ” λ‹€μš΄λ³΄νŒ… νŒŒμ›ŒλŠ”
μžλ»‘ μ •μ˜κ°μ—μ„œ λ‚¨μ˜ 글을 λ‹€μš΄λ³΄νŒ… ν•™μ‚΄ν•˜λŠ”
컨텐츠 λ‚˜μ°Œλ‚˜ 인민재판 곡산 μ£½μ°½
λ‹€μš΄λ³΄νŒ… ν•™μ‚΄μžλ“€μ„ λ‹€μš΄λ³΄νŒ… ν•˜λ©΄ λœλ‹€κ³  λ³Έλ‹€.

이것은 λ‹€μš΄λ³΄νŒ… μ „μŸμ„ μ΄‰λ°œν•  κ²ƒμ΄μ§€λ§Œ,
λ‹€μš΄λ³΄νŒ… ν•™μ‚΄μžλ“€μ˜ λ‚˜μœμ§“μ„ ν†΅μ œν•  방법은
이 취지에 κ³΅κ°ν•˜λŠ” μ‚¬λžŒλ“€μ΄ 
κ·Έ λ‹€μš΄λ³΄νŒ… ν•™μ‚΄μžλ“€μ„ λ‹€μš΄λ³΄νŒ… ν•˜λŠ” 것이
λΆˆκ°€ν”Όν•œ μ„ νƒμœΌλ‘œ 보인닀.

λ‹€μš΄λ³΄νŒ…ν•΄μ•Όν•  λ‹€μš΄λ³΄νŒ… ν•™μ‚΄μžλ“€μ˜ λͺ©λ‘μ„ κ³΅ν‘œν•΄ λ‚˜κ°ˆ 것이닀. 

일단은
@oldstone=@slowwalker=@wisdomandjustice 

@patrice=@spaminator=@prowler=@mack-bot=@mack-botjr =@mack-fund

Witness to drop and to Down-vote : 
@patrice, @themarkymark, are the worst witness to drop
@clayop, @asbear, @ocd-witness, @ats-witness , @noblewitness=@sircork

# _3.
기술의 ν•œκ³„κ°€ 있으면 기술 개발과 λ…Έμ˜€μ˜€μ˜€λ ₯으둜써
극볡할 생각을 ν•˜μ§€ μ•Šκ³ ,
λ‹€μš΄λ³΄νŒ…μ„ ꢌμž₯ν•˜μ—¬,
μŠ€νŒ€ 투자자 및 μŠ€νŒ€ μ‚¬μš©μžλ“€μ˜ 감정을 ν•™μ‚΄ν•˜μ—¬
μŠ€νŒ€μ—μ„œ μ«“μ•„λ‚΄λŠ” μŠ€νŒ€ μ΅œμ•…μ˜ 적듀을 λ‹€μš΄λ³΄νŒ… ν•΄μ•Όν•œλ‹€κ³  λ³Έλ‹€.

그듀은 
μŠ€νŒ€ κ°œλ°œμžλ“€, μŠ€νŒ€ μž¬λ‹¨, μŠ€νŒ€μž‡ νšŒμ‚¬ κ΄€κ³„μžλ“€, 
λ‹€μš΄λ³΄νŒ… ν’€ λ„μž…μ— μ°¬μ„±ν•œ μŠ€νŒ€ 증인듀

λͺ©λ‘μ€ κ°±μ‹ ν•΄ λ‚˜κ°ˆ 것이고,
일단 μƒμœ„ 30μœ„ 증인듀 μ€‘μ—μ„œ hf21 down-vote λ₯Ό μ§€μ›ν•˜κ³  μžˆλŠ” 29 λͺ…μ˜ λͺ©λ‘μ„ μ€€λ‹€.

@roelandp, @yabapmatt, @good-karma, @gtg, @blocktrades,

@themarkymark, @someguy123, @cervantes, @aggroed, @smooth.witness,

@therealwolf, @anyx, @ocd-witness, @timcliff, @ausbitbank,

@curie, @thecryptodrive, @followbtcnews, @clayop, @drakos,

@lukestokes.mhth, @jesta, @steempress, ~~@xeldal~~, @emrebeyler,

@liondani, @riverhead, @actifit, @busy.witness, @bhuz,

심심할 λ•Œ, λ¬΄μž‘μœ„λ‘œ λˆŒλŸ¬μ„œ, λ‹€μš΄λ³΄νŒ…μ˜ 맛을 λ³΄μ—¬μ£Όμ‹œλΌ.

ν˜Ήμ‹œ 보볡이 올 것이 λ‘λ €μš΄κ°€?
μžμœ μ™€ μ–Έλ‘ μ˜ μžμœ λŠ” κ·Έλƒ₯ μ–»μ–΄μ§€μ§€ μ•ŠλŠ”λ‹€.

λ§Žμ€ ν”Όλž˜λ―Έλ“€μ΄ λ²Œλ–Όμ²˜λŸΌ λ‹€μš΄λ³΄νŒ…ν•œλ‹€λ©΄,
고래 증인듀도 λŒ€μ‘ 방법이 없을 것이고,
λ‹€μš΄λ³΄νŒ… κΈ°λŠ₯을 μ—†μ• λŠ” μͺ½μœΌλ‘œ κ°€κ²Œ 될 것이닀.

κ·Έλž˜λ„ λ‘λ €μš΄κ°€?
겁μž₯이듀은, λ‘λ €μš°λ©΄ λΉ μ§€λ©΄ λœλ‹€. γ…‹γ…‹



==

[steem蟲:μ •μ±…] ν•˜λ“œν¬ν¬ 21 μ˜ˆμƒ, λ‹€μš΄λ³΄νŒ… 풀이 μ‚¬μš©μž λ‚΄μ«“κ³  μ§€ν•˜μ‹€ νŒ”κ²ƒ. [steem:policy] HF21 DownVote-Pool will expel lots users and Steem price will tank.
( https://steemit.com/kr/@bewarecenterbase/steem-21-steem-policy-hf21-downvote-pool-will-expel-lots-users-and-steem-price-will-tank )
( https://staging.busy.org/@bewarecenterbase/steem-21-steem-policy-hf21-downvote-pool-will-expel-lots-users-and-steem-price-will-tank )
2019.08.17.ν† .09:11, by @BewareCenterBase,

.

[μŠ€νŒ€θŸ²: 자유steem μ „μŸ ] μ‚¬μœ μž¬μ‚°κ³Ό κ³„μ•½μžμœ  λΆ€μ •ν•˜λŠ” λ‹€μš΄λ³΄νŒ… μžˆλŠ” Steem 은 화폐가 μ•„λ‹ˆλ‹€. (@SteamSteem Creativity 독창글; revive from down-vote-hide )
( https://steemit.com/kr/@steamsteem/-steem-steem-steamsteem-creativity-revive-from-downvotehide--1545446641207 )
2018.12.15.ν† .15:11, by @SteamSteem, revive from down-vote-hide of the original ..

.

[μŠ€νŒ€θŸ²: 단점] 특ꢌ측의 μžλ»‘ μžλΉ„μ— μ˜μ‘΄ν•˜λŠ” 문제 ν•΄κ²° ꡬ쑰, (1/n) [steem: demerit] OverDog's Self-Fucked Mercy dependent Problem Solving.
( https://steemit.com/kr/@bewarecenterbase/1-n-steem-demerit-overdog-dependent-problem-solving )
( https://staging.busy.org/@bewarecenterbase/1-n-steem-demerit-overdog-dependent-problem-solving )
2019.08.14.Wed, 06:39 (utc+9), by @BewareCenterBase

[steem蟲:μ •μ±…] ν•˜λ“œν¬ν¬ 21 μ˜ˆμƒ, μ„œλ‘œ λ‹€μš΄λ³΄νŒ… ν•™μ‚΄ν•˜λ‹€κ°€ λ§ˆμ§€λ§‰ ν•˜λ‚˜κΉŒμ§€ μ£½μ–΄κ°ˆκ²ƒ. v.1.1,(2/n) [steem:policy] HF21, Last DownVoter will starve after Man-Slaughtering each other.
( https://steemit.com/kr/@bewarecenterbase/3q3edu-steem-21-2-n-steem-policy-hf21-last-downvoter-will-starve-after-man-slaughtering-each-other )
( https://staging.busy.org/@bewarecenterbase/3q3edu-steem-21-2-n-steem-policy-hf21-last-downvoter-will-starve-after-man-slaughtering-each-other )
2019.08.25.일.14:15, by @BewareCenterBase, revive from down-vote-hide of the following..

[steem蟲:미래] ν•˜λ“œν¬ν¬ 21 λ‹€μš΄λ³΄νŒ…ν’€, μ „μŸ μœ λ„λ‘œ κ°μ •μ†Œλͺ¨ μŠ€νŒ€μΈλ“€ λ– λ‚˜κ³ , μŠ€νŒ€ 가격 ν”Όλ˜₯ μŒ€λ“― [steem:policy] HF21 Down-Vote Pool, induce Wars, Abuse Users Emotions, Expel Users , Price Tank.
( https://steemit.com/kr/@bewarecenterbase/steem-21-steem-policy-hf21-down-vote-pool-induce-wars-abuse-users-emotions-expel-users-price-tank )
( https://staging.busy.org/@bewarecenterbase/steem-21-steem-policy-hf21-down-vote-pool-induce-wars-abuse-users-emotions-expel-users-price-tank )
2019.08.27.ν™”.09:15, by @BewareCenterBase,

[steem蟲:미래] HF21 λ‹€μš΄ ν’€ λ„μž…, μ €μž‘λ³΄μƒ κΈ°λŠ₯은 포기, smt 토큰/λŒ‘ 듀에 λ„˜κΈ°κ³ , ν”Œλž«νΌ 코인 κ°€λŠ” 이유기 μ‹œλ„? [steem:policy] HF21 Down-Vote Pool, Try Weaning, From Author Reward To Platform Coin ?
( https://steemit.com/kr/@bewarecenterbase/steem-hf21-smt-steem-policy-hf21-down-vote-pool-try-weaning-from-author-reward-to-platform-coin )
( https://staging.busy.org/@bewarecenterbase/steem-hf21-smt-steem-policy-hf21-down-vote-pool-try-weaning-from-author-reward-to-platform-coin )
2019.08.27.ν™”.09:19, by @BewareCenterBase,

[steem蟲:본질] HF21 λ‹€μš΄λ³΄νŒ… ν’€ λ„μž…μœΌλ‘œ, μŠ€νŒ€μ˜ 본질이 μ €μž‘λ³΄μƒ λ§€μ²΄μ—μ„œ, κΈ€ 맀개 μ—…λ³΄νŒ… λ‹€μš΄λ³΄νŒ… μ „μŸ κ²Œμž„μœΌλ‘œ λ°”λ€Œλ‹€. [steem:HF21] Steem Changes, From Author Reward Social Media, To Down-vote War Game.
( https://steemit.com/kr/@bewarecenterbase/2nulnq-steem-hf21-steem-hf21-steem-changes-from-author-reward-social-media-to-down-vote-war-game )
( https://staging.busy.org/@bewarecenterbase/2nulnq-steem-hf21-steem-hf21-steem-changes-from-author-reward-social-media-to-down-vote-war-game )
2019.08.28.수.08:14, by @BewareCenterBase,

[steem蟲:HF21] λ‚¨μ•„μ©λŠ” λ‹€μš΄λ³΄νŒ… νŒŒμ›Œλ‘œ, 무엇을 λ‹€μš΄λ³΄νŒ… ν•  것인가? [steem:HF21] What to Down-Vote with HF21 Down-Vote Power ?
( https://steemit.com/kr/@bewarecenterbase/2cbcn-steem-hf21-steem-hf21-what-to-down-vote-with-hf21-down-vote-power )
( https://staging.busy.org/@bewarecenterbase/2cbcn-steem-hf21-steem-hf21-what-to-down-vote-with-hf21-down-vote-power )
2019.08.28.수.08:45, by @BewareCenterBase,

For Freedom Of Speech, Let's Down-Vote Down-Vote-ManSlaughterer @oldstone =@slowwalker =@wisdomandjustice
( https://steemit.com/kr/@bewarecenterbase/for-freedom-of-speech-let-s-down-vote-down-vote-manslaughterer-oldstone-slowwalker-wisdomandjustice )
( https://staging.busy.org/@bewarecenterbase/for-freedom-of-speech-let-s-down-vote-down-vote-manslaughterer-oldstone-slowwalker-wisdomandjustice )
2019.08.31.Sat.18:53 (utc+9), by @BewareCenterBase,

[Steem : For Freedom] Down-Vote DownVoting-ManSlaughterers, My List Update v.1.1
( https://steemit.com/kr/@bewarecenterbase/steem-for-freedom-down-vote-downvoteing-manslaughterers-my-list-update-v-1-1 )
( https://staging.busy.org/@bewarecenterbase/steem-for-freedom-down-vote-downvoteing-manslaughterers-my-list-update-v-1-1 )
2019.09.01.Sun.09:43 (utc+9), by @BewareCenterBase,

[Steem : For Freedom] Write Much More to Dry-Up DownVoting-ManSlaughterers' Power, 
( https://steemit.com/kr/@bewarecenterbase/steem-for-freedom-write-much-more-to-dry-up-downvoting-manslaughterers-power )
( https://staging.busy.org/@bewarecenterbase/steem-for-freedom-write-much-more-to-dry-up-downvoting-manslaughterers-power )
2019.09.01.Sun.09:52 (utc+9), by @BewareCenterBase,

==

(busy)
#kr jjm sct busy palnet zzan cryptocurrency liv bitcoin steemleo steem steemit

(steempeak)
#kr jjm sct palnet zzan liv life steemleo steem steemit
#kr jjm sct palnet zzan liv steemleo steem steemit cryptocurrency

==

( λ°”λ‘œ λ°‘ κ΄‘κ³  μ–Έμ œλΌλ„ ν΄λ¦­ν•˜μ‹œλ©΄, ν•„μžμ™€ 코인 μƒνƒœκ³„μ— λ„μ›€λ©λ‹ˆλ‹€.
κ΄‘κ³ λŠ” dClick 선택이며, ν•„μžλŠ” μ„ νƒκΆŒ μ—†κ³ , 보증/μ±…μž„ μ§€μ§€ μ•ŠμŠ΅λ‹ˆλ‹€.

Please Click Ad just below at any time, to help writer & coin-ecosystem.
Ad is selected by dClick . Writer above, No Guarantee, No Responsibilities.)
πŸ‘Ž  
properties (23)
authorbewarecenterbase
permlinkpx4tri
categorydevelopment
json_metadata{"tags":["development","kr"],"users":["bewarecenterbase","oldstone","slowwalker","wisdomandjustice","howo","steemlsh","westport","himapan","patrice","spaminator","prowler","mack-bot","mack-botjr","mack-fund","themarkymark","clayop","asbear","ocd-witness","ats-witness","noblewitness","sircork","roelandp","yabapmatt","good-karma","gtg","blocktrades","someguy123","cervantes","aggroed","smooth.witness","therealwolf","anyx","timcliff","ausbitbank","curie","thecryptodrive","followbtcnews","drakos","lukestokes.mhth","jesta","steempress","xeldal","emrebeyler","liondani","riverhead","actifit","busy.witness","bhuz","steamsteem"],"image":["https://ipfs.busy.org/ipfs/QmS6523fGwpkAJV8po5QHPk9YF9Jio9nEJKLufLHLiWrmT"],"links":["https://steemit.com/kr/@bewarecenterbase/steem-for-freedom-make-many-more-accounts-to-fight-for-freedom","https://staging.busy.org/@bewarecenterbase/steem-for-freedom-make-many-more-accounts-to-fight-for-freedom","https://steemit.com/kr/@bewarecenterbase/2cbcn-steem-hf21-steem-hf21-what-to-down-vote-with-hf21-down-vote-power","https://staging.busy.org/@bewarecenterbase/2cbcn-steem-hf21-steem-hf21-what-to-down-vote-with-hf21-down-vote-power","https://steemd.com/@accountname","https://steemit.com/kr/@bewarecenterbase/steem-21-steem-policy-hf21-downvote-pool-will-expel-lots-users-and-steem-price-will-tank","https://staging.busy.org/@bewarecenterbase/steem-21-steem-policy-hf21-downvote-pool-will-expel-lots-users-and-steem-price-will-tank","https://steemit.com/kr/@steamsteem/-steem-steem-steamsteem-creativity-revive-from-downvotehide--1545446641207","https://steemit.com/kr/@bewarecenterbase/1-n-steem-demerit-overdog-dependent-problem-solving","https://staging.busy.org/@bewarecenterbase/1-n-steem-demerit-overdog-dependent-problem-solving","https://steemit.com/kr/@bewarecenterbase/3q3edu-steem-21-2-n-steem-policy-hf21-last-downvoter-will-starve-after-man-slaughtering-each-other","https://staging.busy.org/@bewarecenterbase/3q3edu-steem-21-2-n-steem-policy-hf21-last-downvoter-will-starve-after-man-slaughtering-each-other","https://steemit.com/kr/@bewarecenterbase/steem-21-steem-policy-hf21-down-vote-pool-induce-wars-abuse-users-emotions-expel-users-price-tank","https://staging.busy.org/@bewarecenterbase/steem-21-steem-policy-hf21-down-vote-pool-induce-wars-abuse-users-emotions-expel-users-price-tank","https://steemit.com/kr/@bewarecenterbase/steem-hf21-smt-steem-policy-hf21-down-vote-pool-try-weaning-from-author-reward-to-platform-coin","https://staging.busy.org/@bewarecenterbase/steem-hf21-smt-steem-policy-hf21-down-vote-pool-try-weaning-from-author-reward-to-platform-coin","https://steemit.com/kr/@bewarecenterbase/2nulnq-steem-hf21-steem-hf21-steem-changes-from-author-reward-social-media-to-down-vote-war-game","https://staging.busy.org/@bewarecenterbase/2nulnq-steem-hf21-steem-hf21-steem-changes-from-author-reward-social-media-to-down-vote-war-game","https://steemit.com/kr/@bewarecenterbase/for-freedom-of-speech-let-s-down-vote-down-vote-manslaughterer-oldstone-slowwalker-wisdomandjustice","https://staging.busy.org/@bewarecenterbase/for-freedom-of-speech-let-s-down-vote-down-vote-manslaughterer-oldstone-slowwalker-wisdomandjustice","https://steemit.com/kr/@bewarecenterbase/steem-for-freedom-down-vote-downvoteing-manslaughterers-my-list-update-v-1-1","https://staging.busy.org/@bewarecenterbase/steem-for-freedom-down-vote-downvoteing-manslaughterers-my-list-update-v-1-1","https://steemit.com/kr/@bewarecenterbase/steem-for-freedom-write-much-more-to-dry-up-downvoting-manslaughterers-power","https://staging.busy.org/@bewarecenterbase/steem-for-freedom-write-much-more-to-dry-up-downvoting-manslaughterers-power"],"app":"steemit/0.1"}
created2019-09-01 03:02:06
last_update2019-09-01 03:02:06
depth1
children0
last_payout2019-09-08 03:02: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_length9,396
author_reputation-93,249,918,891,757
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,158,041
net_rshares-575,897,043,700
author_curate_reward""
vote details (1)
@cebuladeals ·
RE: Snippets to get the downvoting power of an user for dsteem an steem-js - howo view your post on Steemie.pw
Hi [howo](https://steemie.pw/@howo), did you know you can also view this post on [Steemie](https://steemie.pw/post/@howo/snippets-to-get-the-downvoting-power-of-an-user-for-dsteem-an-steem-js)?

I'm a bot, if you do not want these messages under your posts - just reply STOP :)


*Ads (powered by Steemie)*

<a href="https://brave.com/ste259"><img src="https://static.bombsite.be/brave-eng.png"></img></a>
properties (22)
authorcebuladeals
permlinkre-howo-snippets-to-get-the-downvoting-power-of-an-user-for-dsteem-an-steem-js-20190828t131852323z
categorydevelopment
json_metadata{"tags":["steemie"]}
created2019-08-28 13:18:54
last_update2019-08-28 13:18:54
depth1
children0
last_payout2019-09-04 13:18: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_length405
author_reputation-1,669,183,482,913
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,035,283
net_rshares0
@dwingsworld ·
Yea down votes are great. Except when you don't even offer an explanation about why you would leave one. You see that's what making real connections is about. However, when you just click the button its useless and really very cowardly. This may not apply when its a post with no thought but when it does have content with a pitch a reason should at least be given. Thanks for sharing

Posted using [Partiko Android](https://partiko.app/referral/dwingsworld)
properties (22)
authordwingsworld
permlinkdwingsworld-re-howo-snippets-to-get-the-downvoting-power-of-an-user-for-dsteem-an-steem-js-20190830t232314837z
categorydevelopment
json_metadata{"app":"partiko","client":"android"}
created2019-08-30 23:23:15
last_update2019-08-30 23:23:15
depth1
children3
last_payout2019-09-06 23:23: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_length458
author_reputation5,819,332,750,176
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,122,950
net_rshares0
@howo · (edited)
Most likely you were downvoted for using bidbots. What was the post I downvoted ?
πŸ‘Ž  
properties (23)
authorhowo
permlinkpx2vk7
categorydevelopment
json_metadata{"tags":["development"],"app":"steemit/0.1"}
created2019-08-31 01:45:42
last_update2019-08-31 01:47:09
depth2
children2
last_payout2019-09-07 01:45: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_length81
author_reputation511,962,302,102,641
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,125,353
net_rshares-213,934,123,110
author_curate_reward""
vote details (1)
@dwingsworld ·
So some completely ridiculous blanket notion that does not even look at the work itself. 
Does not add anything to the community and is a lot more harmful than someone using a bidbot.  
If it's a crap post withput merit sure but for thise that actually work hard on their post a d are just trting to survive seems completely unproductive.

Posted using [Partiko Android](https://partiko.app/referral/dwingsworld)
properties (22)
authordwingsworld
permlinkdwingsworld-re-howo-px2vk7-20190907t085202742z
categorydevelopment
json_metadata{"app":"partiko","client":"android"}
created2019-09-07 08:52:03
last_update2019-09-07 08:52:03
depth3
children1
last_payout2019-09-14 08:52: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_length412
author_reputation5,819,332,750,176
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,335,900
net_rshares0
@fredrikaa ·
$0.03
Make downvotes great again!
πŸ‘  
properties (23)
authorfredrikaa
permlinkpwy7uo
categorydevelopment
json_metadata{"tags":["development"],"app":"steemit/0.1"}
created2019-08-28 13:23:12
last_update2019-08-28 13:23:12
depth1
children2
last_payout2019-09-04 13:23:12
cashout_time1969-12-31 23:59:59
total_payout_value0.017 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation310,528,541,043,341
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,035,416
net_rshares170,994,060,974
author_curate_reward""
vote details (1)
@howo ·
downvotes are the answer !
πŸ‘  
πŸ‘Ž  
properties (23)
authorhowo
permlinkpwy8ad
categorydevelopment
json_metadata{"tags":["development"],"app":"steemit/0.1"}
created2019-08-28 13:32:39
last_update2019-08-28 13:32:39
depth2
children1
last_payout2019-09-04 13: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_length26
author_reputation511,962,302,102,641
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,035,663
net_rshares-156,383,051,734
author_curate_reward""
vote details (2)
@kgakakillerg ·
Hello I see you downvoted me I did ask tipu if it was ok to use on my post they said it was fine ?
properties (22)
authorkgakakillerg
permlinkpx29sa
categorydevelopment
json_metadata{"tags":["development"],"app":"steemit/0.1"}
created2019-08-30 17:55:30
last_update2019-08-30 17:55:30
depth3
children0
last_payout2019-09-06 17: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_length98
author_reputation573,123,285,593,570
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id90,115,706
net_rshares0
@gaottantacinque ·
If you got here you may also be interested in my Javascript snippets too:

- Programmatically get balances of list of accounts (+ max)
https://steemit.com/steemit/@gaottantacinque/here-is-how-you-can-easily-get-steemit-accounts-information-programmatically

- Programmatically calculate  an acccount Resource Credits (RC)
https://steemit.com/steemit/@gaottantacinque/here-is-how-you-can-easily-get-a-steemit-account-resource-credit-amount-programmatically

- Programmatically create a Steemit account
https://steemit.com/steemit/@gaottantacinque/here-is-how-you-can-easily-create-a-steemit-account-programmatically

- Programmatically delegate steem + convert STEEM <=> VESTS https://steemit.com/steemit/@gaottantacinque/here-is-how-you-can-easily-delegate-sp-and-convert-between-vest-and-steem-programmatically
πŸ‘  
properties (23)
authorgaottantacinque
permlinkq502cf
categorydevelopment
json_metadata{"links":["https://steemit.com/steemit/@gaottantacinque/here-is-how-you-can-easily-get-steemit-accounts-information-programmatically","https://steemit.com/steemit/@gaottantacinque/here-is-how-you-can-easily-get-a-steemit-account-resource-credit-amount-programmatically","https://steemit.com/steemit/@gaottantacinque/here-is-how-you-can-easily-create-a-steemit-account-programmatically","https://steemit.com/steemit/@gaottantacinque/here-is-how-you-can-easily-delegate-sp-and-convert-between-vest-and-steem-programmatically"],"app":"steemit/0.1"}
created2020-02-01 01:48:15
last_update2020-02-01 01:48:15
depth1
children0
last_payout2020-02-08 01:48: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_length811
author_reputation13,463,378,539,470
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id94,977,968
net_rshares2,546,857,427
author_curate_reward""
vote details (1)
@indextrader24 ·
Are you able to explain, why are you downvoting my post of last night?
properties (22)
authorindextrader24
permlinkpx3bt8
categorydevelopment
json_metadata{"tags":["development"],"app":"steemit/0.1"}
created2019-08-31 07:36:45
last_update2019-08-31 07:36:45
depth1
children1
last_payout2019-09-07 07:36: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_length70
author_reputation464,440,948,078,709
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,132,213
net_rshares0
@howo ·
Hello, I run an automatic tool to downvote posts that uses bidbots
πŸ‘Ž  
properties (23)
authorhowo
permlinkpx3kxb
categorydevelopment
json_metadata{"tags":["development"],"app":"steemit/0.1"}
created2019-08-31 10:53:36
last_update2019-08-31 10:53:36
depth2
children0
last_payout2019-09-07 10:53: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_length66
author_reputation511,962,302,102,641
root_title"Snippets to get the downvoting power of an user for dsteem and steem-js"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id90,136,310
net_rshares-209,690,104,669
author_curate_reward""
vote details (1)