 ## Preface Hey everyone, first of all... that was a ride! HF26 is right around the corner, with lots of anticipated new features. But one thing that made me quite sad was the deprecation of RC Pools in favour of direct RC delegations, while this is much more simpler, potential ways to utilize RC pools were left with very hard-to-handle RC delegations. So I wrote @rc-angel to make it a lot easier! First of all, I would like to thank @howo, for the initial idea of RC pools and @ausbitbank for providing data that makes RC-Angel work. RC Angel will be on "Early Access" or "Alpha" period until *at least* the hardfork date. Since RC delegations are gated behind the hardfork. However, this does not mean they do not work. You can test them on mirrornet right now. (courtesy of @gtg) During this period, I want app devs especially to feel free to contact me so that we can work together on implementing RC-Angel into their systems. You can contact me on Telegram, Discord or other platforms -- whichever you prefer. I'll dump the documentation I wrote for RC-Angel below, but feel free to ask me any questions that you have. ### What is RC-Angel? RC-Angel serves as the central hub for RC delegations, previously with the Hardfork 26, one of the most anticipated features was the existence of "RC" Pools. RC Pools were unfortunately scrapped due to performance constraints. RC-Angel serves as a replacement for RC Pools, and is a more efficient way to delegate RC to other accounts than direct delegations. For the uninitiated, RC is basically your `mana` as you may have seen in video games, on the blockchain. Depending on your Hive Power stake, you get RC from the blockchain. RC is the "transaction fee" you pay for each transaction you perform. However, as opposed to other blockchains like Bitcoin and Ethereum, this fee is not monetary and will regenerate over time (hence, mana) with the hardfork 26, the way RC works and is calculated for transactions is being changed, which makes all transactions more expensive. RC-Angel aims to help minnows (in other words, newcomers) to Hive blockchain by giving them the initial push to earn and power up their first HIVE. ### How does RC-Angel work? RC-Angel works by requesting two things from the "volunteer" namely their posting authorization, since RC delegations require posting authority and the maxRc that the account owner (or volunteer) is willing to spend on delegations. Afterwards, the volunteer is added to the "pool" (i.e. the database of RC-Angel) and is ready to send delegations. RC-Angel, in itself, is actually just a backend API. Where people can access the API with Auth Keys (API Keys) -- this API key allows the general use of RC-Angel. So essentially, RC-Angel is a backend API that allows people to delegate RC to other accounts. Whenever a request is made to the API, the API will check the RC costs of certain transactions (`comment, vote, transfer, custom_json`) and dynamically calculate X RC required for Y of these said transactions. The API will then check the RC Pool, find the best suitable volunteer for the delegation and delegate the necessary RC to the user. RC-Angel has two options at runtime, it can either calculate a dynamic RC or delegate a static RC. These delegations last, for the time being, 30 days from the delegation. ### How do I use RC-Angel? If you are an app developer, frontend, or community, you can request an auth key to integrate RC-Angel into your service. Example Use Cases: You have a Hive Onboarding service where you create brand new accounts, you can implement RC-Angel to delegate RC to the accounts you onboard automatically. You are operating a game on Hive and one of your users are running out of RC and is unable to transact, you can give them some extra RC to help them out. ### What RC-Angel is NOT! RC-Angel is not a service that people can use to get around having more RC. In other words, RC-Angel is not a service that anyone can use to get some extra RC for themselves, it is a service that only delegates a small amount of RC to help getting around with day-to-day transactions on Hive. If anyone is in need for extra RC for themselves, I heavily recommend powering up Hive Power instead. Misuse of RC-Angel by both the app developers as well as the users may result in auth keys being revoked and/or abusers being permanently blacklisted from RC-Angel. And that's it for general information, down below, I wrote the API documentation for developers :) # API ## API Keys All endpoints require an authentication key, without an authentication key, you cannot use the API. You can request an API key by contacting me on Discord. ## Notes All endpoints require a Content-Type of application/json. All endpoints return a JSON object with a status field, which will be either success or error. All endpoints return an HTTP code of `200` if the request was successful, `500` if the request was unsuccessful due to issues on RC-Angel's side, `503` if there are no available accounts for delegation or `418` if the request was unsuccessful due misconfigured parameters within the request itself. All endpoints require an authentication key sent in the header of the request with the key "auth" and value being the API key. ## Endpoints ### /delegate #### Description This endpoint is used to delegate RC to an account. #### Parameters user: string (required) - The account that you want to delegate RC to. #### Example Request ``` curl --location --request POST 'https://rc-angel.deathwing.me/delegate' \ --header 'Auth: APIKEY' \ --header 'Content-Type: application/json' \ --data-raw '{"user": "deathwing"}' ``` #### Example Response HTTP Code: 200 ``` { "status": "success", "message": "Successfully delegated RC to deathwing" } ``` ### /undelegate #### Description This endpoint is used to undelegate RC from an account. #### Parameters user: string (required) - The account that you want to undelegate RC from. #### Example Request ``` curl --location --request POST 'https://rc-angel.deathwing.me/undelegate' \ --header 'Auth: APIKEY' \ --header 'Content-Type: application/json' \ --data-raw '{"user": "deathwing"}' ``` #### Example Response HTTP Code: 200 ``` { "status": "success", "message": "Successfully undelegated RC from deathwing" } ``` ### /banuser #### Description This endpoint is used to ban a user from using RC-Angel. #### Parameters user: string (required) - The account that you want to ban from using RC-Angel. reason: string (required) - The reason why you are banning the user. #### Example Request ``` curl --location --request POST 'https://rc-angel.deathwing.me/banuser' \ --header 'Auth: APIKEY' \ --header 'Content-Type: application/json' \ --data-raw '{"user": "deathwing", "reason": "Abusing delegated RC by spamming posts"}' ``` #### Example Response HTTP Code: 200 ``` { "status": "success", "message": "Banned deathwing from using RC-Angel." } ```i
