<center></center> [Steem-Tx](https://github.com/mahdiyari/steem-tx-js) is a lightweight and complete JavaScript library for using Steem blockchain in Javascript environments such as Web or NodeJS. Two months ago [Steem-tx has been announced](https://steemit.com/steem/@mahdiyari/steem-tx-or-lightweight-javascript-library-for-creating-and-signing-transactions-on-the-steem-blockchain). At that time, using it only was possible in the NodeJS applications (and not Websites). With the help of [browserify](http://browserify.org/) and [tinyify](https://github.com/browserify/tinyify) now it's possible to use [Steem-tx](https://github.com/mahdiyari/steem-tx-js) on the browser too. Thanks to [JSDeliver](https://www.jsdelivr.com/), minified Javascript file is available on the CDN and also on the GitHub repository: https://cdn.jsdelivr.net/npm/steem-tx/dist/steem-tx.min.js ``` <script src="https://cdn.jsdelivr.net/npm/steem-tx/dist/steem-tx.min.js"></script> ``` --- Everything works like NodeJS apps. A full example of Web usage which you can copy and run in your browser too: ``` <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <script src="https://cdn.jsdelivr.net/npm/steem-tx/dist/steem-tx.min.js"></script> <title>Test steem-tx</title> </head> <body> <script> // change api steemTx.config.node = 'https://anyx.io' const operations = [ [ 'vote', { voter: 'guest123', author: 'guest123', permlink: '20191107t125713486z-post', weight: 9900 } ] ] const myKey = '5JRaypasxMx1L97ZUX7YuC5Psb5EAbF821kkAGtBj7xCJFQcbLg' const privateKey = steemTx.PrivateKey.from(myKey) const tx = new steemTx.Transaction() // create transaction tx.create(operations).then(() => { console.log('Created transaction:', tx.transaction) // sign the transaction tx.sign(privateKey) console.log('Signed transaction:', tx.signedTransaction) // broadcast the transaction tx.broadcast().then(res => console.log('Broadcast result:', res)) }) // get accounts steemTx .call('condenser_api.get_accounts', [['mahdiyari']]) .then(res => console.log('Get accounts:', res)) </script> </body> </html> ``` This example is also available in the [GitHub repository](https://github.com/mahdiyari/steem-tx-js/blob/master/examples/example1.html) --- ### Benchmark I don't know how precise `measurethat.net` is, but [here is the benchmark link](https://measurethat.net/Benchmarks/Show/6890/0/dsteem-vs-steem-tx). I believe results should be bigger than 1,000 ops/sec for both dsteem and steem-tx. (maybe I'm wrong) <center></center> Also, on the NodeJS: <center></center> --- GitHub repository: https://github.com/mahdiyari/steem-tx-js NPM package: https://www.npmjs.com/package/steem-tx Feel free to test, use, and share. With the hope for better Steem!
author | mahdiyari |
---|---|
permlink | steem-tx-or-now-on-browsers-benchmark |
category | steem |
json_metadata | {"tags":["steem","dev","steem-tx","steem-dev","browser","benchmark"],"image":["https://cdn.steemitimages.com/DQmey8L7LptP2BF4YkQm5wXQWroegu4uwYGVVuJLkfwfwBA/steem-tx.jpg","https://cdn.steemitimages.com/DQmapN6jk5wPhqdp4YTKfAvE6LmiCTJYyjtB8ojLnfw7DCH/image.png","https://cdn.steemitimages.com/DQmaqWaYJ8hkqXvv8h9oYk1cWkWuumW7R7TCcQmTiP5HDzF/image.png"],"links":["https://github.com/mahdiyari/steem-tx-js","https://steemit.com/steem/@mahdiyari/steem-tx-or-lightweight-javascript-library-for-creating-and-signing-transactions-on-the-steem-blockchain","http://browserify.org/","https://github.com/browserify/tinyify","https://www.jsdelivr.com/","https://cdn.jsdelivr.net/npm/steem-tx/dist/steem-tx.min.js","https://github.com/mahdiyari/steem-tx-js/blob/master/examples/example1.html","https://measurethat.net/Benchmarks/Show/6890/0/dsteem-vs-steem-tx","https://www.npmjs.com/package/steem-tx"],"app":"steemit/0.1","format":"markdown"} |
created | 2020-01-17 12:15:57 |
last_update | 2020-01-17 12:15:57 |
depth | 0 |
children | 8 |
last_payout | 2020-01-24 12:15:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 14.433 HBD |
curator_payout_value | 12.489 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,429 |
author_reputation | 199,864,818,197,856 |
root_title | "Steem-Tx | Now on Browsers + benchmark" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 94,479,764 |
net_rshares | 95,961,904,683,204 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 13,627,873,831,356 | 50% | ||
boombastic | 0 | 11,491,703,630 | 100% | ||
pairmike | 0 | 804,066,597 | 100% | ||
drifter1 | 0 | 17,444,339,413 | 100% | ||
oaldamster | 0 | 26,597,693,645 | 100% | ||
kevinwong | 0 | 1,068,133,790,514 | 12.5% | ||
justtryme90 | 0 | 49,747,368,065 | 7.5% | ||
gtg | 0 | 7,089,200,826,627 | 50% | ||
bryanj4 | 0 | 2,541,019,851 | 100% | ||
alexsandr | 0 | 23,574,613,456 | 20% | ||
ausbitbank | 0 | 2,174,529,524,124 | 100% | ||
jeffjagoe | 0 | 9,522,141,461 | 10% | ||
diana.catherine | 0 | 13,999,400,765 | 100% | ||
nascimentoab | 0 | 566,009,979 | 13% | ||
arcange | 0 | 55,975,340,438 | 3% | ||
raphaelle | 0 | 1,404,522,614 | 3% | ||
hyperbatata | 0 | 4,370,780,317 | 50% | ||
randomblock1 | 0 | 752,004,412 | 7.5% | ||
shadowspub | 0 | 4,695,092,040 | 4.5% | ||
wakeupnd | 0 | 6,046,324,696 | 5% | ||
holoz0r | 0 | 11,816,245,441 | 50% | ||
petrvl | 0 | 14,106,810,693 | 2% | ||
dexter-k | 0 | 99,303,169,624 | 50% | ||
lloyddavis | 0 | 32,298,821,160 | 55% | ||
ansharphoto | 0 | 141,032,153,353 | 100% | ||
syahhiran | 0 | 2,485,271,616 | 100% | ||
dresden | 0 | 5,357,042,612 | 5% | ||
techslut | 0 | 113,527,707,788 | 25% | ||
elias15g | 0 | 742,994,427 | 5% | ||
redes | 0 | 911,255,096,346 | 16% | ||
roguewriter | 0 | 265,031,630,940 | 100% | ||
assus | 0 | 814,253,678 | 5% | ||
meysam | 0 | 168,449,193 | 100% | ||
blockchaincat | 0 | 2,142,210,256 | 100% | ||
santinhos | 0 | 1,739,412,710 | 100% | ||
em3di | 0 | 996,178,635 | 6.5% | ||
shafay | 0 | 20,397,468,088 | 100% | ||
da-dawn | 0 | 10,102,150,950 | 23% | ||
serlanvet | 0 | 1,066,178,879 | 5% | ||
razpor | 0 | 1,634,036,362 | 100% | ||
ripperone | 0 | 1,150,150,177,578 | 21% | ||
ihsan19 | 0 | 885,113,611 | 100% | ||
culturearise369 | 0 | 17,540,418,047 | 100% | ||
torkot | 0 | 2,065,429,161 | 5% | ||
yuslindwi | 0 | 2,517,842,443 | 100% | ||
oscarps | 0 | 1,374,933,937 | 5% | ||
borislavzlatanov | 0 | 120,675,635,608 | 100% | ||
azzurra92 | 0 | 16,739,538,717 | 100% | ||
dapu | 0 | 808,597,671 | 100% | ||
elevator09 | 0 | 199,466,654,799 | 90% | ||
tibra | 0 | 697,905,127 | 15% | ||
sarasate | 0 | 103,188,285,045 | 100% | ||
teachblogger | 0 | 2,087,080,276 | 50% | ||
msg768 | 0 | 2,553,921,478 | 5% | ||
tyzzzz | 0 | 684,142,444 | 100% | ||
federacion45 | 0 | 79,628,575,343 | 100% | ||
vannfrik | 0 | 111,108,911,405 | 80% | ||
scrooger | 0 | 765,720,620 | 1% | ||
morph | 0 | 834,605,926 | 8% | ||
robi | 0 | 43,807,814,111 | 100% | ||
bargolis | 0 | 13,493,715,964 | 100% | ||
steemchiller | 0 | 874,440,466,408 | 100% | ||
jraysteem | 0 | 2,674,567,783 | 50% | ||
ribalinux | 0 | 80,984,895,740 | 100% | ||
roomservice | 0 | 1,666,560,221,345 | 100% | ||
thethreehugs | 0 | 28,816,737,882 | 85.55% | ||
costopher | 0 | 21,928,048,042 | 100% | ||
sureshnsnet | 0 | 629,477,750 | 100% | ||
sustainablyyours | 0 | 16,602,659,571 | 50% | ||
dailygiveaway | 0 | 265,688,241 | 55% | ||
lazylove | 0 | 655,844,098 | 100% | ||
galberto | 0 | 3,608,974,574 | 5% | ||
juancar347 | 0 | 8,949,016,540 | 5% | ||
coquiunlimited | 0 | 1,167,120,212 | 10% | ||
wishmaiden | 0 | 890,856,544 | 5% | ||
belahejna | 0 | 2,380,763,315 | 2% | ||
brumest | 0 | 1,146,811,277 | 5% | ||
zerotoone | 0 | 3,024,641,842 | 7.5% | ||
kisom1 | 0 | 4,383,597,249 | 100% | ||
idas4you | 0 | 47,649,080,213 | 100% | ||
mahdiyari | 0 | 265,542,242,427 | 100% | ||
firstamendment | 0 | 26,607,459,610 | 85.55% | ||
sol25 | 0 | 1,371,957,182 | 5% | ||
techken | 0 | 1,529,050,443 | 10% | ||
sirjaxxy | 0 | 10,204,605,623 | 100% | ||
duckmast3r | 0 | 211,337,233 | 2% | ||
decomoescribir | 0 | 2,147,816,665 | 5% | ||
insteem | 0 | 17,933,111,156 | 100% | ||
gromozeka | 0 | 581,139,179 | 100% | ||
thegreens | 0 | 10,334,859,820 | 10.5% | ||
jomeszaros | 0 | 1,546,459,844 | 100% | ||
lupo | 0 | 26,639,206,796 | 100% | ||
makrotheblack | 0 | 7,852,426,588 | 100% | ||
britcoins | 0 | 1,981,162,189 | 100% | ||
trenz | 0 | 5,059,620,363 | 3.6% | ||
mcoinz79 | 0 | 19,793,387,470 | 1% | ||
khoon | 0 | 33,508,025,387 | 100% | ||
ccoin | 0 | 123,103,670,632 | 100% | ||
fenola | 0 | 737,417,088 | 100% | ||
fandy | 0 | 559,552,951 | 100% | ||
nomad0712 | 0 | 555,450,349 | 100% | ||
gambit.coin | 0 | 1,380,615,480 | 100% | ||
btcsam | 0 | 6,646,324,136 | 100% | ||
gooze | 0 | 14,960,227,175 | 100% | ||
gurujames | 0 | 879,987,403 | 100% | ||
jesus.christ | 0 | 454,721,088 | 5% | ||
luciancovaci | 0 | 1,941,793,465 | 49% | ||
shebe | 0 | 1,673,044,935 | 9% | ||
themarkymark | 0 | 3,277,043,310,421 | 18% | ||
fashionsteemit | 0 | 962,908,923 | 55% | ||
katteasis | 0 | 129,262,370,330 | 100% | ||
iykecollins | 0 | 546,798,455 | 100% | ||
r3ap3r | 0 | 50,538,345,137 | 100% | ||
siyulaters | 0 | 557,813,768 | 100% | ||
kamilason | 0 | 12,719,932,991 | 90% | ||
podnikatel | 0 | 5,766,726,809 | 10% | ||
leyla5 | 0 | 2,931,964,428 | 100% | ||
pavonj | 0 | 2,146,837,080 | 5% | ||
vimukthi | 0 | 2,308,226,641 | 100% | ||
kaz2305 | 0 | 551,200,858 | 100% | ||
abieikram | 0 | 2,399,194,966 | 100% | ||
coolbuddy | 0 | 1,438,505,354 | 50% | ||
angrysage | 0 | 8,906,964,954 | 25% | ||
shanibeer | 0 | 295,790,980,429 | 30% | ||
unsw | 0 | 404,044,281 | 79% | ||
sunisa | 0 | 27,305,693,018 | 70% | ||
theleapingkoala | 0 | 7,589,544,075 | 50% | ||
ilyasismail | 0 | 31,709,037,029 | 100% | ||
raghib | 0 | 1,576,877,400 | 100% | ||
dream.trip | 0 | 6,135,815,651 | 100% | ||
mustika | 0 | 568,177,527 | 100% | ||
recan | 0 | 682,542,477 | 50% | ||
hamzatuliqbal | 0 | 559,048,383 | 100% | ||
ekkah | 0 | 877,658,368 | 100% | ||
bhim | 0 | 594,847,880 | 100% | ||
transcript-junky | 0 | 96,384,679,516 | 100% | ||
olusolaemmanuel | 0 | 16,459,471,634 | 75% | ||
reekadoh | 0 | 558,881,787 | 100% | ||
sportschain | 0 | 57,884,243 | 6% | ||
buildawhale | 0 | 6,802,267,563,624 | 15% | ||
vlemon | 0 | 12,379,217,276 | 1% | ||
sukro | 0 | 661,985,925 | 100% | ||
veenang | 0 | 15,140,803,486 | 25% | ||
therealwolf | 0 | 12,657,237,249,528 | 100% | ||
chamudiliyanage | 0 | 3,358,340,018 | 50% | ||
robertoueti | 0 | 1,347,140,471 | 3% | ||
roleerob | 0 | 13,239,941,049 | 5% | ||
murat81 | 0 | 4,718,359,183 | 100% | ||
zulhamtrc | 0 | 551,313,078 | 100% | ||
walidchabir | 0 | 1,518,587,173 | 100% | ||
szabolcs | 0 | 36,483,232,400 | 100% | ||
pepiflowers | 0 | 614,457,824 | 5% | ||
cuthamza | 0 | 1,932,008,295 | 100% | ||
zafarynl | 0 | 1,619,448,325 | 100% | ||
steembet.asia | 0 | 546,287,163 | 100% | ||
thedarkhorse | 0 | 2,798,371,263 | 1% | ||
afrikablr | 0 | 1,114,818,433 | 15% | ||
upme | 0 | 97,945,818,264 | 100% | ||
silberpapst | 0 | 1,028,611,086 | 50% | ||
zafarishafiq | 0 | 834,193,744 | 100% | ||
hannesl | 0 | 53,725,491,916 | 100% | ||
csmedia | 0 | 151,592,503 | 100% | ||
dinglehopper | 0 | 4,075,021,294 | 10% | ||
saifulanwar | 0 | 1,808,558,903 | 100% | ||
blockgators | 0 | 1,125,370,693 | 100% | ||
radhitmeldita | 0 | 553,605,187 | 100% | ||
wilkynson | 0 | 1,065,993,449 | 50% | ||
maaz23 | 0 | 543,081,680 | 50% | ||
macmaniac77 | 0 | 23,360,236,233 | 100% | ||
backtomining | 0 | 31,750,711,659 | 40% | ||
dedeleyman | 0 | 542,387,055 | 75% | ||
raidal01 | 0 | 652,702,079 | 100% | ||
luthor | 0 | 586,777,714 | 100% | ||
kimchi-king | 0 | 1,436,864,032 | 50% | ||
aztecgoldhero | 0 | 554,158,256 | 100% | ||
nature.indonesia | 0 | 574,200,877 | 100% | ||
cjsean | 0 | 580,151,463 | 10% | ||
achmadyani | 0 | 1,644,058,996 | 100% | ||
war-tp | 0 | 782,220,179 | 100% | ||
abiq | 0 | 648,486,834 | 100% | ||
miaplexuscaleb | 0 | 619,434,369 | 100% | ||
anutta | 0 | 2,609,447,165 | 63% | ||
afrin12 | 0 | 703,250,474 | 100% | ||
naturald | 0 | 806,793,765 | 13% | ||
heyimsnuffles | 0 | 1,643,767,967 | 5% | ||
advsamadhan | 0 | 551,416,707 | 100% | ||
mdtipo | 0 | 545,790,590 | 100% | ||
steveconnor | 0 | 97,499,992,856 | 90% | ||
bco | 0 | 619,707,821 | 100% | ||
jhiecortez | 0 | 559,376,632 | 100% | ||
mzuami | 0 | 557,935,067 | 100% | ||
craigahamilton | 0 | 2,600,328,609 | 25% | ||
sagarthukral | 0 | 78,282,315,556 | 100% | ||
smartsteem | 0 | 26,822,075,005,802 | 100% | ||
irawatismk | 0 | 551,465,931 | 100% | ||
robertomarinello | 0 | 27,571,847,064 | 100% | ||
ertugrulgurkan | 0 | 550,684,149 | 100% | ||
citizensmith | 0 | 25,674,638,559 | 18% | ||
steeminer4up | 0 | 3,742,941,900 | 100% | ||
mhm-philippines | 0 | 145,775,832,758 | 50% | ||
mela65 | 0 | 602,212,504 | 100% | ||
iqbalteampoison | 0 | 618,118,475 | 100% | ||
kcherukuri | 0 | 16,173,529,094 | 50% | ||
steem100 | 0 | 637,223,493 | 100% | ||
ladybirdec | 0 | 551,519,854 | 100% | ||
coindzs | 0 | 12,952,853,021 | 100% | ||
bebeomega | 0 | 3,224,348,846 | 100% | ||
salvao | 0 | 1,855,106,299 | 5% | ||
shojibshikder | 0 | 386,503,062 | 100% | ||
handfree42 | 0 | 558,399,059 | 100% | ||
zainejj | 0 | 3,235,646,802 | 100% | ||
smooms | 0 | 128,235,180,980 | 100% | ||
willsaldeno | 0 | 16,422,318,553 | 100% | ||
shakailove | 0 | 1,077,304,401 | 100% | ||
naymur | 0 | 1,134,372,780 | 10% | ||
sundararaj | 0 | 4,355,178,981 | 100% | ||
baroen96 | 0 | 7,002,079,020 | 100% | ||
crescendoofpeace | 0 | 3,288,221,162 | 10% | ||
rombtc | 0 | 6,555,888,155 | 50% | ||
zipsardinia | 0 | 24,238,748,131 | 100% | ||
upmyvote | 0 | 13,747,855,466 | 18% | ||
rosemarynoble | 0 | 555,335,853 | 100% | ||
detromix87 | 0 | 551,204,078 | 100% | ||
ridertiger | 0 | 592,726,671 | 100% | ||
eaglespirit | 0 | 10,759,025,136 | 5% | ||
safwan10000 | 0 | 710,460,705 | 100% | ||
voaputra | 0 | 703,858,892 | 100% | ||
freemon | 0 | 692,825,877 | 100% | ||
paraalttiredoks | 0 | 866,342,997 | 100% | ||
rezawijaya | 0 | 825,755,071 | 100% | ||
ocn | 0 | 647,465,801 | 100% | ||
dudeontheweb | 0 | 1,108,318,606 | 100% | ||
iamjadeline | 0 | 3,104,832,683 | 1.5% | ||
not-a-gamer | 0 | 1,379,827,828 | 100% | ||
spiritualmax | 0 | 116,391,019,008 | 100% | ||
stuffbyspencer | 0 | 6,797,854,455 | 100% | ||
hijosdelhombre | 0 | 80,449,429,616 | 100% | ||
dynamicgreentk | 0 | 1,386,737,735 | 15% | ||
bengy | 0 | 5,953,463,300 | 5% | ||
smartmarket | 0 | 447,224,664,121 | 100% | ||
vinakim | 0 | 553,279,313 | 100% | ||
znnuksfe | 0 | 2,093,551,817,454 | 40% | ||
bangkarnen | 0 | 586,468,500 | 100% | ||
yusuf.nisam | 0 | 548,028,396 | 100% | ||
admiralsp | 0 | 1,056,264,861 | 100% | ||
hhaskana | 0 | 1,803,306,241 | 100% | ||
baycan | 0 | 4,222,291,063 | 50% | ||
blogger-funda | 0 | 541,697,495 | 100% | ||
oguzhangazi | 0 | 740,773,785 | 100% | ||
jayboss | 0 | 700,385,289 | 100% | ||
errajesh | 0 | 24,014,477,809 | 100% | ||
thehoneys | 0 | 1,017,250,098 | 3.75% | ||
tmarisco | 0 | 709,693,283 | 13% | ||
vaansteam | 0 | 154,763,990,074 | 30% | ||
eddieboo | 0 | 545,465,882 | 100% | ||
baixiian | 0 | 728,911,461 | 100% | ||
ghevangelist | 0 | 573,676,300 | 100% | ||
casberp | 0 | 103,288,527,931 | 13% | ||
sanyjaya | 0 | 540,619,205 | 100% | ||
jinxizhen | 0 | 573,224,623 | 100% | ||
mishamardiah | 0 | 552,324,694 | 100% | ||
yadah04 | 0 | 897,374,103 | 7.5% | ||
leguidecrypto | 0 | 540,866,712 | 5% | ||
didic | 0 | 11,146,724,335 | 20% | ||
ian19 | 0 | 1,064,730,315 | 100% | ||
nedy | 0 | 63,549,904,739 | 100% | ||
pelephotography | 0 | 557,867,218 | 100% | ||
wardatulaini | 0 | 552,693,613 | 100% | ||
gvincentjosephm | 0 | 3,341,200,913 | 100% | ||
princefm | 0 | 557,988,175 | 100% | ||
raise-me-up | 0 | 0 | 0.01% | ||
wwwfernand | 0 | 116,403,755 | 100% | ||
beverages | 0 | 448,401,709,458 | 100% | ||
foodtaster | 0 | 2,236,842,540 | 100% | ||
gakimov | 0 | 622,498,384 | 100% | ||
zeleiracordero | 0 | 1,051,845,314 | 5% | ||
zelenicic | 0 | 15,152,615,569 | 100% | ||
marlyncabrera | 0 | 696,459,328 | 5% | ||
allyson19 | 0 | 1,135,080,660 | 10% | ||
tailslide | 0 | 708,227,611 | 100% | ||
gboyegaogunmola | 0 | 658,107,110 | 100% | ||
royfletcher | 0 | 0 | 100% | ||
akpos | 0 | 19,012,541,942 | 100% | ||
sexygirl123 | 0 | 571,249,399 | 100% | ||
alexandersteemit | 0 | 40,785,861,711 | 100% | ||
layra | 0 | 33,893,644,968 | 100% | ||
cy23 | 0 | 578,887,816 | 100% | ||
vicesrus | 0 | 430,083,846,317 | 100% | ||
tamala | 0 | 605,897,273 | 3% | ||
jagoe | 0 | 16,675,650,541 | 12% | ||
armguinan | 0 | 556,435,668 | 100% | ||
polashsen | 0 | 650,385,635 | 100% | ||
hera-b | 0 | 596,022,086 | 100% | ||
hafidhiati92 | 0 | 552,294,176 | 100% | ||
kim24 | 0 | 826,764,734 | 100% | ||
chukuibijenny | 0 | 637,735,497 | 100% | ||
legin | 0 | 607,971,808 | 100% | ||
lordjames | 0 | 82,525,673,124 | 50% | ||
steemql | 0 | 1,430,384,131 | 100% | ||
kyuubi | 0 | 124,322,852,931 | 100% | ||
shaheerbari | 0 | 1,274,960,177 | 10% | ||
scottshots | 0 | 3,034,262,466 | 5% | ||
spe3dy123 | 0 | 1,068,866,103 | 100% | ||
bdlatif | 0 | 2,020,502,695 | 50% | ||
oomcie85 | 0 | 6,640,068,181 | 100% | ||
paulo380 | 0 | 1,313,471,660 | 20% | ||
masjenk | 0 | 3,193,622,891 | 100% | ||
adamada | 0 | 10,226,992,963 | 25% | ||
sirmiraculous | 0 | 1,905,982,172 | 100% | ||
morph3us | 0 | 551,022,231 | 100% | ||
virgo27 | 0 | 1,911,372,557 | 100% | ||
bit6in | 0 | 551,833,722 | 100% | ||
crimsoncrow | 0 | 603,976,844 | 100% | ||
befaro | 0 | 548,067,617 | 100% | ||
imparable | 0 | 550,633,513 | 100% | ||
iamjimmy | 0 | 557,361,969 | 100% | ||
ycgg | 0 | 605,845,303 | 100% | ||
essteem | 0 | 835,687,042 | 100% | ||
pushpo | 0 | 567,228,296 | 100% | ||
saidaplc | 0 | 652,625,565 | 100% | ||
lynbabe10 | 0 | 622,142,122 | 100% | ||
ayoade96 | 0 | 699,544,349 | 100% | ||
gifty-e | 0 | 854,902,627 | 100% | ||
sustainablelivin | 0 | 772,157,924 | 7.5% | ||
rasyib | 0 | 563,720,605 | 100% | ||
apartphilosopher | 0 | 812,033,709 | 100% | ||
bgmuna | 0 | 613,849,129 | 100% | ||
greenville | 0 | 551,269,726 | 100% | ||
ruyi | 0 | 555,117,619 | 100% | ||
esteem77 | 0 | 559,576,386 | 100% | ||
aghmat | 0 | 706,808,544 | 100% | ||
roxso | 0 | 722,183,201 | 100% | ||
aiyumi | 0 | 2,035,876,186 | 13% | ||
zay-arasi | 0 | 548,195,492 | 100% | ||
houstonrockets | 0 | 13,357,412,658 | 100% | ||
chuks0chuks | 0 | 550,627,268 | 100% | ||
rodonlegend | 0 | 555,252,149 | 100% | ||
fachod | 0 | 558,092,845 | 100% | ||
zakaria14 | 0 | 573,385,614 | 100% | ||
msearles | 0 | 691,216,015 | 15% | ||
dheaulvani | 0 | 551,464,270 | 100% | ||
bengeudens | 0 | 553,748,271 | 100% | ||
srijana-gurung | 0 | 36,550,575,940 | 100% | ||
teungku-muda | 0 | 668,827,322 | 100% | ||
justinzidi3 | 0 | 557,984,750 | 100% | ||
dekna.steem | 0 | 551,422,225 | 100% | ||
foniz | 0 | 633,277,229 | 100% | ||
techblue | 0 | 571,317,257 | 100% | ||
ashtray34 | 0 | 564,052,834 | 100% | ||
youraverageguy | 0 | 2,083,599,211 | 100% | ||
caristeem | 0 | 553,776,618 | 100% | ||
romeskie | 0 | 14,815,015,797 | 50% | ||
kont82 | 0 | 903,518,589 | 100% | ||
ikarus56 | 0 | 1,620,256,863 | 8% | ||
mynotsofitlife | 0 | 849,622,619 | 10% | ||
hatoto | 0 | 191,307,874,360 | 100% | ||
netzisde | 0 | 334,517,445,910 | 100% | ||
kriptoqraf | 0 | 1,383,152,343 | 100% | ||
spreadfire1 | 0 | 84,339,666,948 | 100% | ||
minerthreat | 0 | 341,908,127,070 | 100% | ||
aro.steem | 0 | 3,050,376,550 | 20% | ||
khalilputra | 0 | 549,898,943 | 100% | ||
faisal003 | 0 | 540,006,959 | 100% | ||
khiabels | 0 | 665,675,054 | 10% | ||
linuxsteem | 0 | 553,135,603 | 100% | ||
adam.tran | 0 | 768,857,538 | 7.5% | ||
akiko6823 | 0 | 542,280,523 | 100% | ||
narg | 0 | 546,687,960 | 100% | ||
steemjet | 0 | 277,908,686,918 | 50% | ||
ironclad010 | 0 | 660,696,318 | 80% | ||
mikemoi | 0 | 125,692,754,998 | 100% | ||
joanpablo | 0 | 848,789,828 | 100% | ||
liable | 0 | 1,624,224,119 | 40% | ||
ira-steem | 0 | 546,215,716 | 100% | ||
kont83 | 0 | 547,818,235 | 100% | ||
steem-up | 0 | 544,152,173 | 100% | ||
famigliacurione | 0 | 2,011,477,248 | 11.7% | ||
cloudhyip | 0 | 1,101,871,613 | 50% | ||
otrip | 0 | 600,254,648 | 100% | ||
akram7 | 0 | 544,249,690 | 100% | ||
cambridgeport90 | 0 | 8,787,000,354 | 100% | ||
father2b | 0 | 1,257,554,736 | 10% | ||
hebelubes | 0 | 702,531,855 | 100% | ||
hakan1988 | 0 | 542,595,054 | 100% | ||
ehisokoedion | 0 | 542,279,579 | 100% | ||
stay4true | 0 | 1,495,222,867 | 100% | ||
ibook-ishare | 0 | 543,680,882 | 100% | ||
bananamemos | 0 | 787,736,926 | 3% | ||
mangaku | 0 | 542,279,546 | 100% | ||
ghost2 | 0 | 545,365,646 | 100% | ||
supremacy126 | 0 | 542,279,541 | 100% | ||
sky.nikolas20 | 0 | 16,686,827,786 | 100% | ||
nfaith | 0 | 1,552,417,152 | 100% | ||
dipoabasch | 0 | 4,950,608,284 | 100% | ||
septimus | 0 | 3,829,335,749 | 100% | ||
disruptivas | 0 | 3,716,505,931 | 100% | ||
sgbonus | 0 | 1,723,317,058 | 5% | ||
bububoomt | 0 | 6,844,930,670 | 100% | ||
marcost4 | 0 | 810,488,066 | 100% | ||
aki-kuraoka | 0 | 542,279,441 | 100% | ||
umut1905 | 0 | 547,339,701 | 100% | ||
cengizhn | 0 | 550,609,101 | 100% | ||
airdroptr1 | 0 | 620,503,935 | 100% | ||
sunnya | 0 | 653,133,447 | 100% | ||
tutorial.steem | 0 | 542,279,096 | 100% | ||
joyrobinson | 0 | 1,053,740,851 | 5% | ||
mayib | 0 | 1,612,244,999 | 100% | ||
steepshoot | 0 | 546,215,716 | 100% | ||
bjornb | 0 | 18,278,556,704 | 100% | ||
tigerstripe | 0 | 6,032,957,648 | 15% | ||
estourefugiado | 0 | 1,017,218,207 | 100% | ||
david67 | 0 | 615,720,939 | 100% | ||
gabo.trip | 0 | 705,927,331 | 100% | ||
ashikstd | 0 | 2,284,708,776 | 5% | ||
marcozina | 0 | 542,479,645 | 100% | ||
ugurszf1 | 0 | 588,975,998 | 100% | ||
tysir | 0 | 548,467,942 | 100% | ||
agathusia | 0 | 712,518,641 | 100% | ||
dynamicsteemians | 0 | 1,035,248,936 | 15% | ||
brkttlv | 0 | 647,917,649 | 100% | ||
trhomeagent | 0 | 547,439,613 | 100% | ||
foysalahmmed | 0 | 556,056,924 | 100% | ||
atombot | 0 | 2,055,384,260 | 20% | ||
gocular | 0 | 1,003,765,961 | 100% | ||
nurulafsar03 | 0 | 1,484,872,336 | 100% | ||
scrawly | 0 | 157,714,092,201 | 100% | ||
nurily | 0 | 541,850,102 | 100% | ||
phanton | 0 | 547,795,278 | 100% | ||
talentclub | 0 | 56,108,812,691 | 5% | ||
eugenics | 0 | 542,396,711 | 100% | ||
livingstone9 | 0 | 541,780,941 | 100% | ||
jpgalih | 0 | 545,399,701 | 100% | ||
filmmasochist | 0 | 546,774,499 | 100% | ||
simonreed | 0 | 559,686,818 | 100% | ||
mozer | 0 | 2,550,695,677 | 100% | ||
mrnightmare89 | 0 | 4,196,850,535 | 10% | ||
srl-zone | 0 | 1,565,490,596 | 100% | ||
militaryphoto | 0 | 919,568,876 | 4.5% | ||
polash66129 | 0 | 664,192,371 | 100% | ||
farahnuma | 0 | 547,945,561 | 100% | ||
serdar44 | 0 | 561,431,115 | 100% | ||
kok.bisa | 0 | 545,228,784 | 100% | ||
mastersa | 0 | 556,940,996 | 9% | ||
vycl987vycl | 0 | 542,278,671 | 100% | ||
xmrking | 0 | 35,401,320,538 | 100% | ||
frankiemalton | 0 | 654,895,685 | 100% | ||
tecnoera | 0 | 567,074,137 | 100% | ||
technobody | 0 | 546,215,716 | 100% | ||
freimiller | 0 | 545,200,409 | 100% | ||
edundayo | 0 | 897,804,274 | 100% | ||
csy | 0 | 205,610,341,396 | 100% | ||
xperiment | 0 | 2,158,569,906 | 100% | ||
laiyuehta | 0 | 5,315,306,470 | 100% | ||
jcbit | 0 | 487,858,346,100 | 100% | ||
samathist | 0 | 546,412,576 | 100% | ||
ekafao | 0 | 1,766,086,471 | 100% | ||
fahimstudio | 0 | 548,576,668 | 100% | ||
icoratings | 0 | 569,268,592 | 100% | ||
amart29 | 0 | 1,353,336,017 | 5% | ||
francyrios75 | 0 | 686,398,363 | 5% | ||
holovision | 0 | 195,290,042 | 100% | ||
steem-oon | 0 | 551,408,685 | 100% | ||
easytipz | 0 | 551,608,883 | 100% | ||
steem.moon | 0 | 794,706,921 | 100% | ||
honeycup-waters | 0 | 885,745,569 | 7.5% | ||
pvinny69 | 0 | 1,961,195,536 | 7.5% | ||
collinstochukwu | 0 | 544,632,244 | 100% | ||
quatro | 0 | 699,137,737 | 10% | ||
altcoiner | 0 | 626,109,663 | 100% | ||
soyarcoiris | 0 | 552,358,293 | 100% | ||
dayosoyinka | 0 | 544,549,211 | 100% | ||
hibernated | 0 | 544,354,990 | 100% | ||
goodnuel | 0 | 551,410,123 | 100% | ||
criptocash | 0 | 546,267,648 | 100% | ||
digital-aster | 0 | 564,266,622 | 100% | ||
steemja | 0 | 544,276,193 | 100% | ||
london65 | 0 | 607,137,308 | 10% | ||
spoke | 0 | 206,857,936,102 | 100% | ||
edgmanyerber | 0 | 949,605,935 | 100% | ||
hibashah1992 | 0 | 546,645,873 | 100% | ||
crypt0age | 0 | 858,233,464 | 100% | ||
sunit | 0 | 2,174,094,624 | 50% | ||
cynthyel24 | 0 | 553,767,947 | 100% | ||
tech4all | 0 | 16,070,644,507 | 100% | ||
regina80 | 0 | 599,396,548 | 100% | ||
fuzzythumb | 0 | 715,497,805 | 100% | ||
chike4545 | 0 | 598,498,349 | 100% | ||
xperiment1 | 0 | 1,236,165,897 | 50% | ||
niena | 0 | 575,907,203 | 100% | ||
choobymaverick | 0 | 543,648,540 | 100% | ||
drfk | 0 | 65,579,724,295 | 50% | ||
cryptocrib | 0 | 543,491,002 | 100% | ||
vishal007 | 0 | 407,204,615 | 100% | ||
donefezy | 0 | 613,531,188 | 5% | ||
cultus-forex | 0 | 67,048,798,442 | 60% | ||
alqudsid | 0 | 545,300,139 | 100% | ||
mdsohagm752 | 0 | 549,314,457 | 100% | ||
steemwhalepower | 0 | 839,349,083 | 100% | ||
ebakuglobal | 0 | 542,278,529 | 100% | ||
the.success.club | 0 | 5,550,140,786 | 7.5% | ||
dappcast | 0 | 3,662,342,936 | 100% | ||
kathegarcia97 | 0 | 604,178,745 | 100% | ||
imammudarifqi | 0 | 782,767,199 | 100% | ||
gozben24 | 0 | 542,280,478 | 100% | ||
barnacoi | 0 | 541,483,446 | 100% | ||
heery | 0 | 543,364,209 | 100% | ||
frimpz | 0 | 542,280,373 | 100% | ||
ramadhany | 0 | 542,280,371 | 100% | ||
sportlife | 0 | 543,712,057 | 100% | ||
rmaulana | 0 | 542,280,322 | 100% | ||
bundaniena | 0 | 542,280,276 | 100% | ||
pemburucinta | 0 | 543,663,515 | 100% | ||
galaksteem | 0 | 542,279,428 | 100% | ||
sparkling1 | 0 | 542,278,560 | 100% | ||
steemjetmedia | 0 | 342,547,922,868 | 100% | ||
diegor | 0 | 20,257,679,633 | 100% | ||
rajeshdas666 | 0 | 542,689,642 | 100% | ||
anask559 | 0 | 542,373,740 | 100% | ||
colecornell | 0 | 11,009,743,062 | 100% | ||
dreamseller | 0 | 774,919,994 | 100% | ||
mdsohagm24 | 0 | 546,215,716 | 100% | ||
olatunjipaul | 0 | 542,174,048 | 100% | ||
macanselm | 0 | 545,164,843 | 100% | ||
bolsfit | 0 | 1,840,943,213 | 100% | ||
dessyhodin97 | 0 | 548,437,947 | 100% | ||
qusain | 0 | 548,922,290 | 100% | ||
eliasseth | 0 | 5,117,831,914 | 100% | ||
universoperdido | 0 | 1,165,751,154 | 5% | ||
darekem | 0 | 541,645,377 | 100% | ||
barslanhan | 0 | 554,669,367 | 100% | ||
thanhduy61840 | 0 | 543,498,945 | 100% | ||
mango-juice | 0 | 1,820,443,559 | 5% | ||
carbodexkim | 0 | 2,496,162,075 | 100% | ||
michealb | 0 | 3,659,222,287,792 | 42% | ||
new-steemit | 0 | 55,888,052,654 | 100% | ||
kotdwar | 0 | 1,050,948,132 | 100% | ||
powermax2 | 0 | 547,223,022 | 100% | ||
glastar | 0 | 3,843,937,612 | 1% | ||
ecodesigns | 0 | 604,842,580 | 7.5% | ||
marki99 | 0 | 24,714,077,688 | 100% | ||
nipek | 0 | 1,184,830,587 | 100% | ||
bizzniche | 0 | 544,934,016 | 100% | ||
babnik07 | 0 | 551,063,552 | 100% | ||
musatokmak | 0 | 1,329,521,669 | 100% | ||
pressplay55 | 0 | 544,919,716 | 100% | ||
crypt0renegade | 0 | 107,712,140,797 | 100% | ||
opb | 0 | 6,472,166,391 | 1% | ||
xoxoone9 | 0 | 6,713,445,103 | 100% | ||
serkandereli27 | 0 | 566,989,477 | 100% | ||
walihohd | 0 | 1,805,322,206 | 100% | ||
charichman | 0 | 612,254,146 | 100% | ||
wayir | 0 | 546,492,131 | 100% | ||
ramirezrosae | 0 | 544,351,343 | 100% | ||
afirerises | 0 | 544,351,343 | 100% | ||
martinstomisin | 0 | 933,054,154 | 100% | ||
manjula2611 | 0 | 225,639,961 | 45% | ||
nurah | 0 | 1,179,028,836 | 100% | ||
bluerobo | 0 | 38,224,999,004 | 100% | ||
swiftcash | 0 | 22,416,603,390 | 5% | ||
swiftbot | 0 | 579,785,583 | 5% | ||
steemtank | 0 | 100,868,556,188 | 100% | ||
aygunpasa | 0 | 540,100,396 | 100% | ||
carrycarrie | 0 | 972,428,675 | 100% | ||
honeygirl | 0 | 693,001,622 | 100% | ||
wolfinator | 0 | 24,050,539,618 | 100% | ||
koincik | 0 | 540,100,396 | 100% | ||
bthd | 0 | 575,912,625 | 100% | ||
idiosyncratic1 | 0 | 6,872,863,484 | 100% | ||
treodecimo | 0 | 3,636,283,181 | 5% | ||
iccel35 | 0 | 848,907,094 | 100% | ||
kingsakib | 0 | 547,084,980 | 100% | ||
andresurrego | 0 | 48,294,838,980 | 100% | ||
elizabethharvey | 0 | 19,684,264,202 | 100% | ||
owasola | 0 | 739,713,621 | 100% | ||
bharatgar8511 | 0 | 548,223,510 | 100% | ||
maskuncoro | 0 | 6,294,481,622 | 100% | ||
steemdapps | 0 | 104,857,503,638 | 100% | ||
cabalen | 0 | 602,699,433 | 10% | ||
jadung | 0 | 540,455,445 | 10% | ||
kshahrck | 0 | 813,898,830 | 100% | ||
cryptological | 0 | 35,743,755,908 | 100% | ||
theithei | 0 | 642,021,186 | 10% | ||
apostle-thomas | 0 | 926,739,776 | 100% | ||
kharma.scribbles | 0 | 0 | 3.37% | ||
aaronkroeblinger | 0 | 25,264,246,596 | 100% | ||
tlundy47 | 0 | 597,089,362 | 100% | ||
jackramsey | 0 | 12,266,906,642 | 60% | ||
theinspiration | 0 | 548,433,746 | 100% | ||
orxanazer | 0 | 543,514,260 | 100% | ||
contrabourdon | 0 | 412,679,424,445 | 100% | ||
limitlesschuks | 0 | 539,899,187 | 100% | ||
knochenhd | 0 | 43,252,291,257 | 100% | ||
crazy-facts | 0 | 747,722,592 | 100% | ||
epicdice | 0 | 424,566,390,838 | 30% | ||
thecryptohoarder | 0 | 15,419,357,071 | 20% | ||
zackarie | 0 | 1,261,644,049 | 50% | ||
rashedul2018 | 0 | 540,312,438 | 100% | ||
dehradun | 0 | 900,487,770 | 100% | ||
maclevis | 0 | 5,219,532,279 | 100% | ||
mysteemit96 | 0 | 560,166,785 | 100% | ||
youssefben | 0 | 723,107,294 | 100% | ||
cryptotokeneur | 0 | 596,851,848 | 100% | ||
kicchudop1434 | 0 | 62,313,801 | 50% | ||
ernestapondo | 0 | 723,302,997 | 10% | ||
canercanbolat | 0 | 539,904,197 | 100% | ||
abojasim880 | 0 | 2,218,123,474 | 100% | ||
qwerrie | 0 | 4,464,486,390 | 5% | ||
yildiss | 0 | 1,016,325,032 | 100% | ||
oxoskva | 0 | 641,634,070 | 100% | ||
omogold | 0 | 540,498,341 | 100% | ||
kirushqa | 0 | 555,207,743 | 100% | ||
teamashen | 0 | 21,683,632,847 | 50% | ||
ann.rox | 0 | 540,245,992 | 100% | ||
ddlee | 0 | 553,348,117 | 100% | ||
the.circle | 0 | 1,313,263,905 | 5.25% | ||
psyo | 0 | 4,307,298,359 | 100% | ||
kgcoin | 0 | 1,253,691,967 | 100% | ||
mrvalentine | 0 | 543,120,694 | 100% | ||
hyborian-strain | 0 | 1,691,817,505 | 30% | ||
annieroxxie | 0 | 1,175,861,750 | 100% | ||
girlsforlove | 0 | 541,901,026 | 100% | ||
drlobes | 0 | 1,418,428,522 | 7.5% | ||
vgcrypto | 0 | 541,850,789 | 100% | ||
giphy | 0 | 31,022,797,474 | 100% | ||
twunders4u | 0 | 591,000,800 | 100% | ||
hayalet | 0 | 3,525,943,778 | 100% | ||
nguoiyeutho | 0 | 540,978,315 | 100% | ||
lass3 | 0 | 14,188,696,704 | 100% | ||
life.syndication | 0 | 77,801,713 | 20% | ||
steemiteer3000 | 0 | 540,122,293 | 100% | ||
cryptosearch | 0 | 1,189,799,298 | 100% | ||
monstervoter | 0 | 676,871,707 | 50% | ||
bilpcoinrecords | 0 | 6,214,100,496 | 5% | ||
retake | 0 | 0 | 5% | ||
rashidul1010 | 0 | 660,929,271 | 100% | ||
thegambit | 0 | 2,738,150,231 | 100% | ||
haylike | 0 | 14,272,975 | 100% | ||
bernardos | 0 | 959,198,042 | 100% | ||
kaeserotor | 0 | 30,956,574,247 | 100% | ||
steemlondon | 0 | 4,408,076,428 | 25% | ||
r0g1 | 0 | 487,618,037 | 100% | ||
fipussi | 0 | -2,382,115 | -10% | ||
kryptoformator | 0 | 867,613,658 | 1% | ||
crimesty | 0 | -9,230,162 | -10% | ||
steelo | 0 | -7,938,705 | -10% | ||
communityvoter | 0 | 1,974,276,381 | 100% | ||
tongchat27 | 0 | 531,496,228,942 | 100% | ||
arrit | 0 | 10,199,446,247 | 100% | ||
bilpcoinpower | 0 | 18,925,941 | 2% | ||
insmartcodee | 0 | 417,871,346 | 100% | ||
naht | 0 | 230,766,082 | 100% | ||
queromoney | 0 | 539,735,139 | 100% | ||
carlosepica | 0 | 416,416,487 | 100% | ||
alibutt001000 | 0 | 0 | 100% |
Hi~ My account(@june0620) has not been able to automatically upvote recently. Can you help me find out why? (I recently modified my master key) 
author | june0620 |
---|---|
permlink | q5fg6g |
category | steem |
json_metadata | {"users":["june0620"],"image":["https://cdn.steemitimages.com/DQmUSdziG7QPCgYxdV9ExFV9iQokV3TgLgpMmWcAjbFF9cz/image.png"],"app":"steemit/0.1"} |
created | 2020-02-09 09:11:06 |
last_update | 2020-02-09 09:11:06 |
depth | 1 |
children | 2 |
last_payout | 2020-02-16 09:11: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 | 237 |
author_reputation | 118,592,211,436,406 |
root_title | "Steem-Tx | Now on Browsers + benchmark" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,252,485 |
net_rshares | 0 |
Explained under that section you sent here. Change "Upvote Mana threshold" to something like 70%
author | mahdiyari |
---|---|
permlink | q5fske |
category | steem |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-09 13:38:39 |
last_update | 2020-02-09 13:38:39 |
depth | 2 |
children | 1 |
last_payout | 2020-02-16 13:38: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 | 96 |
author_reputation | 199,864,818,197,856 |
root_title | "Steem-Tx | Now on Browsers + benchmark" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,257,823 |
net_rshares | 0 |
Thanksπ
author | june0620 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-mahdiyari-202029t224915910z | ||||||
category | steem | ||||||
json_metadata | {"tags":["esteem"],"app":"esteem/2.2.4-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-02-09 13:49:18 | ||||||
last_update | 2020-02-09 13:49:18 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2020-02-16 13:49: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 | 7 | ||||||
author_reputation | 118,592,211,436,406 | ||||||
root_title | "Steem-Tx | Now on Browsers + benchmark" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 95,258,096 | ||||||
net_rshares | 0 |
hi @mahdiyari when trying to use steemauto - "error":"access_token is wrong"
author | kingscrown |
---|---|
permlink | q4l5tx |
category | steem |
json_metadata | {"users":["mahdiyari"],"app":"steemit/0.1"} |
created | 2020-01-24 00:39:33 |
last_update | 2020-01-24 00:39:33 |
depth | 1 |
children | 1 |
last_payout | 2020-01-31 00:39: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 | 76 |
author_reputation | 2,115,776,279,560,447 |
root_title | "Steem-Tx | Now on Browsers + benchmark" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 94,703,992 |
net_rshares | 2,113,883 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
allinbox | 0 | 2,113,883 | 40% |
Already answered you off the chain. For other users: This type of error about "access_token" usually means "Steemconnect" is not working correctly at that moment. And usually gets fixed in a few hours. Steemconnect is a third-party app that we use to authorize our users with more security.
author | mahdiyari |
---|---|
permlink | q4mqty |
category | steem |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-01-24 21:10:45 |
last_update | 2020-01-24 21:10:45 |
depth | 2 |
children | 0 |
last_payout | 2020-01-31 21:10: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 | 292 |
author_reputation | 199,864,818,197,856 |
root_title | "Steem-Tx | Now on Browsers + benchmark" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 94,737,094 |
net_rshares | 0 |
**Nice work!** *Slight noob question:* What's the difference between using this vs. embedding Steem KeyChain into a project? Does one do more than the other? Or is it simply an alternative?
author | stuffbyspencer | ||||||
---|---|---|---|---|---|---|---|
permlink | re-mahdiyari-2020117t211828390z | ||||||
category | steem | ||||||
json_metadata | {"tags":["steem","dev","steem-tx","steem-dev","browser","benchmark"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2020-01-18 02:18:30 | ||||||
last_update | 2020-01-18 02:18:30 | ||||||
depth | 1 | ||||||
children | 2 | ||||||
last_payout | 2020-01-25 02:18: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 | 191 | ||||||
author_reputation | 13,003,870,677,623 | ||||||
root_title | "Steem-Tx | Now on Browsers + benchmark" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 94,496,963 | ||||||
net_rshares | 0 |
Steem keychain is for users to interact with steem blockchain and perform actions like sending STEEM. Libraries like this (steem-tx, steem-js, dsteem) give the ability to the Steem keychain to communicate with Steem blockchain and perform such actions.
author | mahdiyari |
---|---|
permlink | q4asuy |
category | steem |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-01-18 10:23:24 |
last_update | 2020-01-18 10:23:24 |
depth | 2 |
children | 1 |
last_payout | 2020-01-25 10:23: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 | 252 |
author_reputation | 199,864,818,197,856 |
root_title | "Steem-Tx | Now on Browsers + benchmark" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 94,505,812 |
net_rshares | 5,352,929,903 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stuffbyspencer | 0 | 5,352,929,903 | 69% |
Ah, so, in terms of hierarchy, it would be: - steem blockchain stores transactions - steem-tx communicates with steem blockchain - keychain uses steem-tx ( *theoretically* ) to allow users access Got ya. Thanks! :^)
author | stuffbyspencer | ||||||
---|---|---|---|---|---|---|---|
permlink | re-mahdiyari-2020118t172913993z | ||||||
category | steem | ||||||
json_metadata | {"tags":["esteem"],"app":"esteem/2.2.2-mobile","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2020-01-18 22:29:15 | ||||||
last_update | 2020-01-18 22:29:15 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2020-01-25 22:29: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 | 216 | ||||||
author_reputation | 13,003,870,677,623 | ||||||
root_title | "Steem-Tx | Now on Browsers + benchmark" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 94,524,620 | ||||||
net_rshares | 0 |