<div class="pull-right"> <blockquote> <img src="https://i.imgur.com/yvrNsIo.png" /> </blockquote> </div> Sometimes I will simultaneously unapprove one witness and approve another in the same transaction. It's more of an OCD thing than a necessity. It's slightly more efficient because the two operations happen in the same transaction. Not only that, but it tells a little story if someone goes and looks. It says, "I'm removing my vote for your witness and replacing it with this person over here." --- To use this [Radiator](https://steemit.com/steem/@inertia/radiator-steem-ruby-api-client) script, you'll need to install ruby, which I have documented on more than one occasion. If you need help, I recommend looking at the other artciles on [/f/ruby](https://chainbb.com/f/ruby). Once you have that sorted, come back here. First, make a project folder: ```bash $ mkdir radiator $ cd radiator ``` Create a file named `Gemfile` containing: ```ruby source 'https://rubygems.org' gem 'radiator' gem 'highline' gem 'awesome_print' ``` Then run the command: ```bash $ bundle install ``` Create a file named `switch_witness.rb` containing: ```ruby require 'rubygems' require 'bundler/setup' Bundler.require if ARGV.empty? puts "Usage: ruby #{__FILE__} <unapprove> <approve>" exit end unapprove, approve = ARGV cli = HighLine.new account_name = cli.ask 'Account: ' wif = cli.ask 'Active WIF: ' { |q| q.echo = '*' } chain_options = { chain: :steem, url: 'https://api.steemit.com' } begin tx = Radiator::Transaction.new(chain_options.merge(wif: wif)) rescue RuntimeError => e if e.message == 'Invalid version' puts "Invalid WIF." else puts e.message end exit end unapprove_witness_vote = { type: :account_witness_vote, account: account_name, witness: unapprove, approve: false } approve_witness_vote = { type: :account_witness_vote, account: account_name, witness: approve, approve: true } tx.operations << unapprove_witness_vote tx.operations << approve_witness_vote response = tx.process(true) if !!response.error error = Radiator::ErrorParser.new(response) puts error.error_message else ap response.result end ``` Then run it: ```bash $ ruby switch_witness.rb gingerninja utopian-io ``` The above example would remove a vote for `gingerninja` and apply a vote for `utopian-io`: <center> [](https://steemd.com/tx/9782b50013fe3feb5722cadcb5cc4feccf3ba92e) </center> --- By the way, I'm very pleased that the blockchain allows me to unapprove/approve in the same transaction *even though* I have already voted for 30 witnesses. I half expected this script to fail because the transaction contains an approval vote and I've already approved 30 slots. But instead, it correctly handles this situation. To the Steemit, Inc. Blockchain Engineers: Well Done*!!*<div class="chainbb-footer"><hr><em><small><a href="https://chainbb.com/radiator/@inertia/how-to-switch-witness-votes-in-ruby">Originally posted</a> in the <a href="https://chainbb.com/f/ruby">/f/ruby</a> forum on <a href="https://chainbb.com">chainBB.com</a> (<a href="https://chainbb.com/chainbb/@jesta/chainbb-frequently-asked-questions-faq">learn more</a>).</small></em></div>
author | inertia | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | how-to-switch-witness-votes-in-ruby | ||||||||||||
category | radiator | ||||||||||||
json_metadata | "{"app":"chainbb/0.4","namespace":"ruby","format":"markdown+html","tags":["radiator","ruby","steem"," howto","witness-category"]}" | ||||||||||||
created | 2018-03-07 03:04:09 | ||||||||||||
last_update | 2018-03-07 03:47:18 | ||||||||||||
depth | 0 | ||||||||||||
children | 16 | ||||||||||||
last_payout | 2018-03-14 03:04:09 | ||||||||||||
cashout_time | 1969-12-31 23:59:59 | ||||||||||||
total_payout_value | 20.464 HBD | ||||||||||||
curator_payout_value | 5.553 HBD | ||||||||||||
pending_payout_value | 0.000 HBD | ||||||||||||
promoted | 0.000 HBD | ||||||||||||
body_length | 3,261 | ||||||||||||
author_reputation | 346,568,901,399,561 | ||||||||||||
root_title | "How to Switch Witness Votes in Ruby" | ||||||||||||
beneficiaries |
| ||||||||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||||||||
percent_hbd | 10,000 | ||||||||||||
post_id | 42,766,220 | ||||||||||||
net_rshares | 6,879,400,685,339 | ||||||||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berkah | 0 | 5,290,324,230 | 10% | ||
mrs.agsexplorer | 0 | 17,195,179,653 | 4% | ||
pnc | 0 | 32,376,442,237 | 10% | ||
makishart | 0 | 34,165,146,549 | 36% | ||
teamsteem | 0 | 632,345,145,895 | 10% | ||
ashe-oro | 0 | 1,336,663,007,173 | 100% | ||
reedracer | 0 | 660,028,735 | 7% | ||
elyaque | 0 | 6,968,339,432 | 20% | ||
ausbitbank | 0 | 1,527,135,931,894 | 20% | ||
inertia | 0 | 1,796,910,653,064 | 100% | ||
arrowj | 0 | 16,973,758,874 | 100% | ||
brianphobos | 0 | 18,770,056,156 | 10% | ||
gonzo | 0 | 48,901,330,194 | 25% | ||
dajohns1420 | 0 | 13,707,313,712 | 30% | ||
holoz0r | 0 | 31,838,274,826 | 100% | ||
jacobts | 0 | 13,362,605,484 | 10% | ||
whatsup | 0 | 153,668,770,374 | 44% | ||
mangos | 0 | 669,709,339,997 | 20% | ||
jamzed | 0 | 19,633,128,503 | 100% | ||
crowdfundedwhale | 0 | 57,254,412,779 | 12% | ||
seablue | 0 | 20,328,549,267 | 20% | ||
estonia | 0 | 89,702,362,583 | 100% | ||
mathworksheets | 0 | 62,958,462,690 | 100% | ||
justinashby | 0 | 1,099,872,343 | 100% | ||
greenstar | 0 | 2,492,133,186 | 10% | ||
nedkelly | 0 | 934,312,000 | 20% | ||
luckyjack | 0 | 617,870,743 | 20% | ||
mandagoi | 0 | 3,694,186,304 | 10% | ||
jamesallen | 0 | 6,721,628,788 | 20% | ||
shellyduncan | 0 | 826,337,957 | 2% | ||
musiclover | 0 | 2,177,859,374 | 20% | ||
theoccultcorner | 0 | 2,582,708,721 | 100% | ||
gamblor | 0 | 211,773,403 | 35% | ||
plumey | 0 | 17,005,948,095 | 100% | ||
theguruasia | 0 | 4,358,599,902 | 100% | ||
muhammadzikri | 0 | 162,102,782 | 100% | ||
inquiringtimes | 0 | 107,107,572,210 | 59% | ||
hotties | 0 | 65,733,721 | 10% | ||
hog | 0 | 65,733,624 | 10% | ||
racecar | 0 | 65,741,767 | 10% | ||
hogzilla | 0 | 65,741,753 | 10% | ||
skunkape | 0 | 65,741,744 | 10% | ||
nettybot | 0 | 19,518,184,256 | 40% | ||
matrixonsteem | 0 | 495,160,123 | 100% | ||
beet | 0 | 4,924,662,419 | 35% | ||
kmart | 0 | 467,022,877 | 76% | ||
steemliberator | 0 | 625,289,232 | 100% | ||
msp3k | 0 | 4,412,036,675 | 100% | ||
witnessstats | 0 | 494,767,210 | 100% | ||
necromortis | 0 | 7,918,678,143 | 35% | ||
r2steem2 | 0 | 498,307,215 | 100% | ||
steemcreate | 0 | 517,765,931 | 100% | ||
kardinapuu | 0 | 289,884,904 | 100% | ||
remixta | 0 | 1,314,972,669 | 100% | ||
jibspark | 0 | 765,432,293 | 50% | ||
lfreshh | 0 | 291,889,298 | 100% | ||
thashadowbrokers | 0 | 66,612,808 | 100% | ||
thescubageek | 0 | 4,238,637,279 | 100% | ||
axynos | 0 | 146,229,067 | 10% | ||
brotato | 0 | 300,944,729 | 100% | ||
pizaz | 0 | 288,317,167 | 100% | ||
triplethreat | 0 | 65,343,623 | 100% | ||
dootdoot | 0 | 50,201,672 | 100% | ||
wewt | 0 | 10,677,752,278 | 40% | ||
conflaxus | 0 | 65,310,994 | 100% | ||
tittilatey | 0 | 65,365,332 | 100% | ||
cajun | 0 | 288,807,843 | 100% | ||
coonass | 0 | 294,523,584 | 100% | ||
squirrelnuts | 0 | 288,385,161 | 100% | ||
aziz96 | 0 | 1,273,099,799 | 100% | ||
steemdevs | 0 | 282,162,787 | 100% | ||
jarliz11 | 0 | 612,714,056 | 100% | ||
jeezy | 0 | 65,283,088 | 100% | ||
test.with.dots | 0 | 66,516,151 | 100% | ||
pi-pi | 0 | 65,251,499 | 100% | ||
listentosteem | 0 | 66,479,073 | 100% | ||
gravy | 0 | 65,228,605 | 100% | ||
albireueny | 0 | 473,456,762 | 100% | ||
kristielee | 0 | 7,109,669,475 | 35% | ||
bumble-bee | 0 | 135,561,410 | 35% | ||
theuxyeti | 0 | 4,129,546,416 | 100% | ||
ookeanimees | 0 | 154,149,513 | 25% | ||
olaniyisegun | 0 | 536,003,326 | 100% | ||
nfnz | 0 | 285,915,683 | 100% | ||
pranks | 0 | 244,667,759 | 10% | ||
tangipoeg | 0 | 294,951,655 | 100% | ||
steemsmarter | 0 | 37,658,633,882 | 100% | ||
perry1 | 0 | 632,719,815 | 100% | ||
anumsteemit | 0 | 185,824,955 | 50% | ||
muhammadabi | 0 | 380,552,789 | 100% | ||
abdurrazzak | 0 | 533,076,557 | 100% | ||
bard0 | 0 | 416,653,564 | 100% | ||
fauzanra4fer | 0 | 196,492,668 | 100% | ||
bilal-haider | 0 | 1,070,646,179 | 100% | ||
gaintshoulder | 0 | 591,286,067 | 100% | ||
fikar21 | 0 | 128,662,990 | 100% | ||
olivier10101 | 0 | 0 | -100% | ||
mervanite | 0 | 122,919,228 | 100% | ||
tyramisoux | 0 | 576,430,440 | 100% | ||
sluttynsfw | 0 | 4,222,656,864 | 100% | ||
davidpm | 0 | 612,824,784 | 100% | ||
m-khairul | 0 | 0 | 100% | ||
divinetruth | 0 | 0 | -100% |
Hello informer,,, thanks for your kindness information post. Upvoted
author | abdurrazzak |
---|---|
permlink | re-inertia-how-to-switch-witness-votes-in-ruby-20180307t030818947z |
category | radiator |
json_metadata | {"tags":["radiator"],"app":"steemit/0.1"} |
created | 2018-03-07 03:08:30 |
last_update | 2018-03-07 03:08:30 |
depth | 1 |
children | 0 |
last_payout | 2018-03-14 03:08:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 121,581,509,286 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,766,933 |
net_rshares | 520,821,924 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abdurrazzak | 0 | 520,821,924 | 100% |
well done! Thank you for providing Ruby insights. Our team at @steemsmarter is using Ruby as well. Make sure and follow our main dev @thescubageek for more Ruby love.
author | ashe-oro |
---|---|
permlink | re-inertia-how-to-switch-witness-votes-in-ruby-20180308t132617219z |
category | radiator |
json_metadata | {"tags":["radiator"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-03-08 13:28:54 |
last_update | 2018-03-08 13:28:54 |
depth | 1 |
children | 0 |
last_payout | 2018-03-15 13:28:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 167 |
author_reputation | 24,151,212,829,722 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,111,117 |
net_rshares | 0 |
I will try it for sure another friend already told me about it Thanks for sharing anyways,,,,
author | bijoy123 |
---|---|
permlink | re-inertia-how-to-switch-witness-votes-in-ruby-20180310t074037117z |
category | radiator |
json_metadata | {"tags":["radiator"],"app":"steemit/0.1"} |
created | 2018-03-10 07:40:48 |
last_update | 2018-03-10 07:40:48 |
depth | 1 |
children | 0 |
last_payout | 2018-03-17 07:40:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | -136,147,261,373 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,472,045 |
net_rshares | 0 |
@inertia :) you created radiator gem ? for steemit ? I also wanted to create a ruby gem for steemit :) guess you already done the job. probably i will use yours :) will try it very soon.
author | bilal-haider |
---|---|
permlink | re-inertia-how-to-switch-witness-votes-in-ruby-20180307t040045789z |
category | radiator |
json_metadata | {"tags":["radiator"],"users":["inertia"],"app":"steemit/0.1"} |
created | 2018-03-07 04:00:48 |
last_update | 2018-03-07 04:00:48 |
depth | 1 |
children | 2 |
last_payout | 2018-03-14 04:00:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 186 |
author_reputation | 4,891,139,097,092 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,775,772 |
net_rshares | 15,934,045,630 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thescubageek | 0 | 4,152,573,578 | 100% | ||
steemsmarter | 0 | 11,781,472,052 | 32% |
The [Radiator gem](https://github.com/inertia186/radiator) is pretty sweet @bilal-haider I've been using it for another project at @steemsmarter to pull in all kinds of data from the blockchain and it's really well coded and not hard at all to get working.
author | thescubageek |
---|---|
permlink | re-bilal-haider-re-inertia-how-to-switch-witness-votes-in-ruby-20180307t050736774z |
category | radiator |
json_metadata | {"tags":["radiator"],"users":["bilal-haider","steemsmarter"],"links":["https://github.com/inertia186/radiator"],"app":"steemit/0.1"} |
created | 2018-03-07 05:07:36 |
last_update | 2018-03-07 05:07:36 |
depth | 2 |
children | 1 |
last_payout | 2018-03-14 05:07:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.714 HBD |
curator_payout_value | 0.232 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 256 |
author_reputation | 2,455,841,396,924 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,785,654 |
net_rshares | 239,841,152,394 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ashe-oro | 0 | 200,499,451,076 | 15% | ||
steemsmarter | 0 | 39,341,701,318 | 100% |
I will try it for sure :) another friend already told me about it.. .. Thanks for sharing anyways.
author | bilal-haider |
---|---|
permlink | re-thescubageek-re-bilal-haider-re-inertia-how-to-switch-witness-votes-in-ruby-20180307t080018036z |
category | radiator |
json_metadata | {"tags":["radiator"],"app":"steemit/0.1"} |
created | 2018-03-07 08:00:18 |
last_update | 2018-03-07 08:00:18 |
depth | 3 |
children | 0 |
last_payout | 2018-03-14 08:00:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.108 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 99 |
author_reputation | 4,891,139,097,092 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,813,742 |
net_rshares | 36,396,333,305 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemsmarter | 0 | 36,396,333,305 | 100% |
I would love to make a animation about this give me your thoughts. I'm THE ONLY one animator on DTUBE please check me out and give your thoughts about creating a animation from this article! Thanks.
author | dailylight |
---|---|
permlink | re-inertia-how-to-switch-witness-votes-in-ruby-20180307t030935326z |
category | radiator |
json_metadata | {"tags":["radiator"],"app":"steemit/0.1"} |
created | 2018-03-07 03:09:36 |
last_update | 2018-03-07 03:09:36 |
depth | 1 |
children | 0 |
last_payout | 2018-03-14 03:09:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 198 |
author_reputation | 75,774,748,849 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,767,120 |
net_rshares | 0 |
oh nice! I'm gonna have to check that radiator gem out
author | davidpm |
---|---|
permlink | re-inertia-how-to-switch-witness-votes-in-ruby-20180307t093018541z |
category | radiator |
json_metadata | {"tags":["radiator"],"app":"steemit/0.1"} |
created | 2018-03-07 09:30:18 |
last_update | 2018-03-07 09:30:18 |
depth | 1 |
children | 0 |
last_payout | 2018-03-14 09:30:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 138,388,664,591 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,829,442 |
net_rshares | 2,314,217,724 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemsmarter | 0 | 2,314,217,724 | 6% |
can we install it on laptop ?
author | diya28 |
---|---|
permlink | re-inertia-how-to-switch-witness-votes-in-ruby-20180307t182425652z |
category | radiator |
json_metadata | {"tags":["radiator"],"app":"steemit/0.1"} |
created | 2018-03-07 18:24:24 |
last_update | 2018-03-07 18:24:24 |
depth | 1 |
children | 0 |
last_payout | 2018-03-14 18:24:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 1,661,130,029,399 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,930,064 |
net_rshares | 420,766,859 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemsmarter | 0 | 420,766,859 | 1% |
Okay this is programming but I don't know the language, is it python? The feature you just explained is wonderful but how did you come about it, it might help with future developments
author | gaintshoulder |
---|---|
permlink | re-inertia-how-to-switch-witness-votes-in-ruby-20180307t030730259z |
category | radiator |
json_metadata | {"tags":["radiator"],"app":"steemit/0.1"} |
created | 2018-03-07 03:07:27 |
last_update | 2018-03-07 03:07:27 |
depth | 1 |
children | 1 |
last_payout | 2018-03-14 03:07:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.092 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 185 |
author_reputation | 709,742,325,817 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,766,745 |
net_rshares | 30,420,184,973 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ashe-oro | 0 | 14,851,811,190 | 1% | ||
steemsmarter | 0 | 15,568,373,783 | 42% |
The awesome [Radiator gem](https://github.com/inertia186/radiator) @inertia made is written in Ruby, as is the sample code above.
author | thescubageek |
---|---|
permlink | re-gaintshoulder-re-inertia-how-to-switch-witness-votes-in-ruby-20180307t050522426z |
category | radiator |
json_metadata | {"tags":["radiator"],"users":["inertia"],"links":["https://github.com/inertia186/radiator"],"app":"steemit/0.1"} |
created | 2018-03-07 05:05:21 |
last_update | 2018-03-07 05:05:21 |
depth | 2 |
children | 0 |
last_payout | 2018-03-14 05:05:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.106 HBD |
curator_payout_value | 0.365 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 2,455,841,396,924 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,785,297 |
net_rshares | 372,665,919,393 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ashe-oro | 0 | 334,165,751,793 | 25% | ||
steemsmarter | 0 | 38,500,167,600 | 100% |
Hello @inertia, I have a command suggestion for you. ;-) I'm sure my friend @robrigo would not mind, he has moved on and voted for me as witness. `ruby switch_witness.rb agoric.systems helo` Have a great day!
author | helo |
---|---|
permlink | re-inertia-how-to-switch-witness-votes-in-ruby-20180313t163357412z |
category | radiator |
json_metadata | {"tags":["radiator"],"users":["inertia","robrigo"],"app":"steemit/0.1"} |
created | 2018-03-13 16:33:57 |
last_update | 2018-03-13 16:33:57 |
depth | 1 |
children | 0 |
last_payout | 2018-03-20 16:33:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.027 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 212 |
author_reputation | 121,547,934,535,311 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,175,769 |
net_rshares | 9,279,273,880 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
helo | 0 | 9,279,273,880 | 100% |
Mate, can I just say, I completely understand the big picture and concept but when it comes to the actual detail - I'm at about 2 fifths of fuck all. I probably need to study up a bit more on this??
author | plumey |
---|---|
permlink | re-inertia-how-to-switch-witness-votes-in-ruby-20180308t143305326z |
category | radiator |
json_metadata | {"tags":["radiator"],"app":"steemit/0.1"} |
created | 2018-03-08 14:33:09 |
last_update | 2018-03-08 14:33:09 |
depth | 1 |
children | 0 |
last_payout | 2018-03-15 14:33:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.066 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 199 |
author_reputation | 3,831,671,740,295 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,122,940 |
net_rshares | 17,324,809,622 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
plumey | 0 | 17,324,809,622 | 100% |
the only thing i understood in the post was that you liked UNO. but for that, you get my upvote. just checking in on you bud :)
author | theuxyeti |
---|---|
permlink | re-inertia-how-to-switch-witness-votes-in-ruby-20180309t025626091z |
category | radiator |
json_metadata | {"tags":["radiator"],"app":"steemit/0.1"} |
created | 2018-03-09 02:56:36 |
last_update | 2018-03-09 02:56:36 |
depth | 1 |
children | 2 |
last_payout | 2018-03-16 02:56:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 24,787,240,560,666 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,235,010 |
net_rshares | 3,366,134,872 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemsmarter | 0 | 3,366,134,872 | 9% |
one of my fav childhood memories. Don't forget to say "uno" :P
author | steemsmarter |
---|---|
permlink | re-theuxyeti-re-inertia-how-to-switch-witness-votes-in-ruby-20180310t053346962z |
category | radiator |
json_metadata | {"tags":["radiator"],"app":"steemit/0.1"} |
created | 2018-03-10 05:36:36 |
last_update | 2018-03-10 05:36:36 |
depth | 2 |
children | 1 |
last_payout | 2018-03-17 05:36:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 21,691,252,850,789 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,456,793 |
net_rshares | 0 |
hahah
author | theuxyeti |
---|---|
permlink | re-steemsmarter-re-theuxyeti-re-inertia-how-to-switch-witness-votes-in-ruby-20180310t054816541z |
category | radiator |
json_metadata | {"tags":["radiator"],"app":"steemit/0.1"} |
created | 2018-03-10 05:48:15 |
last_update | 2018-03-10 05:48:15 |
depth | 3 |
children | 0 |
last_payout | 2018-03-17 05:48:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 24,787,240,560,666 |
root_title | "How to Switch Witness Votes in Ruby" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,458,175 |
net_rshares | 0 |