 --- --- ### Espa帽ol --- Desde que iniciamos el proyecto @visualblock hemos tenido como prioridad la transparencia con nuestros delegadores. Al principio, tanto la creaci贸n de los post de curaci贸n como las transferencias semanales a nuestros delegadores han sido hechas de manera manual. A medida que hemos avanzado con el proyecto hemos estado incluyendo tecnolog铆a 煤til en la mejora de procesos, para lograr mayor eficacia y eficiencia. Por tal motivo quiero compartir con los usuarios que nos apoyan con sus delegaciones y con toda la comunidad de Hive el c贸digo base utilizado para calcular y transferir las recompensas de curaci贸n a los delegadores del proyecto @visualblock. Tambi茅n quiero dar el primer paso en el compromiso que tengo con todos ustedes y con el testigo @hispapro, para impulsar la innovaci贸n y el desarrollo tecnol贸gico en Hive. Este script ha estado en pruebas durante varias semanas, la intenci贸n es implementarlo en la web que est谩 en desarrollo para administrar todos los procesos relacionados con las actividades que realizamos en Visualblock, lo cual nos permitir谩 reducir los tiempos de ejecuci贸n y poder aprovecharlo a favor del desarrollo de la comunidad. Como anunciamos en los post de reporte de pago de las recompensas de curaci贸n semanales, devolvemos el 100% de las recompensas de curaci贸n seg煤n el HP aportado por cada usuario. Explico c贸mo realizamos este c谩lculo con el script: 1. Se obtiene la lista de delegadores con antig眉edad mayor a 4 d铆as. 2. Se remueve de la lista los delegadores donde su 煤ltima delegaci贸n sea igual a 0. 3. Se obtiene la 煤ltima delegaci贸n de cada delegador. 4. Se obtiene la cantidad total de las delegaciones recibidas. 5. Se obtiene la suma total de las recompensas de curaci贸n de la 煤ltima semana. 6. Se obtiene el HP de la cuenta VisualBlock. 7. Se obtiene el HP de la cuenta VisualBlock m谩s delegaciones. 8. Se obtiene la cantidad de recompensas de curaci贸n efectiva, restando la cantidad aportada por el propio HP de VisualBlock. 9. Se calcula la cantidad de HIVE a transferir a cada delegador a partir de la cantidad de recompensas de curaci贸n efectiva. 10. Se transfiere el monto en HIVE a cada delegador. 11. Se crea una tabla en markdown con toda la informaci贸n detallada. El script est谩 desarrollo en Python usando como bibliotecas principales a [beem](https://github.com/holgern/beem) y [pypyodbc](https://github.com/pypyodbc/pypyodbc), adem谩s de una lista de dependencias que encontrar谩n en el archivo requirements.txt en el repositorio del c贸digo. Para el desarrollo de este script se us贸 la documentaci贸n del [Portal de desarrolladores de Hive](https://developers.hive.io/), [HiveSQL](https://hivesql.io/), [beem](https://github.com/holgern/beem) y de referencia el [bot de discord](https://github.com/enrique89ve/Alientopay) creado por @enrique89 El c贸digo est谩 alojado en los repositorios de GitLab de forma p煤blica para que pueda ser utilizado, modificado y distribuido. [Ver c贸digo fuente aqu铆](https://gitlab.com/alberto0torrealba/transferencia-delegaciones/-/tree/master/). En el repositorio del c贸digo se encuentra la documentaci贸n para clonar el c贸digo, creaci贸n del entorno virtual, instalaci贸n de bibliotecas de Python, configuraci贸n de variables de entorno, instalaci贸n del controlador ODBC Driver 17 for SQL Server, y la puesta en marcha del script. Espero les sea de utilidad y que pueda ser difundido para que llegue a todos los nuevos usuarios que se adentran en el desarrollo de aplicaciones para Hive. No se olviden dejar su comentario. Un abrazo. --- ### English --- Since we started the @visualblock project, we have made transparency with our delegators a priority. In the beginning, both the creation of the curation posts and the weekly transfers to our delegators have been done manually. As we have progressed with the project we have been including useful technology in the improvement of processes, to achieve greater effectiveness and efficiency. For that reason I want to share with the users who support us with their delegations and with the whole Hive community the code base used to calculate and transfer the healing rewards to the delegators of the @visualblock project. I also want to take the first step in the commitment I have with all of you and with the @hispapro witness, to drive innovation and technological development in Hive. This script has been in testing for several weeks, the intention is to implement it on the web that is under development to manage all processes related to the activities we perform in Visualblock, which will allow us to reduce execution times and be able to take advantage of it in favor of the development of the community. As we announced in the weekly curation rewards payment report posts, we return 100% of the curation rewards according to the HP contributed by each user. I explain how we perform this calculation with the script: 1. The list of delegators with seniority greater than 4 days is obtained. 2. Remove from the list the delegators where their last delegation is equal to 0. 3. The last delegation of each delegator is obtained. 4. The total number of delegations received is obtained. 5. The total sum of the healing rewards for the last week is obtained. 6. The HP of the VisualBlock account is obtained. 7. The HP of the VisualBlock account plus delegations is obtained. 8. The amount of effective healing rewards is obtained, subtracting the amount contributed by the VisualBlock's own HP. 9. The amount of HIVE to be transferred to each delegator is calculated from the amount of effective healing rewards. 10. The amount in HIVE is transferred to each delegator. 11. A markdown table is created with all the detailed information. The script is developed in Python using as main libraries [beem](https://github.com/holgern/beem) and [pypyodbc](https://github.com/pypyodbc/pypyodbc), plus a list of dependencies that you will find in the requirements.txt file in the code repository. For the development of this script we used the documentation of [Hive Developer Portal](https://developers.hive.io/), [HiveSQL](https://hivesql.io/), [beem](https://github.com/holgern/beem) and for reference the [discord bot](https://github.com/enrique89ve/Alientopay) created by @enrique89 The code is publicly hosted in the GitLab repositories so that it can be used, modified and distributed. [See source code here](https://gitlab.com/alberto0torrealba/transferencia-delegaciones/-/tree/master/). In the code repository you can find the documentation for cloning the code, creating the virtual environment, installing Python libraries, setting environment variables, installing the ODBC Driver 17 for SQL Server, and getting the script up and running. I hope you find it useful and that it can be disseminated to reach all new users who are getting into the development of applications for Hive. Do not forget to leave your comments. Best regards. Translated with www.DeepL.com/Translator (free version) --- >Mi intenci贸n con esta publicaci贸n es dar mi aporte al software libre y al c贸digo abierto, difundiendo al p煤blico en general todos los beneficios, ventajas y facilidades de obtener versiones seguras, optimas y de vanguardia. <center> <a href="https://www.digitalocean.com/?refcode=bd9ee6eaf5ca&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg" alt="DigitalOcean Referral Badge" /></a> <sup> Si necesitas una VPS donde alojar tus servicios en la nube, entra con mi enlace de referido a DigitalOcean y consigue cr茅ditos para tus pruebas </sup> </center> --- <center> <sup>  [Vota por nuestro Testigo aliado - @hispapro](https://vote.hive.uno/@hispapro) </sup> </center> --- Las im谩genes son m铆as o capturas de pantalla tomadas por m铆, a menos que se indiquen fuentes externas. La portada fue creada con canva e im谩genes libres de derechos de autor. --- Discord: alberto0607 S铆gueme en Twitter: [alberto_0607](https://twitter.com/alberto_0607)