author | deathwing |
---|---|
permlink | announcing-rc-angel-or-rc-pools-but-better |
category | hive-139531 |
json_metadata | {"app":"peakd/2022.07.1","format":"markdown","tags":["hive","hardfork","hf26","rc","rc-angel"],"users":["rc-angel","howo","ausbitbank","gtg"],"image":["https://files.peakd.com/file/peakd-hive/deathwing/23tbK6bmY6XqWpgJJTNrYdunW68Rv3j74ieNKdisJ8dn7bk2YAw8wUqt1FzgpxBGfpiFn.png"]} |
created | 2022-10-06 17:29:18 |
last_update | 2022-10-06 17:29:18 |
depth | 0 |
children | 26 |
last_payout | 2022-10-13 17:29:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 266.937 HBD |
curator_payout_value | 266.695 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,129 |
author_reputation | 269,077,595,754,009 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,242,495 |
net_rshares | 791,707,407,224,291 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
smooth | 0 | 30,022,206,477,658 | 20% | ||
blocktrades | 0 | 61,500,783,048,703 | 30% | ||
boatymcboatface | 0 | 144,804,112,368 | 8% | ||
yefet | 0 | 765,825,832 | 75% | ||
onealfa | 0 | 60,632,731,544 | 6.66% | ||
kingscrown | 0 | 17,911,946,933 | 8% | ||
acidyo | 0 | 10,229,044,741,812 | 100% | ||
klye | 0 | 96,314,445,179 | 100% | ||
kevinwong | 0 | 211,439,265,810 | 30% | ||
leprechaun | 0 | 1,104,184,251 | 25% | ||
theshell | 0 | 38,784,513,806 | 8% | ||
mammasitta | 0 | 9,494,525,579 | 3% | ||
gtg | 0 | 31,213,343,819,605 | 100% | ||
alexft | 0 | 3,768,229,218 | 100% | ||
roelandp | 0 | 65,796,027,672 | 7.5% | ||
ausbitbank | 0 | 1,620,036,466,383 | 100% | ||
dwinblood | 0 | 1,356,392,492 | 37.5% | ||
kendewitt | 0 | 280,899,208,739 | 100% | ||
arcange | 0 | 8,465,959,921,866 | 50% | ||
lichtblick | 0 | 184,737,644,238 | 100% | ||
fiveboringgames | 0 | 1,458,252,128 | 30% | ||
social | 0 | 946,164,545 | 100% | ||
ace108 | 0 | 424,665,544,205 | 12% | ||
steempress | 0 | 340,785,734,727 | 30% | ||
akipponn | 0 | 526,632,246 | 15% | ||
timcliff | 0 | 144,245,809,193 | 100% | ||
jphamer1 | 0 | 3,635,166,718,705 | 100% | ||
oflyhigh | 0 | 3,456,823,874,821 | 100% | ||
borran | 0 | 1,011,432,180,431 | 100% | ||
rmach | 0 | 31,028,632,965 | 100% | ||
lemouth | 0 | 1,401,032,462,625 | 60% | ||
themanualbot | 0 | 683,464,968 | 25% | ||
steevc | 0 | 546,706,343,219 | 22% | ||
netaterra | 0 | 215,277,704,232 | 10% | ||
larus | 0 | 3,530,388,245 | 100% | ||
themonetaryfew | 0 | 752,288,958,681 | 100% | ||
penguinpablo | 0 | 265,352,757,449 | 14% | ||
richardcrill | 0 | 47,905,587,754 | 50% | ||
petrvl | 0 | 194,095,683,923 | 20% | ||
goldenunicorn | 0 | 2,985,181,882 | 100% | ||
funnyman | 0 | 1,325,683,572 | 5.6% | ||
steemcleaners | 0 | 1,627,845,272,803 | 55% | ||
ssekulji | 0 | 30,240,478,891 | 100% | ||
guest123 | 0 | 1,210,665,492 | 100% | ||
rishi556 | 0 | 20,278,392,411 | 100% | ||
techslut | 0 | 296,876,100,657 | 50% | ||
nonameslefttouse | 0 | 2,832,433,576,924 | 100% | ||
keuudeip | 0 | 4,788,580,836 | 28.5% | ||
oleg326756 | 0 | 2,005,896,575 | 7.5% | ||
edb | 0 | 7,838,577,337 | 5.5% | ||
yadamaniart | 0 | 13,741,972,957 | 15% | ||
igormuba | 0 | 52,349,384,933 | 100% | ||
bigtakosensei | 0 | 851,295,121 | 1% | ||
walterjay | 0 | 116,399,535,114 | 9% | ||
v4vapid | 0 | 15,573,850,738,928 | 100% | ||
askari | 0 | 32,742,119,633 | 30% | ||
opanyin | 0 | 1,664,898,124 | 100% | ||
erikaflynn | 0 | 18,338,092,955 | 30% | ||
ppjose | 0 | 1,231,907,854 | 100% | ||
teammo | 0 | 149,227,827,570 | 100% | ||
alexis555 | 0 | 3,754,616,754,488 | 37% | ||
borislavzlatanov | 0 | 9,098,008,351 | 100% | ||
trafalgar | 0 | 19,836,495,295,928 | 44% | ||
oluwoleolaide | 0 | 36,705,627,753 | 70% | ||
louisthomas | 0 | 84,165,672,837 | 100% | ||
itinerantph | 0 | 1,203,169,558 | 50% | ||
preparedwombat | 0 | 502,403,262,229 | 42% | ||
elevator09 | 0 | 119,080,060,164 | 100% | ||
detlev | 0 | 58,941,323,668 | 4.5% | ||
pastzam | 0 | 276,366,810,014 | 40% | ||
raindrop | 0 | 321,359,710,574 | 44% | ||
ma1neevent | 0 | 3,588,347,157 | 15% | ||
tamaralovelace | 0 | 54,388,657,585 | 100% | ||
frankydoodle | 0 | 1,263,374,807 | 10% | ||
mes | 0 | 508,670,436,557 | 100% | ||
batman0916 | 0 | 2,000,599,353 | 14.25% | ||
broncnutz | 0 | 9,228,426,159,049 | 100% | ||
xplosive | 0 | 15,859,184,307 | 25% | ||
readmore | 0 | 864,385,516 | 100% | ||
rt395 | 0 | 2,484,211,092 | 2.5% | ||
kennyroy | 0 | 2,285,013,961 | 30% | ||
uruiamme | 0 | 2,607,145,073 | 27.5% | ||
drag33 | 0 | 43,862,867,582 | 100% | ||
newsflash | 0 | 12,913,502,318,872 | 22.5% | ||
fredrikaa | 0 | 1,696,855,047,159 | 100% | ||
rawselectmusic | 0 | 5,868,803,395 | 15% | ||
handofzara | 0 | 131,176,679,897 | 100% | ||
talaxy | 0 | 9,709,918,206 | 100% | ||
bitcoinflood | 0 | 2,382,492,952,804 | 100% | ||
belahejna | 0 | 34,123,475,190 | 20% | ||
anacristinasilva | 0 | 39,049,778,210 | 100% | ||
steeminator3000 | 0 | 784,649,488 | 100% | ||
alphacore | 0 | 1,995,171,840 | 2.01% | ||
galenkp | 0 | 471,221,378,835 | 10% | ||
enjar | 0 | 1,131,283,980,861 | 100% | ||
tracer-paulo | 0 | 23,766,940,454 | 100% | ||
jorgedr0id | 0 | 42,940,931,815 | 100% | ||
drakos | 0 | 173,818,931,190 | 100% | ||
saintopic | 0 | 734,796,702 | 50% | ||
dandesign86 | 0 | 998,624,021 | 0.57% | ||
mcsamm | 0 | 61,709,649,776 | 100% | ||
spectrumecons | 0 | 6,285,399,949,011 | 100% | ||
joeyarnoldvn | 0 | 570,324,240 | 1.68% | ||
papilloncharity | 0 | 1,842,961,321,043 | 80.2% | ||
foarsyad | 0 | 952,144,409 | 100% | ||
bluemist | 0 | 46,602,611,541 | 22% | ||
eturnerx | 0 | 14,464,131,081 | 0.8% | ||
diegoameerali | 0 | 2,617,203,240 | 9% | ||
scrodinger | 0 | 1,539,454,880 | 15% | ||
dksart | 0 | 382,303,872,055 | 100% | ||
dante31 | 0 | 1,155,761,717 | 15% | ||
unyimeetuk | 0 | 2,098,217,275 | 50% | ||
drorion | 0 | 682,766,200,923 | 95% | ||
howo | 0 | 881,243,792,273 | 30% | ||
ksteem | 0 | 1,767,434,217,042 | 100% | ||
sammystr | 0 | 559,778,755 | 100% | ||
appreciator | 0 | 82,577,897,159,665 | 22% | ||
themarkymark | 0 | 44,050,733,014,487 | 100% | ||
owner99 | 0 | 1,008,031,780 | 15% | ||
wargof | 0 | 1,237,077,602 | 65% | ||
ocd | 0 | 3,602,903,578,532 | 30% | ||
elsurtidor | 0 | 91,992,975,140 | 100% | ||
macchiata | 0 | 289,623,999,728 | 50% | ||
isabelpena | 0 | 16,291,566,753 | 100% | ||
zonguin | 0 | 603,630,786 | 2.5% | ||
krazypoet | 0 | 1,574,577,253 | 100% | ||
pocketrocket | 0 | 15,305,127,056 | 100% | ||
khalil319 | 0 | 1,403,648,327 | 25% | ||
steemik | 0 | 772,793,960,517 | 100% | ||
muxxybot | 0 | 9,452,179,673 | 50% | ||
francosteemvotes | 0 | 527,597,939 | 5% | ||
martibis | 0 | 13,988,951,185 | 9% | ||
drollspectator | 0 | 166,085,388 | 100% | ||
masterroshi | 0 | 2,271,295,654 | 90% | ||
vimukthi | 0 | 292,286,835,050 | 100% | ||
amitsharma | 0 | 122,903,861,078 | 100% | ||
redrica | 0 | 10,773,401,139 | 15.67% | ||
vikar | 0 | 4,899,369,522 | 50% | ||
shanibeer | 0 | 373,212,361,431 | 20% | ||
hdmed | 0 | 9,413,105,915 | 30% | ||
nuthman | 0 | 3,652,078,971,262 | 100% | ||
aafeng | 0 | 7,807,190,368 | 1% | ||
genesisojeda | 0 | 1,123,261,318 | 15% | ||
steemorocco | 0 | 1,112,433,057 | 100% | ||
htotoo | 0 | 2,743,964,455 | 100% | ||
orcunk.karaca | 0 | 2,836,489,895 | 50% | ||
djlethalskillz | 0 | 13,282,169,479 | 50% | ||
santigs | 0 | 33,752,989,403 | 49% | ||
karja | 0 | 3,959,472,469 | 10% | ||
rocky1 | 0 | 98,319,376,553,142 | 100% | ||
noloafing | 0 | 820,590,308 | 20% | ||
tipu | 0 | 2,802,838,212,102 | 10% | ||
azdak0 | 0 | 900,844,217 | 100% | ||
nurhayati | 0 | 1,364,761,477 | 30% | ||
buildawhale | 0 | 79,337,368,413,713 | 100% | ||
markjason | 0 | 807,278,542 | 10% | ||
nazmusshakib | 0 | 38,954,383 | 100% | ||
aidefr | 0 | 969,144,040 | 3.75% | ||
cconn | 0 | 2,406,231,398 | 22% | ||
dogancankilment | 0 | 5,737,063,609 | 100% | ||
tomwafula | 0 | 670,754,913 | 22% | ||
taskmaster4450 | 0 | 2,692,140,937,540 | 100% | ||
karlin | 0 | 81,551,188,791 | 100% | ||
votehero | 0 | 7,746,343,741 | 1.8% | ||
julstamban | 0 | 1,042,596,643 | 100% | ||
revisesociology | 0 | 2,271,926,570,783 | 100% | ||
oizaguirres | 0 | 12,701,099,721 | 100% | ||
silversaver888 | 0 | 119,772,192,948 | 27.2% | ||
benyamin | 0 | 4,629,530,022 | 100% | ||
msp-makeaminnow | 0 | 7,984,468,206 | 10.9% | ||
ghazanfar.ali | 0 | 17,565,904,697 | 100% | ||
jlsplatts | 0 | 20,426,964,184 | 2% | ||
makerhacks | 0 | 141,957,335,275 | 100% | ||
jordan.lesich | 0 | 9,565,388,577 | 100% | ||
steemseph | 0 | 60,941,919,527 | 50% | ||
hanggggbeeee | 0 | 2,675,136,503 | 15% | ||
morwhale | 0 | 1,600,206,931 | 100% | ||
tobetada | 0 | 342,950,381,833 | 10% | ||
nathanpieters | 0 | 5,081,467,926 | 50% | ||
ferod23 | 0 | 3,503,437,096 | 100% | ||
vegoutt-travel | 0 | 94,327,866,947 | 100% | ||
x30 | 0 | 1,623,174,216,588 | 22% | ||
morwhaleplus | 0 | 845,576,391 | 100% | ||
petrolinivideo | 0 | 1,637,859,258 | 16.87% | ||
arabisouri | 0 | 100,693,984,673 | 100% | ||
noble-noah | 0 | 20,707,589,149 | 100% | ||
dbooster | 0 | 183,507,603,241 | 100% | ||
dejan.vuckovic | 0 | 12,176,340,390 | 50% | ||
coolguy123 | 0 | 138,327,873,584 | 100% | ||
morwhalebonus | 0 | 845,735,537 | 100% | ||
ozanyaman | 0 | 887,508,693 | 100% | ||
hectgranate | 0 | 735,389,483 | 4.5% | ||
jexus77 | 0 | 3,228,958,457 | 100% | ||
sunsea | 0 | 14,398,649,413 | 11% | ||
eonwarped | 0 | 127,072,204,482 | 9% | ||
postpromoter | 0 | 800,337,761,595 | 28.5% | ||
teammorocco | 0 | 1,327,172,294 | 100% | ||
mirzatawhid | 0 | 223,996,985 | 100% | ||
feedme | 0 | 636,080,134 | 100% | ||
omstavan | 0 | 6,751,190,738 | 100% | ||
emrebeyler | 0 | 3,981,234,365,323 | 100% | ||
blockchainlives | 0 | 662,464,168 | 100% | ||
farmerturkey | 0 | 1,959,879,993 | 100% | ||
scuzzy | 0 | 722,944,900 | 2.5% | ||
irynochka | 0 | 3,360,074,790 | 100% | ||
hispeedimagins | 0 | 21,233,976,786 | 50% | ||
shaotech | 0 | 438,953,497 | 100% | ||
travoved | 0 | 5,973,836,937 | 100% | ||
sarmitirajaa | 0 | 541,713,855 | 100% | ||
ugurarslanboga | 0 | 779,487,095 | 50% | ||
singhrajat | 0 | 1,226,126,946 | 100% | ||
mytechtrail | 0 | 35,616,481,295 | 10% | ||
cura | 0 | 494,005,493 | 100% | ||
mhm-philippines | 0 | 1,051,738,625 | 50% | ||
traf | 0 | 1,755,173,638,843 | 44% | ||
turkiye | 0 | 21,223,801,926 | 100% | ||
thewritersblock | 0 | 6,206,369,050 | 100% | ||
ahmetay | 0 | 81,840,099,309 | 50% | ||
cloris | 0 | 1,512,836,953 | 100% | ||
msp-finance | 0 | 739,126,113,701 | 31.7% | ||
hojaraskita | 0 | 1,472,339,049 | 100% | ||
leninbracho50 | 0 | 166,933,134,386 | 100% | ||
netknight | 0 | 2,375,295,305 | 100% | ||
robotics101 | 0 | 1,187,403,762 | 5% | ||
lpv | 0 | 746,432,812 | 2.25% | ||
breelikeatree | 0 | 213,324,555,629 | 100% | ||
whyshy | 0 | 5,192,472,737 | 100% | ||
sneakyninja | 0 | 546,805,305 | 0.98% | ||
drunksamurai | 0 | 652,700,415 | 10% | ||
howiemac | 0 | 24,378,077,585 | 100% | ||
najat | 0 | 3,765,269,793 | 100% | ||
spiritabsolute | 0 | 35,359,772,460 | 100% | ||
petronila | 0 | 801,020,690 | 100% | ||
cryptonized | 0 | 21,566,535,974 | 14% | ||
straykat | 0 | 3,985,519,836 | 15% | ||
tomatom | 0 | 2,676,746,168 | 15% | ||
fourfourfun | 0 | 7,433,033,131 | 25% | ||
leynedayana | 0 | 699,154,602 | 100% | ||
upmyvote | 0 | 33,506,261,296 | 100% | ||
kirazay | 0 | 2,649,671,988 | 50% | ||
amerlin | 0 | 977,883,543 | 100% | ||
anikekirsten | 0 | 1,581,325,589 | 15% | ||
manorstation | 0 | 659,969,095 | 100% | ||
phortun | 0 | 214,898,079,019 | 20% | ||
artizm | 0 | 3,564,119,480 | 100% | ||
oliverschmid | 0 | 44,838,502,709 | 100% | ||
juecoree | 0 | 9,135,695,907 | 15% | ||
kaerpediem | 0 | 459,789,875,888 | 100% | ||
gabrielatravels | 0 | 4,300,528,110 | 12% | ||
awuahbenjamin | 0 | 1,687,760,251 | 100% | ||
bartheek | 0 | 3,430,852,078 | 10% | ||
alucare | 0 | 33,949,951,517 | 100% | ||
rodyservi | 0 | 1,073,413,311 | 100% | ||
hdmed.dev | 0 | 561,828,197 | 100% | ||
pexpresiones | 0 | 41,296,745,523 | 100% | ||
asadshah | 0 | 687,255,638 | 100% | ||
sweeverdev | 0 | 1,432,673,771 | 70% | ||
trliste | 0 | 586,649,628,152 | 100% | ||
heidimarie | 0 | 6,251,904,672 | 15% | ||
ahmedsy | 0 | 28,861,186,093 | 100% | ||
ucmuharfli | 0 | 644,176,993 | 25% | ||
portugalcoin | 0 | 14,034,338,519 | 15% | ||
snlbaskurt | 0 | 11,255,215,832 | 70% | ||
dragibusss | 0 | 1,447,476,883 | 50% | ||
yolmare | 0 | 73,139,307,365 | 100% | ||
auracraft | 0 | 1,047,650,847 | 28.5% | ||
ikrahch | 0 | 176,267,012,739 | 50% | ||
nacarid | 0 | 520,501,167 | 100% | ||
ninachejov | 0 | 1,893,049,149 | 100% | ||
atongis | 0 | 35,107,152,643 | 5% | ||
tobias-g | 0 | 3,054,900,236 | 75% | ||
cool08 | 0 | 10,515,518,223 | 50% | ||
merry01 | 0 | 1,071,030,514 | 100% | ||
debilog | 0 | 711,860,189 | 15% | ||
jazzhero | 0 | 26,326,713,909 | 37.5% | ||
steemflagrewards | 0 | 404,612,166,848 | 100% | ||
uzercanan | 0 | 4,557,248,985 | 100% | ||
shahabshah | 0 | 2,372,195,553 | 100% | ||
cadawg | 0 | 200,034,672,260 | 90% | ||
ocd-witness | 0 | 93,323,610,950 | 30% | ||
minerspost | 0 | 641,443,909 | 15% | ||
oredebby | 0 | 492,817,052 | 10% | ||
erelasblog | 0 | 7,232,485,183 | 100% | ||
ericburgoyne | 0 | 6,083,219,093 | 10% | ||
sudefteri | 0 | 21,283,682,883 | 100% | ||
darkpylon | 0 | 814,996,723 | 22% | ||
bhattg | 0 | 7,942,642,376 | 8% | ||
jadams2k18 | 0 | 1,353,720,169 | 100% | ||
barge | 0 | 173,905,462,700 | 100% | ||
elektr1ker | 0 | 627,944,414 | 15% | ||
sjomeath | 0 | 893,851,976 | 20% | ||
onlavu | 0 | 19,084,323,410 | 20% | ||
asgarth | 0 | 902,028,373,802 | 100% | ||
opeyemioguns | 0 | 998,695,125 | 20% | ||
yokunjon | 0 | 4,749,610,355 | 100% | ||
ismocan | 0 | 627,495,999 | 30% | ||
movement19 | 0 | 7,575,277,478 | 25% | ||
ozkanozturkk | 0 | 813,891,570 | 50% | ||
akifane | 0 | 2,662,403,482 | 100% | ||
lisfabian | 0 | 29,277,896,062 | 50% | ||
technologix | 0 | 62,881,357,686 | 100% | ||
ruen | 0 | 5,540,953,230 | 100% | ||
cryptictruth | 0 | 592,443,354,764 | 100% | ||
stxbot | 0 | 0 | 100% | ||
didutza | 0 | 798,332,952 | 50% | ||
ange.nkuru | 0 | 2,368,881,500 | 10% | ||
cruisin | 0 | 1,054,090,029 | 10% | ||
watchlist | 0 | 0 | 100% | ||
djoi | 0 | 1,891,559,169 | 50% | ||
miroslavrc | 0 | 8,623,111,391 | 15% | ||
bonzopoe | 0 | 37,514,669,041 | 35% | ||
cetb2008 | 0 | 299,082,937,543 | 100% | ||
andablackwidow | 0 | 36,614,179,482 | 100% | ||
bil.prag | 0 | 370,644,007,834 | 50% | ||
tiababi | 0 | 539,758,259 | 100% | ||
erode | 0 | 1,678,329,389 | 50% | ||
deltasteem | 0 | 28,316,056,755 | 100% | ||
muratkbesiroglu | 0 | 929,381,626,260 | 50% | ||
ravenmus1c | 0 | 1,010,209,569 | 6.6% | ||
rivalzzz | 0 | 9,357,256,465 | 100% | ||
sanderjansenart | 0 | 49,754,002,973 | 30% | ||
manniman | 0 | 599,819,326,781 | 100% | ||
karolines | 0 | 6,401,044,495 | 100% | ||
adamada | 0 | 297,797,642,909 | 50% | ||
nikaja | 0 | 1,717,808,983 | 50% | ||
louis88 | 0 | 894,778,799,046 | 50% | ||
sima369 | 0 | 691,131,338 | 11% | ||
sbi2 | 0 | 199,933,636,333 | 6.7% | ||
sekhet | 0 | 494,632,851 | 100% | ||
dera123 | 0 | 49,324,451,572 | 100% | ||
jkramer | 0 | 1,355,937,509,932 | 100% | ||
foxon | 0 | 365,554,473,434 | 30% | ||
flaxz | 0 | 907,853,949 | 3% | ||
racibo | 0 | 830,032,195 | 3% | ||
obsesija | 0 | 7,591,702,155 | 14.25% | ||
axeltheartist | 0 | 7,236,720,331 | 100% | ||
fotogruppemunich | 0 | 8,640,251,175 | 7.12% | ||
wordymouth | 0 | 1,439,256,391 | 99% | ||
inciter | 0 | 13,698,074,714 | 22% | ||
memepress | 0 | 1,705,459,926 | 50% | ||
lartist-zen | 0 | 1,839,714,147 | 100% | ||
manuelmusic | 0 | 669,923,995 | 18% | ||
imcore | 0 | 1,024,526,772 | 10% | ||
gogreenbuddy | 0 | 372,127,678,514 | 100% | ||
roinv | 0 | 513,399,260 | 15% | ||
achimmertens | 0 | 66,014,234,187 | 25% | ||
quochuy | 0 | 1,106,861,003,814 | 20.01% | ||
kgakakillerg | 0 | 17,096,109,275 | 10% | ||
el-nailul | 0 | 14,476,938,371 | 100% | ||
steemexperience | 0 | 69,650,802,451 | 50% | ||
cryptocengineer | 0 | 1,650,623,255 | 100% | ||
el-dee-are-es | 0 | 34,218,752,221 | 10% | ||
kendallron | 0 | 1,261,474,985 | 50% | ||
indigoocean | 0 | 6,618,444,614 | 15% | ||
city-of-berlin | 0 | 37,259,834,440 | 50% | ||
veteranforcrypto | 0 | 2,070,761,013 | 9% | ||
bennie-13 | 0 | 549,939,933 | 50% | ||
studio666 | 0 | 2,754,918,370 | 100% | ||
yensesa | 0 | 28,225,240,630 | 100% | ||
romeskie | 0 | 83,562,038,431 | 20% | ||
celinavisaez | 0 | 5,266,622,179 | 17% | ||
fw206 | 0 | 578,940,026,292 | 16% | ||
kamalamezwar | 0 | 588,570,360 | 100% | ||
diabonua | 0 | 190,863,399,840 | 100% | ||
pladozero | 0 | 29,952,972,562 | 10% | ||
davidesimoncini | 0 | 7,472,760,655 | 23.4% | ||
enforcer48 | 0 | 204,374,311,221 | 20% | ||
gmlgang | 0 | 492,861,916 | 88% | ||
sahinadm | 0 | 983,165,125 | 100% | ||
pinas | 0 | 511,214,978 | 50% | ||
fernandosoder | 0 | 31,130,598,545 | 100% | ||
bdmillergallery | 0 | 56,580,339,838 | 6% | ||
worldwildflora | 0 | 984,775,529 | 50% | ||
uche-nna | 0 | 81,250,221,929 | 80% | ||
kstop1 | 0 | 30,812,711,000 | 100% | ||
nantzjbalayo | 0 | 980,818,476 | 100% | ||
sgbonus | 0 | 22,641,114,619 | 10% | ||
the.rocket.panda | 0 | 7,670,612,885 | 100% | ||
ua-promoter | 0 | 4,846,095,320,659 | 100% | ||
konradxxx3 | 0 | 1,740,683,724 | 15% | ||
elmundodexao | 0 | 11,708,747,200 | 100% | ||
linco | 0 | 577,113,756 | 4% | ||
marblely | 0 | 21,239,968,294 | 22% | ||
haccolong | 0 | 8,227,971,317 | 15% | ||
daysiselena | 0 | 28,232,565,400 | 100% | ||
longer | 0 | 798,899,352 | 2.5% | ||
milaan | 0 | 279,188,876 | 100% | ||
alcidescadiz | 0 | 66,628,909,818 | 100% | ||
drsensor | 0 | 1,329,876,862 | 48% | ||
roozeec | 0 | 493,136,865 | 10% | ||
literaturkritik | 0 | 3,846,858,594 | 100% | ||
city-of-dresden | 0 | 431,352,557,195 | 50% | ||
cmplxty | 0 | 79,459,523,762 | 10% | ||
thedailysneak | 0 | 749,720,616 | 0.98% | ||
ocdb | 0 | 80,367,718,778,798 | 28.5% | ||
zaibkang | 0 | 175,368,173 | 100% | ||
sonder-an | 0 | 498,435,320 | 100% | ||
abdulsabor | 0 | 1,216,699,047 | 100% | ||
iammegankylie | 0 | 3,216,671,384 | 100% | ||
bestofph | 0 | 6,786,802,307 | 50% | ||
wagner32 | 0 | 23,625,144,697 | 100% | ||
steemmedia.org | 0 | 493,421,692 | 25.65% | ||
princessliz | 0 | 849,647,414 | 100% | ||
hoaithu | 0 | 3,358,778,211 | 12.75% | ||
geographer | 0 | 939,542,387 | 100% | ||
santoninoatocha | 0 | 608,589,763 | 100% | ||
lancang | 0 | 3,195,898,193 | 100% | ||
harkar | 0 | 183,757,698,149 | 20% | ||
pakka | 0 | 247,540,456 | 100% | ||
idakarlsen | 0 | 75,530,245,354 | 20% | ||
cubapl | 0 | 5,879,135,181 | 50% | ||
junior182 | 0 | 2,826,030,847 | 100% | ||
samiulsaadi1 | 0 | 6,343,518,389 | 100% | ||
anhvu | 0 | 1,823,562,033 | 12% | ||
rayshiuimages | 0 | 1,235,766,460 | 15% | ||
pradeepdee6 | 0 | 13,453,237,341 | 12% | ||
bengiles | 0 | 824,506,949,924 | 100% | ||
gubbatv | 0 | 268,391,359,125 | 100% | ||
pboulet | 0 | 7,622,070,254 | 4% | ||
javyeslava.photo | 0 | 5,946,565,081 | 12% | ||
marcocasario | 0 | 181,895,749,396 | 100% | ||
reteem | 0 | 542,831,357 | 15% | ||
mister-meeseeks | 0 | 46,479,308,871 | 50% | ||
admiralbot | 0 | 6,615,317,097 | 100% | ||
athunderstruck | 0 | 6,360,265,100 | 15% | ||
harpreetjanda | 0 | 16,685,969,299 | 50% | ||
mintrawa | 0 | 210,698,223,874 | 100% | ||
thevil | 0 | 990,162,600,832 | 100% | ||
racarjoal | 0 | 2,657,052,427 | 50% | ||
thisnewgirl | 0 | 7,768,311,654 | 100% | ||
dubignyp | 0 | 5,988,510,804 | 50% | ||
thrasher666 | 0 | 2,481,253,976 | 60% | ||
brianoflondon | 0 | 3,700,797,956,916 | 100% | ||
bidesign | 0 | 493,968,387 | 50% | ||
tsunsica | 0 | 3,710,346,636 | 30% | ||
nonsowrites | 0 | 7,470,588,112 | 35% | ||
marinmex | 0 | 8,283,955,440 | 100% | ||
kingsofa | 0 | 10,963,242,179 | 50% | ||
jonela | 0 | 688,260,912 | 50% | ||
daniiela | 0 | 1,466,241,456 | 100% | ||
maonx | 0 | 1,336,977,644 | 100% | ||
bluedwains | 0 | 946,743,549 | 50% | ||
celi130 | 0 | 301,547,050,207 | 100% | ||
banat | 0 | 40,330,258,363 | 100% | ||
miha-sweet | 0 | 494,249,229 | 100% | ||
theycallmedan | 0 | 85,984,857,217,151 | 100% | ||
nelu-rusu | 0 | 825,644,660 | 50% | ||
devann | 0 | 5,614,388,220 | 4% | ||
francescomai | 0 | 56,940,078,141 | 100% | ||
chisdealhd | 0 | 6,351,535,488 | 30% | ||
maajaanaa | 0 | 1,069,948,570 | 20% | ||
solaiman | 0 | 38,121,063,102 | 100% | ||
starrouge | 0 | 1,048,492,524 | 50% | ||
steem-on-2020 | 0 | 38,592,048,626 | 88% | ||
wherein | 0 | 77,050,763,528 | 100% | ||
variedades | 0 | 4,048,599,018 | 11.4% | ||
zero6t7 | 0 | 0 | 100% | ||
khan.dayyanz | 0 | 88,361,121,166 | 100% | ||
bluerobo | 0 | 132,870,369,366 | 100% | ||
shainemata | 0 | 84,413,555,170 | 50% | ||
zerofive | 0 | 872,902,987 | 50% | ||
suzana72 | 0 | 41,354,238,988 | 100% | ||
kork75 | 0 | 3,468,981,850 | 15% | ||
jacuzzi | 0 | 2,329,888,881 | 1.4% | ||
vaultec | 0 | 43,754,071,402 | 100% | ||
primeradue | 0 | 1,609,532,147 | 100% | ||
regrusoft | 0 | 20,220,545,079 | 100% | ||
cnstm | 0 | 145,104,977,508 | 100% | ||
likuang007 | 0 | 660,486,593 | 100% | ||
marianomariano | 0 | 743,620,540 | 100% | ||
elikast | 0 | 5,360,513,008 | 100% | ||
dlstudios | 0 | 48,048,388,207 | 100% | ||
apokruphos | 0 | 3,054,017,608 | 1% | ||
josehany | 0 | 105,177,995,491 | 100% | ||
followgrubby | 0 | 136,087,158,406 | 100% | ||
esportleague | 0 | 11,594,642,743 | 100% | ||
smonkstop1 | 0 | 3,341,215,382 | 100% | ||
oogie | 0 | 220,210,685 | 100% | ||
lianjingmedia | 0 | 996,093,148 | 100% | ||
goodcontentbot | 0 | 2,810,221,792 | 50% | ||
perfilbrasil | 0 | 20,473,893,116 | 25% | ||
creacioneslelys | 0 | 34,596,169,940 | 100% | ||
instagram-models | 0 | 352,930,094,676 | 50% | ||
cooperfelix | 0 | 3,111,538,948 | 40% | ||
mia-cc | 0 | 1,244,275,455 | 10% | ||
hungrybear | 0 | 612,530,228 | 14% | ||
anna.kathaxrina | 0 | 537,303,543 | 50% | ||
giftgiver | 0 | 124,947,506,929 | 100% | ||
louis.random | 0 | 563,834,861 | 50% | ||
gamzekablan23 | 0 | 609,567,965 | 50% | ||
denizcakmak | 0 | 495,942,264 | 50% | ||
wizardzmusic | 0 | 6,080,226,239 | 100% | ||
src3 | 0 | 2,095,580,793 | 2.5% | ||
daniel-vs | 0 | 3,130,020,660 | 100% | ||
marymi | 0 | 3,797,309,630 | 100% | ||
gunnarheilmann | 0 | 10,583,636,749 | 55.55% | ||
kryptogames | 0 | 34,696,245,945 | 10% | ||
russia-btc | 0 | 783,376,687,692 | 48% | ||
dawnoner | 0 | 25,522,353,475 | 10% | ||
edian | 0 | 16,794,861,342 | 100% | ||
tina-vs | 0 | 3,830,416,676 | 100% | ||
koychev22 | 0 | 3,650,346,532 | 10% | ||
fastchrisuk | 0 | 29,604,308,103 | 100% | ||
rocketpower | 0 | 1,272,515,576 | 50% | ||
photographercr | 0 | 44,359,645,163 | 20% | ||
squareonefarms | 0 | 3,113,048,758 | 15% | ||
lightpainters | 0 | 77,128,958,846 | 100% | ||
krunkypuram | 0 | 3,699,179,328 | 100% | ||
memehub | 0 | 92,981,462,089 | 100% | ||
bigmoneyman | 0 | 908,630,412 | 50% | ||
yiobri | 0 | 2,045,645,640 | 15% | ||
coolsurfer | 0 | 953,906,990 | 4.5% | ||
poliwalt10 | 0 | 2,815,270,118 | 7.12% | ||
minigame | 0 | 373,432,223,501 | 100% | ||
deeanndmathews | 0 | 65,335,070,191 | 100% | ||
bojan-bee | 0 | 1,929,549,753 | 100% | ||
linita | 0 | 12,826,498,889 | 100% | ||
beerlover | 0 | 6,701,436,646 | 4.5% | ||
aninsidejob | 0 | 6,614,651,771 | 100% | ||
vancouverdining | 0 | 3,186,064,043,496 | 60% | ||
leighscotford | 0 | 754,362,829 | 1.1% | ||
iktisat | 0 | 579,990,323 | 100% | ||
dorika-bee | 0 | 2,913,092,470 | 100% | ||
freizeitcenter | 0 | 6,304,192,462 | 100% | ||
thisisawesome | 0 | 101,824,642,678 | 15% | ||
muzack1 | 0 | 87,112,848 | 100% | ||
sanjatea | 0 | 1,498,202,324 | 100% | ||
kgswallet | 0 | 1,052,598,032 | 20% | ||
ssiena | 0 | 2,638,342,836 | 10% | ||
empoderat | 0 | 6,005,135,368 | 100% | ||
freedomring | 0 | 18,605,951,364 | 100% | ||
agro-dron | 0 | 9,931,434,230 | 100% | ||
valerianis | 0 | 511,629,492 | 40% | ||
wrestlingdesires | 0 | 71,909,941,149 | 100% | ||
doriantaylor | 0 | 2,421,242,742 | 100% | ||
maddogmike | 0 | 19,575,591,055 | 16% | ||
soyunasantacruz | 0 | 20,419,442,718 | 100% | ||
sbi-tokens | 0 | 864,707,996 | 1.97% | ||
bradleyarrow | 0 | 14,715,789,495 | 20% | ||
electronico | 0 | 1,203,188,633 | 100% | ||
bilpcoinbot | 0 | 4,571,506,857 | 100% | ||
zeesh | 0 | 6,974,570,193 | 15% | ||
smf37 | 0 | 577,448,883 | 21.9% | ||
dpoll.witness | 0 | 7,586,235,824 | 100% | ||
bcm | 0 | 843,010,837 | 7.5% | ||
bilpcoinrecords | 0 | 2,295,999,081 | 50% | ||
therealyme | 0 | 565,979,887 | 1.5% | ||
blocktvnews | 0 | 892,316,749 | 50% | ||
bilpcoin.pay | 0 | 530,645,304 | 10% | ||
viki76 | 0 | 4,044,405,814 | 100% | ||
patlog | 0 | 785,791,637 | 100% | ||
lnakuma | 0 | 14,745,198,551 | 50% | ||
chicoduro | 0 | 569,086,995 | 25% | ||
verbalshadow | 0 | 48,870,774,723 | 100% | ||
rcaine | 0 | 11,975,477,912 | 6% | ||
garlet | 0 | 32,135,492,292 | 50% | ||
kgsupport | 0 | 648,023,048 | 14.25% | ||
marblesz | 0 | 1,509,281,134 | 22% | ||
bilpcoinbpc | 0 | 2,760,780,067 | 100% | ||
sportal | 0 | 11,893,793,554 | 100% | ||
grad.best | 0 | 11,467,506,006 | 100% | ||
julesquirin | 0 | 2,093,538,928 | 8.8% | ||
hive-151070 | 0 | 13,292,640,147 | 50% | ||
dpend.active | 0 | 2,256,793,256 | 6% | ||
shinoxl | 0 | 7,366,434,085 | 100% | ||
inflames343 | 0 | 800,715,118 | 100% | ||
blue-witness | 0 | 1,140,912,031 | 100% | ||
x9ed1732b | 0 | 22,084,970,023 | 49% | ||
iliyan90 | 0 | 64,195,846,075 | 10% | ||
elkakoycheva | 0 | 1,482,454,919 | 10% | ||
laruche | 0 | 223,261,184,108 | 5% | ||
ykretz | 0 | 2,367,436,066 | 5% | ||
penned-bullshit | 0 | 495,509,299 | 50% | ||
softworld | 0 | 221,405,567,272 | 50% | ||
travelflower | 0 | 2,190,115,381 | 100% | ||
portal-xenna | 0 | 558,898,806 | 7.5% | ||
ississ89 | 0 | 20,841,314,248 | 10% | ||
captainhive | 0 | 2,345,432,038,672 | 100% | ||
imfarhad | 0 | 15,249,074,139 | 20% | ||
velinov86 | 0 | 13,369,920,076 | 14.25% | ||
hjchilb | 0 | 238,938,261 | 100% | ||
sunsan | 0 | 506,003,147 | 100% | ||
nildasalazar | 0 | 1,911,056,883 | 100% | ||
globalcurrencies | 0 | 6,941,830,652 | 100% | ||
hextech | 0 | 213,363,444,578 | 100% | ||
pimpstudio | 0 | 6,940,241,523 | 99.9% | ||
ninnu | 0 | 64,654,559,306 | 50% | ||
sneji79 | 0 | 702,633,247 | 10% | ||
maysia57 | 0 | 1,787,718,355 | 100% | ||
sis84 | 0 | 510,463,036 | 100% | ||
roflie | 0 | 6,840,115,801 | 10% | ||
iameden | 0 | 1,313,853,393 | 15% | ||
tiger85 | 0 | 1,066,988,951 | 10% | ||
ghaazi | 0 | 5,821,035,853 | 100% | ||
actioncats | 0 | 39,936,100,177 | 22% | ||
discoveringarni | 0 | 43,340,307,782 | 15% | ||
catinthewindow | 0 | 1,234,455,842 | 15% | ||
gabolegends | 0 | 872,050,905 | 7.5% | ||
crysis | 0 | 11,762,163,049 | 50% | ||
profgabs05 | 0 | 674,063,691 | 15% | ||
minihw | 0 | 0 | 100% | ||
sidjay | 0 | 744,120,208 | 15% | ||
ykroys | 0 | 774,491,613 | 30% | ||
lucianav | 0 | 3,386,652,834 | 11% | ||
iffff | 0 | 2,136,033,378 | 100% | ||
bimpcy | 0 | 11,252,910,279 | 20% | ||
patronpass | 0 | 1,417,410,196 | 22% | ||
reza-shamim | 0 | 788,267,881 | 14.25% | ||
hivebuilder | 0 | 8,768,387,858 | 100% | ||
plusvault | 0 | 534,281,224 | 22% | ||
self-help.dev | 0 | 867,771,797 | 100% | ||
gabilan55 | 0 | 949,330,722 | 15% | ||
syberia | 0 | 884,629,188 | 15% | ||
olaunlimited | 0 | 16,901,233,265 | 12% | ||
mafia.wallet | 0 | 24,661,762,032 | 100% | ||
anafae | 0 | 1,346,195,429 | 3% | ||
obandoduarte | 0 | 20,728,954,798 | 100% | ||
razorshark | 0 | 732,095,973 | 100% | ||
hivecoffee | 0 | 5,989,260,302 | 100% | ||
mercurial9 | 0 | 46,651,673,559 | 100% | ||
sevalo13 | 0 | 2,450,350,622 | 100% | ||
nftmart | 0 | 82,244,538,359 | 100% | ||
recoveryinc | 0 | 32,382,175,765 | 50% | ||
josemoises | 0 | 4,354,408,298 | 100% | ||
sunitahive | 0 | 35,551,542,702 | 100% | ||
aslehansen | 0 | 5,276,298,197 | 20% | ||
hrcl.art | 0 | 510,671,920 | 14.25% | ||
liz.writes | 0 | 1,034,543,267 | 50% | ||
kawsar8035 | 0 | 8,817,908,339 | 8.55% | ||
rezoanulv.leo | 0 | 5,068,088,856 | 100% | ||
angelga25 | 0 | 18,594,347 | 100% | ||
engioi | 0 | 8,037,161,853 | 100% | ||
yosmandiaz | 0 | 585,651,263 | 100% | ||
dying | 0 | 1,830,403,949 | 50% | ||
dstrivingauthor | 0 | 233,654,544 | 100% | ||
hermaryrc | 0 | 6,154,015,155 | 100% | ||
arisad | 0 | 3,309,525,625 | 100% | ||
noalys | 0 | 1,679,502,365 | 11% | ||
hive-168869 | 0 | 5,574,550,423 | 10% | ||
drniche | 0 | 3,766,317,661 | 100% | ||
alokkumar121.ctp | 0 | 2,223,358,722 | 100% | ||
gabrieljr | 0 | 1,668,073,428 | 50% | ||
celticheartbeat | 0 | 5,760,006,976 | 100% | ||
nbs.gmbh | 0 | 2,151,670,252,678 | 28.5% | ||
barbyjr | 0 | 604,781,045 | 50% | ||
paolazun | 0 | 1,409,131,041 | 15% | ||
blezyn | 0 | 1,923,064,183 | 15% | ||
rohansuares | 0 | 5,065,693,767 | 50% | ||
mrtats | 0 | 54,915,199,660 | 100% | ||
rarereden | 0 | 3,692,301,893 | 100% | ||
chubb149 | 0 | 1,227,102,825 | 6% | ||
alex-rourke | 0 | 367,278,851,738 | 100% | ||
dalz.shorts | 0 | 1,141,121,115 | 25% | ||
betterdev | 0 | 907,036,181,660 | 100% | ||
meritocracy | 0 | 1,523,332,666,919 | 14.25% | ||
hiveart | 0 | 1,189,721,593 | 15% | ||
jesustiano | 0 | 17,981,537,709 | 100% | ||
hive-112281 | 0 | 677,384,797 | 10% | ||
godfather.ftw | 0 | 65,601,703,537 | 100% | ||
dcrops | 0 | 207,968,605,957 | 14.25% | ||
cryptounicorn420 | 0 | 14,011,468,435 | 100% | ||
susie-saver | 0 | 11,774,631,168 | 100% | ||
atexoras | 0 | 1,383,476,341 | 15% | ||
samrisso | 0 | 34,848,990,910 | 50% | ||
trostparadox | 0 | 3,579,957,228,127 | 100% | ||
selena14 | 0 | 839,507,704 | 10% | ||
alicewonderyoga | 0 | 2,265,989,728 | 10% | ||
tbabachev | 0 | 1,993,193,839 | 10% | ||
silviq93 | 0 | 726,596,525 | 10% | ||
sofs-su | 0 | 93,624,040,741 | 76.2% | ||
h-e | 0 | 18,686,728,710 | 100% | ||
hectorsanchez18 | 0 | 24,844,919,973 | 100% | ||
vid.observer | 0 | 11,421,445,034 | 100% | ||
mihaylov | 0 | 1,075,436,264 | 5% | ||
tawadak24 | 0 | 2,660,964,652 | 10% | ||
charleshart16 | 0 | 0 | 100% | ||
vaketo | 0 | 590,405,704 | 10% | ||
mobluesbetter | 0 | 730,208,117 | 10% | ||
pavlevskifamily | 0 | 1,251,517,083 | 10% | ||
eturnerx-honey | 0 | 14,657,971,741 | 39.2% | ||
bananass | 0 | 3,978,864,573 | 100% | ||
mmanolev33 | 0 | 1,035,584,487 | 10% | ||
nj07 | 0 | 3,884,828,110 | 100% | ||
elgatoshawua | 0 | 6,438,575,934 | 14.25% | ||
xyba | 0 | 46,502,688,838 | 100% | ||
zdigital222 | 0 | 1,122,169,267 | 100% | ||
nanggroe1 | 0 | 1,251,328,981 | 50% | ||
thecouncil | 0 | 11,653,948,087 | 100% | ||
cowboyphylosophy | 0 | 23,447,961,041 | 74% | ||
maylenasland | 0 | 1,346,337,029 | 15% | ||
nyxlabs | 0 | 527,764,868 | 2.5% | ||
princeofbeyhive | 0 | 4,165,682,347 | 50% | ||
selimhaki | 0 | 494,604,605 | 100% | ||
wend1go | 0 | 38,088,719,300 | 100% | ||
melcaya | 0 | 42,069,526,002 | 100% | ||
creodas | 0 | 1,493,164,476 | 37.5% | ||
drricksanchez | 0 | 47,421,285,735 | 10% | ||
rendrianarma | 0 | 2,094,368,770 | 50% | ||
hexagono6 | 0 | 2,508,359,153 | 14.25% | ||
stellify | 0 | 5,364,869,576 | 95% | ||
trouvaille | 0 | 2,364,035,698 | 80% | ||
emybaby | 0 | 962,260,334 | 30% | ||
raythulhu | 0 | 17,165,818,736 | 100% | ||
leveluplifestyle | 0 | 23,929,449,530 | 50% | ||
devyswan1 | 0 | 2,767,954,660 | 100% | ||
valor2s | 0 | 15,943,862,394 | 100% | ||
robertmendontza | 0 | 1,062,684,006 | 100% | ||
superxsymbiote | 0 | 710,100,564 | 100% | ||
mcedric | 0 | 65,614,254,217 | 100% | ||
hive-bulgaria | 0 | 2,712,879,218 | 10% | ||
chimp.ceo | 0 | 1,634,320,685 | 22.5% | ||
maykk | 0 | 575,605,654 | 15% | ||
mahuampionlinemg | 0 | 717,680,436 | 30% | ||
lanasaglik | 0 | 641,915,904 | 30% | ||
soychalbed | 0 | 4,320,930,942 | 25% | ||
atexoras.pub | 0 | 1,157,375,456 | 15% | ||
zwhammer | 0 | 602,552,196 | 30% | ||
hive.friends | 0 | 0 | 1% | ||
brujita18 | 0 | 4,741,665,796 | 15% | ||
hjrrodriguez | 0 | 8,554,439,894 | 100% | ||
kellyane | 0 | 13,679,419,389 | 100% | ||
mekhane | 0 | 8,034,853,399 | 100% | ||
nening | 0 | 398,397,503 | 100% | ||
krrizjos18 | 0 | 1,232,901,690 | 15% | ||
fotomaglys | 0 | 3,591,024,646 | 11% | ||
mattbrown.art | 0 | 1,254,278,524 | 15% | ||
xaviduran | 0 | 503,861,140 | 15% | ||
rpren | 0 | 568,549,606 | 50% | ||
motivationrainn | 0 | 8,310,122,204 | 100% | ||
projectmamabg | 0 | 4,082,423,825 | 10% | ||
hivehydra | 0 | 4,045,146,711 | 90% | ||
snedeva | 0 | 1,498,828,103 | 5% | ||
partiesjohall | 0 | 4,582,788,143 | 30% | ||
readthisplease | 0 | 984,856,729 | 1.7% | ||
dontcare89 | 0 | 3,116,389,077 | 2% | ||
cowboyzlegend27 | 0 | 33,471,762,910 | 100% | ||
karmaa13 | 0 | 546,598,712 | 100% | ||
jessicaossom | 0 | 5,311,362,780 | 15% | ||
carlos13 | 0 | 12,160,990,235 | 100% | ||
josdelmi | 0 | 3,848,305,890 | 15% | ||
rimurutempest | 0 | 2,873,172,692 | 100% | ||
jimmy406 | 0 | 7,527,924,882 | 100% | ||
irenicus30 | 0 | 106,656,496,047 | 100% | ||
perfectionist25 | 0 | 0 | 0.5% | ||
flamistan | 0 | 1,346,132,066 | 50% | ||
aprasad2325 | 0 | 5,191,477,577 | 14.25% | ||
boboman | 0 | 3,740,457,854 | 100% | ||
shatargat | 0 | 1,958,556,844 | 50% | ||
celeste413 | 0 | 62,101,817,357 | 100% | ||
gokturk70 | 0 | 3,502,163,316 | 50% | ||
captain.alive | 0 | 4,416,787,552 | 100% | ||
koyel | 0 | 695,100,601 | 14.25% | ||
onlydoge | 0 | 25,524,813,742 | 100% | ||
pishio | 0 | 389,537,503,298 | 7% | ||
apeminingclub | 0 | 397,162,353,111 | 100% | ||
lyon-89 | 0 | 2,975,004,920 | 100% | ||
cursephantom | 0 | 2,842,703,449 | 100% | ||
jongcl | 0 | 2,849,343,239 | 8.81% | ||
cryptoccshow | 0 | 6,331,639,249 | 50% | ||
bilgin70 | 0 | 14,634,410,200 | 70% | ||
flsfserkan | 0 | 14,249,906,941 | 50% | ||
funshee | 0 | 4,955,658,470 | 25% | ||
aweee | 0 | 826,041,735 | 21% | ||
ivycrafts | 0 | 4,742,621,061 | 15% | ||
yosoyyotuerestu | 0 | 0 | 100% | ||
rauti | 0 | 6,821,626,520 | 100% | ||
canser | 0 | 2,508,398,108 | 100% | ||
katirayo | 0 | 3,146,518,053 | 50% | ||
pablodare2 | 0 | 2,481,184,755 | 100% | ||
onwugbenuvictor | 0 | 6,271,645,277 | 15% | ||
chrismacys | 0 | 4,271,975,529 | 100% | ||
epsilon27 | 0 | 38,202,520,628 | 100% | ||
mervinthepogi | 0 | 1,799,261,041 | 30% | ||
rencongland | 0 | 4,283,454,280 | 20% | ||
kushyzee | 0 | 1,245,406,267 | 15% | ||
ariuss | 0 | 1,321,458,704 | 100% | ||
senyong | 0 | 44,295,393 | 100% | ||
waffleuncle | 0 | 2,151,475,648 | 30% | ||
astrocat-3663 | 0 | 845,701,877 | 50% | ||
eylz619 | 0 | 1,007,924,509 | 15% | ||
cashheaven | 0 | 552,792,435 | 100% | ||
trasto | 0 | 4,993,864,938 | 50% | ||
wendy0520 | 0 | 1,993,504,098 | 30% | ||
nthanhtung | 0 | 5,541,919,571 | 0% | ||
cryptokungfu | 0 | 8,804,139,334 | 100% | ||
blockheadgames | 0 | 4,650,165,969 | 100% | ||
ginnungagap | 0 | 703,788,179 | 100% | ||
uno.alfa | 0 | 1,713,430,414 | 100% | ||
darkwarrior33 | 0 | 2,187,414,270 | 100% | ||
dsky | 0 | 804,877,284,045 | 100% | ||
arc7icwolf | 0 | 3,941,994,252 | 100% | ||
jordand89 | 0 | 54,026,964,494 | 100% | ||
lauti | 0 | 1,153,718,728 | 100% | ||
sephiwolf | 0 | 981,392,936 | 15% | ||
didivelikova | 0 | 997,439,215 | 10% | ||
shadowalker21 | 0 | 1,071,648,780 | 25% | ||
deraaa | 0 | 2,692,931,965 | 10% | ||
fairyberry | 0 | 3,319,614,906 | 14.25% | ||
tyrnis.curation | 0 | 1,752,238,317 | 50% | ||
h3m4n7 | 0 | 1,232,331,304 | 22.5% | ||
michelledina | 0 | 1,244,316,563 | 100% | ||
tillmea | 0 | 535,827,894 | 100% | ||
krakatice | 0 | 4,826,023,395 | 100% | ||
meltysquid | 0 | 49,583,753,920 | 100% | ||
ratyanila | 0 | 0 | 10% | ||
estherscott | 0 | 907,794,162 | 4.25% | ||
violator101 | 0 | 26,700,610,177 | 100% | ||
punksonhive | 0 | 26,284,458,014 | 100% | ||
tropicarlos | 0 | 611,749,086 | 25% | ||
winniecorp | 0 | 892,731,194 | 8.5% | ||
khoola | 0 | 1,401,134,603 | 50% | ||
firstborn.pob | 0 | 621,504,294 | 15% | ||
ernestoacostame | 0 | 2,900,983,671 | 100% | ||
drexlord | 0 | 2,352,077,733 | 5% | ||
bluedevil0722 | 0 | 1,128,748,606 | 15% | ||
dangerbald | 0 | 9,447,379,742 | 100% | ||
trostparadox.vyb | 0 | 1,367,863,039 | 50% | ||
vyb.pob | 0 | 2,893,430,457 | 50% | ||
omosefe | 0 | 946,356,590 | 8.5% | ||
imoogin3v3rm0r3 | 0 | 503,518,554 | 30% | ||
tristan.todd | 0 | 4,926,021,643 | 30% | ||
alexmag1988 | 0 | 1,130,357,147 | 30% | ||
noctury | 0 | 1,694,858,423 | 15% | ||
noomer | 0 | 7,143,292,880 | 30% | ||
hoffmeister84 | 0 | 853,557,644 | 14.25% | ||
vyb.curation | 0 | 1,665,853,266 | 50% | ||
sagarkothari88 | 0 | 28,600,809,000 | 5% | ||
spiritsurge | 0 | 4,729,128,467 | 100% | ||
rocinanteprimo | 0 | 1,608,829,002 | 100% | ||
lichtkunstfoto | 0 | 30,979,787,154 | 50% | ||
mttok | 0 | 19,766,282,096 | 100% | ||
albuslucimus | 0 | 53,775,307,104 | 100% | ||
passenger777 | 0 | 32,215,699,273 | 100% | ||
vasilev89 | 0 | 1,886,294,872 | 10% | ||
juanperaza46 | 0 | 372,420,008 | 100% | ||
ujka-vs | 0 | 8,404,734,048 | 100% | ||
hironakamura | 0 | 1,965,618,126 | 17% | ||
bosveld1 | 0 | 136,781,132 | 100% | ||
martinlazizi | 0 | 555,626,171 | 17% | ||
netvalar | 0 | 4,096,475,841 | 50% | ||
pinkfurby | 0 | 2,794,117,727 | 50% | ||
hislab | 0 | 718,476,813 | 100% | ||
str33tl1f3 | 0 | 646,768,511 | 30% | ||
sunshineee | 0 | 692,117,837 | 20% | ||
littlebee4 | 0 | 24,172,634,766 | 15% | ||
wlffreitas | 0 | 1,380,136,757 | 12.5% | ||
iliev26 | 0 | 2,204,230,991 | 10% | ||
venusl19 | 0 | 13,197,243,864 | 100% | ||
killerwot | 0 | 31,807,819,904 | 100% | ||
rainbrella | 0 | 3,417,302,425 | 100% | ||
valeriavalentina | 0 | 0 | 100% | ||
nkechi | 0 | 829,786,464 | 25% | ||
aysegultravel | 0 | 1,689,996,975 | 100% | ||
filip-psiho | 0 | 2,208,954,118 | 100% | ||
milan-petrovic | 0 | 1,828,697,972 | 100% | ||
pobscholarship | 0 | 521,262,689 | 50% | ||
egboncass | 0 | 996,350,341 | 15% | ||
dusunenkalpp | 0 | 3,088,872,826 | 80% | ||
talon12 | 0 | 938,048,599 | 15% | ||
atyourservice | 0 | 1,740,257,643 | 6.8% | ||
victoria09 | 0 | 0 | 100% | ||
cryptodive | 0 | 13,184,590,145 | 100% | ||
lushascottnfts | 0 | 1,217,601,335 | 100% | ||
vyb.fund | 0 | 1,225,272,799 | 50% | ||
angieangulo | 0 | 0 | 100% | ||
cryptokim03 | 0 | 1,734,905,014 | 10% | ||
money.finance | 0 | 14,692,417,401 | 100% | ||
the420syndicate | 0 | 1,395,918,498 | 100% | ||
reineesmay | 0 | 1,084,412,424 | 5.95% | ||
andreseloy581 | 0 | 90,569,257,365 | 100% | ||
joyceantonio | 0 | 131,617,645 | 9% | ||
theinfiltred | 0 | 2,120,697,527 | 100% | ||
ptmaker | 0 | 87,682,445,270 | 50% | ||
belug | 0 | 36,267,828,858 | 75% | ||
louis.witness | 0 | 35,101,547,143 | 100% | ||
ipexito | 0 | 5,037,451,883 | 100% | ||
xarabista | 0 | 1,069,817,057 | 100% | ||
officialrosh1 | 0 | 1,859,150,926 | 100% | ||
ertytux | 0 | 3,974,293,371 | 100% | ||
sayu907 | 0 | 1,768,995,044 | 50% | ||
oneplanet | 0 | 4,985,748,419 | 100% | ||
valorbeats | 0 | 5,199,952,275 | 100% | ||
zeynos | 0 | 1,324,223,385 | 100% | ||
barika | 0 | 500,258,641 | 100% | ||
angelnature777 | 0 | 6,807,885,240 | 100% | ||
favian | 0 | 742,508,334 | 100% | ||
browniegirl | 0 | 525,607,260 | 30% | ||
lov.plus | 0 | 9,177,850,994 | 100% | ||
viktoria-erina | 0 | 8,741,745,048 | 100% | ||
emaxisonline | 0 | 9,208,206,191 | 100% | ||
xianlaiyiju | 0 | 3,650,116,974 | 100% | ||
hivewp | 0 | 9,675,033,831 | 100% | ||
kam5iz | 0 | 791,677,214 | 8% | ||
bilginselcuk | 0 | 4,173,885,223 | 100% | ||
baboz | 0 | 19,387,042,366 | 100% | ||
xappreciator | 0 | -387,572,736 | -22% | ||
xblocktrades | 0 | -136,804,000 | -30% | ||
xsmooth | 0 | -54,217,145 | -20% | ||
crazygirl777 | 0 | 5,877,277,691 | 50% | ||
franzpaulie | 0 | 30,992,304,927 | 100% | ||
deviliclucifer | 0 | 2,601,516,641 | 100% | ||
xtrafalgar | 0 | -273,557,396 | -44% | ||
xthemarkymark | 0 | -923,507,865 | -100% | ||
xtipu | 0 | -75,064,581 | -10% | ||
mestanophoto | 0 | 1,429,964,438 | 10% | ||
hive-186141 | 0 | 169,523,075,067 | 100% | ||
homeopath | 0 | 2,444,420,831 | 50% | ||
protokkol | 0 | 2,631,154,641 | 100% | ||
mukadder | 0 | 9,521,782,469 | 50% | ||
brianavita | 0 | 554,539,014 | 50% | ||
tzae | 0 | 1,608,600,249 | 100% | ||
myegoandmyself | 0 | 96,969,661,554 | 6% | ||
dolunay18 | 0 | 4,475,471,776 | 100% | ||
irene0411 | 0 | 1,121,740,452 | 100% | ||
revise.spk | 0 | 8,751,306,122 | 100% | ||
eyewaa | 0 | 3,171,630,432 | 100% | ||
incublus | 0 | 11,003,099,399 | 25% | ||
ezgicop | 0 | 2,032,077,050 | 50% | ||
justbabybee | 0 | 9,629,158,426 | 100% | ||
callmesmile | 0 | 11,177,886,695 | 49% | ||
yasirgujrati | 0 | 967,539,408 | 31% | ||
yagmurzamani | 0 | 757,850,787 | 100% | ||
kilic60 | 0 | 914,725,781 | 100% | ||
roronoa46 | 0 | 2,395,094,587 | 100% | ||
rubal1998 | 0 | 0 | 100% | ||
phoebbe | 0 | 6,262,570,666 | 100% | ||
avon04 | 0 | 14,568,408,693 | 100% | ||
pazartesi | 0 | 686,304,540 | 100% | ||
mercysugar | 0 | 941,327,170 | 32% | ||
celestegray | 0 | 6,679,094,613 | 10% | ||
djuramrdja | 0 | 12,841,757,756 | 100% | ||
stream4fun | 0 | 568,969,341 | 30% | ||
hendryckevans | 0 | 332,822,433 | 100% | ||
oponliworks | 0 | 0 | 100% | ||
truth2.curator | 0 | 792,790,867 | 100% | ||
twosomesup | 0 | 2,350,194,896 | 14.25% | ||
minas-glory | 0 | 29,574,611,960 | 15% | ||
mitchcabz | 0 | 542,567,337 | 100% | ||
huruhupes630 | 0 | 790,970,084 | 100% | ||
ocdspeak | 0 | 86,035,433,391 | 30% | ||
the-grandmaster | 0 | 24,978,722,571 | 15% | ||
the-burn | 0 | 31,587,343,719 | 15% | ||
nauyoga | 0 | 439,265,520 | 100% | ||
hivecluster | 0 | 10,362,523,530 | 100% | ||
hecates | 0 | 4,805,025,937 | 100% | ||
humbe | 0 | 4,019,482,895 | 50% | ||
luvinlyf | 0 | 51,331,073,324 | 81% | ||
ajirdeal | 0 | 2,273,873,715 | 100% | ||
archatlas | 0 | 1,175,006,712 | 100% | ||
crisvictorero | 0 | 1,807,748,545 | 100% | ||
mullmull | 0 | 2,548,939,872 | 100% | ||
jonahlyn | 0 | 2,731,408,963 | 100% | ||
peniel2010 | 0 | 1,348,906,426 | 100% | ||
superuser3 | 0 | 43,642,590,592 | 100% | ||
pauliuscig | 0 | 1,490,585,778 | 100% | ||
manubtc | 0 | 451,425,921 | 100% | ||
bright303 | 0 | 0 | 100% | ||
jfcas644 | 0 | 0 | 100% | ||
growthchain | 0 | 0 | 100% | ||
cryptogeek87 | 0 | 0 | 100% |

