<center>https://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/Scriptorium-monk-at-work.jpg/512px-Scriptorium-monk-at-work.jpg</center> Have you missed the defunct [phist.steemdata.com](https://steemit.com/steemdata/@furion/this-app-shows-you-edit-history-for-any-post) by @furion? Unfortunately, the project was [retired in May 2018](https://steemit.com/steemdata/@furion/steemdata-is-shutting-down-on-may-1st) and the community was left without an easy tool to check the edit history of posts and comments. *Phist* was written in Python and ran on a MongoDB back-end, which were both not my cup of tea. For a while I wanted to create a replacement for it but got busy with other coding projects. Until recently, the idea reoccurred to me, so I decided to dig into it, although the Python+MongoDB combination had previously dissuaded me from reviving the project. I looked at the code for inspiration (https://github.com/SteemData/phist.steemdata.com) and built a similar website fully in Node JS. For the database, I setup an [SBDS (Steem Blockchain Data Service)](https://github.com/steemit/sbds) instance on the SSD server for blazing fast searches. I tested SteemSQL but the searches were extremely slow for some reason, whereas on SBDS MySQL they took milliseconds! In a nutshell, SBDS allows dumping the blockchain into a MySQL database. Once I had that, after days of waiting for SBDS to build the database...  ... I sprinkled some JS magic, then added some nifty loops with long hours of testing/debugging... and voilร , I proudly present to you: *** <center><h1>Steem Scribe</h1> https://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/Scriptorium-monk-at-work.jpg/256px-Scriptorium-monk-at-work.jpg <h3>https://scribe.steemian.info</h3> (also accessible via non-SSL at http://scribe.steemian.info)</center> *** The scribes were monks and clerics dedicated to record keeping. I found that notion appropriate. ### Usage - Paste the URL of the post or comment, then press `<Enter>` or click the Submit button. You can use URLs from https://steemit.com or other websites like https://busy.org. - Click the scribe image to clear and go back to the main page.  Here's what a result would look like:  ### Notes - SBDS is still experimental and may be buggy. In fact, the latest version doesn't run, so I used an old fork I had in my repository, with some little adjustments. - I could have done it in PHP, however for the learning experience I went fully with Node JS. Besides, setting up a PHP website requires many packages (PHP, Apache, Let's Encrypt, etc.) and numerous configurations. - Although the web page is mostly done, it's still a work in progress and may require more optimizations and tweaks. There may be some short down times. - The database is a fat 675 GB, taking up 745 GB! ### Switching from SBDS to S2DB SBDS has fully built the database (with a few hick-ups) but it was having trouble *streaming blocks* to keep them updated. While searching for solutions, I've discovered today this kick-ass alternative [S2DB](https://steemit.com/budget/@pcsg-dev/steem-2-blockchain-parser-s2db-budget-proposal) by @dehenne (https://github.com/pcsg/pcsg-steem-blockchain-parser), which I implemented to take over where SBDS left. Things are looking good so far and the DB is keeping up with the blockchain every 10 seconds. You should be able to find results up to date 😃 ### Easter Eggs The usual 404 will make you smile. If you achieve a 500 you'll laugh harder. *** <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 | steem-scribe-posts-and-comments-history |
category | steem |
json_metadata | {"tags":["steem","steemit","blockchain","nodejs","development"],"users":["furion","dehenne"],"image":["https://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/Scriptorium-monk-at-work.jpg/512px-Scriptorium-monk-at-work.jpg","https://cdn.steemitimages.com/DQmRXucCjtK1TBzhhmAXZVjK8mEeQHGmbXiajBad6w9Gt1B/sbds.png","https://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/Scriptorium-monk-at-work.jpg/256px-Scriptorium-monk-at-work.jpg","https://cdn.steemitimages.com/DQmaCGsiRhpKDuq2Ya43DJ4TuxvdTxqcyKjqYhaMfncwqcK/scribe.png","https://cdn.steemitimages.com/DQmfW2fBoBMBuk291NSvACQciSmBPv9serY5Ey6GKVYbfiW/example.png","https://steemitimages.com/DQmfRx7jNSrFAnRZPrKRHLDxR22gRFYTBnKr2uLNdVty3MG/drakos-witness-thanks.gif","https://steemitimages.com/DQmYq3yGqzvbK4JQFudeXoDp6PEtdny8vSvX5swqW5sA2fE/chevron-up.png"],"links":["https://steemit.com/steemdata/@furion/this-app-shows-you-edit-history-for-any-post","https://steemit.com/steemdata/@furion/steemdata-is-shutting-down-on-may-1st","https://github.com/SteemData/phist.steemdata.com","https://github.com/steemit/sbds","https://scribe.steemian.info","http://scribe.steemian.info","https://steemit.com","https://busy.org","https://steemit.com/budget/@pcsg-dev/steem-2-blockchain-parser-s2db-budget-proposal","https://github.com/pcsg/pcsg-steem-blockchain-parser","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-27 01:35:51 |
last_update | 2018-07-29 19:20:42 |
depth | 0 |
children | 49 |
last_payout | 2018-08-03 01:35:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 165.798 HBD |
curator_payout_value | 42.977 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,683 |
author_reputation | 112,280,226,665,329 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,102,703 |
net_rshares | 113,478,279,153,483 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wackou | 0 | 8,112,070,875,559 | 100% | ||
silversteem | 0 | 9,101,696,293 | 100% | ||
rossco99 | 0 | 684,051,326 | 0.8% | ||
clayop | 0 | 1,782,535,119,870 | 100% | ||
boatymcboatface | 0 | 13,431,966,566 | 0.8% | ||
pfunk | 0 | 5,086,239,485,975 | 100% | ||
pfunk3 | 0 | 653,034,237,803 | 100% | ||
kingscrown | 0 | 44,618,793,499 | 1% | ||
lola-carola | 0 | 339,791,302 | 0.69% | ||
acidyo | 0 | 10,119,017,041,057 | 75% | ||
theshell | 0 | 3,828,006,390 | 0.8% | ||
intelliguy | 0 | 14,764,170,322 | 100% | ||
igl00 | 0 | 10,464,813,571 | 100% | ||
uniwhisp | 0 | 185,752,224,714 | 100% | ||
olyup | 0 | 49,908,237,104 | 100% | ||
firepower | 0 | 948,908,807,542 | 25% | ||
ausbitbank | 0 | 7,425,574,130,247 | 100% | ||
mrwang | 0 | 506,671,977 | 11.5% | ||
bitland | 0 | 14,588,555,871 | 84% | ||
transisto | 0 | 28,316,162,536 | 100% | ||
arcange | 0 | 27,725,902,388 | 3% | ||
raphaelle | 0 | 1,922,083,867 | 3% | ||
susanne | 0 | 107,586,039,408 | 100% | ||
emilhoch | 0 | 1,922,592,819 | 50% | ||
curator | 0 | 2,219,916,028 | 100% | ||
always1success | 0 | 228,384,182,144 | 100% | ||
timcliff | 0 | 966,026,698,108 | 87% | ||
nickskywalker | 0 | 19,229,966,518 | 70% | ||
goode | 0 | 190,496,836 | 23% | ||
darthnava | 0 | 11,086,625,057 | 10% | ||
scaredycatguide | 0 | 15,102,786,258 | 20% | ||
sc-steemit | 0 | 13,265,238,291 | 15% | ||
krnel | 0 | 273,429,456,380 | 25% | ||
uwelang | 0 | 86,495,084,984 | 10% | ||
votehumanity | 0 | 6,398,614,111 | 11.5% | ||
whatsup | 0 | 89,350,562,322 | 40% | ||
clayboyn | 0 | 17,937,465,405 | 33% | ||
surpassinggoogle | 0 | 4,323,080,395,677 | 23% | ||
siniceku | 0 | 119,336,106 | 100% | ||
techslut | 0 | 338,754,144,635 | 100% | ||
cardinalkennedy | 0 | 542,552,629 | 20% | ||
barton26 | 0 | 9,660,705,892 | 100% | ||
olegas89 | 0 | 598,742,235 | 100% | ||
dropahead | 0 | 48,145,424,411 | 100% | ||
jamzed | 0 | 30,201,037,616 | 100% | ||
doodleman | 0 | 1,646,972,951 | 89% | ||
newhope | 0 | 1,804,859,761,886 | 22% | ||
mommydays | 0 | 83,405,738 | 100% | ||
personz | 0 | 19,306,373,540 | 100% | ||
amariespeaks | 0 | 1,419,811,323 | 12% | ||
tarazkp | 0 | 154,031,273,916 | 23% | ||
ihsan19 | 0 | 111,218,139 | 11.5% | ||
jgpro | 0 | 104,419,398 | 11.5% | ||
bloghound | 0 | 694,701,062 | 3.45% | ||
southparkqueen | 0 | 1,839,216,471 | 23% | ||
toniesteem | 0 | 326,703,618 | 11.5% | ||
gunina | 0 | 138,579,765 | 49.5% | ||
ljpaez | 0 | 96,454,363 | 2.3% | ||
bigdaddy | 0 | 38,844,401,205 | 100% | ||
kingsmind | 0 | 9,183,065,569 | 100% | ||
icybc | 0 | 2,414,996,937 | 15% | ||
marxrab | 0 | 1,837,688,294 | 1.5% | ||
moksamol | 0 | 4,021,116,654 | 11.5% | ||
oendertuerk | 0 | 98,377,058,449 | 50% | ||
ma1neevent | 0 | 26,499,934,774 | 20% | ||
ninyea | 0 | 649,110,517 | 23% | ||
foways | 0 | 751,529,820 | 11.5% | ||
lotfiuser | 0 | 93,830,567 | 11.5% | ||
eurogee | 0 | 90,279,080 | 0.46% | ||
mrstaf | 0 | 414,086,332 | 11.5% | ||
followbtcnews | 0 | 1,145,210,511,721 | 100% | ||
andybets | 0 | 28,102,423,297 | 100% | ||
upheaver | 0 | 696,434,074 | 5% | ||
gmuxx | 0 | 14,600,475,253 | 10% | ||
kubbyelizabeth | 0 | 3,086,191,638 | 5% | ||
guiltyparties | 0 | 8,749,993,875 | 100% | ||
isaria | 0 | 104,578,565,600 | 50% | ||
khunpoom | 0 | 65,802,396 | 11.5% | ||
scooter77 | 0 | 2,506,935,656 | 10% | ||
mahdiyari | 0 | 133,897,699,243 | 100% | ||
crimsonclad | 0 | 9,030,742,812 | 4% | ||
drakos | 0 | 2,306,665,900,525 | 100% | ||
howtostartablog | 0 | 1,308,497,518 | 3% | ||
bobiecayao | 0 | 252,291,705 | 11.5% | ||
chingpherd | 0 | 3,967,478,420 | 100% | ||
vachemorte | 0 | 53,053,994,802 | 100% | ||
roxane | 0 | 427,931,516,927 | 20% | ||
cryptomonitor | 0 | 221,464,845 | 11.5% | ||
bien | 0 | 968,789,083 | 100% | ||
cryptopie | 0 | 50,869,759,786 | 20% | ||
discordiant | 0 | 1,735,686,764 | 4% | ||
dksart | 0 | 6,388,790,344 | 15% | ||
katesmith | 0 | 147,161,323 | 64% | ||
healthykitty | 0 | 121,853,600 | 20% | ||
heart-to-heart | 0 | 102,336,640,670 | 100% | ||
ipkiss | 0 | 244,819,971 | 55% | ||
dwightjaden | 0 | 2,365,680,326 | 23% | ||
msp-lovebot | 0 | 121,865,102,505 | 20% | ||
themarkymark | 0 | 84,888,275,723 | 100% | ||
wargof | 0 | 403,941,781 | 10% | ||
yanes94 | 0 | 25,374,781,146 | 100% | ||
elbleess | 0 | 104,241,201 | 11.5% | ||
lemi | 0 | 66,718,405 | 11.5% | ||
agawolf | 0 | 13,219,930,383 | 1% | ||
kumagang | 0 | 70,091,298 | 11.5% | ||
baboyed1000 | 0 | 93,703,825 | 4.6% | ||
upgoat | 0 | 132,977,395 | 10% | ||
upcroak | 0 | 79,495,344 | 50% | ||
macchiata | 0 | 6,245,372,935 | 100% | ||
mhel | 0 | 213,074,780 | 4.6% | ||
joshruiz | 0 | 205,016,173 | 11.5% | ||
kofspades | 0 | 168,707,472 | 11.5% | ||
shrazi | 0 | 26,702,860,215 | 100% | ||
crypto-whiz | 0 | 75,872,963 | 11.5% | ||
fabiyamada | 0 | 485,647,363 | 2% | ||
karyah1001 | 0 | 64,778,576 | 23% | ||
himshweta | 0 | 945,347,391 | 50% | ||
philodendron | 0 | 4,827,704,955 | 100% | ||
zyx066 | 0 | 1,357,324,238 | 100% | ||
shippou95 | 0 | 206,658,212 | 11.5% | ||
icmarkets | 0 | 347,280,843 | 57% | ||
viralfever | 0 | 64,058,130 | 11.5% | ||
nainaztengra | 0 | 383,545,827,347 | 100% | ||
my451r | 0 | 2,484,625,228 | 100% | ||
dodybireuen | 0 | 2,084,088,868 | 100% | ||
pjmisa | 0 | 249,245,166 | 11.5% | ||
reinhard-schmid | 0 | 88,827,584,482 | 100% | ||
sultan-aceh | 0 | 83,102,584,075 | 100% | ||
adrianbucks | 0 | 247,840,632 | 50% | ||
nessyquel | 0 | 647,911,442 | 23% | ||
crokkon | 0 | 29,838,780,959 | 50% | ||
adnanbtc | 0 | 89,378,590 | 11.5% | ||
olayemzeecool | 0 | 69,939,275 | 11.5% | ||
jhanmervz | 0 | 91,985,180 | 11.5% | ||
princekelly | 0 | 197,377,344 | 23% | ||
marysent | 0 | 122,817,081 | 2.3% | ||
torico | 0 | 3,039,489,168 | 5% | ||
davealemana | 0 | 122,159,385 | 23% | ||
jamesbarraclough | 0 | 701,775,482 | 100% | ||
hoxly | 0 | 4,622,498,762 | 12.2% | ||
taskmaster4450 | 0 | 16,374,435,681 | 3% | ||
smafey | 0 | 187,163,430 | 11.5% | ||
kimph | 0 | 279,231,632 | 100% | ||
scorer | 0 | 40,051,428,538 | 100% | ||
hillaryaa | 0 | 140,444,889 | 11.5% | ||
ckbahdon | 0 | 100,859,887 | 11.5% | ||
storysharing | 0 | 39,858,239,027 | 100% | ||
boomerang | 0 | 13,006,233,965,213 | 52.82% | ||
tolarnee | 0 | 586,262,863 | 11.5% | ||
mcfarhat | 0 | 33,761,672,041 | 50% | ||
andesilesteem | 0 | 301,340,642 | 100% | ||
preetisingh1993 | 0 | 87,236,720 | 11.5% | ||
gvand | 0 | 47,180,123,995 | 70% | ||
meno | 0 | 6,479,361,039 | 58% | ||
vishalsingh4997 | 0 | 2,401,987,534 | 100% | ||
emdesan | 0 | 505,799,033 | 10% | ||
estoy | 0 | 60,988,165 | 10% | ||
pierlave | 0 | 1,804,869,214 | 100% | ||
jrawsthorne | 0 | 6,696,301,409 | 100% | ||
penantang | 0 | 67,294,465 | 11.5% | ||
maaz23 | 0 | 207,422,066 | 11.5% | ||
melvinlumacad | 0 | 3,366,635,974 | 100% | ||
isaganicabrales | 0 | 92,518,013 | 11.5% | ||
lucylin | 0 | 3,492,072,302 | 100% | ||
zenc | 0 | 67,219,239 | 11.5% | ||
simgirl | 0 | 2,512,876,778 | 11.5% | ||
chaatah | 0 | 3,069,605,844 | 100% | ||
baloox | 0 | 534,915,558 | 10% | ||
hasim5164 | 0 | 64,127,915 | 11.5% | ||
amarm | 0 | 70,330,541 | 11.5% | ||
utopian-io | 0 | 33,573,047,904,305 | 25% | ||
mike-nascar | 0 | 442,536,892 | 100% | ||
pipo092281 | 0 | 70,791,925 | 11.5% | ||
bobinson | 0 | 10,915,948,451 | 100% | ||
kerry234 | 0 | 345,259,177 | 23% | ||
muksalbaihaqi | 0 | 70,034,826 | 11.5% | ||
ridoykhan22 | 0 | 947,435,110 | 49% | ||
ayasha | 0 | 165,498,527 | 4.6% | ||
carolineschell | 0 | 16,511,643,116 | 100% | ||
hispeedimagins | 0 | 6,548,279,048 | 100% | ||
engineeringfeed | 0 | 67,143,792 | 11.5% | ||
ekjosh | 0 | 103,437,437 | 23% | ||
eduardonarvaez | 0 | 70,294,367 | 11.5% | ||
yanga | 0 | 859,915,369 | 23% | ||
nibhishant | 0 | 124,668,521 | 100% | ||
zohaib715 | 0 | 104,626,237 | 11.5% | ||
fidel66 | 0 | 136,909,418 | 23% | ||
klizo | 0 | 99,275,440 | 11.5% | ||
pechichemena | 0 | 834,526,967 | 5% | ||
aehiguese | 0 | 106,766,712 | 23% | ||
wallacecarranza | 0 | 448,636,942 | 100% | ||
mister-omortson | 0 | 12,678,350,521 | 100% | ||
skycae | 0 | 73,083,116 | 3% | ||
bubbleburst | 0 | 2,642,682,863 | 50% | ||
dhavey | 0 | 9,472,355,443 | 100% | ||
norwind | 0 | 544,768,901 | 100% | ||
enjoyy | 0 | 174,824,052 | 11.5% | ||
lpv | 0 | 885,953,247 | 2.5% | ||
teensexy | 0 | 0 | 100% | ||
iptrucs | 0 | 3,548,635,398 | 15% | ||
elex17 | 0 | 189,914,685 | 10% | ||
hasan086 | 0 | 148,684,741 | 11.5% | ||
fabinhocrypto | 0 | 482,191,532 | 10% | ||
lextenebris | 0 | 31,848,467,222 | 100% | ||
khairamuliani | 0 | 595,703,395 | 11.5% | ||
jecren | 0 | 69,976,456 | 11.5% | ||
bustami83 | 0 | 75,950,839 | 23% | ||
tomatom | 0 | 231,501,788 | 11.5% | ||
harkushi | 0 | 70,078,570 | 11.5% | ||
duke77 | 0 | 867,073,315 | 10% | ||
berylwills | 0 | 272,893,818 | 23% | ||
fortunex | 0 | 3,176,152,669 | 99% | ||
steemgreen | 0 | 1,817,834,524 | 100% | ||
chlwoaus | 0 | 140,793,562,647 | 100% | ||
tiloupsa | 0 | 65,212,314 | 1% | ||
paragon99 | 0 | 122,473,623 | 11.5% | ||
wazmung | 0 | 61,132,540 | 10% | ||
irminsoul82 | 0 | 64,279,123 | 10% | ||
cordeta | 0 | 406,059,946 | 11.5% | ||
sirfreeman | 0 | 139,274,347 | 11.5% | ||
best-of-football | 0 | 75,001,096 | 10% | ||
thi-js | 0 | 20,691,510,597 | 100% | ||
bobsthinking | 0 | 1,360,281,269 | 100% | ||
yourmercury | 0 | 120,690,686 | 23% | ||
mkmk | 0 | 130,637,633 | 11.5% | ||
yakubenko | 0 | 14,356,071,828 | 100% | ||
atelierminceur | 0 | 61,095,019 | 10% | ||
williamgabriel | 0 | 6,953,929,108 | 100% | ||
levinvillas | 0 | 88,873,808 | 5.75% | ||
fadiji09 | 0 | 69,898,197 | 6.9% | ||
audiodidacte | 0 | 61,078,728 | 10% | ||
dolphinscute | 0 | 64,992,704 | 11.5% | ||
znnuksfe | 0 | 1,135,401,872 | 50% | ||
udochi | 0 | 100,983,053 | 23% | ||
chiboyzz | 0 | 95,392,990 | 11.5% | ||
theuxyeti | 0 | 102,896,897 | 2% | ||
bryangav | 0 | 11,740,437,266 | 100% | ||
leslierevales | 0 | 106,247,036 | 11.5% | ||
oups | 0 | 14,939,919,428 | 100% | ||
mrxplicit | 0 | 335,670,292 | 23% | ||
butterb | 0 | 105,972,198 | 1.5% | ||
jayboss | 0 | 70,217,870 | 11.5% | ||
dynamicrypto | 0 | 603,830,590 | 1.15% | ||
fredoski | 0 | 86,337,619 | 11.5% | ||
wisewoof | 0 | 117,346,972 | 1.5% | ||
onin91 | 0 | 79,173,427 | 11.5% | ||
pauloliverpino | 0 | 70,306,943 | 11.5% | ||
iamfo | 0 | 458,669,494 | 11.5% | ||
strings | 0 | 251,625,784 | 11.5% | ||
voltagrou | 0 | 890,037,777 | 20% | ||
pboss123 | 0 | 105,277,951 | 11.5% | ||
cheesom | 0 | 85,200,795 | 11.5% | ||
richgang | 0 | 127,521,261 | 11.5% | ||
emirfirlar | 0 | 503,528,814 | 11.5% | ||
ligarayk | 0 | 839,089,422 | 23% | ||
terminallyill | 0 | 81,290,220 | 1.5% | ||
jedamez | 0 | 73,272,631 | 11.5% | ||
matytan | 0 | 18,329,033,589 | 50% | ||
vianney | 0 | 263,466,776 | 20% | ||
asfuriah | 0 | 106,608,315 | 23% | ||
ali14 | 0 | 1,061,803,342 | 100% | ||
curiousshibby | 0 | 157,721,489 | 10% | ||
andrea97 | 0 | 276,318,882 | 16.1% | ||
michealkey | 0 | 111,136,097 | 11.5% | ||
crypto4euro | 0 | 358,200,656 | 11.5% | ||
babaj | 0 | 84,318,424 | 23% | ||
leguidecrypto | 0 | 1,045,334,472 | 10% | ||
didic | 0 | 6,508,349,124 | 20% | ||
allaboutme | 0 | 70,061,334 | 11.5% | ||
pelephotography | 0 | 138,277,906 | 23% | ||
transilvaniaman | 0 | 351,367,854 | 100% | ||
verodato | 0 | 746,868,851,108 | 100% | ||
luijii | 0 | 134,004,304 | 23% | ||
modernmclaire | 0 | 66,994,386 | 11.5% | ||
kelos | 0 | 1,112,908,284 | 25% | ||
raquelita | 0 | 91,393,492 | 11.5% | ||
ryl | 0 | 77,139,677 | 11.5% | ||
evansbankx | 0 | 369,052,147 | 100% | ||
camilus | 0 | 176,595,089 | 23% | ||
lykaypajaro | 0 | 75,909,520 | 11.5% | ||
florenceboens | 0 | 316,116,813 | 10% | ||
noechie1827 | 0 | 63,852,703 | 11.5% | ||
charleswealth | 0 | 184,045,609 | 11.5% | ||
preciousimo | 0 | 81,462,123 | 11.5% | ||
kingsman2 | 0 | 69,975,383 | 11.5% | ||
ilovepoorpeople | 0 | 307,719,698 | 3% | ||
gohenry | 0 | 183,180,741 | 11.5% | ||
victoriakorol | 0 | 95,874,168 | 11.5% | ||
katrina-ariel | 0 | 9,581,018,055 | 50% | ||
starzy | 0 | 385,348,169 | 11.5% | ||
mrposyble | 0 | 326,290,705 | 11.5% | ||
kylorenjunior | 0 | 148,788,437 | 100% | ||
iamwhatiamnot | 0 | 103,715,476 | 4.6% | ||
ipromote | 0 | 2,190,881,616,835 | 25% | ||
iamthenerd | 0 | 1,502,851,452 | 11.5% | ||
onehand | 0 | 2,603,327,683 | 5% | ||
antigenx | 0 | 3,601,585,527 | 11.5% | ||
liberviarum | 0 | 2,464,507,086 | 15% | ||
badzkie123 | 0 | 124,526,157 | 11.5% | ||
lakawero | 0 | 276,409,724 | 20% | ||
vegasgambler | 0 | 185,878,547 | 6.9% | ||
mcamayra | 0 | 61,626,480 | 11.5% | ||
jbrrd | 0 | 340,219,871 | 15% | ||
vanj | 0 | 153,219,423 | 11.5% | ||
alex04 | 0 | 70,078,494 | 11.5% | ||
leebaong | 0 | 124,088,716 | 1.15% | ||
kul0tzzz | 0 | 118,765,281 | 23% | ||
basir92 | 0 | 70,321,260 | 11.5% | ||
rheyss08 | 0 | 70,105,297 | 11.5% | ||
faroel | 0 | 2,141,712,795 | 100% | ||
viog37 | 0 | 434,901,938 | 100% | ||
diamantnoir | 0 | 69,812,159 | 10% | ||
julianalpanta | 0 | 70,258,635 | 11.5% | ||
zipporah | 0 | 33,914,603,866 | 100% | ||
benjaspa | 0 | 70,050,940 | 11.5% | ||
sissyjill | 0 | 111,674,644 | 7% | ||
dzued | 0 | 87,926,745 | 11.5% | ||
aibolit66 | 0 | 78,745,681,987 | 100% | ||
syamsudduha2 | 0 | 83,354,711 | 11.5% | ||
originalmrspice | 0 | 8,383,368,490 | 11.5% | ||
jeevanjot | 0 | 503,320,176 | 100% | ||
atjehsteemit | 0 | 187,282,578 | 11.5% | ||
ulfiatu.akiya | 0 | 111,351,610 | 23% | ||
tomlabe | 0 | 73,074,420 | 12% | ||
morbyjohn | 0 | 177,300,413 | 7% | ||
lstriker | 0 | 95,568,597 | 11.5% | ||
pojgaerlan | 0 | 103,520,887 | 23% | ||
shahaan | 0 | 755,930,993 | 11.5% | ||
jims | 0 | 119,297,490 | 23% | ||
simplymike | 0 | 868,929,512 | 0.6% | ||
thamrin | 0 | 140,296,064 | 23% | ||
upyinnyarthutha | 0 | 87,471,851 | 11.5% | ||
monwalker | 0 | 70,348,859 | 11.5% | ||
aldiyani | 0 | 63,557,572 | 11.5% | ||
freudy | 0 | 70,099,571 | 11.5% | ||
fitlifefashion | 0 | 6,095,778,597 | 100% | ||
khloyd | 0 | 70,015,824 | 11.5% | ||
ninjarobo | 0 | 69,944,291 | 11.5% | ||
akaikeru | 0 | 70,024,018 | 11.5% | ||
stuckinacup | 0 | 70,033,912 | 11.5% | ||
rhei86 | 0 | 67,213,947 | 11.5% | ||
febri | 0 | 255,478,641 | 100% | ||
beni96 | 0 | 70,386,791 | 11.5% | ||
mickeyvera | 0 | 247,464,460 | 60% | ||
omoyiwolabusayo | 0 | 88,127,685 | 11.5% | ||
magicinvesting | 0 | 262,715,956 | 100% | ||
sunshinebear | 0 | 244,706,301 | 11.5% | ||
isaaceko | 0 | 119,896,053 | 23% | ||
jeanp | 0 | 70,057,052 | 11.5% | ||
orhem | 0 | 73,219,024 | 11.5% | ||
toyosiartdiy | 0 | 67,009,193 | 11.5% | ||
jefry113 | 0 | 140,494,225 | 23% | ||
theunlimited | 0 | 74,731,935 | 11.5% | ||
swisschain | 0 | 61,016,431 | 10% | ||
donjyde | 0 | 70,029,011 | 11.5% | ||
mutiarahmi | 0 | 96,399,561 | 11.5% | ||
nonsqtr | 0 | 116,067,977 | 11.5% | ||
smokeynagata | 0 | 18,340,341,987 | 100% | ||
iedot | 0 | 50,345,734 | 50% | ||
virgo27 | 0 | 137,939,059 | 11.5% | ||
gwapoaller | 0 | 70,302,283 | 11.5% | ||
muzzlealem | 0 | 70,363,558 | 11.5% | ||
thesport | 0 | 124,760,439 | 25% | ||
pl4ym0re | 0 | 61,195,218 | 10% | ||
hackerzizon | 0 | 102,199,757 | 1% | ||
queenlyka | 0 | 70,347,506 | 11.5% | ||
phoebedoll | 0 | 85,643,695 | 11.5% | ||
afefe | 0 | 66,975,838 | 11.5% | ||
didizion | 0 | 61,162,815 | 10% | ||
devangbuch | 0 | 70,210,184 | 11.5% | ||
bitcointip | 0 | 510,571,254 | 100% | ||
dasvolk | 0 | 503,318,705 | 100% | ||
muammarnst | 0 | 69,976,808 | 11.5% | ||
chrisjayl | 0 | 69,974,021 | 11.5% | ||
brewingstories | 0 | 70,385,455 | 11.5% | ||
pushpo | 0 | 106,957,870 | 23% | ||
therising | 0 | 14,425,769,205,743 | 34.5% | ||
arrahman90 | 0 | 67,680,262 | 11.5% | ||
lartist-zen | 0 | 231,442,391 | 10% | ||
unleashpower | 0 | 75,415,634 | 0.9% | ||
artmom | 0 | 20,370,454,965 | 100% | ||
imcore | 0 | 1,067,347,566 | 10% | ||
mikemaphu | 0 | 108,924,755 | 11.5% | ||
greatwarrior79 | 0 | 114,617,987 | 11.5% | ||
blaqboyikott | 0 | 66,923,547 | 11.5% | ||
yann85 | 0 | 345,022,372 | 10% | ||
naruitchi | 0 | 1,029,193,302 | 10% | ||
khat.holanda23 | 0 | 63,856,794 | 11.5% | ||
bravofer | 0 | 70,092,849 | 11.5% | ||
ari16 | 0 | 296,809,014 | 11.5% | ||
dazzy | 0 | 64,178,718 | 11.5% | ||
paulasands | 0 | 70,189,321 | 11.5% | ||
sasyi32 | 0 | 296,154,540 | 100% | ||
mbahtutorial | 0 | 70,052,895 | 11.5% | ||
beshooo | 0 | 67,034,332 | 11.5% | ||
jaydih | 0 | 549,577,555 | 3% | ||
muzaiyan | 0 | 70,272,446 | 11.5% | ||
loudetteiam | 0 | 258,085,110 | 11.5% | ||
sahiba | 0 | 69,946,721 | 11.5% | ||
jane83 | 0 | 61,099,587 | 10% | ||
wealth4good | 0 | 88,730,332 | 1.15% | ||
realblockchain | 0 | 1,020,386,705 | 20% | ||
sharminwadud | 0 | 69,924,496 | 11.5% | ||
keybordjp | 0 | 69,976,101 | 11.5% | ||
rechellomataro | 0 | 70,187,006 | 11.5% | ||
lykia | 0 | 70,140,107 | 11.5% | ||
cryptofrench | 0 | 676,466,499 | 10% | ||
sabiondico | 0 | 70,015,531 | 11.5% | ||
dondondamayo | 0 | 70,191,523 | 11.5% | ||
jeef-zone | 0 | 102,276,432 | 11.5% | ||
speedgonzales | 0 | 226,162,254 | 23% | ||
anime.lovers | 0 | 69,994,795 | 11.5% | ||
edgarbevens | 0 | 216,331,473 | 50% | ||
joco0820 | 0 | 70,083,049 | 11.5% | ||
fanbasefr | 0 | 1,266,888,196 | 10% | ||
friendsofgondor | 0 | 102,955,726,840 | 30% | ||
ilikeit | 0 | 4,862,354,078 | 50% | ||
mellofello | 0 | 111,552,264 | 3% | ||
jpchabry | 0 | 84,194,730 | 10% | ||
vampirgarfield | 0 | 53,526,954 | 100% | ||
muhammad.iqbal | 0 | 63,916,582 | 11.5% | ||
kaplat | 0 | 70,118,218 | 11.5% | ||
geezyweezy | 0 | 115,678,952 | 23% | ||
leeyen23 | 0 | 105,325,974 | 11.5% | ||
viljacques | 0 | 60,846,191 | 10% | ||
gerliepepito | 0 | 69,953,616 | 11.5% | ||
jembee | 0 | 286,712,208 | 11.5% | ||
etaletai | 0 | 164,665,316 | 11.5% | ||
albatar | 0 | 276,559,608 | 10% | ||
tioneb44 | 0 | 61,178,200 | 10% | ||
egheprincez | 0 | 69,961,625 | 11.5% | ||
jsantos17 | 0 | 70,189,622 | 11.5% | ||
flextar | 0 | 349,867,983 | 10% | ||
pricasso | 0 | 6,614,206,706 | 100% | ||
aikee | 0 | 70,362,945 | 11.5% | ||
rokhani | 0 | 246,344,344 | 50% | ||
jemzem | 0 | 63,915,003 | 10% | ||
sazid36 | 0 | 70,251,440 | 11.5% | ||
mayorhero | 0 | 70,288,631 | 11.5% | ||
geotorb | 0 | 70,183,324 | 11.5% | ||
gemz2inspire | 0 | 70,206,215 | 11.5% | ||
jomar07 | 0 | 103,353,547 | 11.5% | ||
akram7 | 0 | 70,110,088 | 11.5% | ||
membee | 0 | 69,941,034 | 11.5% | ||
blessedsteemer | 0 | 74,196,045 | 11.5% | ||
depereenfils | 0 | 60,927,952 | 10% | ||
kyanzieuno | 0 | 150,163,242 | 11.5% | ||
steemitkyle | 0 | 73,142,397 | 11.5% | ||
gpwebers | 0 | 70,072,121 | 11.5% | ||
lilirose | 0 | 129,313,251 | 10% | ||
chiqui03 | 0 | 69,604,548 | 11.5% | ||
mikeyurnero | 0 | 282,162,509 | 11.5% | ||
brownbears | 0 | 392,293,968 | 100% | ||
ediblecthulhu | 0 | 137,430,855 | 100% | ||
xxnoaxx | 0 | 4,454,993,739 | 10% | ||
djarumsuper | 0 | 334,822,935 | 100% | ||
akeenze13 | 0 | 70,329,223 | 11.5% | ||
byash | 0 | 140,218,417 | 23% | ||
ibellia | 0 | 61,189,712 | 10% | ||
marzuki-r | 0 | 70,368,591 | 11.5% | ||
s252 | 0 | 552,166,069 | 100% | ||
olicountry | 0 | 61,191,729 | 10% | ||
anomt | 0 | 240,326,950 | 23% | ||
easypay | 0 | 61,234,268 | 50% | ||
christinevelasco | 0 | 69,949,998 | 11.5% | ||
renac | 0 | 121,379,009 | 10% | ||
mapcompass | 0 | 60,961,515 | 10% | ||
mayib | 0 | 123,793,854 | 11.5% | ||
liquidpoopcorn | 0 | 70,191,675 | 11.5% | ||
mojacko | 0 | 124,668,653 | 11.5% | ||
bdshelu | 0 | 507,549,269 | 100% | ||
devondrjackson | 0 | 70,178,029 | 11.5% | ||
wargofosef | 0 | 65,065,952 | 20% | ||
remind-me | 0 | 57,953,197 | 100% | ||
briandominise | 0 | 70,101,071 | 11.5% | ||
golden-man | 0 | 70,140,434 | 11.5% | ||
rarcenal | 0 | 70,084,863 | 11.5% | ||
mwamin7 | 0 | 70,376,301 | 11.5% | ||
galihtruff | 0 | 70,036,483 | 11.5% | ||
heros | 0 | 118,828,684 | 20% | ||
jayboi | 0 | 126,780,218 | 2.3% | ||
estulay.dalu | 0 | 563,892,129 | 100% | ||
cebusteemer | 0 | 69,942,591 | 11.5% | ||
boyaceh | 0 | 70,183,485 | 11.5% | ||
jezelle | 0 | 70,150,349 | 11.5% | ||
reungkhoem | 0 | 69,157,844 | 11.5% | ||
arianto71 | 0 | 64,006,561 | 11.5% | ||
johngoad | 0 | 446,900,240 | 11.5% | ||
noodles09 | 0 | 70,296,066 | 11.5% | ||
kayegrasya | 0 | 117,698,481 | 11.5% | ||
sirwayneweezy | 0 | 70,022,137 | 11.5% | ||
ikibaru-san | 0 | 137,706,451 | 23% | ||
vezo | 0 | 231,147,342 | 100% | ||
misssadeyes | 0 | 552,919,185 | 100% | ||
dynamicshine | 0 | 178,385,363 | 9.2% | ||
cynicalcake | 0 | 267,269,086 | 11.5% | ||
elvinjohn21 | 0 | 69,983,597 | 11.5% | ||
cebuana | 0 | 78,027,514 | 11.5% | ||
r5yn1r4 | 0 | 70,002,288 | 11.5% | ||
nicole24 | 0 | 69,958,948 | 11.5% | ||
rigelmarco | 0 | 137,326,457 | 23% | ||
sentanu74 | 0 | 1,016,995,771 | 23% | ||
sweettais | 0 | 477,188,085 | 100% | ||
dantoyin | 0 | 67,141,592 | 11.5% | ||
joseaybar1 | 0 | 70,220,546 | 11.5% | ||
andylsyahputra | 0 | 70,080,305 | 11.5% | ||
bradondamyx12345 | 0 | 70,296,329 | 11.5% | ||
truthly | 0 | 56,869,381 | 100% | ||
withbristy | 0 | 70,392,802 | 11.5% | ||
rkdesigner | 0 | 530,912,995 | 100% | ||
rafaeluriel | 0 | 291,944,110 | 50% | ||
wanderinglynelle | 0 | 69,989,720 | 11.5% | ||
freitzie123 | 0 | 70,059,234 | 11.5% | ||
ogsenti | 0 | 64,267,757 | 100% | ||
dong-a | 0 | 64,142,634 | 11.5% | ||
denkeicui | 0 | 70,026,171 | 11.5% | ||
sirharoldsimbo | 0 | 71,454,709 | 100% | ||
alien-mastermind | 0 | 67,081,137 | 16.1% | ||
ramonjvp | 0 | 140,642,960 | 23% | ||
naayren | 0 | 69,973,667 | 11.5% | ||
sensen13 | 0 | 103,465,013 | 23% | ||
ten-years-before | 0 | 203,904,534 | 100% | ||
gelique | 0 | 70,019,508 | 11.5% | ||
glendale05 | 0 | 69,987,188 | 11.5% | ||
citysitebuilders | 0 | 70,120,259 | 11.5% | ||
medyomaldita | 0 | 69,953,967 | 11.5% | ||
caroljayne02 | 0 | 70,059,234 | 11.5% | ||
lemcervantes | 0 | 70,103,095 | 11.5% | ||
unika-ejes | 0 | 70,059,234 | 11.5% | ||
kapitanrejven | 0 | 139,108,702 | 11.5% | ||
evecenla | 0 | 176,384,700 | 100% | ||
whitestallion | 0 | 64,146,740 | 11.5% | ||
bergamote | 0 | 121,667,141 | 20% | ||
grizzz | 0 | 63,852,703 | 11.5% | ||
adigun12 | 0 | 100,695,766 | 23% | ||
thanku | 0 | 569,117,842 | 2% | ||
balticbadger | 0 | 76,155,759 | 50% | ||
sojol527 | 0 | 63,963,701 | 11.5% | ||
allinone123 | 0 | 124,687,003 | 26% | ||
rajmolo | 0 | 70,038,164 | 11.5% | ||
seldonsplan | 0 | 8,415,842,753 | 100% | ||
a23b4d11f15m | 0 | 608,833,258 | 100% | ||
ingeniero-romulo | 0 | 313,758,859 | 100% | ||
colorme | 0 | 104,096,871 | 100% | ||
meliq | 0 | 594,408,832 | 100% | ||
daio-kriss | 0 | 14,052,357,538 | 100% | ||
chriswilson | 0 | 69,987,695 | 11.5% | ||
jules-nickolas | 0 | 113,154,859 | 100% | ||
jupitervenus | 0 | 343,612,955 | 100% | ||
elizabethiii | 0 | 115,551,259 | 100% | ||
bijayw1 | 0 | 471,327,504 | 100% | ||
saiduzzaman | 0 | 565,593,005 | 100% | ||
memeholic | 0 | 313,204,729 | 100% | ||
ak2409 | 0 | 480,449,972 | 100% | ||
sultan8828 | 0 | 343,612,955 | 100% | ||
naveenkr574 | 0 | 319,286,374 | 100% | ||
titolorenzo | 0 | 346,653,777 | 100% | ||
hammad97 | 0 | 69,938,394 | 100% | ||
imad123 | 0 | 0 | 0% | ||
shanghaitimes | 0 | 608,159,949 | 100% | ||
shahwajahat | 0 | 477,405,560 | 100% | ||
ouad55 | 0 | 495,650,358 | 100% | ||
paulchi1 | 0 | 255,427,178 | 100% | ||
marlon345 | 0 | 148,999,187 | 100% | ||
ey26121981 | 0 | 234,784,669 | 100% | ||
kamalhossains | 0 | 76,019,488 | 100% | ||
diliana03 | 0 | 194,609,890 | 100% | ||
tatuka | 0 | 112,508,842 | 100% | ||
mina95 | 0 | 79,060,267 | 100% | ||
digitalcobra | 0 | 605,497,282 | 100% | ||
nozomi | 0 | 352,176,985 | 100% | ||
kamilbyku | 0 | 206,767,304 | 100% | ||
rajib001 | 0 | 155,075,478 | 100% | ||
forhadh | 0 | 541,243,825 | 100% | ||
alashik | 0 | 164,196,692 | 100% |
pretty awesome post.Really good approach on Posts and Comments History upvote to me
author | a23b4d11f15m |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180731t101706786z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-31 10:17:39 |
last_update | 2018-07-31 10:18:33 |
depth | 1 |
children | 0 |
last_payout | 2018-08-07 10:17:39 |
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 | 84 |
author_reputation | 25,578,420,431 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,621,074 |
net_rshares | 0 |
@drakos Nice post sir. Keep steeming
author | anishag |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t070832965z |
category | steem |
json_metadata | {"tags":["steem"],"users":["drakos"],"app":"steemit/0.1"} |
created | 2018-07-27 07:08:33 |
last_update | 2018-07-27 07:08:33 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 07:08: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 | 36 |
author_reputation | 273,766,721,549 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,126,693 |
net_rshares | 0 |
Just stumbled upon this tool and it seems to be working great! Thank you for the great tool :)
author | apsu |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20181126t105852645z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-11-26 10:58:54 |
last_update | 2018-11-26 10:58:54 |
depth | 1 |
children | 0 |
last_payout | 2018-12-03 10: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 | 95 |
author_reputation | 74,660,349,339,185 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,928,207 |
net_rshares | 0 |
> I tested SteemSQL but the searches were extremely slow for some reason, whereas on SBDS MySQL they took milliseconds! The reason is very simple: there are no indexes on `author` and `permlink` on the `TxComments` table in SteemSQL. This table is rarely used and creating indexes on these columns will consume (waste) a lot of disk space because of the length of permlinks. That's why you got a huge database after dumping the blockchain into your MySQL database. Should I add those indexes, you would get the same milliseconds results, like the one you have on the `Comments` table.
author | arcange |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180729t213749615z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-29 21:37:51 |
last_update | 2018-07-29 21:37:51 |
depth | 1 |
children | 0 |
last_payout | 2018-08-05 21:37:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.033 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 587 |
author_reputation | 1,146,633,779,972,293 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,435,772 |
net_rshares | 19,950,646,584 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
arcange | 0 | 18,508,326,393 | 2% | ||
raphaelle | 0 | 1,442,320,191 | 2% |
**WARNING** - The message you received from @dulborah is a **CONFIRMED SCAM**! **DO NOT FOLLOW** any instruction and **DO NOT CLICK** on any link in the comment! For more information about this scam, read this post: https://steemit.com/steemit/@arcange/phishing-site-reported-steem-link-premium https://steemit.com/steemit/@arcange/anti-phishing-war-the-crooks-continue-their-bashing-campaign If you find my work to protect you and the community valuable, please consider to upvote this warning or to [vote for my witness](https://steemit.com/~witnesses).
author | arcange |
---|---|
permlink | re-steem-scribe-posts-and-comments-history-20180727t084600000z |
category | steem |
json_metadata | {"image":["http://i.cubeupload.com/d1Dr28.png"]} |
created | 2018-07-27 06:45:57 |
last_update | 2018-07-27 06:45:57 |
depth | 1 |
children | 1 |
last_payout | 2018-08-03 06:45: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 | 564 |
author_reputation | 1,146,633,779,972,293 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,125,105 |
net_rshares | 0 |
Flagged him as soon as he commented.
author | drakos |
---|---|
permlink | re-arcange-re-steem-scribe-posts-and-comments-history-20180727t163722892z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-27 16:37:24 |
last_update | 2018-07-27 16:37:24 |
depth | 2 |
children | 0 |
last_payout | 2018-08-03 16:37: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 | 36 |
author_reputation | 112,280,226,665,329 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,180,653 |
net_rshares | 0 |
Congratulations @drakos! Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20180727) in the following category: * Pending payout - Ranked 10 with $ 232,22
author | arcange |
---|---|
permlink | re-steem-scribe-posts-and-comments-history-20180727t180625000z |
category | steem |
json_metadata | "" |
created | 2018-07-28 16:11:12 |
last_update | 2018-07-28 16:11:12 |
depth | 1 |
children | 0 |
last_payout | 2018-08-04 16:11: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 | 215 |
author_reputation | 1,146,633,779,972,293 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,294,597 |
net_rshares | 0 |
Don't understand much of that, but thank you for being someone who does, @drakos. And thank you for your supportive upvote on our recent post! 🍌
author | bananamemos |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180728t185544713z |
category | steem |
json_metadata | {"tags":["steem"],"users":["drakos"],"app":"steemit/0.1"} |
created | 2018-07-28 18:55:45 |
last_update | 2018-07-28 18:55:45 |
depth | 1 |
children | 0 |
last_payout | 2018-08-04 18:55:45 |
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 | 154 |
author_reputation | 1,263,819,529,213 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,309,497 |
net_rshares | 0 |
This post has received a 52.82 % upvote from @boomerang.
author | boomerang |
---|---|
permlink | re-steem-scribe-posts-and-comments-history-20180727t175605 |
category | steem |
json_metadata | "" |
created | 2018-07-27 17:56:06 |
last_update | 2018-07-27 17:56:06 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 17:56: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 | 56 |
author_reputation | 1,273,205,827,891 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,188,532 |
net_rshares | 0 |
thank you for your sharing, I like it ! I hope so you visit my blog. Welcome !
author | colorme |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180730t045127141z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-30 04:51:27 |
last_update | 2018-07-30 04:51:27 |
depth | 1 |
children | 0 |
last_payout | 2018-08-06 04:51: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 | 78 |
author_reputation | 5,886,583,698 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,467,431 |
net_rshares | 0 |
Nice work Sir. This is good for someone to use for their purposes in aiding their steemit experience. I already voted for your witness. Keep it up.
author | cryptopie |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t014832044z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-27 01:48:33 |
last_update | 2018-07-27 01:48:33 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 01:48: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 | 147 |
author_reputation | 829,274,168,394,582 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,103,507 |
net_rshares | 0 |
Get Automated DAILY upvotes! FREE steem.link/more Get 0.1 Free Steem Just To Join
author | dulborah |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t014031967z |
category | steem |
json_metadata | {} |
created | 2018-07-27 01:40:30 |
last_update | 2018-07-27 01:40:30 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 01:40: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 | 89 |
author_reputation | -600,108,957,082 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,103,008 |
net_rshares | -23,786,194,727 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anomaly | 0 | 241,575,070 | 1% | ||
drakos | 0 | -24,027,769,797 | -1% |
# Sorry to say you my account is hacked by some one. Today i recovery my account, sir i request to say please remove downvote because that is not my activity. Last a month i work hard and suddenly my account is hacked. so sir I Apologize, because my account is misused that activity not done by me... Sir i inform you because it was my duty.. Now your choice Sir down vote remove or not ...thank
author | dulborah |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180729t035620840z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-29 03:56:24 |
last_update | 2018-07-29 03:56:24 |
depth | 1 |
children | 0 |
last_payout | 2018-08-05 03:56: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 | 396 |
author_reputation | -600,108,957,082 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 66,346,418 |
net_rshares | 388,848,291 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tornadoman | 0 | 388,848,291 | 100% |
Awesome tool @drakos! This goes to my handy Steem tool links
author | futurethinker |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t014520563z |
category | steem |
json_metadata | {"tags":["steem"],"users":["drakos"],"app":"steemit/0.1"} |
created | 2018-07-27 01:45:21 |
last_update | 2018-07-27 01:45:21 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 01:45: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 | 60 |
author_reputation | 12,055,947,697,609 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,103,302 |
net_rshares | 0 |
I gave you an upvote on your post! Please give me a upvote(to this link https://steemit.com/@hammad97) & follow. I will give you a follow in return and possible future votes!
author | hammad97 |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180728t152313332z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/@hammad97"],"app":"steemit/0.1"} |
created | 2018-07-28 15:23:12 |
last_update | 2018-07-28 15:23:12 |
depth | 1 |
children | 1 |
last_payout | 2018-08-04 15:23: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 | 174 |
author_reputation | 92,722,956 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,289,644 |
net_rshares | 0 |
I see that you're freshly new on Steemit. I suggest you avoid doing "follow for follow" and "vote for vote". It's considered spam and will get you flagged. Instead, write meaningful comments to build an interested audience.
author | drakos |
---|---|
permlink | re-hammad97-re-drakos-steem-scribe-posts-and-comments-history-20180728t172245082z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-28 17:22:45 |
last_update | 2018-07-28 17:22:45 |
depth | 2 |
children | 0 |
last_payout | 2018-08-04 17:22:45 |
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 | 223 |
author_reputation | 112,280,226,665,329 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,301,454 |
net_rshares | 5,856,342,857 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pricasso | 0 | 5,856,342,857 | 100% |
Hey Drakos -- I see we appreciated the same post by timcliff recently. I keep intertwining with you -- you're someone I do appreciate on here. Can you read my comment with bold-faced "thank you" on timcliff's recent post and see if you like it? We're going to talk a lot more.. you and I.. as time goes on... cuz your name keeps coming up in my books. You're good for steem and I like your attitude towards it a lot. ....from a far... a friend. :) @intelliguy
author | intelliguy |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180728t052823108z |
category | steem |
json_metadata | {"tags":["steem"],"users":["intelliguy"],"app":"steemit/0.1"} |
created | 2018-07-28 05:28:24 |
last_update | 2018-07-28 05:31:57 |
depth | 1 |
children | 0 |
last_payout | 2018-08-04 05:28:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.001 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 465 |
author_reputation | 62,276,657,564,898 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,239,489 |
net_rshares | 14,452,251,231 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
intelliguy | 0 | 14,452,251,231 | 100% |
Steem post is very great i like dear brother you are a great man i like this post
author | irfan786 |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180805t054549363z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-08-05 05:46:06 |
last_update | 2018-08-05 05:46:06 |
depth | 1 |
children | 0 |
last_payout | 2018-08-12 05:46: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 | 81 |
author_reputation | 12,057,599,859 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,158,024 |
net_rshares | 389,534,281 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
irfan786 | 0 | 389,534,281 | 100% |
Handy tool ๐
author | jules-nickolas |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t042549852z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-27 04:25:51 |
last_update | 2018-07-27 04:25:51 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 04:25: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 | 12 |
author_reputation | 1,907,184,514,514 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,114,683 |
net_rshares | 0 |
> .. I sprinkled some JS magic, then added some nifty loops with long hours of testing/debugging... and voilร Somehow you make coding sound intriguing, even fun. I'm glad you like it, anyway. Thanks for working on making the blockchain even more awesome!
author | katrina-ariel |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180728t002557482z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-28 00:25:57 |
last_update | 2018-07-28 00:25:57 |
depth | 1 |
children | 0 |
last_payout | 2018-08-04 00:25: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 | 255 |
author_reputation | 83,939,070,731,554 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,218,967 |
net_rshares | 0 |
I like it...going to 1 terabyte :โข}
author | kingyus | ||||||
---|---|---|---|---|---|---|---|
permlink | re-drakos-2018727t4495178z | ||||||
category | steem | ||||||
json_metadata | {"tags":["steem","steemit","blockchain","nodejs","adsactly"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-07-27 01:49:54 | ||||||
last_update | 2018-07-27 01:49:54 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2018-08-03 01:49: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 | 35 | ||||||
author_reputation | 6,166,984,828,186 | ||||||
root_title | "Steem Scribe - Posts and Comments History" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 66,103,607 | ||||||
net_rshares | 0 |
Oh lord no! I'll have to upgrade the server, mucho expensive. There are lots of affordable high storage **HDD** servers, but building the database on them takes forever (I tried). SSD or NVME is the way to go. That being said, apparently S2DB allows creating specific tables instead of all the tables in SBDS. For Steem Scribe, the required table is only 115 GB. I'll play with that later, it would save a lot of space and expenses.
author | drakos |
---|---|
permlink | re-kingyus-re-drakos-2018727t4495178z-20180727t020606936z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-27 02:06:09 |
last_update | 2018-07-27 02:06:09 |
depth | 2 |
children | 0 |
last_payout | 2018-08-03 02:06: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 | 433 |
author_reputation | 112,280,226,665,329 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,104,794 |
net_rshares | 0 |
While not connected to your post, I came across this post , and realized you might just be the person to help me! ('cos you are dead clever with all this stuff, and I'm not) Any help appreciated, mate. https://steemit.com/blog/@lucylin/is-there-a-reason-i-can-t-scroll-back-more-than-6-months
author | lucylin |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t025614986z |
category | steem |
json_metadata | {"tags":["steem"],"links":["https://steemit.com/blog/@lucylin/is-there-a-reason-i-can-t-scroll-back-more-than-6-months"],"app":"steemit/0.1"} |
created | 2018-07-27 02:56:24 |
last_update | 2018-07-27 02:56:24 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 02:56: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 | 296 |
author_reputation | 185,811,362,824,733 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,108,158 |
net_rshares | 0 |
Always interesting reading and learning more about how all of this stuff works. Cool read @Drakos!
author | ma1neevent |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t030625198z |
category | steem |
json_metadata | {"tags":["steem"],"users":["drakos"],"app":"steemit/0.1"} |
created | 2018-07-27 03:06:30 |
last_update | 2018-07-27 03:06:30 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 03:06: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 | 98 |
author_reputation | 46,407,272,731,471 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,108,948 |
net_rshares | 0 |
I suggest trying RocksDB! I'm working on that to store custom_json ops in the database for using in the Dapps
author | mahdiyari |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180728t104215106z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-28 10:42:18 |
last_update | 2018-07-28 10:42:18 |
depth | 1 |
children | 0 |
last_payout | 2018-08-04 10: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 | 109 |
author_reputation | 199,864,818,197,856 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,263,615 |
net_rshares | 0 |
Nice work, and thanks for bringing SBDS to my attention. I'm going to have a go at setting that up and maybe forking it for something I have in mind.
author | markangeltrueman |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t091404968z |
category | steem |
json_metadata | {"tags":["steem"],"community":"steempeak","app":"steempeak"} |
created | 2018-07-27 09:14:06 |
last_update | 2018-07-27 09:14:06 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 09:14: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 | 149 |
author_reputation | 75,759,505,276,179 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,136,528 |
net_rshares | 0 |
oh this is pretty awesome. Excellent timing too Drakos, because now that we can edit the posts, some Batman activities would benefit greatly from this.
author | meno |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t014948514z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-27 01:49:45 |
last_update | 2018-07-27 01:49:45 |
depth | 1 |
children | 4 |
last_payout | 2018-08-03 01:49:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.026 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 528,482,506,794,423 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,103,591 |
net_rshares | 18,969,634,467 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
personz | 0 | 18,969,634,467 | 100% |
The Steem detectives will surely appreciate. 
author | drakos |
---|---|
permlink | re-meno-re-drakos-steem-scribe-posts-and-comments-history-20180727t020946823z |
category | steem |
json_metadata | {"tags":["steem"],"image":["https://cdn.steemitimages.com/DQmcVZHLWfuKvXmVQJ22vp7M8xeydKT1LYu94gBZeXFGU1c/165065491-612x612.jpg"],"app":"steemit/0.1"} |
created | 2018-07-27 02:09:48 |
last_update | 2018-07-27 02:09:48 |
depth | 2 |
children | 2 |
last_payout | 2018-08-03 02:09:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 171 |
author_reputation | 112,280,226,665,329 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,105,028 |
net_rshares | 17,394,384,824 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oups | 0 | 14,715,820,637 | 100% | ||
katrina-ariel | 0 | 2,678,564,187 | 15% |
steem is in good way
author | ouad55 |
---|---|
permlink | re-drakos-re-meno-re-drakos-steem-scribe-posts-and-comments-history-20180728t085044313z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-28 08:50:48 |
last_update | 2018-07-28 08:50:48 |
depth | 3 |
children | 0 |
last_payout | 2018-08-04 08:50: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 | 20 |
author_reputation | 0 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,255,113 |
net_rshares | 0 |
appreciated :)
author | oups |
---|---|
permlink | re-drakos-re-meno-re-drakos-steem-scribe-posts-and-comments-history-20180730t132449403z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-30 13:24:48 |
last_update | 2018-07-30 13:24:48 |
depth | 3 |
children | 0 |
last_payout | 2018-08-06 13:24:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.094 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 20,674,011,682,802 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,513,867 |
net_rshares | 72,299,134,914 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
andrejcibik | 0 | 72,145,605,958 | 100% | ||
cheneats | 0 | 153,528,956 | 1% |
yeah your right brother :)
author | sajjadkabir1 |
---|---|
permlink | re-meno-re-drakos-steem-scribe-posts-and-comments-history-20180728t142915979z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-28 14:29:21 |
last_update | 2018-07-28 14:29:21 |
depth | 2 |
children | 0 |
last_payout | 2018-08-04 14:29: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 | 26 |
author_reputation | 945,463,525,951 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,284,291 |
net_rshares | 0 |
I use this everyday for @steemcleaners, so much so I created a **bookmark** to open any post I am currently on into it. Just create a new bookmark and put this code as the URL, like shown in the screenshot. (works in Chrome, possibly Firefox? But it doesn't work in Edge. But why would you be using that ๐) --- ``` javascript:(()=>{location.assign("//scribe.steemian.info/?url="+location.href)})(); ``` --- 
author | pjau |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20181121t151415083z |
category | steem |
json_metadata | {"tags":["steem"],"users":["steemcleaners"],"image":["https://cdn.steemitimages.com/DQmb9SUbT2UugtzPYzWtWqkGBeJLfTogJMFXx65jEmLXtiR/edithistory.PNG"],"app":"steemit/0.1"} |
created | 2018-11-21 15:14:15 |
last_update | 2018-11-21 15:14:15 |
depth | 1 |
children | 1 |
last_payout | 2018-11-28 15:14:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.399 HBD |
curator_payout_value | 0.125 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 525 |
author_reputation | 21,661,967,884,391 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,680,562 |
net_rshares | 854,654,372,924 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pjau | 0 | 2,705,861,169 | 100% | ||
drakos | 0 | 516,070,019,070 | 20% | ||
boinger | 0 | 335,878,492,685 | 100% |
author | drakos |
---|---|
permlink | re-pjau-re-drakos-steem-scribe-posts-and-comments-history-20181121t155944197z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-11-21 15:59:45 |
last_update | 2018-11-21 15:59:45 |
depth | 2 |
children | 0 |
last_payout | 2018-11-28 15:59:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.155 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 112,280,226,665,329 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,683,074 |
net_rshares | 332,555,335,773 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pjau | 0 | 2,669,900,711 | 100% | ||
boinger | 0 | 329,885,435,062 | 100% |
Great tool @drakos!! I concur with @meno that this new tool will be indeed pretty valuable for us. Specially after the announcement that we can now edit our posts on steemit no matter how old they are. Actually, I think your **Monk** went a few steps further than the also great tool [Steemviz Viewsource](https://steemviz.com/viewsource) by @ausbitbank that I've been using for the same task so far. *With your more evil one, it even shows us how many errors & edits we did the first time. Hahahaha* Good job buddy!! Continue polishing your **'evil'** tool. };)
author | por500bolos |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t033050712z |
category | steem |
json_metadata | {"tags":["steem"],"users":["drakos","meno","ausbitbank"],"links":["https://steemviz.com/viewsource"],"app":"steemit/0.1"} |
created | 2018-07-27 03:30:51 |
last_update | 2018-07-27 03:30:51 |
depth | 1 |
children | 3 |
last_payout | 2018-08-03 03:30:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 567 |
author_reputation | 15,195,265,557,097 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,110,755 |
net_rshares | 18,520,649,036 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
personz | 0 | 18,520,649,036 | 100% |
thank you for your sharing, I like it ! I hope so you visit my blog. Welcome !
author | colorme |
---|---|
permlink | re-por500bolos-re-drakos-steem-scribe-posts-and-comments-history-20180730t045148136z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-30 04:51:48 |
last_update | 2018-07-30 04:51:48 |
depth | 2 |
children | 0 |
last_payout | 2018-08-06 04:51: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 | 78 |
author_reputation | 5,886,583,698 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,467,463 |
net_rshares | 0 |
Nice, wasn't aware of his Viewsource tool.
author | drakos |
---|---|
permlink | re-por500bolos-re-drakos-steem-scribe-posts-and-comments-history-20180727t034420377z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-27 03:44:21 |
last_update | 2018-07-27 03:44:21 |
depth | 2 |
children | 1 |
last_payout | 2018-08-03 03:44: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 | 42 |
author_reputation | 112,280,226,665,329 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,111,696 |
net_rshares | 0 |
Well, there you have it mate. That's the spirit to share knowledge & inspiration in a 'true community'. **Isn't it? };)**
author | por500bolos |
---|---|
permlink | re-drakos-re-por500bolos-re-drakos-steem-scribe-posts-and-comments-history-20180727t044745893z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-27 04:47:45 |
last_update | 2018-07-27 04:47:45 |
depth | 3 |
children | 0 |
last_payout | 2018-08-03 04:47:45 |
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 | 121 |
author_reputation | 15,195,265,557,097 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,116,365 |
net_rshares | 0 |
wow thats great.. its realy helpful to us.
author | ridoykhan22 |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t030309086z |
category | steem |
json_metadata | {"community":"busy","app":"busy/2.5.3","format":"markdown","tags":["steem"],"users":[],"links":[],"image":[]} |
created | 2018-07-27 03:03:12 |
last_update | 2018-07-27 03:03:12 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 03:03: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 | 43 |
author_reputation | 105,805,753,987,287 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,108,694 |
net_rshares | 0 |
I am New Here But when i read post every one about steemit that time i say wowowowo...
author | saiduzzaman |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180728t002320161z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-28 00:23:27 |
last_update | 2018-07-28 00:23:27 |
depth | 1 |
children | 0 |
last_payout | 2018-08-04 00:23: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 | 86 |
author_reputation | 8,880,536,199,903 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,218,817 |
net_rshares | 0 |
Steem is the best blockchain ever! I've never experienced an online community where my desire to create has been so uninhibited. I'm free to create content as I wish and others are free to read it. The beauty is in the simplicity and uncensored nature of this system that affords us a place to be free and explore. There is no place like home and Steemit, to me, feels closer to home than I've ever gotten before as a creator. Truly a blockchain of opportunity and for that, I say thank you so much.
author | sayemsonai |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180730t110428377z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-30 11:03:42 |
last_update | 2018-07-30 11:03:42 |
depth | 1 |
children | 0 |
last_payout | 2018-08-06 11:03: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 | 499 |
author_reputation | 422,785,024,544 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,499,695 |
net_rshares | 0 |
I know I'm late to the party, but I just wanted to say this is a great tool, thanks for all your hard work!
author | stuffbyspencer |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20181111t023802628z |
category | steem |
json_metadata | {"tags":["steem"],"community":"steempeak","app":"steempeak"} |
created | 2018-11-11 02:38:03 |
last_update | 2018-11-11 02:38:03 |
depth | 1 |
children | 0 |
last_payout | 2018-11-18 02:38:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.086 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
author_reputation | 13,003,870,677,623 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,067,365 |
net_rshares | 132,753,462,609 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drakos | 0 | 132,753,462,609 | 5% |
Interesting post! (Would be great if you take a look my latest drawings )
author | sweettais |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t041502902z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-27 04:15:12 |
last_update | 2018-07-27 04:15:12 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 04:15: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 | 73 |
author_reputation | 320,870,886,638,172 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,113,968 |
net_rshares | 0 |
Quite extensive information, it is worthwhile to keep sniffing about it hehehehe.
author | underworldart |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180731t193828503z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-31 19:38:33 |
last_update | 2018-07-31 19:38:33 |
depth | 1 |
children | 0 |
last_payout | 2018-08-07 19:38: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 | 81 |
author_reputation | 1,453,126,194,976 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,674,109 |
net_rshares | 0 |
#### Hi @drakos! Your post was just upvoted by @utopian-io. We invite you to join our developer community on the Steem blockchain to crowdsource your project development and promotion with Utopian. #### 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**
author | utopian-io |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t142326167z |
category | steem |
json_metadata | {"tags":["steem"],"users":["drakos","utopian-io"],"links":["https://join.utopian.io","https://discord.gg/h52nFrV"],"app":"steemit/0.1"} |
created | 2018-07-27 14:23:27 |
last_update | 2018-07-27 14:23:27 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 14:23: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 | 372 |
author_reputation | 152,955,367,999,756 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,165,473 |
net_rshares | 0 |
Sehr guter und sorgfรคltig recherchierter Beitrag, weiter so
author | vampirgarfield |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180728t094243707z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-28 09:42:45 |
last_update | 2018-07-28 09:42:45 |
depth | 1 |
children | 0 |
last_payout | 2018-08-04 09:42:45 |
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 | 59 |
author_reputation | 108,716,803,759 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,259,003 |
net_rshares | 0 |
Thanks for the Easter eggs, atleast a surprise.
author | vishalsingh4997 |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t020843939z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-07-27 02:08:48 |
last_update | 2018-07-27 02:08:48 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 02:08: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 | 47 |
author_reputation | 4,737,211,129,741 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,104,955 |
net_rshares | 0 |
This is amazing @drakos, you're always thinking of something! After doing your magic tricks and dedicating hours you get a great job, to help the Steemians! Congratulations and thanks for contributing your knowledge for the good of the community
author | yanes94 |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180728t044624828z |
category | steem |
json_metadata | {"community":"busy","app":"busy/2.5.3","format":"markdown","tags":["steem"],"users":["drakos"],"links":["/@drakos"],"image":[]} |
created | 2018-07-28 04:46:27 |
last_update | 2018-07-28 04:46:27 |
depth | 1 |
children | 0 |
last_payout | 2018-08-04 04:46: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 | 245 |
author_reputation | 615,019,420,837,193 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,236,679 |
net_rshares | 0 |
Very good, I like this article, I hope you can give me voted, I have voted for you.@zero12345
author | zero12345 |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180729t122019745z |
category | steem |
json_metadata | {"tags":["steem"],"users":["zero12345"],"app":"steemit/0.1"} |
created | 2018-07-29 12:20:24 |
last_update | 2018-07-29 12:20:24 |
depth | 1 |
children | 0 |
last_payout | 2018-08-05 12:20: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 | 93 |
author_reputation | -35,583,584,988 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,386,147 |
net_rshares | 87,929,830 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
zero12345 | 0 | 87,929,830 | 100% |
Thanks for that, @drakos! Bookmarked :-)
author | zyx066 |
---|---|
permlink | re-drakos-steem-scribe-posts-and-comments-history-20180727t033507046z |
category | steem |
json_metadata | {"tags":["steem"],"users":["drakos"],"app":"steemit/0.1"} |
created | 2018-07-27 03:35:06 |
last_update | 2018-07-27 03:35:06 |
depth | 1 |
children | 0 |
last_payout | 2018-08-03 03:35: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 | 40 |
author_reputation | 414,735,015,366,986 |
root_title | "Steem Scribe - Posts and Comments History" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 66,111,051 |
net_rshares | 0 |