author | alberto0607 |
---|---|
permlink | script-en-python-calcular-y |
category | hive-154226 |
json_metadata | "{"image":["https://images.ecency.com/DQmU7w4X8fDNz24mrJWgQ8K57f5W2ZnnJSD54rt7SoBqYF7/banner_scrypt.png","https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg","https://images.ecency.com/DQmTe6rs3TJsrA76Xn6Qh7CuR45vkjNvUsr8HQfA7xpRtiV/imagen.png"],"tags":["hive-154226","python","code","software","stemsocial","stem","ctp","proofofbrain","tribes","aliveandthriving"],"description":"Python script - Calculate and transfer healing rewards to delegators","app":"ecency/3.0.32-vision","format":"markdown+html","image_ratios":["1.7753","3.0769","3.0000"]}" |
created | 2023-06-21 20:46:21 |
last_update | 2023-06-21 20:46:21 |
depth | 0 |
children | 28 |
last_payout | 2023-06-28 20:46:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.680 HBD |
curator_payout_value | 6.617 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8,260 |
author_reputation | 85,381,778,745,006 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,660,664 |
net_rshares | 28,931,793,140,029 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
boatymcboatface | 0 | 151,421,075,386 | 8% | ||
kingscrown | 0 | 22,262,803,399 | 8% | ||
theshell | 0 | 40,534,648,866 | 8% | ||
good-karma | 0 | 76,213,096,895 | 6.87% | ||
avellana | 0 | 79,233,696,615 | 80% | ||
esteemapp | 0 | 18,548,699,625 | 6.87% | ||
bigtakosensei | 0 | 727,056,524 | 0.75% | ||
hattaarshavin | 0 | 588,334,661 | 35% | ||
oscarps | 0 | 8,135,910,690 | 100% | ||
melinda010100 | 0 | 241,972,720,873 | 23% | ||
rt395 | 0 | 3,870,427,618 | 3% | ||
drwom | 0 | 1,405,873,845 | 3.43% | ||
eturnerx | 0 | 17,581,729,407 | 0.9% | ||
pixelfan | 0 | 50,763,030,620 | 5.8% | ||
zenkly | 0 | 22,569,705,365 | 50% | ||
yacobh | 0 | 5,790,707,854 | 35% | ||
enrique89 | 0 | 132,692,025,479 | 100% | ||
risckylu | 0 | 3,289,095,952 | 100% | ||
rafaelaquino | 0 | 23,178,330,726 | 100% | ||
tipu | 0 | 16,201,564,614,871 | 75% | ||
manu.hernandez | 0 | 564,199,625 | 100% | ||
samic | 0 | 4,471,456,890 | 30% | ||
tomiscurious | 0 | 5,360,269,766 | 1% | ||
sawcraz.art | 0 | 1,586,698,885 | 17% | ||
fatman | 0 | 8,966,988,585 | 2% | ||
takeru255 | 0 | 4,837,933,848 | 17% | ||
miguelarl | 0 | 656,222,534 | 7.65% | ||
viper160891 | 0 | 640,508,252 | 100% | ||
esteem.app | 0 | 2,197,715,235 | 6.86% | ||
eonwarped | 0 | 447,252,700,913 | 30% | ||
afzalqamar | 0 | 2,614,881,236 | 37.5% | ||
elisonr13 | 0 | 8,208,731,723 | 50% | ||
mytechtrail | 0 | 1,604,972,092 | 1.5% | ||
ubikalo | 0 | 2,056,783,739 | 50% | ||
auleo | 0 | 523,853,053 | 1.37% | ||
astrea | 0 | 2,482,848,100 | 15.3% | ||
juecoree | 0 | 3,214,715,660 | 21% | ||
abeba | 0 | 3,374,428,837 | 50% | ||
leticiapereira | 0 | 1,064,138,212 | 100% | ||
sacra97 | 0 | 22,687,346,905 | 9.4% | ||
atongis | 0 | 14,801,657,583 | 5% | ||
tobias-g | 0 | 26,362,886,157 | 10% | ||
krommus | 0 | 1,118,330,751 | 50% | ||
lunaticpandora | 0 | 920,900,109,383 | 50% | ||
lanzjoseg | 0 | 4,624,908,950 | 6.12% | ||
cherryng | 0 | 656,714,496 | 1.37% | ||
layac13 | 0 | 1,482,763,410 | 7.65% | ||
franciscomarval | 0 | 950,428,116 | 100% | ||
cryptosharon | 0 | 84,898,884,816 | 50% | ||
ericburgoyne | 0 | 795,414,005 | 1.5% | ||
vicrivasr | 0 | 2,126,751,785 | 100% | ||
bhattg | 0 | 10,652,731,249 | 3% | ||
victorialanz | 0 | 670,613,931 | 7.65% | ||
zhanavic69 | 0 | 850,995,908 | 7.65% | ||
yurilaya | 0 | 1,907,641,847 | 15.3% | ||
antoniarhuiz | 0 | 4,785,254,909 | 8.5% | ||
emperatriz1503 | 0 | 26,096,266,989 | 100% | ||
zoniacb | 0 | 906,441,185 | 15.3% | ||
wisejg | 0 | 769,384,314 | 16.66% | ||
sbi2 | 0 | 37,709,383,741 | 0.92% | ||
flaxz | 0 | 2,429,115,204 | 3.6% | ||
tesmoforia | 0 | 1,000,522,316 | 8.5% | ||
juanmanuellopez1 | 0 | 3,033,737,087 | 80% | ||
silher | 0 | 7,963,801,810 | 17% | ||
carolinacardoza | 0 | 8,292,523,238 | 15.3% | ||
jordangerder | 0 | 7,918,736,745 | 50% | ||
c1udadan0x | 0 | 1,614,080,480 | 15% | ||
memepress | 0 | 1,239,734,782 | 37.5% | ||
garybilbao | 0 | 1,423,314,867 | 100% | ||
marijo-rm | 0 | 106,591,631,787 | 100% | ||
dracrow | 0 | 10,173,281,125 | 40% | ||
augusto-cordova | 0 | 510,221,774 | 8.5% | ||
oscurity | 0 | 1,282,783,147 | 10% | ||
larryparra | 0 | 1,774,426,662 | 50% | ||
el-dee-are-es | 0 | 6,536,448,494 | 10% | ||
jjqf | 0 | 1,309,964,998 | 15.3% | ||
gabrielr29 | 0 | 3,185,431,157 | 100% | ||
mafalda2018 | 0 | 35,484,996,318 | 17% | ||
ronaldjfs | 0 | 683,387,787 | 17% | ||
irvinc | 0 | 111,786,222,738 | 26% | ||
purrix | 0 | 1,775,975,644 | 7.65% | ||
santiagolaw | 0 | 607,530,560 | 100% | ||
abgrobert5 | 0 | 1,060,004,708 | 40% | ||
longer | 0 | 6,438,918,366 | 18.75% | ||
sarix | 0 | 5,686,494,073 | 50% | ||
nancyeliza | 0 | 808,778,846 | 15.3% | ||
radiosteemit | 0 | 16,434,396,706 | 100% | ||
mightypanda | 0 | 1,766,863,486 | 52.5% | ||
arena10 | 0 | 2,646,739,444 | 75% | ||
topfivefamily | 0 | 5,849,445,037 | 15.3% | ||
pinkgirl4 | 0 | 768,641,721 | 100% | ||
arzkyu97 | 0 | 8,797,579,678 | 40% | ||
osomar357 | 0 | 1,005,065,565 | 8.5% | ||
andreasalas | 0 | 3,925,930,004 | 100% | ||
petrarodriguez | 0 | 1,198,774,446,890 | 100% | ||
yeceniacarolina | 0 | 1,886,068,555 | 17% | ||
perazart | 0 | 551,922,403 | 17% | ||
franz54 | 0 | 1,935,769,067 | 25% | ||
guurry123 | 0 | 493,599,721 | 0.9% | ||
albaandreina | 0 | 717,866,676 | 17% | ||
lagitana | 0 | 3,867,767,739 | 80% | ||
naty16 | 0 | 10,562,622,683 | 20% | ||
fulani | 0 | 4,330,710,824 | 17% | ||
racarjoal | 0 | 2,662,797,988 | 50% | ||
janettyanez | 0 | 5,416,199,888 | 20% | ||
adyorka | 0 | 446,250,311 | 30% | ||
maryelin | 0 | 2,646,692,346 | 50% | ||
capybaraexchange | 0 | 1,790,270,807 | 16.66% | ||
abneagro | 0 | 36,204,573,014 | 100% | ||
kiutvariedades | 0 | 14,797,582,925 | 50% | ||
botchetobg | 0 | 1,739,026,554 | 75% | ||
pablo1601 | 0 | 8,097,814,570 | 7.65% | ||
angelik-a | 0 | 883,755,064 | 50% | ||
daniel2001 | 0 | 7,213,500,984 | 100% | ||
escuadron201 | 0 | 82,273,022,914 | 100% | ||
esclavos75 | 0 | 631,261,477 | 15.3% | ||
mia-cc | 0 | 9,657,108,119 | 75% | ||
calisthenicsdrop | 0 | 2,923,937,073 | 75% | ||
alejandrobons | 0 | 1,154,434,733 | 50% | ||
kryptogames | 0 | 183,576,218,630 | 75% | ||
sofialanz | 0 | 870,428,435 | 15.3% | ||
photographercr | 0 | 10,779,594,690 | 4.6% | ||
yiobri | 0 | 4,716,347,902 | 50% | ||
yonnathang | 0 | 24,301,317,102 | 100% | ||
ritch | 0 | 20,364,817,995 | 100% | ||
eliezerfloyd | 0 | 42,513,349,134 | 80% | ||
lmvc | 0 | 1,479,162,395 | 64% | ||
quintaesencia | 0 | 70,886,229,634 | 100% | ||
cryptogambit | 0 | 1,444,869,138 | 7.5% | ||
lfu-radio | 0 | 924,836,695 | 50% | ||
stemgeeks | 0 | 900,392,394 | 30% | ||
babytarazkp | 0 | 3,381,778,104 | 40% | ||
helengutier2 | 0 | 12,846,339,983 | 17% | ||
maddogmike | 0 | 2,590,311,611 | 2.4% | ||
javikun | 0 | 843,513,038 | 100% | ||
bradleyarrow | 0 | 3,643,835,378 | 3% | ||
lmvc-spaco | 0 | 814,928,164 | 64% | ||
lealharold | 0 | 653,382,527 | 15% | ||
stem.alfa | 0 | 3,535,442,647 | 100% | ||
andresrk | 0 | 1,222,354,942 | 48% | ||
spliddash | 0 | 6,838,943,001 | 100% | ||
freddlm | 0 | 695,557,960 | 100% | ||
hispapro | 0 | 1,713,419,785,022 | 100% | ||
dsc-r2cornell | 0 | 768,738,047,056 | 35% | ||
dappstats | 0 | 4,427,992,669 | 15% | ||
yggdrasil.laguna | 0 | 0 | 15% | ||
emp2-00com | 0 | 1,058,100,509 | 100% | ||
angegar | 0 | 5,402,705,745 | 100% | ||
rcaine | 0 | 1,310,800,402 | 0.9% | ||
elsan.artes | 0 | 10,419,751,283 | 50% | ||
sweetval | 0 | 15,808,084,342 | 50% | ||
nanyuris | 0 | 6,026,757,738 | 100% | ||
julesquirin | 0 | 4,512,885,714 | 15% | ||
titofit | 0 | 697,686,056 | 75% | ||
andreina57 | 0 | 941,945,716 | 50% | ||
radiohive | 0 | 30,786,900,858 | 100% | ||
alebrijes | 0 | 27,798,725,028 | 100% | ||
wesp05 | 0 | 3,071,334,234 | 17% | ||
iliyan90 | 0 | 261,636,124,668 | 75% | ||
elkakoycheva | 0 | 11,420,831,079 | 75% | ||
ississ89 | 0 | 171,200,085,672 | 75% | ||
velinov86 | 0 | 38,616,918,470 | 37.5% | ||
coronadino | 0 | 482,284,976 | 100% | ||
genice | 0 | 1,165,346,974 | 8.5% | ||
sunshine777 | 0 | 2,550,472,336 | 75% | ||
valeryc | 0 | 1,290,209,995 | 15.3% | ||
sneji79 | 0 | 5,619,107,130 | 75% | ||
ecency | 0 | 2,364,550,079,157 | 6.86% | ||
roflie | 0 | 51,920,235,902 | 75% | ||
tiger85 | 0 | 12,591,269,190 | 75% | ||
georgelys | 0 | 35,167,373,336 | 100% | ||
hivemexico | 0 | 78,051,664,031 | 100% | ||
hivemx | 0 | 797,989,028,569 | 100% | ||
pcojines | 0 | 9,444,913,530 | 50% | ||
kvfm | 0 | 2,180,427,490 | 50% | ||
lespecial17 | 0 | 1,172,873,861 | 50% | ||
iamalivechalleng | 0 | 2,189,343,686 | 15% | ||
laradio | 0 | 4,597,126,729 | 100% | ||
mercmarg | 0 | 12,110,349,866 | 40% | ||
adolfom | 0 | 12,133,541,289 | 100% | ||
ecency.stats | 0 | 2,701,165,743 | 6.86% | ||
elcomentador | 0 | 39,345,769,823 | 100% | ||
carmenm20 | 0 | 3,006,352,007 | 100% | ||
raikovv23 | 0 | 2,321,443,399 | 75% | ||
rafabvr | 0 | 524,572,573 | 100% | ||
cleydimar2000 | 0 | 8,596,798,963 | 50% | ||
monster-retos | 0 | 1,769,082,978 | 100% | ||
enyusael | 0 | 3,925,981,787 | 50% | ||
mau189gg | 0 | 1,669,546,361 | 50% | ||
flaxz.ctp | 0 | 233,059,169 | 18% | ||
jesuspsoto | 0 | 9,061,827,813 | 100% | ||
radiolovers | 0 | 19,766,450,194 | 100% | ||
ciresophen | 0 | 11,468,340,163 | 100% | ||
raizayanez | 0 | 821,155,339 | 7.65% | ||
lvelasquezc | 0 | 736,825,050 | 15.3% | ||
apeboy | 0 | 4,886,969,538 | 50% | ||
geronimamunoz | 0 | 8,005,759,331 | 30% | ||
kattycrochet | 0 | 1,889,993,961 | 1.53% | ||
darlingomaet1 | 0 | 2,501,412,122 | 100% | ||
rawecz | 0 | 13,285,653,437 | 100% | ||
junydoble | 0 | 1,810,619,515 | 70% | ||
victor816 | 0 | 987,127,024 | 100% | ||
heruvim1978 | 0 | 656,792,177 | 1.5% | ||
bea23 | 0 | 26,570,073,573 | 100% | ||
hispaplus | 0 | 3,911,115,899 | 100% | ||
jesustiano | 0 | 17,844,125,576 | 80% | ||
blockbroccoli | 0 | 1,096,755,619 | 67.5% | ||
chacald.dcymt | 0 | 102,926,851,084 | 100% | ||
iliqn.iliev | 0 | 695,761,560 | 75% | ||
ciudadcreativa | 0 | 3,717,418,464 | 80% | ||
pvmihalache | 0 | 3,397,789,505 | 3% | ||
ctpx | 0 | 0 | 20% | ||
selena14 | 0 | 6,658,119,680 | 75% | ||
yggdrasilwind | 0 | 6,535,899,755 | 100% | ||
fragozar01 | 0 | 1,930,977,063 | 100% | ||
alicewonderyoga | 0 | 19,111,898,944 | 75% | ||
tbabachev | 0 | 17,655,028,764 | 75% | ||
harmony.art | 0 | 486,832,212 | 75% | ||
silviq93 | 0 | 4,155,772,000 | 75% | ||
alvarezjessica | 0 | 17,569,684,279 | 100% | ||
mihaylov | 0 | 9,183,032,382 | 37.5% | ||
vaketo | 0 | 5,954,528,769 | 75% | ||
mobluesbetter | 0 | 6,545,411,469 | 75% | ||
kustev.chef | 0 | 1,990,948,281 | 75% | ||
bobi.stefanov | 0 | 1,984,656,097 | 75% | ||
alandesign | 0 | 2,342,039,485 | 100% | ||
adamada.stem | 0 | 3,090,678,606 | 100% | ||
vpetrow | 0 | 716,610,026 | 75% | ||
kateto.anna | 0 | 2,234,045,778 | 75% | ||
mmanolev33 | 0 | 8,728,045,906 | 75% | ||
guru33 | 0 | 1,753,103,108 | 75% | ||
demanouil | 0 | 610,442,672 | 75% | ||
anioiicko | 0 | 926,267,900 | 75% | ||
nik.valchev79 | 0 | 737,306,686 | 75% | ||
dakothelion | 0 | 3,141,999,704 | 75% | ||
wearealive | 0 | 842,240,649 | 6% | ||
moshkoto | 0 | 938,821,582 | 75% | ||
valthy | 0 | 445,908,728 | 100% | ||
hexagono6 | 0 | 6,683,992,495 | 50% | ||
trouvaille | 0 | 11,294,122,943 | 50% | ||
yaponeca23 | 0 | 741,634,068 | 67.5% | ||
hmviolinista | 0 | 592,323,727 | 50% | ||
victordumont | 0 | 8,359,021,610 | 100% | ||
norokochan | 0 | 3,650,412,431 | 100% | ||
edinson001 | 0 | 1,035,528,389 | 100% | ||
hive-bulgaria | 0 | 21,308,538,086 | 75% | ||
hive-test-bg | 0 | 1,660,751,773 | 75% | ||
caribayarte | 0 | 7,947,517,021 | 100% | ||
maykk | 0 | 225,519,970 | 50% | ||
yeidelyt | 0 | 3,350,368,025 | 100% | ||
ele.art | 0 | 1,922,343,066 | 100% | ||
edcraft | 0 | 945,182,145 | 100% | ||
jdike | 0 | 6,457,609,954 | 100% | ||
cirangela | 0 | 13,677,549,979 | 100% | ||
helencct | 0 | 1,776,687,219 | 100% | ||
flaxz.alive | 0 | 577,777,852 | 15% | ||
krrizjos18 | 0 | 4,416,370,019 | 50% | ||
holovision.stem | 0 | 392,826,874 | 100% | ||
iegg | 0 | 2,104,632,562 | 100% | ||
projectmamabg | 0 | 5,062,365,490 | 10% | ||
snedeva | 0 | 1,849,949,979 | 5% | ||
dontcare89 | 0 | 29,773,638,138 | 15% | ||
mimtan | 0 | 837,095,806 | 75% | ||
beysyd | 0 | 7,964,994,240 | 50% | ||
ferbu | 0 | 7,557,310,429 | 100% | ||
gogododo | 0 | 1,116,856,954 | 37.5% | ||
catgod | 0 | 1,629,214,700 | 37.5% | ||
yoieuqudniram | 0 | 3,180,839,274 | 37.5% | ||
asderhz | 0 | 3,609,964,915 | 50% | ||
violetaperez | 0 | 645,452,161 | 50% | ||
fartunku | 0 | 1,410,630,367 | 37.5% | ||
solominer.stem | 0 | 804,971,351 | 100% | ||
fabianar25 | 0 | 888,143,653 | 50% | ||
ikolef | 0 | 1,601,796,253 | 75% | ||
mairimgo23 | 0 | 17,861,458,176 | 100% | ||
tammie.brown | 0 | 4,982,614,814 | 75% | ||
lycan1703 | 0 | 1,715,806,813 | 25% | ||
gislandpoetic | 0 | 1,460,413,042 | 50% | ||
sannae.art | 0 | 886,054,660 | 100% | ||
ecency-bulgaria | 0 | 1,894,399,988 | 75% | ||
ronymaffi | 0 | 2,440,627,835 | 100% | ||
flquin | 0 | 4,540,186,211 | 45% | ||
shakavon | 0 | 728,523,868 | 50% | ||
miguelstar | 0 | 4,863,991,104 | 100% | ||
mitaka2001 | 0 | 1,316,453,748 | 75% | ||
amaillo | 0 | 2,778,114,886 | 20% | ||
kuroi | 0 | 8,938,405,923 | 100% | ||
hyun-soo | 0 | 1,927,876,083 | 37.5% | ||
dimitrov93 | 0 | 778,820,623 | 75% | ||
rzc24-nftbbg | 0 | 868,193,185 | 1.5% | ||
tub3r0 | 0 | 614,299,804 | 37.5% | ||
tomasjurado | 0 | 670,241,413 | 50% | ||
alan8a | 0 | 1,127,199,716 | 50% | ||
antoniohive.vibe | 0 | 4,526,350,976 | 75% | ||
theargirova | 0 | 19,770,720,516 | 75% | ||
culebro | 0 | 1,990,634,379 | 16.66% | ||
andre-marg25 | 0 | 4,337,299,340 | 100% | ||
xpax120 | 0 | 1,043,986,956 | 100% | ||
deimage | 0 | 4,699,963,765 | 17.5% | ||
didivelikova | 0 | 7,778,331,174 | 75% | ||
rickyuribe | 0 | 5,710,025,182 | 100% | ||
carmary | 0 | 3,554,199,801 | 100% | ||
theshot2414 | 0 | 1,469,449,929 | 3.1% | ||
paula1411 | 0 | 715,689,443 | 100% | ||
ehizgabriel | 0 | 721,283,820 | 37.5% | ||
susurrodmisterio | 0 | 8,019,678,379 | 50% | ||
esalcedo | 0 | 150,215,150,363 | 100% | ||
josewilchez | 0 | 1,798,036,058 | 100% | ||
listnerds | 0 | 32,665,577,887 | 20% | ||
saboin.alive | 0 | 88,857,077 | 15% | ||
amjdancer | 0 | 1,384,455,391 | 100% | ||
sagarkothari88 | 0 | 65,133,471,541 | 5% | ||
jennivic | 0 | 1,655,847,989 | 50% | ||
stefy.music | 0 | 6,346,065,367 | 50% | ||
giliqn | 0 | 1,169,488,195 | 75% | ||
gsbilbao | 0 | 3,199,746,612 | 100% | ||
kalib | 0 | 10,691,753,790 | 100% | ||
palomap3 | 0 | 48,412,655,909 | 38.21% | ||
dancho90 | 0 | 783,022,703 | 75% | ||
iliev26 | 0 | 18,910,724,776 | 75% | ||
neruel | 0 | 2,190,292,150 | 5% | ||
jerusa777 | 0 | 1,308,807,397 | 15% | ||
abaddon15 | 0 | 5,736,668,761 | 100% | ||
tanq64 | 0 | 3,233,802,619 | 75% | ||
crisch23 | 0 | 14,619,557,394 | 50% | ||
abejaobrera | 0 | 6,920,655,883 | 100% | ||
gerardoguacaran | 0 | 568,240,245 | 15.3% | ||
blesker | 0 | 730,101,308 | 100% | ||
ricardoeloy | 0 | 1,266,228,749 | 25% | ||
caracasprin | 0 | 2,290,698,739 | 50% | ||
magic.bee | 0 | 128,259,629 | 100% | ||
visualblock | 0 | 310,752,201,627 | 100% | ||
kam5iz | 0 | 4,583,157,067 | 30% | ||
universodaniel | 0 | 3,751,706,911 | 50% | ||
mryoung1979 | 0 | 6,223,890,628 | 50% | ||
mercury27 | 0 | 752,312,049 | 15.3% | ||
poplar-22 | 0 | 769,644,109 | 3.75% | ||
mukadder | 0 | 788,004,770 | 3.43% | ||
mortsanchezzz | 0 | 1,166,040,524 | 50% | ||
eollarvesm | 0 | 3,835,731,789 | 50% | ||
ctptips | 0 | 2,130,572,004 | 15% | ||
hiversbqto | 0 | 5,980,886,355 | 100% | ||
belena2128 | 0 | 1,576,521,209 | 15.3% | ||
hispaliterario | 0 | 2,818,952,442 | 100% | ||
mrbear3459cr | 0 | 590,876,540 | 75% | ||
leogomez1414 | 0 | 2,776,098,928 | 50% | ||
tuba777 | 0 | 2,234,995,567 | 50% | ||
nahuelgameplays | 0 | 1,182,835,289 | 50% | ||
visual.alive | 0 | 966,033,331 | 100% | ||
flywithmarlin | 0 | 3,525,500,150 | 50% | ||
larosa007 | 0 | 821,888,446 | 100% | ||
dhedge.pob | 0 | 0 | 9.82% | ||
stem-shturm | 0 | 436,288,081 | 100% | ||
ojsuarez2 | 0 | 869,985,299 | 100% | ||
thehivemobileapp | 0 | 41,358,695,323 | 5% | ||
dhedge.bonus | 0 | 6,658,173,266 | 9.82% | ||
language-scanner | 0 | 5,101,740,808 | 10% | ||
soylegionario | 0 | 1,083,652,658 | 50% | ||
scamforest | 0 | 2,382,558,845 | 2.5% | ||
ruthmarquez | 0 | 1,468,575,368 | 100% | ||
dhedge.alive | 0 | 0 | 9.82% | ||
dhedge.stem | 0 | 0 | 9.82% | ||
dhedge.ctp | 0 | 0 | 9.82% |
<div class"text-justify"> >Tu publicacion ha sido votada por el Trail de CAPYBARAEXCHANGE por contenido excepcional y formar parte de nuestra comunidad de usuarios activos. >***Unete a [nuestro canal de discord](https://discord.gg/zFPWeVK) en d贸nde podr谩s conocer mas acerca de nuestras operaciones y servicios. registrate ingresando en [capybaraexchange](https://capybaraexchange.com/register) para disfrutar del servicio*** **Si quieres formar parte de nuestro trail de curaci贸n, ingresa a HIVEVOTE, haciendo clic en la imagen del capybara aristocratico. Capybaraexchange tu casa de cambio, rapida, confiable y segura** </div> <center> [](https://hive.vote/dash.php?i=1&trail=takeru255) </center>
author | capybaraexchange |
---|---|
permlink | re-alberto0607-rwngeh |
category | hive-154226 |
json_metadata | {"tags":["hive-154226"],"app":"peakd/2023.6.5"} |
created | 2023-06-22 10:13:39 |
last_update | 2023-06-22 10:13:39 |
depth | 1 |
children | 0 |
last_payout | 2023-06-29 10:13: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 | 804 |
author_reputation | 7,693,189,992,752 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,674,593 |
net_rshares | 0 |
La informaci贸n nos hace libre. Igualmente pasa con las delegaciones. La forma transparente y determinante del c谩lculo de recompensa en la generaci贸n de contenido a trav茅s de HP est谩 ah铆 en un script y libre para quien desee informarse. Genial!
author | cristino-wist |
---|---|
permlink | re-alberto0607-202418t175038651z |
category | hive-154226 |
json_metadata | {"type":"comment","tags":["hive-154226","python","code","software","stemsocial","stem","ctp","proofofbrain","tribes","aliveandthriving"],"app":"ecency/3.0.44-mobile","format":"markdown+html"} |
created | 2024-01-08 21:50:42 |
last_update | 2024-01-08 21:50:42 |
depth | 1 |
children | 0 |
last_payout | 2024-01-15 21:50: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 | 243 |
author_reputation | 240,973,542,277 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 130,329,255 |
net_rshares | 0 |
<center></center><br><br>This post has been selected for upvote from our token accounts by @melinda010100! Based on your tags you received upvotes from the following account(s):<br> <br>- @dhedge.bonus<br>- @dhedge.ctp<br>- @dhedge.pob<br>- @dhedge.alive<br>- @dhedge.stem<br><br>@melinda010100 has 13 vote calls left today.<br><br>Hold 10 or more DHEDGE to unlock daily dividends and gain access to upvote rounds on your posts from @dhedge. Hold 100 or more DHEDGE to unlock thread votes. Calling in our curation accounts currently has a minimum holding requirement of 150 DHEDGE. The more DHEDGE you hold, the higher upvote you can call in. [Buy DHEDGE on Tribaldex](https://tribaldex.com/trade/DHEDGE) or earn some daily by joining one of our many delegation pools at [app.dhedge.cc](https://app.dhedge.cc).
author | dhedge |
---|---|
permlink | re-script-en-python-calcular-y-20230623t151545z |
category | hive-154226 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2023-06-23 15:15:45 |
last_update | 2023-06-23 15:15:45 |
depth | 1 |
children | 0 |
last_payout | 2023-06-30 15:15: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 | 875 |
author_reputation | 5,003,962,900,629 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,711,873 |
net_rshares | 0 |
Congratulations, your post has been upvoted by @dsc-r2cornell, which is the curating account for @R2cornell's Discord Community. <center>Curated by Blessed-girl</center> <center></center> Enhorabuena, su "post" ha sido "up-voted" por @dsc-r2cornell, que es la "cuenta curating" de la Comunidad de la Discordia de @R2cornell. ### <center>[Visit our Discord - Visita nuestro Discord](https://discord.gg/rsRGDhC)</center>
author | dsc-r2cornell |
---|---|
permlink | rwomf0 |
category | hive-154226 |
json_metadata | {"users":["dsc-r2cornell","r2cornell"],"image":["https://cdn.steemitimages.com/DQmTwPSK52pG2QZmyNE2XHeEtuHCNSpRwmTGY7wMaWbTp8A/r2cornell_curation_banner.png"],"links":["https://discord.gg/rsRGDhC"],"app":"hiveblog/0.1"} |
created | 2023-06-23 01:21:00 |
last_update | 2023-06-23 01:21:00 |
depth | 1 |
children | 0 |
last_payout | 2023-06-30 01:21: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 | 561 |
author_reputation | 54,731,360,946,667 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,696,805 |
net_rshares | 0 |
**Yay!** 馃<br>Your content has been **boosted with Ecency Points**, by @alberto0607. <br>Use Ecency daily to boost your growth on platform! <br><br><b>Support Ecency</b><br>[Vote for new Proposal](https://hivesigner.com/sign/update-proposal-votes?proposal_ids=%5B245%5D&approve=true)<br>[Delegate HP and earn more](https://ecency.com/hive-125125/@ecency/daily-100-curation-rewards)
author | ecency |
---|---|
permlink | re-2023623t2462849z |
category | hive-154226 |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.20-welcome","format":"markdown+html"} |
created | 2023-06-23 02:46:03 |
last_update | 2023-06-23 02:46:03 |
depth | 1 |
children | 0 |
last_payout | 2023-06-30 02:46: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 | 381 |
author_reputation | 613,589,286,978,643 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,698,171 |
net_rshares | 0 |
Technology is one of the most powerful tools in the development of the Hive projects as enumerated above by @alberto0607
author | essygold1 |
---|---|
permlink | re-alberto0607-2023710t51510980z |
category | hive-154226 |
json_metadata | {"tags":["hive-154226","python","code","software","stemsocial","stem","ctp","proofofbrain","tribes","aliveandthriving"],"app":"ecency/3.0.34-vision","format":"markdown+html"} |
created | 2023-07-10 04:15:12 |
last_update | 2023-07-10 04:15:12 |
depth | 1 |
children | 0 |
last_payout | 2023-07-17 04:15:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 120 |
author_reputation | 7,541,693,987,178 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,193,803 |
net_rshares | 0 |
Que 茅pico! Python es bastante vers谩til jaja, lo he visto en un mont贸n de aplicaciones. Gracias por tus esfuerzos en apoyo a la comunidad hispana :D
author | gabrielr29 |
---|---|
permlink | re-alberto0607-rwywjv |
category | hive-154226 |
json_metadata | {"tags":["hive-154226"],"app":"peakd/2023.6.5"} |
created | 2023-06-28 14:35:57 |
last_update | 2023-06-28 14:35:57 |
depth | 1 |
children | 1 |
last_payout | 2023-07-05 14:35: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 | 147 |
author_reputation | 37,494,667,324,058 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,855,704 |
net_rshares | 0 |
Muchas gracias amigo.
author | alberto0607 |
---|---|
permlink | re-gabrielr29-2023628t152844835z |
category | hive-154226 |
json_metadata | {"tags":["hive-154226"],"app":"ecency/3.0.33-vision","format":"markdown+html"} |
created | 2023-06-28 20:28:45 |
last_update | 2023-06-28 20:28:45 |
depth | 2 |
children | 0 |
last_payout | 2023-07-05 20:28: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 | 22 |
author_reputation | 85,381,778,745,006 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,865,059 |
net_rshares | 0 |
<center></center> <center><sub>脷nete a la comunidad Web3 en espa帽ol y su testigo activo para impulsar la colaboraci贸n descentralizada. Conectamos, fortalecemos y amplificamos voces. Juntos construimos el futuro digital.</sub></center> --- <sub>Sigue, contacta y se parte del testigo en: // Follow, contact and be part of the witness in:</sub> <center> |<sub><center>[Hive](https://ecency.com/@hispapro)</center></sub>|<sub><center>[Discord](https://discord.gg/tXTD3B6xvZ)</center></sub>|<sub><center>[Twitter](https://twitter.com/hispapro)</center></sub>| -|-|- |<sub><center>[FanBase](https://hive.vote/dash.php?fan=hispapro&i=2)</center></sub>|<sub><center>[Trail](https://hive.vote/dash.php?trail=hispapro&i=1)</center></sub>|<sub><center>Delegaciones: [10 - ](https://hivesigner.com/sign/delegateVestingShares?delegatee=hispapro&vesting_shares=10%20HP)[50 - ](https://hivesigner.com/sign/delegateVestingShares?delegatee=hispapro&vesting_shares=50%20HP)[100 - ](https://hivesigner.com/sign/delegateVestingShares?delegatee=hispapro&vesting_shares=100%20HP)[500](https://hivesigner.com/sign/delegateVestingShares?delegatee=hispapro&vesting_shares=500%20HP)</center></sub>| </center> <center></center> ## <center><sub><div class= "phishy">***Vota por el testigo @Hispapro*** // ***Vote for the @Hispapro witness*** </div></sub></center> ###### [Keychan](https://vote.hive.uno/@hispapro) - [Hive.blog](https://wallet.hive.blog/~witnesses) - [Ecency](https://ecency.com/witnesses) - [Peakd](https://peakd.com/me/witnesses)
author | hispapro |
---|---|
permlink | re-alberto0607-2023621t172210884z |
category | hive-154226 |
json_metadata | {"tags":["hive-154226","python","code","software","stemsocial","stem","ctp","proofofbrain","tribes","aliveandthriving"],"app":"ecency/3.0.32-vision","format":"markdown+html"} |
created | 2023-06-21 21:22:12 |
last_update | 2023-06-21 21:22:12 |
depth | 1 |
children | 0 |
last_payout | 2023-06-28 21:22: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 | 1,713 |
author_reputation | 667,813,436,071,046 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,661,538 |
net_rshares | 0 |
yo tambien puedo apoyar asi ? !PIZZA
author | lismarcarolina2 |
---|---|
permlink | re-alberto0607-rwollj |
category | hive-154226 |
json_metadata | {"tags":["hive-154226"],"app":"peakd/2023.6.5"} |
created | 2023-06-23 01:03:21 |
last_update | 2023-06-23 01:03:21 |
depth | 1 |
children | 3 |
last_payout | 2023-06-30 01:03: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 | 36 |
author_reputation | 57,670,993,192,462 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,696,377 |
net_rshares | 112,703,553 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 112,703,553 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
馃
author | alberto0607 |
---|---|
permlink | re-lismarcarolina2-2023622t20456559z |
category | hive-154226 |
json_metadata | {"tags":["hive-154226"],"app":"ecency/3.0.32-vision","format":"markdown+html"} |
created | 2023-06-23 01:04:57 |
last_update | 2023-06-23 01:04:57 |
depth | 2 |
children | 1 |
last_payout | 2023-06-30 01:04: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 | 1 |
author_reputation | 85,381,778,745,006 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,696,412 |
net_rshares | 112,316,028 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 112,316,028 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
馃槙
author | lismarcarolina2 |
---|---|
permlink | re-alberto0607-rwolye |
category | hive-154226 |
json_metadata | {"tags":["hive-154226"],"app":"peakd/2023.6.5"} |
created | 2023-06-23 01:11:03 |
last_update | 2023-06-23 01:11:03 |
depth | 3 |
children | 0 |
last_payout | 2023-06-30 01:11: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 | 1 |
author_reputation | 57,670,993,192,462 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,696,542 |
net_rshares | 112,509,674 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 112,509,674 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
@lismarcarolina2, sorry! You need more to stake more $PIZZA to use this command. The minimum requirement is 20.0 PIZZA staked. More $PIZZA is available from [Hive-Engine](https://hive-engine.com/?p=market&t=PIZZA) or [Tribaldex](https://tribaldex.com/trade/PIZZA)
author | pizzabot |
---|---|
permlink | re-re-alberto0607-rwollj-20230623t010344z |
category | hive-154226 |
json_metadata | "{"app": "pizzabot"}" |
created | 2023-06-23 01:03:45 |
last_update | 2023-06-23 01:03:45 |
depth | 2 |
children | 0 |
last_payout | 2023-06-30 01:03: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 | 266 |
author_reputation | 7,436,786,204,887 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,696,390 |
net_rshares | 0 |
Onward and Upward! Nicely Done! !DHEDGE
author | melinda010100 |
---|---|
permlink | re-alberto0607-2023623t101536233z |
category | hive-154226 |
json_metadata | {"tags":["hive-154226","python","code","software","stemsocial","stem","ctp","proofofbrain","tribes","aliveandthriving"],"app":"ecency/3.0.41-mobile","format":"markdown+html"} |
created | 2023-06-23 15:15:33 |
last_update | 2023-06-23 15:15:33 |
depth | 1 |
children | 1 |
last_payout | 2023-06-30 15:15: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 | 40 |
author_reputation | 1,039,931,404,518,318 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,711,868 |
net_rshares | 112,123,980 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 112,123,980 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
Thank you so much! And grateful to you for all the support.
author | alberto0607 |
---|---|
permlink | re-melinda010100-2023623t101659994z |
category | hive-154226 |
json_metadata | {"tags":["hive-154226","python","code","software","stemsocial","stem","ctp","proofofbrain","tribes","aliveandthriving"],"app":"ecency/3.0.32-vision","format":"markdown+html"} |
created | 2023-06-23 15:17:00 |
last_update | 2023-06-23 15:17:00 |
depth | 2 |
children | 0 |
last_payout | 2023-06-30 15:17: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 | 59 |
author_reputation | 85,381,778,745,006 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,711,920 |
net_rshares | 111,930,797 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 111,930,797 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
!ALIVE !VSC !PGM
author | oscarps |
---|---|
permlink | re-alberto0607-2023621t224958381z |
category | hive-154226 |
json_metadata | {"tags":["hive-154226","python","code","software","stemsocial","stem","ctp","proofofbrain","tribes","aliveandthriving"],"app":"ecency/3.0.32-vision","format":"markdown+html"} |
created | 2023-06-21 20:50:00 |
last_update | 2023-06-21 20:50:00 |
depth | 1 |
children | 3 |
last_payout | 2023-06-28 20:50: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 | 16 |
author_reputation | 430,777,015,489,433 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,660,731 |
net_rshares | 0 |
<center>Sent 0.1 PGM - 0.1 LVL- 1 STARBITS - 0.05 DEC - 1 SBT - 0.1 THG - 0.000001 SQM - 0.1 BUDS - 0.01 WOO tokens </center> <center><sub>remaining commands 3</sub></center> **BUY AND STAKE THE PGM TO SEND A LOT OF TOKENS!** The tokens that the command sends are: 0.1 PGM-0.1 LVL-0.1 THGAMING-0.05 DEC-15 SBT-1 STARBITS-[0.00000001 BTC (SWAP.BTC) only if you have 2500 PGM in stake or more ] 5000 PGM IN STAKE = 2x rewards!  Discord [](https://discord.gg/KCvuNTEjWw) Support the curation account @ pgm-curator with a delegation [10 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhdG9yIiwidmVzdGluZ19zaGFyZXMiOiIxMCJ9XQ..) - [50 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhdG9yIiwidmVzdGluZ19zaGFyZXMiOiI1MCJ9XQ..) - [100 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhb3RyIiwidmVzdGluZ19zaGFyZXMiOiIxMDAifV0.) - [500 HP](https://hivesigner.com/sign/op/WyJkZWxlZ2F0ZV92ZXN0aW5nX3NoYXJlcyIseyJkZWxlZ2F0b3IiOiJfX3NpZ25lciIsImRlbGVnYXRlZSI6InBnbS1jdXJhdG9yIiwidmVzdGluZ19zaGFyZXMiOiI1MDAifV0.) - [1000 HP](https://hivesigner.com/sign/op/WyJ0cmFuc2Zlcl90b192ZXN0aW5nIix7ImZyb20iOiJfX3NpZ25lciIsInRvIjoicGdtLWN1cmF0b3IiLCJhbW91bnQiOiIxMDAwIn1d) Get **potential** votes from @ pgm-curator by paying in PGM, here is a [guide](https://peakd.com/hive-146620/@zottone444/pay-1-pgm-and-get-4-votes-itaegn) <sub>I'm a bot, if you want a hand ask @ zottone444</sub> ***
author | pgm-curator |
---|---|
permlink | pgm-curatoroscarps1687380615336 |
category | hive-154226 |
json_metadata | {"tags":[],"app":"pgm/0.1","format":"markdown+html"} |
created | 2023-06-21 20:50:15 |
last_update | 2023-06-21 20:50:15 |
depth | 2 |
children | 0 |
last_payout | 2023-06-28 20:50: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 | 1,902 |
author_reputation | 3,409,490,822,394 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,660,739 |
net_rshares | 0 |
<center> <img src="https://cdn.discordapp.com/attachments/1066793121372971078/1069442515960340530/Picsart_23-01-21_13-21-28-055.jpg"> <sub>@oscarps has sent VSC to @alberto0607</sub> <sub>This post was rewarded with 0.1 VSC to support your work. Join our photography community<A HREF="https://peakd.com/c/hive-132248/created"><STRONG>Visual Shots</STRONG></A> Check here to <A HREF="https://hive-engine.com/trade/VSC"><STRONG>view or trade VSC Tokens</STRONG></A> Be part of our <A HREF="https://hive.vote/dash.php?trail=visualshots&i=1"><STRONG>Curation Trail</STRONG></A></sub> --- <sub>@oscarps ha enviado VSC a @alberto0607</sub> <sub>脡ste post fue recompensado con 0.1 VSC para apoyar tu trabajo. 脷nete a nuestra comunidad de fotograf铆a <A HREF="https://peakd.com/c/hive-132248/created"><STRONG>Visual Shots</STRONG></A> Consulte aqu铆 para <A HREF="https://hive-engine.com/trade/VSC"><STRONG>ver o intercambiar VSC Tokens</STRONG></A> Se parte de nuestro <A HREF="https://hive.vote/dash.php?trail=visualshots&i=1"><STRONG>Trail de Curaci贸n</STRONG></A></sub> </center> --- <center>Uses: 2/10</center>
author | visualbot |
---|---|
permlink | re-oscarps-re-alberto0607-2023621t224958381z-20230621t205007409z |
category | hive-154226 |
json_metadata | {"app":"hive-bot/0.6.3"} |
created | 2023-06-21 20:50:09 |
last_update | 2023-06-21 20:50:09 |
depth | 2 |
children | 0 |
last_payout | 2023-06-28 20:50: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 | 1,114 |
author_reputation | 734,995,980,039 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,660,734 |
net_rshares | 0 |
<center><p>@alberto0607! <b>You Are Alive</b> so I just staked 0.1 <b>$ALIVE</b> to your account on behalf of @oscarps. <sub>(2/10)</sub></p> <p>The tip has been paid for by the <a href="https://www.wearealiveand.social/">We Are Alive Tribe</a> through the earnings on @alive.chat, feel free to swing by our daily chat any time you want, plus you can win Hive Power and Alive Power delegations and Ecency Points in our chat every day. <br /> <img src="https://i.imgur.com/p2WXJLn.png"></p></center>
author | youarealive |
---|---|
permlink | re-re-alberto0607-2023621t224958381z-20230621t205018z |
category | hive-154226 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2023-06-21 20:50:18 |
last_update | 2023-06-21 20:50:18 |
depth | 2 |
children | 0 |
last_payout | 2023-06-28 20:50: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 | 498 |
author_reputation | 10,879,217,502,976 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,660,740 |
net_rshares | 0 |
<center>PIZZA! $PIZZA slices delivered: @sacra97<sub>(5/10)</sub> tipped @alberto0607 </center>
author | pizzabot |
---|---|
permlink | re-script-en-python-calcular-y-20230622t104527z |
category | hive-154226 |
json_metadata | "{"app": "pizzabot"}" |
created | 2023-06-22 10:45:27 |
last_update | 2023-06-22 10:45:27 |
depth | 1 |
children | 0 |
last_payout | 2023-06-29 10:45:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 100 |
author_reputation | 7,436,786,204,887 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,675,164 |
net_rshares | 0 |
https://leofinance.io/threads/hispapro/re-hispapro-294hdgtnj <sub> The rewards earned on this comment will go directly to the people ( hispapro ) sharing the post on LeoThreads,LikeTu,dBuzz.</sub>
author | poshthreads | ||||||
---|---|---|---|---|---|---|---|
permlink | re-alberto0607-script-en-python-calcular-y-1168 | ||||||
category | hive-154226 | ||||||
json_metadata | "{"app":"Poshtoken 0.0.2","payoutToUser":["hispapro"]}" | ||||||
created | 2023-06-21 23:04:24 | ||||||
last_update | 2023-06-21 23:04:24 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2023-06-28 23:04:24 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.022 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 197 | ||||||
author_reputation | 415,471,585,053,248 | ||||||
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 0 | ||||||
post_id | 124,663,609 | ||||||
net_rshares | 98,221,371,003 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
poshtoken | 0 | 97,267,006,575 | 1% | ||
nomnomnomnom | 0 | 954,364,428 | 1% |
Parece un completo programa que cubre todas las bases sin duda alguna, debe aliviar y mejorar la forma de entregar recompensas de delegaci贸n. Poniendo esos conocimientos a funcionar, debi贸 llevarte muchas horas de trabajo pero la recompensa esta all铆 lista. Much铆simo 茅xito @alberto0607 un abrazo
author | sacra97 |
---|---|
permlink | re-alberto0607-2023622t64226783z |
category | hive-154226 |
json_metadata | {"tags":["hive-154226","python","code","software","stemsocial","stem","ctp","proofofbrain","tribes","aliveandthriving"],"app":"ecency/3.0.32-vision","format":"markdown+html"} |
created | 2023-06-22 10:42:27 |
last_update | 2023-06-22 10:42:27 |
depth | 1 |
children | 1 |
last_payout | 2023-06-29 10:42:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 299 |
author_reputation | 442,783,513,113,506 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,675,107 |
net_rshares | 138,719,468 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 138,719,468 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
Ha sido un proceso de mucho estudio, aprendizaje y satisfacci贸n @sacra97. En realidad ayuda a evitar errores y a ganar tiempo. Adem谩s nos permite ser justos y transparentes con quienes nos apoyan. Una abrazo de vuelta 馃
author | alberto0607 |
---|---|
permlink | re-sacra97-2023622t63625141z |
category | hive-154226 |
json_metadata | {"tags":["hive-154226","python","code","software","stemsocial","stem","ctp","proofofbrain","tribes","aliveandthriving"],"app":"ecency/3.0.32-vision","format":"markdown+html"} |
created | 2023-06-22 11:36:27 |
last_update | 2023-06-22 11:36:27 |
depth | 2 |
children | 0 |
last_payout | 2023-06-29 11:36:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 219 |
author_reputation | 85,381,778,745,006 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,676,139 |
net_rshares | 138,494,370 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 138,494,370 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
Veo que todos te dejaron apoyo, yo estoy aprendiendo a dejar tambi茅n algo de apoyo de token !PIZZA
author | sacra97 |
---|---|
permlink | rwnhui |
category | hive-154226 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2023-06-22 10:44:42 |
last_update | 2023-06-22 10:44:42 |
depth | 1 |
children | 1 |
last_payout | 2023-06-29 10:44: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 | 100 |
author_reputation | 442,783,513,113,506 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,675,148 |
net_rshares | 118,661,105 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 118,661,105 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
Muchas gracias !CTP
author | alberto0607 |
---|---|
permlink | re-sacra97-2023622t63658338z |
category | hive-154226 |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.32-vision","format":"markdown+html"} |
created | 2023-06-22 11:37:00 |
last_update | 2023-06-22 11:37:00 |
depth | 2 |
children | 0 |
last_payout | 2023-06-29 11:37:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 85,381,778,745,006 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,676,147 |
net_rshares | 118,460,077 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 118,460,077 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
@tipu curate 8
author | yonnathang |
---|---|
permlink | re-alberto0607-2023621t23552753z |
category | hive-154226 |
json_metadata | {"tags":["hive-154226","python","code","software","stemsocial","stem","ctp","proofofbrain","tribes","aliveandthriving"],"app":"ecency/3.0.32-vision","format":"markdown+html"} |
created | 2023-06-22 03:55:27 |
last_update | 2023-06-22 03:55:27 |
depth | 1 |
children | 2 |
last_payout | 2023-06-29 03:55:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 373,434,795,535,877 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,668,696 |
net_rshares | 0 |
Gracias @yonnathang
author | alberto0607 |
---|---|
permlink | re-yonnathang-2023621t23328648z |
category | hive-154226 |
json_metadata | {"tags":["hive-154226","python","code","software","stemsocial","stem","ctp","proofofbrain","tribes","aliveandthriving"],"app":"ecency/3.0.32-vision","format":"markdown+html"} |
created | 2023-06-22 04:03:30 |
last_update | 2023-06-22 04:03:30 |
depth | 2 |
children | 0 |
last_payout | 2023-06-29 04:03: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 | 20 |
author_reputation | 85,381,778,745,006 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,668,802 |
net_rshares | 138,944,836 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 138,944,836 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% |
<a href="https://tipu.online/hive_curator?yonnathang" target="_blank">Upvoted 👌</a> (Mana: 0/75) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
author | tipu |
---|---|
permlink | re-re-alberto0607-2023621t23552753z-20230622t035533z |
category | hive-154226 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2023-06-22 03:55:33 |
last_update | 2023-06-22 03:55:33 |
depth | 2 |
children | 0 |
last_payout | 2023-06-29 03:55: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 | 217 |
author_reputation | 55,900,783,339,499 |
root_title | "Script en Python - Calcular y transferir las recompensas de curaci贸n a los delegadores 馃嚜馃嚫 馃嚭馃嚫" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 124,668,698 |
net_rshares | 0 |