author | acidyo |
---|---|
permlink | re-deathwing-rjcfie |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-06 18:03:51 |
last_update | 2022-10-06 18:03:51 |
depth | 1 |
children | 0 |
last_payout | 2022-10-13 18:03:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.324 HBD |
curator_payout_value | 0.321 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 91 |
author_reputation | 3,302,001,735,676,620 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,243,305 |
net_rshares | 966,158,471,055 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
someguy123 | 0 | 122,111,651,237 | 10% | ||
rishi556 | 0 | 3,971,936,224 | 20% | ||
freebornsociety | 0 | -1,566,892,624 | -1% | ||
deathwing | 0 | 198,470,340,537 | 10% | ||
mmmmkkkk311 | 0 | -9,143,751,799 | -10% | ||
mariuszkarowski | 0 | -1,488,412,090 | -10% | ||
giftgiver | 0 | 24,663,929,163 | 20% | ||
holybread | 0 | 300,919,660,848 | 100% | ||
hextech | 0 | 42,003,979,746 | 20% | ||
mafia.wallet | 0 | 4,820,108,641 | 20% | ||
nftmart | 0 | 16,166,677,851 | 20% | ||
mrtats | 0 | 53,207,574,204 | 100% | ||
betterdev | 0 | 178,739,197,646 | 20% | ||
h-e | 0 | 3,642,297,114 | 20% | ||
thecouncil | 0 | 2,270,487,912 | 20% | ||
jordand89 | 0 | 26,185,527,575 | 50% | ||
lushascottnfts | 0 | 1,184,158,870 | 100% |
What an awesome project! For new users the lack of RC can be frustrating (to say the least)... but thanks to project like this the overall experience will be way more user-friendly and it will surely help keeping newcomers on #hive Great work!
author | arc7icwolf |
---|---|
permlink | re-deathwing-2022106t19576852z |
category | hive-139531 |
json_metadata | {"tags":["hive","hardfork","hf26","rc","rc-angel"],"app":"ecency/3.0.28-vision","format":"markdown+html"} |
created | 2022-10-06 17:57:09 |
last_update | 2022-10-06 17:57:09 |
depth | 1 |
children | 0 |
last_payout | 2022-10-13 17:57:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 244 |
author_reputation | 494,214,062,298,682 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,243,165 |
net_rshares | 70,155,153,726 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rishi556 | 0 | 751,094,419 | 4% | ||
xplosive | 0 | 15,509,462,100 | 24% | ||
giftgiver | 0 | 4,872,520,748 | 4% | ||
hextech | 0 | 8,326,074,175 | 4% | ||
mafia.wallet | 0 | 920,042,628 | 4% | ||
nftmart | 0 | 3,180,042,524 | 4% | ||
betterdev | 0 | 35,498,285,400 | 4% | ||
h-e | 0 | 685,435,867 | 4% | ||
thecouncil | 0 | 412,195,865 | 4% |
SOLID!
author | bitcoinflood |
---|---|
permlink | re-deathwing-2022106t154416183z |
category | hive-139531 |
json_metadata | {"tags":["hive","hardfork","hf26","rc","rc-angel"],"app":"ecency/3.0.28-vision","format":"markdown+html"} |
created | 2022-10-06 19:44:15 |
last_update | 2022-10-06 19:44:15 |
depth | 1 |
children | 0 |
last_payout | 2022-10-13 19:44: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 | 7 |
author_reputation | 1,645,024,977,979,240 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,245,594 |
net_rshares | 0 |
I want to talk to you about the method for calculating RC costs of operations. I think I will have a reliable way of recording this for custom json.
author | brianoflondon |
---|---|
permlink | re-deathwing-rjcfot |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-06 18:07:42 |
last_update | 2022-10-06 18:07:42 |
depth | 1 |
children | 1 |
last_payout | 2022-10-13 18:07:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.142 HBD |
curator_payout_value | 0.138 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 759,674,214,959,955 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,243,393 |
net_rshares | 422,021,975,495 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rishi556 | 0 | 751,714,824 | 4% | ||
xplosive | 0 | 45,974,543,727 | 70% | ||
giftgiver | 0 | 4,876,334,144 | 4% | ||
holybread | 0 | 294,908,979,491 | 100% | ||
hextech | 0 | 8,332,571,808 | 4% | ||
mafia.wallet | 0 | 920,793,573 | 4% | ||
nftmart | 0 | 3,182,544,621 | 4% | ||
betterdev | 0 | 35,525,780,404 | 4% | ||
h-e | 0 | 686,005,446 | 4% | ||
thecouncil | 0 | 412,553,881 | 4% | ||
jordand89 | 0 | 26,450,153,576 | 50% |
Feel free to reach out anytime.
author | deathwing |
---|---|
permlink | re-brianoflondon-rjcigs |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-06 19:07:42 |
last_update | 2022-10-06 19:07:42 |
depth | 2 |
children | 0 |
last_payout | 2022-10-13 19:07: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 | 31 |
author_reputation | 269,077,595,754,009 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,244,634 |
net_rshares | 0 |
I am sure @tobetada would be interested in this :)
author | deathwing |
---|---|
permlink | re-deathwing-rjcens |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-06 17:45:30 |
last_update | 2022-10-06 17:45:30 |
depth | 1 |
children | 0 |
last_payout | 2022-10-13 17:45: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 | 50 |
author_reputation | 269,077,595,754,009 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,242,916 |
net_rshares | 0 |
Interesting redistribution system!
author | drniche |
---|---|
permlink | re-deathwing-rjel9o |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-07 22:03:24 |
last_update | 2022-10-07 22:03:24 |
depth | 1 |
children | 0 |
last_payout | 2022-10-14 22:03: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 | 35 |
author_reputation | 172,973,143,590 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,280,172 |
net_rshares | 0 |
🙂
author | giftgiver |
---|---|
permlink | re-deathwing-rjce71 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-06 17:35:24 |
last_update | 2022-10-06 17:35:24 |
depth | 1 |
children | 0 |
last_payout | 2022-10-13 17:35:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 8,103,804,234,940 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,242,669 |
net_rshares | 68,647,711,205 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amirl | 0 | 68,647,711,205 | 100% |
Congratulations @deathwing! Your post has been a top performer on the Hive blockchain and you have been rewarded with the following badge: <table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutday.png"></td><td>Post with the highest payout of the day.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@deathwing) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Check out the last post from @hivebuzz:** <table><tr><td><a href="/hive-122221/@hivebuzz/pum-202209-delegations"><img src="https://images.hive.blog/64x128/https://i.imgur.com/fg8QnBc.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202209-delegations">Our Hive Power Delegations to the September PUM Winners </a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202210-feedback"><img src="https://images.hive.blog/64x128/https://i.imgur.com/zHjYI1k.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202210-feedback">Feedback from the October 1st Hive Power Up Day</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pum-202209-result"><img src="https://images.hive.blog/64x128/https://i.imgur.com/mzwqdSL.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202209-result">Hive Power Up Month Challenge 2022-09 - Winners List</a></td></tr></table>
author | hivebuzz |
---|---|
permlink | notify-deathwing-20221007t005455 |
category | hive-139531 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2022-10-07 00:54:45 |
last_update | 2022-10-07 00:54:45 |
depth | 1 |
children | 0 |
last_payout | 2022-10-14 00:54: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 | 1,444 |
author_reputation | 369,200,014,168,821 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,251,816 |
net_rshares | 0 |
Congratulations @deathwing! Your post has been a top performer on the Hive blockchain and you have been rewarded with the following badge: <table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutweek.png"></td><td>Post with the highest payout of the week.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@deathwing) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Check out the last post from @hivebuzz:** <table><tr><td><a href="/hive-122221/@hivebuzz/pum-202209-delegations"><img src="https://images.hive.blog/64x128/https://i.imgur.com/fg8QnBc.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202209-delegations">Our Hive Power Delegations to the September PUM Winners </a></td></tr></table>
author | hivebuzz |
---|---|
permlink | notify-deathwing-20221010t040332 |
category | hive-139531 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2022-10-10 04:03:33 |
last_update | 2022-10-10 04:03:33 |
depth | 1 |
children | 0 |
last_payout | 2022-10-17 04:03: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 | 919 |
author_reputation | 369,200,014,168,821 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,345,868 |
net_rshares | 0 |
This is great news. Many beginners on Hive can't even reply to comments due to lack of RC. It seems that thanks to you, this problem will be eliminated or minimized. I had a similar problem when I first started Hive, thanks to @damla who delegated me some HP. It is pleasing to see such developments since then.
author | incublus |
---|---|
permlink | re-deathwing-2022106t22403758z |
category | hive-139531 |
json_metadata | {"tags":["hive","hardfork","hf26","rc","rc-angel"],"app":"ecency/3.0.28-vision","format":"markdown+html"} |
created | 2022-10-06 19:40:39 |
last_update | 2022-10-06 19:40:39 |
depth | 1 |
children | 0 |
last_payout | 2022-10-13 19:40:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.086 HBD |
curator_payout_value | 0.086 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 311 |
author_reputation | 963,578,277,638,985 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,245,465 |
net_rshares | 259,227,513,944 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
damla | 0 | 214,756,082,496 | 100% | ||
xplosive | 0 | 44,471,431,448 | 69% |
Thanks @deathwing for this solution at least we won't face such no more RC has been some new hivians problem because even as beautiful and lovely your content is they want to like it doesn't work but thanks to you something is been done.
author | katirayo |
---|---|
permlink | re-deathwing-rjglc6 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-09 00:00:24 |
last_update | 2022-10-09 00:00:24 |
depth | 1 |
children | 0 |
last_payout | 2022-10-16 00:00: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 | 237 |
author_reputation | 19,476,347,900,657 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,313,682 |
net_rshares | 0 |
It's exciting to see the many improvements of the ecosystem. Thanks for this.
author | mcsamm |
---|---|
permlink | rjdcfd |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-10-07 05:54:51 |
last_update | 2022-10-07 05:54:51 |
depth | 1 |
children | 0 |
last_payout | 2022-10-14 05:54: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 | 77 |
author_reputation | 1,528,173,005,934,892 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,256,562 |
net_rshares | 0 |
So glad to see another project coming up. Thanks for bringing this up! >RC-Angel serves as the central hub for RC delegations, previously with the Hardfork 26, one of the most anticipated features was the existence of "RC" Pools If I may ask what is Hardfork 26, how does it functions
author | officialrosh1 |
---|---|
permlink | re-deathwing-2022106t195053983z |
category | hive-139531 |
json_metadata | {"tags":["hive","hardfork","hf26","rc","rc-angel"],"app":"ecency/3.0.28-vision","format":"markdown+html"} |
created | 2022-10-06 18:50:57 |
last_update | 2022-10-06 18:50:57 |
depth | 1 |
children | 2 |
last_payout | 2022-10-13 18:50: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 | 289 |
author_reputation | 5,185,904,658,085 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,244,240 |
net_rshares | 0 |
Hardfork 26 is the next version of Hive, it's an update that'll make the chain better and more efficient. @themarkymark explained the features in a simpler way on his post. > Some of the improvements include: >One Block Irreversibility Increasing HBD haircut ratio Allow more than one vote per block Remove vote change penalty Support for block log compression Peer to peer performance improvements Resource credit overhaul Resource credit delegation General improvements to improve operation handling
author | deathwing |
---|---|
permlink | re-officialrosh1-rjcibg |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-06 19:04:30 |
last_update | 2022-10-06 19:04:30 |
depth | 2 |
children | 1 |
last_payout | 2022-10-13 19:04: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 | 503 |
author_reputation | 269,077,595,754,009 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,244,569 |
net_rshares | 0 |
Thanks man
author | officialrosh1 |
---|---|
permlink | re-deathwing-rjf209 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-08 04:05:00 |
last_update | 2022-10-08 04:05:00 |
depth | 3 |
children | 0 |
last_payout | 2022-10-15 04:05:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 5,185,904,658,085 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,286,354 |
net_rshares | 0 |
This is a really good development. In the first days when I started writing on the Hive platform, I did not have enough hive power to correct my writing. So I was very upset. I think that the RC deficiency we are talking about will disappear in the valuable information you have given. I believe that these developments are a big step for the growth and development of Hive and the participation of new friends. Thank you very much for the information.
author | passenger777 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | rjdign | ||||||||||||
category | hive-139531 | ||||||||||||
json_metadata | {"app":"hiveblog/0.1"} | ||||||||||||
created | 2022-10-07 08:05:12 | ||||||||||||
last_update | 2022-10-07 08:05:12 | ||||||||||||
depth | 1 | ||||||||||||
children | 0 | ||||||||||||
last_payout | 2022-10-14 08:05: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 | 452 | ||||||||||||
author_reputation | 427,964,432,805,447 | ||||||||||||
root_title | "Announcing RC Angel | RC Pools But Better." | ||||||||||||
beneficiaries |
| ||||||||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||||||||
percent_hbd | 10,000 | ||||||||||||
post_id | 117,260,863 | ||||||||||||
net_rshares | 0 |
https://twitter.com/Arc7icWolf/status/1578127559530872845 https://twitter.com/YanPatrick_/status/1578127967070441472 https://twitter.com/taskmaster4450/status/1578207444802625536 https://twitter.com/bitcoins_get/status/1578285748926783490 https://twitter.com/ilbiscom/status/1578364864036470784 https://twitter.com/quase_rico/status/1578765617733468160 <sub> The rewards earned on this comment will go directly to the people( @arc7icwolf, @shiftrox, @taskmaster4450le, @wilsonthe, @seckorama, @michupa ) sharing the post on Twitter as long as they are registered with @poshtoken. Sign up at https://hiveposh.com.</sub>
author | poshtoken | ||||||
---|---|---|---|---|---|---|---|
permlink | re-deathwing-announcing-rc-angel-or-rc-pools-but-better15644 | ||||||
category | hive-139531 | ||||||
json_metadata | "{"app":"Poshtoken 0.0.1","payoutToUser":["arc7icwolf","shiftrox","taskmaster4450le","wilsonthe","seckorama","michupa"]}" | ||||||
created | 2022-10-06 20:58:45 | ||||||
last_update | 2022-10-08 15:15:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2022-10-13 20:58:45 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 2.337 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 619 | ||||||
author_reputation | 5,139,074,044,980,318 | ||||||
root_title | "Announcing RC Angel | RC Pools But Better." | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 0 | ||||||
post_id | 117,247,442 | ||||||
net_rshares | 7,046,439,711,918 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
acidyo | 0 | 510,177,451,046 | 5% | ||
elizahfhaye | 0 | 890,761,541,712 | 100% | ||
crisgojar | 0 | 34,133,855,824 | 100% | ||
fatimajunio | 0 | 6,675,791,042 | 100% | ||
gleam-of-light | 0 | 4,594,508,409,547 | 100% | ||
sucal | 0 | 334,355,577,001 | 100% | ||
lizzy-b | 0 | 754,124,792 | 100% | ||
joven777 | 0 | 148,819,237,490 | 100% | ||
servant7 | 0 | 493,247,272,889 | 100% | ||
cyber-tech | 0 | 12,335,684,685 | 100% | ||
charlotte01 | 0 | 5,467,988,660 | 100% | ||
mcgi.cares | 0 | 6,562,214,767 | 100% | ||
give-cat-food | 0 | 8,640,562,463 | 100% |
This sounds awesome! I have some questions: Are you planning to make an interface for directly delegating RC to other accounts? Or is there such interface and I don't know about it? I would love to help those users I onboard on my own and check their accounts and undelegate when they reached enough HP to be able to transact on their own. I probably have way more RC than I ever use, even with the tx "cost" being much higher, but I wouldn't know how much of my RC I can delegate without compromoising my own abilities to us the chain. I am playing with a ton of dapps and sending around a bunch of tokens. How much RC do I need? If there is a tool an enduser like me can use to find out all this feel free to point me there :D I am voting your witness since forever and just realized I had not been following, that has changed now. Thanks for helping the n00b, have a great day!
author | solymi |
---|---|
permlink | re-deathwing-rjof3p |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-13 05:26:12 |
last_update | 2022-10-13 05:26:12 |
depth | 1 |
children | 2 |
last_payout | 2022-10-20 05:26: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 | 882 |
author_reputation | 271,515,225,158,652 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,428,376 |
net_rshares | 0 |
> Are you planning to make an interface for directly delegating RC to other accounts? Or is there such interface and I don't know about it? No. I am not planning such feature, and I don't think there is one yet. > How much RC do I need? There is no fixed amount, it'll vary depending on the usage of the transaction type on the blockchain. It's hard to say "X RC is enough for you." because not everyone uses RC the same. > If there is a tool an enduser like me can use to find out all this feel free to point me there :D Would be awesome to have, but none at the moment. :( > I am voting your witness since forever and just realized I had not been following, that has changed now. Thanks a lot, have a great day as well!
author | deathwing |
---|---|
permlink | re-solymi-rjot1l |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-13 10:27:21 |
last_update | 2022-10-13 10:27:21 |
depth | 2 |
children | 1 |
last_payout | 2022-10-20 10:27: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 | 729 |
author_reputation | 269,077,595,754,009 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,433,098 |
net_rshares | 6,341,424,718 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
solymi | 0 | 6,341,424,718 | 20% |
Thank you for your answers. I will dig into it more.
author | solymi |
---|---|
permlink | re-deathwing-rjpg33 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-13 18:45:03 |
last_update | 2022-10-13 18:45:03 |
depth | 3 |
children | 0 |
last_payout | 2022-10-20 18:45:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 271,515,225,158,652 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,445,286 |
net_rshares | 0 |
wow, that was quick :)) this will be very beneficial for all newcomers! Thanks for making this happen @tipu curate
author | tobetada |
---|---|
permlink | re-deathwing-rjcht1 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-06 18:53:24 |
last_update | 2022-10-06 18:53:24 |
depth | 1 |
children | 1 |
last_payout | 2022-10-13 18:53: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 | 117 |
author_reputation | 596,841,127,072,980 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,244,286 |
net_rshares | 0 |
<a href="https://tipu.online/hive_curator?tobetada" target="_blank">Upvoted 👌</a> (Mana: 17/47) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
author | tipu |
---|---|
permlink | re-re-deathwing-rjcht1-20221006t185332z |
category | hive-139531 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2022-10-06 18:53:33 |
last_update | 2022-10-06 18:53:33 |
depth | 2 |
children | 0 |
last_payout | 2022-10-13 18:53: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 | 216 |
author_reputation | 55,900,783,339,499 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,244,288 |
net_rshares | 0 |
I think what would be nice is if newcomers on Hive (who predominantly use Hive for blogging) could be granted an automatic RC delegation of an equivalent 50 HP or so without them having to request this as I would imagine this to be a hurdle to figure this out. Maybe there could be a threshold that when they power up more Hive than X amount it would again undelegate. That would probably do wonders for retention rate
author | tobetada |
---|---|
permlink | re-deathwing-rje29y |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-07 15:13:09 |
last_update | 2022-10-07 15:13:09 |
depth | 1 |
children | 2 |
last_payout | 2022-10-14 15:13: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 | 418 |
author_reputation | 596,841,127,072,980 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,269,298 |
net_rshares | 0 |
I think maybe it would be good to trigger it at a specific time such as time of first transaction like comments or posts that way the RC's aren't wasted handing out to every single account. Perhaps as well if someone tries to transact but has insufficient resources it could trigger too? Spit balling here :D A helpful constraint could also be accounts <60 days old too, that way they've had time to familiarize with hive and weed out those who just sell 100% of their rewards.
author | cmplxty |
---|---|
permlink | re-tobetada-rjhisu |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-09 12:02:54 |
last_update | 2022-10-09 12:02:54 |
depth | 2 |
children | 1 |
last_payout | 2022-10-16 12:02:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.032 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 479 |
author_reputation | 771,713,221,862,370 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,324,950 |
net_rshares | 105,206,975,861 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tobetada | 0 | 105,206,975,861 | 3% |
makes sense
author | tobetada |
---|---|
permlink | re-cmplxty-rjhsuc |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.07.1"} |
created | 2022-10-09 15:39:48 |
last_update | 2022-10-09 15:39:48 |
depth | 3 |
children | 0 |
last_payout | 2022-10-16 15:39: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 | 11 |
author_reputation | 596,841,127,072,980 |
root_title | "Announcing RC Angel | RC Pools But Better." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,329,610 |
net_rshares | 0 |