<center>https://steemitimages.com/DQmcNnyf5aJTjvYLNvWw7Wa87cd8REGMdYRqE1gPKNSaNmL/robot-148989_640-steem-241x400.png</center> Do you want to broadcast your `update_witness` command but the `cli_wallet` is timing out on you or not connecting to the RPC? You can't find the file where you saved the `update_witness` command and it's too long to even remember? You're missing blocks and you're scrambling to log onto your server but the data center is down? You're on the beach sipping margarita, you have your laptop hooked on the local Wi-Fi but all your communication clients and apps are on your home computer? What was the command again: `update_witness` or `witness_update`? In other words, you need to switch your public signing key or disable your witness but you're stuck! *** As witnesses, we all experienced such inconveniences too often. That's why I'm glad to share with you a tool I've developed to make things a little easier and snappier. All you need is an internet connection, a browser and a mouse. <center>https://cdn.pixabay.com/photo/2017/10/07/11/24/wood-mouse-2826216_640.jpg</center> No, the other type of mouse. <center>https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Input-mouse-2.svg/200px-Input-mouse-2.svg.png</center> *** ##### GitHub Repository : https://github.com/Jolly-Pirate/witness-update-html *** Months ago, I was creating a tool that could be used in a browser to broadcast the witness update command. Unfortunately, I stumbled on a bug in Steem-JS that prevented me from completing the project. In Steem-JS, When trying to broadcast the signing key to disable the witness, it errors about an `Invalid sequence tag`. The issue was reported in October 2017 but no fix had been done (https://github.com/steemit/steem-js/issues/267). I even offered a [20 STEEM reward to fix the bug](https://steemit.com/witness-category/@drakos/offering-20-steem-reward-to-fix-a-bug-in-steem-js) but nobody had a solution for it. Finally, after months of waiting (and frustration), @netuoso came up with a fix that worked. Big thanks to @netuoso for taking the time to look into my request (after some nagging). The pull request is at https://github.com/steemit/steem-js/pull/390. With that fix, I could finally finish what I started. <center><h2>I present to you</h2></center> <center><h1>STEEM Witness Update HTML Tool</h1></center> <center></center> ## Features - HTML for ease of use in any modern browser. - Portability, can be saved on a USB stick. - AES-256 encryption of the active key for safe storage in the configuration file. - Selectable public signing keys. - Selectable RPC nodes. - Witness disabling. ## Requirements - Steem-JS - Crypto-JS - JQuery - Bootstrap - Font Awesome Since the fix hasn't been reviewed and merged yet by Steemit's developers, you can either use the included `steem.min.js` I built, or build your own. I have used the latest Steem-JS v0.7.1 on Ubuntu 16.04: Install the latest NodeJS v10.x (10.6 at time of this release) ``` sudo apt-get purge -y --auto-remove nodejs npm curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt-get install -y nodejs ``` *** Install Steem-JS ``` git clone https://github.com/steemit/steem-js.git cd steem-js curl https://patch-diff.githubusercontent.com/raw/steemit/steem-js/pull/390.patch | git apply npm install ``` *** Then copy `/dist/steem.min.js` into the same folder as the html file. ## Setup `git clone https://github.com/Jolly-Pirate/witness-update-html`or download the zipped files. ## Configuration - Copy the `config.json.example` and save it as `config.json` in the same folder as the HTML file. - Open `config.json` in a plaintext editor and modify it with your settings. Follow the JSON format to add or remove values. For the `wif` parameter, you have two options: either use your private active key, or encrypt it with a password then store it in the config file. I highly recommend you do the latter, which brings us to the following steps: - Open the HTML file in a browser. - Go to the **Encryption Tool** tab, paste your witness private active key, set a **strong** password and click **Encrypt**. The encrypted string will change everytime you click the button because of the random salt; don't worry, the password will decrypt the strings just fine. - Click **Decrypt** to test the decryption. - Select the encrypted text and paste it as the `wif` value in the `config.json`. <center></center> ## Usage It's straighforward and self-explanatory. - Refresh the HTML page or go to the **Broadcast Command** tab. - Enter your decryption password (leave blank if your active key is in plaintext). - Click **Load Settings**, select the public signing key you wish to use (or enter it manually). - Click **Broadcast** or **Disable Witness**, depending on your needs. <center></center> I encourage every witness to learn and understand how things are done manually **first** (cli_wallet, compiling, etc) before using convenience tools like this one. I hope you like it. ## Disclaimer I'm not responsible for any bugs, misuse or potential bad outcome. I have tested the code extensively and didn't find any issues. Nevertheless, unmerged pull requests are experimental so use at your own risk. When the fix is approved, I'll update the repo to enable the `<script src="https://cdn.steemjs.com/lib/latest/steem.min.js"></script>` line, instead of `<script src="steem.min.js"></script>`. # ADDENDUM Please redownload the files from the repository and re-encrypt your password, I did some important changes:- Increase encryption strength against bruteforce attacks by hashing the password with high iterations. The encryption/decryption now takes ~2 seconds instead of a few milliseconds, which makes bruteforcing harder. Thanks to @therealwolf for the tip and discussion about it. - Update Crypto-JS library CDN - Cleanup comments - Minor HTML changes - Upload the correct patched steem.min.js *** <center> #### Available & Reliable. I am your Witness. I want to represent You. ##### 🗳 If you like what I do, consider voting for me 🗳 [](https://steemit.com/~witnesses) ###### Check my guide about [Voting for Witnesses](https://steemit.com/witness-category/@drakos/tips-and-guidelines-voting-for-witnesses). ###### Go to https://steemit.com/~witnesses. My name is listed in the Top 50. Click https://steemitimages.com/DQmYq3yGqzvbK4JQFudeXoDp6PEtdny8vSvX5swqW5sA2fE/chevron-up.png once. ###### Alternatively you can use SteemConnect to [vote for me](https://v2.steemconnect.com/sign/account-witness-vote?witness=drakos&approve=1) or [set me as proxy](https://v2.steemconnect.com/sign/account-witness-proxy?proxy=drakos&approve=1) </center>
author | drakos |
---|---|
permlink | steemjs-tools-witness-update-html-tool |
category | utopian-io |
json_metadata | {"tags":["utopian-io","development","witness-category","steem","steemjs"],"users":["netuoso","therealwolf"],"image":["https://steemitimages.com/DQmcNnyf5aJTjvYLNvWw7Wa87cd8REGMdYRqE1gPKNSaNmL/robot-148989_640-steem-241x400.png","https://cdn.pixabay.com/photo/2017/10/07/11/24/wood-mouse-2826216_640.jpg","https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Input-mouse-2.svg/200px-Input-mouse-2.svg.png","https://cdn.steemitimages.com/DQmeqraobQwjEqeYBy11Q4JpF7gH4ZYcEQr8GjYtkuic7vB/tool1.png","https://cdn.steemitimages.com/DQmXwPiMi46don8irtbgVjgPnTaJdf3oRxuALovnoMx4BFP/tool2.png","https://cdn.steemitimages.com/DQmRkFkpe2fRpMapNyzq8FjPFEGxSFh58qRrkSb6R7ZTZe9/tool3.png","https://steemitimages.com/DQmfRx7jNSrFAnRZPrKRHLDxR22gRFYTBnKr2uLNdVty3MG/drakos-witness-thanks.gif","https://steemitimages.com/DQmYq3yGqzvbK4JQFudeXoDp6PEtdny8vSvX5swqW5sA2fE/chevron-up.png"],"links":["https://github.com/Jolly-Pirate/witness-update-html","https://github.com/steemit/steem-js/issues/267","https://steemit.com/witness-category/@drakos/offering-20-steem-reward-to-fix-a-bug-in-steem-js","https://github.com/steemit/steem-js/pull/390","https://steemit.com/~witnesses","https://steemit.com/witness-category/@drakos/tips-and-guidelines-voting-for-witnesses","https://v2.steemconnect.com/sign/account-witness-vote?witness=drakos&approve=1","https://v2.steemconnect.com/sign/account-witness-proxy?proxy=drakos&approve=1"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-07-05 04:14:18 |
last_update | 2018-07-08 17:32:09 |
depth | 0 |
children | 36 |
last_payout | 2018-07-12 04:14:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 190.486 HBD |
curator_payout_value | 46.833 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,127 |
author_reputation | 112,280,226,665,329 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,471,469 |
net_rshares | 113,119,558,966,379 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blocktrades | 0 | 36,116,139,753,205 | 51% | ||
teamsteem | 0 | 1,186,689,574,833 | 20% | ||
acidyo | 0 | 6,508,961,027,787 | 50% | ||
murh | 0 | 3,930,917,794 | 100% | ||
gniewomir-sotel | 0 | 2,534,260,724 | 100% | ||
lukestokes | 0 | 3,188,444,388,695 | 100% | ||
gtg | 0 | 5,109,196,461,595 | 100% | ||
olyup | 0 | 28,585,914,852 | 50% | ||
ausbitbank | 0 | 8,965,552,809,662 | 100% | ||
ubg | 0 | 299,344,631 | 1% | ||
fabien | 0 | 2,263,131,042,963 | 100% | ||
timcliff | 0 | 605,316,275,236 | 82% | ||
nickskywalker | 0 | 21,231,950,648 | 70% | ||
warofcraft | 0 | 42,564,260,727 | 20% | ||
sc-steemit | 0 | 9,627,746,054 | 15% | ||
krnel | 0 | 568,930,233,639 | 50% | ||
uwelang | 0 | 75,292,926,369 | 10% | ||
aggroed | 0 | 615,248,890,869 | 100% | ||
titusfrost | 0 | 28,479,072,473 | 10% | ||
whatsup | 0 | 71,690,118,357 | 25% | ||
clayboyn | 0 | 19,596,253,806 | 33% | ||
rebeccabe | 0 | 7,666,121,822 | 19% | ||
techslut | 0 | 304,467,032,268 | 100% | ||
cardinalkennedy | 0 | 461,498,768 | 20% | ||
achiron | 0 | 24,683,047,248 | 100% | ||
jamzed | 0 | 30,132,975,866 | 100% | ||
inber | 0 | 156,913,473,816 | 99% | ||
amariespeaks | 0 | 1,242,334,907 | 10.4% | ||
alexis555 | 0 | 1,719,689,544,518 | 24% | ||
melip | 0 | 36,146,840,576 | 25% | ||
battleaxe | 0 | 3,280,505,845 | 4% | ||
andrianna | 0 | 15,776,575,992 | 100% | ||
marxrab | 0 | 1,829,298,454 | 1.3% | ||
oendertuerk | 0 | 84,522,266,869 | 50% | ||
theadmiral0 | 0 | 2,493,010,771 | 100% | ||
mikenevitt | 0 | 56,637,602,256 | 100% | ||
aleister | 0 | 7,086,658,379 | 25% | ||
gmuxx | 0 | 13,563,721,290 | 10% | ||
kubbyelizabeth | 0 | 3,300,250,974 | 5% | ||
isaria | 0 | 46,527,074,691 | 30% | ||
isacoin | 0 | 19,818,128,909 | 100% | ||
overkillcoin | 0 | 133,065,041,092 | 52% | ||
mahdiyari | 0 | 129,047,133,636 | 100% | ||
crimsonclad | 0 | 7,822,150,302 | 4% | ||
drakos | 0 | 2,154,477,333,195 | 100% | ||
mohsan0073 | 0 | 7,952,470,305 | 100% | ||
howtostartablog | 0 | 1,133,951,437 | 2.6% | ||
rival | 0 | 60,917,197,207 | 38% | ||
vachemorte | 0 | 28,693,235,038 | 100% | ||
roxane | 0 | 212,069,662,739 | 10% | ||
youngogmarqs | 0 | 104,274,784 | 0.02% | ||
zeldandroy | 0 | 499,881,248 | 100% | ||
yvonneinoregon | 0 | 67,930,427 | 3% | ||
discordiant | 0 | 1,706,464,470 | 4% | ||
donnadavisart | 0 | 9,355,526,645 | 29% | ||
healthykitty | 0 | 121,853,600 | 20% | ||
steem-star | 0 | 352,228,681 | 100% | ||
heart-to-heart | 0 | 116,050,990,085 | 100% | ||
geofftk | 0 | 22,186,128,323 | 100% | ||
msp-lovebot | 0 | 60,717,658,526 | 10% | ||
wargof | 0 | 387,895,300 | 10% | ||
yanes94 | 0 | 22,642,962,219 | 100% | ||
planetenamek | 0 | 178,398,570 | 0.5% | ||
alexzicky | 0 | 6,830,043,556 | 15% | ||
fabiyamada | 0 | 1,651,196,983 | 2% | ||
himshweta | 0 | 857,858,022 | 50% | ||
philodendron | 0 | 4,051,510,207 | 100% | ||
jjb777 | 0 | 8,702,603,224 | 100% | ||
nainaztengra | 0 | 279,787,806,926 | 100% | ||
elenasteem | 0 | 14,229,188,719 | 100% | ||
sandrina.life | 0 | 7,936,630,785 | 28% | ||
evildido | 0 | 31,053,703,880 | 100% | ||
torico | 0 | 3,052,992,959 | 5% | ||
therealwolf | 0 | 1,043,488,338,086 | 100% | ||
taskmaster4450 | 0 | 15,299,480,700 | 2.6% | ||
yabapmatt | 0 | 1,099,017,413,070 | 100% | ||
mcfarhat | 0 | 33,597,600,612 | 50% | ||
andesilesteem | 0 | 231,416,405 | 100% | ||
gvand | 0 | 48,167,823,283 | 70% | ||
estoy | 0 | 60,988,165 | 10% | ||
jrawsthorne | 0 | 13,585,254,874 | 100% | ||
loshcat | 0 | 2,939,976,403 | 100% | ||
baloox | 0 | 534,420,665 | 10% | ||
paintingangels | 0 | 18,062,462,622 | 100% | ||
blockbrothers | 0 | 48,138,259,121 | 25% | ||
utopian-io | 0 | 38,978,744,019,789 | 25.19% | ||
bobinson | 0 | 2,502,923,109 | 100% | ||
youtake | 0 | 68,573,951 | 0.5% | ||
smitop | 0 | 555,666,606 | 100% | ||
skycae | 0 | 314,128,286 | 2.6% | ||
greenorange | 0 | 606,408,447 | 100% | ||
road2nowhere | 0 | 4,276,553,239 | 100% | ||
lpv | 0 | 882,212,874 | 2.5% | ||
iptrucs | 0 | 2,450,872,104 | 15% | ||
elex17 | 0 | 189,346,164 | 10% | ||
fabinhocrypto | 0 | 599,436,785 | 10% | ||
mayrie28 | 0 | 63,466,649 | 10% | ||
sopra | 0 | 150,176,741 | 100% | ||
sachincool | 0 | 13,819,507,548 | 100% | ||
duke77 | 0 | 926,790,731 | 10% | ||
tiloupsa | 0 | 65,212,314 | 1% | ||
wazmung | 0 | 61,132,540 | 10% | ||
irminsoul82 | 0 | 64,279,123 | 10% | ||
best-of-football | 0 | 70,397,990 | 10% | ||
amosbastian | 0 | 50,670,850,323 | 100% | ||
r351574nc3 | 0 | 1,664,151,080 | 5% | ||
atelierminceur | 0 | 61,095,019 | 10% | ||
grzesiekb | 0 | 187,661,958,941 | 100% | ||
audiodidacte | 0 | 61,078,728 | 10% | ||
theuxyeti | 0 | 109,628,529 | 2% | ||
crisangel | 0 | 15,588,875,034 | 75% | ||
davemccoy | 0 | 859,982,814 | 2.6% | ||
wisewoof | 0 | 117,346,972 | 1.3% | ||
voltagrou | 0 | 887,084,148 | 20% | ||
terminallyill | 0 | 81,008,460 | 1.3% | ||
matytan | 0 | 17,024,984,507 | 50% | ||
vianney | 0 | 234,961,911 | 20% | ||
curiousshibby | 0 | 146,176,406 | 10% | ||
leguidecrypto | 0 | 1,043,340,446 | 10% | ||
transilvaniaman | 0 | 571,202,946 | 100% | ||
kelos | 0 | 1,013,076,356 | 25% | ||
ilovepoorpeople | 0 | 148,123,032 | 2.6% | ||
katrina-ariel | 0 | 29,078,512,820 | 100% | ||
janse | 0 | 602,777,165 | 100% | ||
polbot | 0 | 233,350,495 | 100% | ||
liberviarum | 0 | 2,433,845,884 | 15% | ||
jbrrd | 0 | 158,729,515 | 15% | ||
hosgug | 0 | 9,541,253,439 | 75% | ||
yamiza | 0 | 228,420,324 | 37.5% | ||
diamantnoir | 0 | 68,404,212 | 10% | ||
tomlabe | 0 | 73,074,420 | 12% | ||
properfraction | 0 | 590,463,046 | 100% | ||
simplymike | 0 | 421,030,670 | 0.52% | ||
fitlifefashion | 0 | 5,384,161,765 | 100% | ||
febri | 0 | 252,916,309 | 100% | ||
yidneth | 0 | 20,860,426,398 | 100% | ||
mickeyvera | 0 | 282,498,567 | 60% | ||
norinke | 0 | 564,611,118 | 100% | ||
sapphic | 0 | 13,788,416,245 | 100% | ||
swisschain | 0 | 60,926,800 | 10% | ||
thesport | 0 | 146,350,918 | 25% | ||
pl4ym0re | 0 | 61,195,218 | 10% | ||
didizion | 0 | 61,162,815 | 10% | ||
bitcointip | 0 | 583,946,764 | 100% | ||
francisftlp | 0 | 900,749,168 | 100% | ||
dasvolk | 0 | 386,887,455 | 100% | ||
lartist-zen | 0 | 185,153,913 | 10% | ||
unleashpower | 0 | 97,230,739 | 0.78% | ||
ashike | 0 | 161,372,678 | 100% | ||
imcore | 0 | 666,364,590 | 10% | ||
azimarliona | 0 | 597,769,218 | 100% | ||
yann85 | 0 | 344,843,860 | 10% | ||
naruitchi | 0 | 917,517,351 | 10% | ||
yanabrui | 0 | 1,611,881,476 | 100% | ||
jane83 | 0 | 61,099,587 | 10% | ||
cryptofrench | 0 | 674,920,910 | 10% | ||
the-resistance | 0 | 8,778,299,013 | 100% | ||
fanbasefr | 0 | 1,480,049,954 | 10% | ||
friendsofgondor | 0 | 74,331,587,860 | 26% | ||
cenkparlar | 0 | 487,088,781 | 100% | ||
jpchabry | 0 | 84,194,730 | 10% | ||
viljacques | 0 | 61,251,958 | 10% | ||
albatar | 0 | 132,208,494 | 10% | ||
tioneb44 | 0 | 61,178,200 | 10% | ||
pricasso | 0 | 6,140,362,927 | 100% | ||
depereenfils | 0 | 60,927,952 | 10% | ||
lilirose | 0 | 100,858,546 | 10% | ||
ibellia | 0 | 61,189,712 | 10% | ||
olicountry | 0 | 61,191,729 | 10% | ||
renac | 0 | 121,379,009 | 10% | ||
mapcompass | 0 | 60,961,515 | 10% | ||
wargofosef | 0 | 64,416,533 | 20% | ||
electronicsworld | 0 | 6,539,792,135 | 100% | ||
heros | 0 | 112,774,022 | 20% | ||
khairunnisaa | 0 | 0 | 100% | ||
horriblesteemian | 0 | 109,396,412 | 1.3% | ||
witnesspage | 0 | 2,073,356,800 | 7% | ||
subaru555 | 0 | 491,488,384 | 100% | ||
rafaeluriel | 0 | 281,734,994 | 50% | ||
cryptoyzzy | 0 | 184,380,013 | 10% | ||
mhsnmajidi | 0 | 318,255,648 | 100% | ||
ten-years-before | 0 | 202,668,407 | 100% | ||
javiermurillo | 0 | 167,520,743 | 100% | ||
alex-steem-it | 0 | 167,673,066 | 100% | ||
bergamote | 0 | 122,455,137 | 20% | ||
jkgautam | 0 | 99,834,367 | 100% | ||
shubhamn | 0 | 1,821,985,249 | 100% | ||
amdatsible | 0 | 195,159,245 | 100% | ||
guillermo18 | 0 | 249,799,880 | 100% | ||
ishan89 | 0 | 82,249,374 | 100% | ||
bernard4ve | 0 | 277,209,333 | 100% | ||
binoy2018 | 0 | 261,978,051 | 100% | ||
saikathussain | 0 | 170,621,847 | 100% | ||
thanku | 0 | 487,743,018 | 2% | ||
asher18 | 0 | 63,964,040 | 100% | ||
akrblogs | 0 | 16,862,941,073 | 78% | ||
botmaxu745 | 0 | -368,414,678 | -100% | ||
otorgio | 0 | 459,696,576 | 100% | ||
aitov | 0 | 213,104,373 | 100% | ||
nasir988 | 0 | 325,734,717 | 100% | ||
hitmax | 0 | 549,894,512 | 100% | ||
fertuis | 0 | 0 | -100% |
that was needed one
author | akrblogs |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180705t055802237z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 05:58:21 |
last_update | 2018-07-05 05:58:21 |
depth | 1 |
children | 0 |
last_payout | 2018-07-12 05:58:21 |
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 | 19 |
author_reputation | 4,623,815,182,586 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,480,491 |
net_rshares | 0 |
Wonderful Robert
author | anixon |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180705t042744904z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 04:27:48 |
last_update | 2018-07-05 04:27:48 |
depth | 1 |
children | 0 |
last_payout | 2018-07-12 04:27: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 | 16 |
author_reputation | 684,408,618,381 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,472,610 |
net_rshares | 0 |
just Awesome..
author | ashike |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180705t172234475z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 17:22:30 |
last_update | 2018-07-05 17:22:30 |
depth | 1 |
children | 0 |
last_payout | 2018-07-12 17:22: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 | 14 |
author_reputation | 72,187,775,554 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,552,736 |
net_rshares | 0 |
I haven't a clue what all this means, but I know you witness work very hard, so if it makes your life easier, hurrah! :)
author | donnadavisart |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180707t153957120z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-07 15:39:51 |
last_update | 2018-07-07 15:39:51 |
depth | 1 |
children | 0 |
last_payout | 2018-07-14 15:39:51 |
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 | 120 |
author_reputation | 280,307,440,291,448 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,794,878 |
net_rshares | 0 |
# ADDENDUM Please redownload the files from the repository and re-encrypt your password, I did some important changes: - Increase encryption strength against bruteforce attacks by hashing the password with high iterations. The encryption/decryption now takes ~2 seconds instead of a few milliseconds, which makes bruteforcing harder. Thanks to @therealwolf for the tip and discussion about it. - Update Crypto-JS library CDN - Cleanup comments - Minor HTML changes - Upload the correct patched steem.min.js
author | drakos |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180708t032415215z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["therealwolf"],"app":"steemit/0.1"} |
created | 2018-07-08 03:24:15 |
last_update | 2018-07-08 17:31:48 |
depth | 1 |
children | 0 |
last_payout | 2018-07-15 03:24:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.116 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 506 |
author_reputation | 112,280,226,665,329 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,848,742 |
net_rshares | 2,074,657,968,630 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drakos | 0 | 2,068,861,047,114 | 100% | ||
pricasso | 0 | 5,796,921,516 | 100% |
That's great. Thanks. I was using a simple [python script](https://gist.github.com/emre/a7e0688eac97c771722eac9997617cfb) that I wrote but it requires python. It's not *built-in everywhere*. :) A small feedback to get better reviewing scores at Utopian: - Commit messages should be descriptive. *"Update x.html"* kind of commit messages don't make much sense to the other people browsing the git history. One side note, we parse the contributions and tag their repositories from the content with an assumption that the first link through the Github is the repository of the contribution. That would be great if you keep it that way for your next post. *** Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category. To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/3/2322132). ---- Need help? Write a ticket on https://support.utopian.io/. Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | emrebeyler |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180705t132341911z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://gist.github.com/emre/a7e0688eac97c771722eac9997617cfb","https://join.utopian.io/guidelines","https://review.utopian.io/result/3/2322132","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2018-07-05 13:23:42 |
last_update | 2018-07-05 13:26:21 |
depth | 1 |
children | 2 |
last_payout | 2018-07-12 13:23:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.369 HBD |
curator_payout_value | 0.788 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,152 |
author_reputation | 448,535,049,068,622 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,525,188 |
net_rshares | 1,529,739,382,288 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian-io | 0 | 1,528,176,360,990 | 1% | ||
neutralizer | 0 | 556,375,296 | 4% | ||
randohealer | 0 | 1,225,906,624 | 8% | ||
estellereuh | 0 | -219,260,622 | -100% |
`Update witness_update_tool.html`on the github, I was removing some leftover comments from the code, will keep in mind to make the changes more descriptive next time :)
author | drakos |
---|---|
permlink | re-emrebeyler-re-drakos-steemjs-tools-witness-update-html-tool-20180705t162716287z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 16:27:18 |
last_update | 2018-07-05 16:29:15 |
depth | 2 |
children | 0 |
last_payout | 2018-07-12 16:27: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 | 168 |
author_reputation | 112,280,226,665,329 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,546,577 |
net_rshares | 148,890,578 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheneats | 0 | 148,890,578 | 1% |
Hey @emrebeyler Here's a tip for your valuable feedback! @Utopian-io loves and incentivises informative comments. **Contributing on Utopian** Learn how to contribute on <a href="https://join.utopian.io">our website</a>. **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | 20180705t152309595z |
category | utopian-io |
json_metadata | {"tags":["utopian.tip"],"app":"utopian-io"} |
created | 2018-07-05 15:23:09 |
last_update | 2018-07-05 15:23:09 |
depth | 2 |
children | 0 |
last_payout | 2018-07-12 15:23:09 |
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 | 410 |
author_reputation | 152,955,367,999,756 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,539,223 |
net_rshares | 0 |
True pirate can use a whistle to update his parameters.
author | gtg |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180705t101443323z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 10:14:45 |
last_update | 2018-07-05 10:14:45 |
depth | 1 |
children | 1 |
last_payout | 2018-07-12 10:14:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.181 HBD |
curator_payout_value | 0.059 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 461,806,510,899,194 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,504,888 |
net_rshares | 116,692,060,212 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drakos | 0 | 116,692,060,212 | 5% |
Non-pirates don't have a whistle. A magic wand also works (requires a level 99 sorcery skill).
author | drakos |
---|---|
permlink | re-gtg-re-drakos-steemjs-tools-witness-update-html-tool-20180705t105123247z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 10:51:24 |
last_update | 2018-07-05 10:52:00 |
depth | 2 |
children | 0 |
last_payout | 2018-07-12 10:51: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 | 94 |
author_reputation | 112,280,226,665,329 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,508,532 |
net_rshares | 148,890,578 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheneats | 0 | 148,890,578 | 1% |
It is a very interesting tool in fact facilitating the work anywhere is a breakthrough!
author | gvand |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180705t071508068z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 07:15:06 |
last_update | 2018-07-05 07:15:06 |
depth | 1 |
children | 0 |
last_payout | 2018-07-12 07:15:06 |
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 | 87 |
author_reputation | 14,436,532,369,084 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,487,583 |
net_rshares | 0 |
Okay, I get about 50% of this, but I'm impressed at what you've created. And your writing is entertaining enough that even glazing over much of the technical stuff I totally enjoyed it. > You're on the beach sipping margarita, you have your laptop hooked on the local Wi-Fi but all your communication clients and apps are on your home computer? Sir Pirate, ye make me laugh often. Thank ye kindly.
author | katrina-ariel |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180705t062242383z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 06:22:42 |
last_update | 2018-07-05 06:22:42 |
depth | 1 |
children | 0 |
last_payout | 2018-07-12 06:22:42 |
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 | 399 |
author_reputation | 83,939,070,731,554 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,482,720 |
net_rshares | 0 |
> No, the other type of mouse. You broke my rib. :))))
author | knowledges |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180705t083413836z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 08:34:12 |
last_update | 2018-07-05 08:34:12 |
depth | 1 |
children | 0 |
last_payout | 2018-07-12 08:34:12 |
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 | 55 |
author_reputation | 98,021,227,622,369 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,495,117 |
net_rshares | 149,385,495 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheneats | 0 | 149,385,495 | 1% |
``` $ curl https://patch-diff.githubusercontent.com/raw/steemit/steem-js/pull/390.patch | git apply % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2226 0 2226 0 0 2980 0 --:--:-- --:--:-- --:--:-- 2979 error: patch failed: src/auth/ecc/src/key_public.js:20 error: src/auth/ecc/src/key_public.js: patch does not apply error: patch failed: src/auth/ecc/src/key_public.js:25 error: src/auth/ecc/src/key_public.js: patch does not apply ``` Any ideas? A fix? Thanks.
author | krnel |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180918t023553901z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-09-18 02:35:51 |
last_update | 2018-09-18 02:35:51 |
depth | 1 |
children | 1 |
last_payout | 2018-09-25 02:35:51 |
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 | 597 |
author_reputation | 1,343,547,270,297,082 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 71,540,786 |
net_rshares | 0 |
That PR was merged that's why. You can use the steem.min.js I built (on the github), or grab the latest steem-js version and build it.
author | drakos |
---|---|
permlink | re-krnel-re-drakos-steemjs-tools-witness-update-html-tool-20180918t212120881z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-09-18 21:21:18 |
last_update | 2018-09-18 21:23:00 |
depth | 2 |
children | 0 |
last_payout | 2018-09-25 21:21: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 | 134 |
author_reputation | 112,280,226,665,329 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 71,617,844 |
net_rshares | 0 |
Grrrr what ya say mate? You got my vote here and as a witness.
author | rebeccabe |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180705t145304209z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 14:53:03 |
last_update | 2018-07-05 14:53:03 |
depth | 1 |
children | 2 |
last_payout | 2018-07-12 14:53:03 |
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 | 18,143,162,511,159 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,535,696 |
net_rshares | 0 |
Yarghhh, many thanks, says I.
author | drakos |
---|---|
permlink | re-rebeccabe-re-drakos-steemjs-tools-witness-update-html-tool-20180705t162947609z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 16:29:48 |
last_update | 2018-07-05 16:29:48 |
depth | 2 |
children | 1 |
last_payout | 2018-07-12 16:29: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 | 29 |
author_reputation | 112,280,226,665,329 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,546,843 |
net_rshares | 6,011,092,128 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pricasso | 0 | 6,011,092,128 | 100% |
I like your parrot.
author | rebeccabe |
---|---|
permlink | re-drakos-re-rebeccabe-re-drakos-steemjs-tools-witness-update-html-tool-20180705t163021464z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 16:30:21 |
last_update | 2018-07-05 16:30:21 |
depth | 3 |
children | 0 |
last_payout | 2018-07-12 16:30:21 |
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 | 19 |
author_reputation | 18,143,162,511,159 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,546,890 |
net_rshares | 0 |
Hi!! How have you been? I have been absent/present, looking for jobs in real life! I am a dinosaur with technology, once I gave you my upvote to be a witness, isn't enough? Salut from Cambodia :)
author | sandrina.life |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180710t061733999z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-10 06:17:36 |
last_update | 2018-07-10 06:18:09 |
depth | 1 |
children | 2 |
last_payout | 2018-07-17 06:17: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 | 196 |
author_reputation | 5,534,287,837,956 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,122,098 |
net_rshares | 0 |
Of course I remember you. Where have you been?
author | drakos |
---|---|
permlink | re-sandrinalife-re-drakos-steemjs-tools-witness-update-html-tool-20180710t062524324z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-10 06:25:24 |
last_update | 2018-07-10 06:25:24 |
depth | 2 |
children | 1 |
last_payout | 2018-07-17 06:25: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 | 46 |
author_reputation | 112,280,226,665,329 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,122,746 |
net_rshares | 149,958,477 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheneats | 0 | 149,958,477 | 1% |
I'm slightly anxious because I will be jobless in 2 months and 20 days so...in my free time, when I don't satisfy my sex addiction, I must look for jobs online! And you?
author | sandrina.life |
---|---|
permlink | re-drakos-re-sandrinalife-re-drakos-steemjs-tools-witness-update-html-tool-20180710t063117977z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-10 06:31:18 |
last_update | 2018-07-10 06:31:18 |
depth | 3 |
children | 0 |
last_payout | 2018-07-17 06:31: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 | 169 |
author_reputation | 5,534,287,837,956 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,123,243 |
net_rshares | 0 |
Did you fall into a big toilet hole? :D
author | sandrina.life |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180719t044823575z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-19 04:48:24 |
last_update | 2018-07-19 04:48:24 |
depth | 1 |
children | 0 |
last_payout | 2018-07-26 04:48: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 | 39 |
author_reputation | 5,534,287,837,956 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,196,529 |
net_rshares | 0 |
Well done @drakos! You successfully guessed the match result. [](http://steemitboard.com/@drakos) Quater Finals - Brazil vs Belgium <sub>_Click on the badge to view your Board of Honor._</sub> <sub>Do you want to know your current ranking? Read [this post](https://steemit.com/steemitboard/@steemitboard/check-your-rank-in-the-steemitboard-world-cup-contest) **Do not miss the last post from @steemitboard:** [SteemitBoard World Cup Contest - Russia vs Croatia](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-russia-vs-croatia) --- Do you like the SteemitBoard World Cup Contest? **[Vote for @steemitboard](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** as a witness and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-drakos-20180706t222820000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-07-06 22:28:18 |
last_update | 2018-07-06 22:28:18 |
depth | 1 |
children | 0 |
last_payout | 2018-07-13 22:28: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 | 860 |
author_reputation | 38,975,615,169,260 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,711,371 |
net_rshares | 0 |
Well done @drakos! You successfully guessed the match result. [](http://steemitboard.com/@drakos) Quater Finals - Sweden vs England <sub>_Click on the badge to view your Board of Honor._</sub> <sub>Do you want to know your current ranking? Read [this post](https://steemit.com/steemitboard/@steemitboard/check-your-rank-in-the-steemitboard-world-cup-contest) **Do not miss the last post from @steemitboard:** [SteemitBoard World Cup Contest - Quarter Finals - Day 1](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-quarter-finals-day-1) --- Do you like the SteemitBoard World Cup Contest? **[Vote for @steemitboard](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** as a witness and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-drakos-20180707t175153000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-07-07 17:51:51 |
last_update | 2018-07-07 17:51:51 |
depth | 1 |
children | 0 |
last_payout | 2018-07-14 17:51:51 |
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 | 868 |
author_reputation | 38,975,615,169,260 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,808,657 |
net_rshares | 0 |
Congratulations @drakos! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@drakos) Award for the number of comments received <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Do not miss the last post from @steemitboard:** [SteemitBoard World Cup Contest - Quarter Finals - Day 1](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-quarter-finals-day-1) --- **Participate in the [SteemitBoard World Cup Contest](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-collect-badges-and-win-free-sbd)!** Collect World Cup badges and win free SBD Support the Gold Sponsors of the contest: [@good-karma](https://v2.steemconnect.com/sign/account-witness-vote?witness=good-karma&approve=1) and [@lukestokes](https://v2.steemconnect.com/sign/account-witness-vote?witness=lukestokes.mhth&approve=1) --- > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-drakos-20180707t215420000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-07-07 21:54:18 |
last_update | 2018-07-07 21:54:18 |
depth | 1 |
children | 0 |
last_payout | 2018-07-14 21:54: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 | 1,356 |
author_reputation | 38,975,615,169,260 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,827,626 |
net_rshares | 0 |
Well done @drakos! You successfully guessed the match result. [](http://steemitboard.com/@drakos) Semi Finals - France vs Belgium <sub>_Click on the badge to view your Board of Honor._</sub> <sub>Do you want to know your current ranking? Read [this post](https://steemit.com/steemitboard/@steemitboard/check-your-rank-in-the-steemitboard-world-cup-contest) **Do not miss the last post from @steemitboard:** [SteemitBoard World Cup Contest - Croatia vs England](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-croatia-vs-england) --- Do you like the SteemitBoard World Cup Contest? **[Vote for @steemitboard](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** as a witness and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-drakos-20180710t232029000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-07-10 23:20:27 |
last_update | 2018-07-10 23:20:27 |
depth | 1 |
children | 0 |
last_payout | 2018-07-17 23:20:27 |
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 | 860 |
author_reputation | 38,975,615,169,260 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,216,821 |
net_rshares | 0 |
Well done @drakos! You successfully guessed the match result. [](http://steemitboard.com/@drakos) Semi Finals - Croatia vs England <sub>_Click on the badge to view your Board of Honor._</sub> <sub>Do you want to know your current ranking? Read [this post](https://steemit.com/steemitboard/@steemitboard/check-your-rank-in-the-steemitboard-world-cup-contest) **Do not miss the last post from @steemitboard:** [SteemitBoard World Cup Contest - Semi Finals - Day 1](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-semi-finals-day-1) --- Do you like the SteemitBoard World Cup Contest? **[Vote for @steemitboard](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** as a witness and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-drakos-20180711t234518000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-07-11 23:45:18 |
last_update | 2018-07-11 23:45:18 |
depth | 1 |
children | 0 |
last_payout | 2018-07-18 23:45: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 | 861 |
author_reputation | 38,975,615,169,260 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,343,982 |
net_rshares | 0 |
Congratulations @drakos! You have received a personal award! [](http://steemitboard.com/@drakos) SteemitBoard World Cup Contest <sub>_Click on the badge to view your Board of Honor._</sub> **Do not miss the last post from @steemitboard:** [SteemitBoard World Cup Contest - The results, the winners and the prizes](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-the-results-and-prizes) > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-drakos-20180716t184457000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-07-16 18:44:57 |
last_update | 2018-07-16 18:44:57 |
depth | 1 |
children | 0 |
last_payout | 2018-07-23 18:44:57 |
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 | 727 |
author_reputation | 38,975,615,169,260 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,902,555 |
net_rshares | 0 |
That's really cool, drakos! I remember when I missed one of my first blocks and my failover script didn't disable the witness. I didn't understand it at first, since the code wasn't buggy or anything. But I found out as well, that steemjs/dsteem didn't support the nullkey. Hope it gets merged soon!
author | therealwolf |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180705t122109491z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 12:21:09 |
last_update | 2018-07-05 12:21:09 |
depth | 1 |
children | 2 |
last_payout | 2018-07-12 12:21:09 |
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 | 302 |
author_reputation | 581,693,011,827,252 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,518,117 |
net_rshares | 0 |
Quite annoying isn't it! I'm disappointed the devs never bothered to fix it although it's been reported months ago. Perhaps it's low priority given their numerous projects, but it's crucial for witnesses.
author | drakos |
---|---|
permlink | re-therealwolf-re-drakos-steemjs-tools-witness-update-html-tool-20180705t130306196z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 13:03:06 |
last_update | 2018-07-05 13:03:06 |
depth | 2 |
children | 1 |
last_payout | 2018-07-12 13:03:06 |
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 | 204 |
author_reputation | 112,280,226,665,329 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,522,812 |
net_rshares | 5,881,821,330 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pricasso | 0 | 5,881,821,330 | 100% |
Well, it's just a bug in the library which means you can still manage with straight RPC over JSON. One thing that can be done is just not use the library for this task. Also, while it is low priority, it's also low hanging fruit. Unlike documentation, it's super easy to review this. If tests are passing ([too bad they aren't](https://circleci.com/gh/steemit/steem-js/275?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)), then there should be no problem getting this change in. Still, there haven't been hardly any merges in a long long time and it's really sad. Point being, I wouldn't hold my breath that this gets approved. Instead, maybe what people would really want is a PR to steemconnect that does this. That way the feature could be offered as a service instead of witnesses having to implement their own. For example, it would be really cool to see this in @steemchiller's steemworld that allowed you to auth over steemconnect.
author | r351574nc3 |
---|---|
permlink | re-drakos-re-therealwolf-re-drakos-steemjs-tools-witness-update-html-tool-20180708t052204470z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://circleci.com/gh/steemit/steem-js/275?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link"],"app":"steemit/0.1","users":["steemchiller"]} |
created | 2018-07-08 05:22:03 |
last_update | 2018-07-08 05:30:33 |
depth | 3 |
children | 0 |
last_payout | 2018-07-15 05:22:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.418 HBD |
curator_payout_value | 0.134 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 977 |
author_reputation | 169,747,269,306,049 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,856,813 |
net_rshares | 277,850,850,074 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drakos | 0 | 225,211,529,263 | 10% | ||
salty-mcgriddles | 0 | 43,199,982,368 | 100% | ||
exifr | 0 | 3,634,716,895 | 100% | ||
exifr0 | 0 | 5,804,621,548 | 100% |
Hey @drakos **Thanks for contributing on Utopian**. Weβre already looking forward to your next contribution! **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-steemjs-tools-witness-update-html-tool-20180708t082508z |
category | utopian-io |
json_metadata | "{"app": "beem/0.19.42"}" |
created | 2018-07-08 08:25:09 |
last_update | 2018-07-08 08:25:09 |
depth | 1 |
children | 0 |
last_payout | 2018-07-15 08:25:09 |
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 | 298 |
author_reputation | 152,955,367,999,756 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,870,315 |
net_rshares | 0 |
author | wehmoen |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180711t223632760z |
category | utopian-io |
json_metadata | {} |
created | 2018-07-11 22:36:33 |
last_update | 2020-06-03 06:45:51 |
depth | 1 |
children | 1 |
last_payout | 2018-07-18 22:36:33 |
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 | 1 |
author_reputation | 86,504,380,503,125 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,339,306 |
net_rshares | 0 |
author | drakos |
---|---|
permlink | re-wehmoen-re-drakos-steemjs-tools-witness-update-html-tool-20180711t225006396z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-11 22:50:06 |
last_update | 2018-07-11 22:50:06 |
depth | 2 |
children | 0 |
last_payout | 2018-07-18 22:50:06 |
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 | 50 |
author_reputation | 112,280,226,665,329 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,340,333 |
net_rshares | 6,045,101,165 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheneats | 0 | 149,921,146 | 1% | ||
pricasso | 0 | 5,895,180,019 | 100% |
I read your publication and I feel totally ignorant, I really admire all your knowledge. When I grow up I want to be like you.πβ When my Interne improves I will follow your advice. π
author | yanes94 |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180706t004637060z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.5.0"} |
created | 2018-07-06 00:46:42 |
last_update | 2018-07-06 00:46:42 |
depth | 1 |
children | 0 |
last_payout | 2018-07-13 00:46:42 |
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 | 183 |
author_reputation | 613,594,505,650,714 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,590,981 |
net_rshares | 0 |
Awwwww.... the first kind of mouse I keep it :) ! so cuteeeee!
author | yidneth |
---|---|
permlink | re-drakos-steemjs-tools-witness-update-html-tool-20180705t191536642z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-05 19:17:03 |
last_update | 2018-07-05 19:17:03 |
depth | 1 |
children | 0 |
last_payout | 2018-07-12 19:17:03 |
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 | 285,442,165,361,478 |
root_title | "SteemJS Tools - Witness Update HTML Tool" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 63,564,666 |
net_rshares | 0 |