<center></center> After the overflow blunder of my main witness server and failure of the failover script that was in place to prevent such block missing I set out to create my own missed block application to sign over keys to my backup in case of main server failure. Here it is! <center><h1>Witness Server Sentry v0.0.1</h1></center> You'll need a box capable of running NodeJS and the SteemJS library installed for this script to work properly. You can grab the required software and dependencies from the links below: <b>NodeJS</b> - https://nodejs.org <b>SteemJS</b> - https://www.npmjs.com/package/steem I won't go into detail here on how to setup NodeJS or SteemJS at this point. A quick google search should yield the required information needed in order to get these 2 software offerings on your box. Once you have the above installed you can copy the code below: ``` //============================================================================= //----------------------------------------------------------------------------- //----- Witness Server Sentry v0.0.1 ----- Coded by: @KLYE ----- Open Source! //----- Requires NodeJS + steemjs || Install with: npm install steem -u //----------------------------------------------------------------------------- //============================================================================= // Load the steemjs library var steem = require('steem'); // NOTE: Edit these 3 variables below with your own information! var accountName = ""; // Witness Account Name var wif = ""; // Posting Private Key var blockSigningKey = ""; // Signing Key of Backup Witness // No need to modify these variables! var url; var props; var fee; var initmissed; var scanmissed; // Start up Witness Server Sentry console.log("NodeJS Witness Server Sentry v0.0.1 Starting..."); console.log("Design & Development by: @KLYE - Open Source"); // Retrieve total missed blocks of given witness & save to variables steem.api.getWitnessByAccount(accountName, function(err, result) { if (err) { console.log("An Error Occured Fetching Init Missed Blocks!") }; if (result) { url = result["url"]; props = result["props"]; fee = props["account_creation_fee"]; initmissed = result["total_missed"]; } }); // Start up the real time Witness Server Sentry functionality console.log("Firing Up Witness Server Sentry Block Detector"); // misswatcher function compares initial missed blocks to current function misswatcher() { sleep(3000); steem.api.getWitnessByAccount(accountName, function(err, result) { if (err) { console.log("An Error Occured Fetching Missed Blocks!") console.log(err); }; if (result) { console.log("SCAN - Total Missed by @" + accountName + " is " + result["total_missed"]); scanmissed = result["total_missed"]; if (scanmissed > initmissed) { console.log("MISS - A Missed Block Was Detected!"); steem.broadcast.witnessUpdate(wif, accountName, url, blockSigningKey, props, fee, function(err, result) { if (err) { console.log("Error Switching to Backup Witness! Please Check Your Variables!"); console.log(err); } if (result) { console.log("Successfully Switched to Backup Witness!"); console.log(result); } }); } misswatcher(); } }); } // Call misswatcher() function again to loop misswatcher(); // SLEEP Function to unfuck some nodeJS things - NO modify function sleep(milliseconds) { var start = new Date().getTime(); for (var i = 0; i < 1e7; i++) { if ((new Date().getTime() - start) > milliseconds) { break; } } }; ``` <br> Make sure to add the required information in lines 10 through 13. You'll need your witness account name, it's active private key and the signing key for your backup witness in order for this script to function properly. Once you've got your variables set it's just a matter of running the script and letting it handle your key signing to backup server in the event it detects you've missed a block. This script is only good for 1 use and will have to be reset/restarted in the event it signs over to your backup key. Keep in mind this script has had minimum amounts of testing done and can likely be improved on. This is version 0.0.1... So it MAY contain bugs! Github Link: https://github.com/klye-steem/Witness-Server-Sentry-v0.0.1 <b>@KLYE takes no responsibility for loses caused by this software!</b> <hr /> <table> <thead> <tr><th><img src="https://steemitimages.com/0x0/http://puu.sh/rRLx4/cb96668c43.png" /></th><th><center><a href="https://steemit.com/~witnesses"><b><h2>VOTE<br>KLYE</h2></b><sub>for Witness!</sub></a></center></th><th><img src="https://steemitimages.com/0x0/http://puu.sh/rRLx4/cb96668c43.png" /></th></tr> </thead> <tbody> </tbody> </table>
author | klye |
---|---|
permlink | witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script |
category | witness-category |
json_metadata | {"tags":["witness-category","witness","fail-over","script","steemjs"],"users":["klye"],"image":["https://steemitimages.com/DQmNV7fUUgvXVtLLVpkscs3hQjwQF7RD1FJVWgy1RA47eFU/image.png","https://steemitimages.com/0x0/http://puu.sh/rRLx4/cb96668c43.png"],"links":["https://nodejs.org","https://www.npmjs.com/package/steem","https://github.com/klye-steem/Witness-Server-Sentry-v0.0.1","https://steemit.com/~witnesses"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-10-05 04:33:42 |
last_update | 2017-10-05 04:55:21 |
depth | 0 |
children | 14 |
last_payout | 2017-10-12 04:33:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 35.188 HBD |
curator_payout_value | 9.215 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,186 |
author_reputation | 412,341,527,771,769 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,823,833 |
net_rshares | 18,082,017,107,227 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berkah | 0 | 128,332,194,393 | 60% | ||
xeldal | 0 | 303,533,537,777 | 4% | ||
sandra | 0 | 25,285,967,198 | 11% | ||
bue | 0 | 95,628,045,632 | 100% | ||
team | 0 | 83,486,155,277 | 10% | ||
pnc | 0 | 180,731,699,558 | 60% | ||
teamsteem | 0 | 9,373,005,923,375 | 60% | ||
pal | 0 | 10,303,763,921 | 0.05% | ||
klye | 0 | 269,069,485,264 | 100% | ||
rowbvp | 0 | 14,113,644,471 | 50% | ||
lauralemons | 0 | 8,214,872,942 | 30% | ||
robrigo | 0 | 242,446,589,554 | 100% | ||
hitmeasap | 0 | 2,538,989,813 | 30% | ||
ausbitbank | 0 | 960,658,587,922 | 10% | ||
gikitiki | 0 | 1,450,463,393 | 5% | ||
bitcoiner | 0 | 35,433,679,877 | 60% | ||
sokoloffa | 0 | 8,872,570,713 | 60% | ||
happyphoenix | 0 | 9,025,712,932 | 20% | ||
webdeals | 0 | 58,754,017,505 | 15% | ||
brianphobos | 0 | 6,285,909,786 | 10% | ||
stef | 0 | 13,118,327,168 | 100% | ||
youngkim | 0 | 27,372,072,692 | 80% | ||
nekromarinist | 0 | 1,560,439,009 | 100% | ||
bayareacoins | 0 | 441,929,043 | 100% | ||
lamech-m | 0 | 10,876,148,967 | 60% | ||
almerri | 0 | 530,997,942 | 100% | ||
cryptomancer | 0 | 3,646,176,870 | 20% | ||
sweetsssj | 0 | 1,581,528,737,247 | 5% | ||
kenistyles | 0 | 17,910,982,167 | 22% | ||
anarcho-andrei | 0 | 624,920,471 | 3% | ||
suprepachyderm | 0 | 3,216,454,812 | 100% | ||
penguinpablo | 0 | 215,681,894,999 | 16% | ||
holoz0r | 0 | 18,163,151,138 | 35% | ||
kyusho | 0 | 8,413,714,824 | 5% | ||
ebargains | 0 | 6,054,393,666 | 10% | ||
z3r0d4yz | 0 | 6,462,885,467 | 100% | ||
freebornangel | 0 | 1,288,529,868 | 2% | ||
greatdabu | 0 | 240,482,025,741 | 100% | ||
timbot606 | 0 | 4,341,714,685 | 25% | ||
ninkhisibir | 0 | 33,668,075,824 | 100% | ||
slider2990 | 0 | 106,331,351,269 | 100% | ||
smysullivan | 0 | 22,155,660,368 | 100% | ||
thebolang | 0 | 1,654,273,425 | 100% | ||
barvon | 0 | 8,767,256,144 | 99% | ||
sebastianjago | 0 | 57,947,333,628 | 10% | ||
corvuscoraxx | 0 | 117,391,994 | 14.93% | ||
sebhofmann | 0 | 24,880,109,732 | 100% | ||
trafalgar | 0 | 2,140,731,670,119 | 10% | ||
almvide | 0 | 59,323,228,416 | 100% | ||
aismor | 0 | 705,658,268 | 100% | ||
hammadakhtar | 0 | 578,217,687 | 10% | ||
greenstar | 0 | 26,987,589,155 | 60% | ||
yung8 | 0 | 626,389,730 | 100% | ||
siddartha | 0 | 549,691,010 | 6% | ||
mrwalt | 0 | 4,755,102,696 | 1% | ||
sv67216721 | 0 | 4,550,475,912 | 5% | ||
me-do | 0 | 359,330,659 | 1% | ||
jerrybanfield | 0 | 721,232,556,003 | 50% | ||
dududagrav | 0 | 3,778,526,590 | 100% | ||
berlinmoonlight | 0 | 1,076,267,063 | 100% | ||
dehenne | 0 | 17,306,736,996 | 100% | ||
drakos | 0 | 86,614,561,184 | 100% | ||
jaynie | 0 | 4,610,447,495 | 10% | ||
netuoso | 0 | 559,818,601,868 | 100% | ||
gamblor | 0 | 207,539,200 | 35% | ||
eturnerx | 0 | 73,437,572,210 | 15% | ||
vibvir | 0 | 4,019,916,025 | 100% | ||
jannell | 0 | 2,483,151,375 | 100% | ||
inquiringtimes | 0 | 12,758,053,316 | 100% | ||
fode | 0 | 0 | 100% | ||
kharrazi | 0 | 5,649,322,820 | 18% | ||
duekie | 0 | 82,086,329 | 100% | ||
beet | 0 | 10,869,493,886 | 35% | ||
battlr | 0 | 7,485,918,147 | 100% | ||
turymenecier | 0 | 70,141,072 | 30% | ||
sargento | 0 | 1,270,272,799 | 100% | ||
kanashimi | 0 | 75,316,934 | 5% | ||
sostrin | 0 | 39,242,434,882 | 60% | ||
necromortis | 0 | 926,719,657 | 35% | ||
omgrofl | 0 | 1,288,847,707 | 100% | ||
gentebitcoin | 0 | 97,906,981 | 15% | ||
koinbot | 0 | 10,385,134,609 | 25% | ||
seersalomon | 0 | 2,682,948,860 | 100% | ||
iwod | 0 | 789,213,830 | 100% | ||
raffyspyder | 0 | 870,981,534 | 100% | ||
cryptocreme | 0 | 35,474,842,628 | 100% | ||
bsloba | 0 | 155,632,552 | 100% | ||
metinyolcu | 0 | 84,489,973 | 100% | ||
katamori | 0 | 415,358,912 | 100% | ||
analystza | 0 | 951,680,109 | 100% | ||
ilker10 | 0 | 1,137,372,626 | 100% | ||
drummatix | 0 | 603,503,637 | 100% | ||
felipejoys | 0 | 487,443,303 | 100% | ||
chinitooo | 0 | 0 | 100% | ||
ak47balasbolin | 0 | 0 | 100% |
Interesting!!!
author | aijay |
---|---|
permlink | re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171005t054945821z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"app":"steemit/0.1"} |
created | 2017-10-05 05:49:51 |
last_update | 2017-10-05 05:49:51 |
depth | 1 |
children | 0 |
last_payout | 2017-10-12 05:49: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 | 14 |
author_reputation | 2,546,055,482 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,828,692 |
net_rshares | 0 |
Mmmm bb such wizard!
author | bayareacoins |
---|---|
permlink | re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171005t043558592z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"app":"steemit/0.1"} |
created | 2017-10-05 04:36:00 |
last_update | 2017-10-05 04:36:00 |
depth | 1 |
children | 1 |
last_payout | 2017-10-12 04:36:00 |
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 | 20 |
author_reputation | 8,774,872,728,250 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,823,959 |
net_rshares | 6,283,426,650 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
klye | 0 | 5,850,470,786 | 1% | ||
bayareacoins | 0 | 432,955,864 | 100% |
mmmm bb. * *adjusts wizard hat * *
author | klye |
---|---|
permlink | re-bayareacoins-re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171005t043740245z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"app":"steemit/0.1"} |
created | 2017-10-05 04:37:42 |
last_update | 2017-10-05 04:37:42 |
depth | 2 |
children | 0 |
last_payout | 2017-10-12 04:37: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 | 34 |
author_reputation | 412,341,527,771,769 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,824,074 |
net_rshares | 0 |
Interesting. I wish I understood wizard language.
author | braxton101 |
---|---|
permlink | re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171005t051455676z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"app":"steemit/0.1"} |
created | 2017-10-05 05:14:54 |
last_update | 2017-10-05 05:14:54 |
depth | 1 |
children | 1 |
last_payout | 2017-10-12 05:14: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 | 49 |
author_reputation | 5,211,856,126,324 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,826,384 |
net_rshares | 5,851,018,306 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
klye | 0 | 5,851,018,306 | 1% |
If my half fried brain can figure this stuff out I imagine you can as well. :)
author | klye |
---|---|
permlink | re-braxton101-re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171005t051812942z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"app":"steemit/0.1"} |
created | 2017-10-05 05:18:12 |
last_update | 2017-10-05 05:18:12 |
depth | 2 |
children | 0 |
last_payout | 2017-10-12 05:18: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 | 78 |
author_reputation | 412,341,527,771,769 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,826,583 |
net_rshares | 0 |
Phyton language ?
author | happyphoenix |
---|---|
permlink | re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171009t031155411z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"app":"steemit/0.1"} |
created | 2017-10-09 03:11:57 |
last_update | 2017-10-09 03:11:57 |
depth | 1 |
children | 0 |
last_payout | 2017-10-16 03:11: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 | 17 |
author_reputation | 70,114,248,253,623 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,158,210 |
net_rshares | 0 |
well, aren't you fancY!
author | inquiringtimes |
---|---|
permlink | re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171005t043516623z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"app":"steemit/0.1"} |
created | 2017-10-05 04:35:15 |
last_update | 2017-10-05 04:35:15 |
depth | 1 |
children | 3 |
last_payout | 2017-10-12 04:35: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 | 23 |
author_reputation | 22,511,044,719,347 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,823,922 |
net_rshares | 5,850,470,786 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
klye | 0 | 5,850,470,786 | 1% |
lol, this was written out of necessity not because I wanted to be fancy.. :D Figured I'd share the code in hopes others may be able to use it to protect against missed blocks.. It likely does contain bugs... But was able to test it earlier and it appears to work, surely it can be improved upon though!
author | klye |
---|---|
permlink | re-inquiringtimes-re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171005t043656341z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"app":"steemit/0.1"} |
created | 2017-10-05 04:37:00 |
last_update | 2017-10-05 04:37:00 |
depth | 2 |
children | 2 |
last_payout | 2017-10-12 04:37:00 |
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 | 303 |
author_reputation | 412,341,527,771,769 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,824,022 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
entr0py4all | 0 | 0 | 100% |
I was not being sarcastic... this is very cool and I dropped it in steemdevs post promotion
author | inquiringtimes |
---|---|
permlink | re-klye-re-inquiringtimes-re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171005t043900010z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"app":"steemit/0.1"} |
created | 2017-10-05 04:39:00 |
last_update | 2017-10-05 04:39:00 |
depth | 3 |
children | 1 |
last_payout | 2017-10-12 04:39:00 |
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 | 91 |
author_reputation | 22,511,044,719,347 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,824,143 |
net_rshares | 5,849,727,722 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
klye | 0 | 5,849,727,722 | 1% |
this is a very interesting post.
author | iwod | ||||||
---|---|---|---|---|---|---|---|
permlink | re-klye-2017106t24122383z | ||||||
category | witness-category | ||||||
json_metadata | {"tags":"witness-category","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-10-05 19:42:18 | ||||||
last_update | 2017-10-05 19:42:18 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-10-12 19:42: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 | 32 | ||||||
author_reputation | 34,077,674,480 | ||||||
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 16,887,213 | ||||||
net_rshares | 0 |
Nice
author | mdpavel |
---|---|
permlink | re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171005t115401817z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"app":"steemit/0.1"} |
created | 2017-10-05 11:54:15 |
last_update | 2017-10-05 11:54:15 |
depth | 1 |
children | 0 |
last_payout | 2017-10-12 11:54: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 | 4 |
author_reputation | 466,824,337,982 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,852,142 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mdpavel | 0 | 0 | 100% |
<div class="pull-right"> <center>https://steemitimages.com/DQmcFCwV4cf7kA7PtQJJMQAPH5K2zyagQJ64gaMQhtwq6Xa/Bildschirmfoto%202017-09-22%20um%2012.01.42.png** </center> </div> You coders fascinate me. I wrote, I guess what you could call code, for [DBase II ](http://www.eweek.com/database/30-years-ago-the-rise-fall-and-survival-of-ashton-tate-s-dbase) years ago around the mid-1980s after tearing up my leg in a training accident. The Corps was justing starting to implement the use of computers. I was serving as an *Operations Clerk* while recuperating from my skiing accident. I don't know much about these things, but good looking out for people that do!
author | sargento |
---|---|
permlink | re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171008t085854446z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"image":["https://steemitimages.com/DQmcFCwV4cf7kA7PtQJJMQAPH5K2zyagQJ64gaMQhtwq6Xa/Bildschirmfoto%202017-09-22%20um%2012.01.42.png**"],"links":["http://www.eweek.com/database/30-years-ago-the-rise-fall-and-survival-of-ashton-tate-s-dbase"],"app":"steemit/0.1"} |
created | 2017-10-08 08:58:54 |
last_update | 2017-10-08 08:58:54 |
depth | 1 |
children | 0 |
last_payout | 2017-10-15 08:58: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 | 663 |
author_reputation | -270,084,212,179 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,084,159 |
net_rshares | 1,026,424,232 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sargento | 0 | 1,026,424,232 | 100% |
.jpg)
author | shanishah |
---|---|
permlink | re-klye-witness-server-sentry-v0-0-1-or-an-open-source-nodejs-steemjs-witness-failover-script-20171116t061949654z |
category | witness-category |
json_metadata | {"tags":["witness-category"],"image":["https://steemitimages.com/DQmTYXjRKdgwXEc6qig7QPvR6fXApwoSLP9B8kApg1mV963/thumbs-up%20(1).jpg"],"app":"steemit/0.1"} |
created | 2017-11-16 06:19:48 |
last_update | 2017-11-16 06:19:48 |
depth | 1 |
children | 0 |
last_payout | 2017-11-23 06:19: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 | 115 |
author_reputation | 9,291,167,932,357 |
root_title | "Witness Server Sentry v0.0.1 | An Open Source NodeJS + SteemJS Witness Failover Script" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,540,892 |
net_rshares | 128,652,273 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shanishah | 0 | 128,652,273 | 100% |