<img src="https://files.peakd.com/file/peakd-hive/codebydoble/ALEaXzCvKgJW4mQD5N3tTQUvdNrHom9Ay3aAZtjvnwkB7hP8KpsHNRMntH918Va.png" alt="Poster feature convert"> On May 19, 2024, the article <a href="https://peakd.com/hive-10053/@hivecuba/hive-cuba-p2p-open-source">Hive Cuba's P2P opens to everyone - Open Source</a> was published in the Hive Cuba Community. The HiveCubaP2P project code was released on <a href="https://github.com/Ertytux/Hive_P2P_Bot">Github</a> under the MIT license. This release allowed developers to contribute to the development, maintenance and factorization of the project code. <blockquote> El 19 de mayo de 2024 se publicó en la Comunidad de Hive Cuba el artículo <a href="https://peakd.com/hive-10053/@hivecuba/hive-cuba-p2p-open-source">El P2P de Hive Cuba se abre a todos - OpenSource</a>. El código del proyecto HiveCubaP2P fue liberado en <a href="https://github.com/Ertytux/Hive_P2P_Bot">Github</a> bajo la licencia MIT. Esta liberación permitió a los desarrolladores contribuir al desarrollo, mantenimiento y factorización del código del proyecto. </blockquote> <a href="https://t.me/HiveCuBaP2P_Bot">HiveCubaP2P</a> is a Telegram bot for P2P peer-to-peer exchange of HIVE or HBD with FIAT or other values. It is based on a mechanism of escrow guaranteed by the @hivecuba.p2p account trusted and supported by the HIVE Cuba community. It has zero commissions for users who have a subscription delegation.<br> <div class="pull-right"> <a href="https://peakd.com/@ertytux">Ertytux</a> </div> <br> <blockquote> <a href="https://t.me/HiveCuBaP2P_Bot">HiveCubaP2P</a> es un bot de Telegram para el intercambio P2P peer-to-peer de HIVE o HBD con FIAT u otros valores. Se basa en un mecanismo de depósito en garantía garantizado por la cuenta @hivecuba.p2p, de confianza y con el respaldo de la comunidad HIVE Cuba. Tiene cero comisiones para los usuarios que tengan una delegación de suscripción.<br> <div class="pull-right"> <a href="https://peakd.com/@ertytux">Ertytux</a> </div> <br> </blockquote> Reading your roadmap, I understand that, although it is a project that is consolidating and is used and accepted by the Cuban Hive community, it still needs developers to evolve and make the access curve much simpler. <blockquote> Leyendo su roadmap comprendo que, aunque es un proyecto que se consolida y es utilizado y aceptado por la comunidad cubana de Hive aún necesita de desarrolladores para evolucionar y que la curva de acceso sea mucho más sencilla. </blockquote> <h2>Roadmap</h2> <ul> <li>Collaborate with other communities.</li> <li>Add support for Sats via @v4vapp</li> <li>Add new functionalities and information elements to users.</li> <li>Implement buttons to improve usability.</li> <li>Implement a way to keep the exchange inside the bot always.</li> <li>Create a webapp that frees us from depending on Telegram.</li> <li>Add new languages if necessary.</li> <li>Add other collateral services and promote community services in favor of the adoption of HIVE/HBD/SAT.</li> </ul> <blockquote> <h2>Roadmap</h2> <ul> <li>Colaborar con otras comunidades.</li> <li>Añadir soporte para Sats vía @v4vapp</li> <li>Añadir nuevas funcionalidades y elementos de información a los usuarios.</li> <li>Implementar botones para mejorar la usabilidad.</li> <li>Implementar una forma de mantener el intercambio dentro del bot siempre.</li> <li>Crear una webapp que nos libere de depender de Telegram.</li> <li>Añadir nuevos idiomas si es necesario.</li> <li>Añadir otros servicios colaterales y promover servicios comunitarios a favor de la adopción de HIVE/HBD/SAT.</li> </ul> </blockquote> One of the functionalities that are recurrent in P2P exchange bots is to integrate a currency converter that allows you to see updated prices or calculate the estimated conversion from one currency to another without leaving Telegram. I got to work by making a fork of the project on Github. To do this, I followed the collaboration guide in the <a href="https://github.com/Ertytux/Hive_P2P_Bot/blob/main/README.md">README.md</a> <h2>Guideline</h2> <ul> <li>Cloning the Bot project</li> </ul> <pre> git clone https://github.com/Ertytux/Hive_P2P_Bot.git </pre> <ul> <li>Create an exclusive virtual environment</li> </ul> <pre> cd Hive_P2P_Bot python3 -m venv env </pre> <ul> <li>Activate the virtual environment</li> </ul> <pre> Windows env\Scripts\activate macOS or Linux env/bin/activate </pre> <ul> <li>Install the packages from the requirements.txt file</li> </ul> <pre> pip install -r requeriment.txt </pre> <ul> <li>Have an account in HIVESQL</li> </ul> <ul> <li>Run and setup into operations the bot with the command:</li> </ul> <pre> Linux or macOS ./run.sh Windows call .env_sample.bat </pre> <blockquote> Una de las funcionalidades que son recurrentes en los bots de intercambio P2P es la de integrar un conversor de divisas que permite ver precios actualizados o calcular la conversión estimada de una moneda a otra sin salir de Telegram. Me puse manos a la obra haciendo un fork del proyecto en Github. Para ello, seguí la guía de colaboración en el archivo <a href="https://github.com/Ertytux/Hive_P2P_Bot/blob/main/README.md">README.md</a> </blockquote> <h2>Guía</h2> <ul> <li>Clonar el proyecto Bot</li> </ul> <pre> git clone https://github.com/Ertytux/Hive_P2P_Bot.git </pre> <ul> <li>Crear un entorno virtual exclusivo</li> </ul> <pre> cd Hive_P2P_Bot python3 -m venv env </pre> <ul> <li>Activar el entorno virtual</li> </ul> <pre> Windows env\Scripts\activate macOS o Linux env/bin/activate </pre> <ul> <li>Instalar los paquetes desde el archivo requirements.txt</li> </ul> <pre> pip install -r requeriment.txt </pre> <ul> <li>Tener una cuenta en HIVESQL</li> </ul> <ul> <li>Ejecutar y configurar el bot en operaciones con el comando:</li> </ul> <pre> Linux o macOS ./run.sh Windows call .env_sample.bat </pre> A new feature in the project consists of modifying the files: rates.py, botengine.py, hcp2pb.py, messages.py <blockquote> Una nueva característica del proyecto consiste en modificar los archivos: rates.py, botengine.py, hcp2pb.py, messages.py </blockquote> <figure> <img src="https://files.peakd.com/file/peakd-hive/codebydoble/23tRt96iGU7F4kkLrgeHfaVs8wSYmUCLFs4CX6RaXteY6wR1b72CQkH2RsmCPf8PsWCa8.png" alt="Hive Cuba Project structure"> <figcaption>HiveCubaP2P project structure</figcaption> </figure> In the rates.py file, the function that is responsible for receiving the amount to be exchanged and the source and destination currencies is added. The currencies available for conversion through APIs (Yadio and Coingecko) are: CUP, USD, MLC, HBD and Hive. <blockquote> En el archivo rates.py se agrega la función que se encarga de recibir el monto a cambiar y las monedas de origen y destino. Las monedas disponibles para conversión a través de APIs (Yadio y Coingecko) son: CUP, USD, MLC, HBD y Hive. </blockquote> <pre> def getExchange(amount:str, coinFrom:str, coinTo:str)->str: """ Convert an amount from one currency to another\n Currency: USD, CUP, MLC, HIVE, HBD """ try: # response = requests.get(yadio_url) urlYadio = 'https://api.yadio.io/convert/' urlYadioRate = 'https://api.yadio.io/exrates/USD' divisorSlash = '/' if (coinFrom.upper() in tkY and coinTo.upper() in tkY): """Exchange Yadio CUP MLC USD from Yadio""" convertUrlYadio = f"{urlYadio}{amount}{divisorSlash}{coinFrom.upper()}{divisorSlash}{coinTo.upper()}" response = requests.get(convertUrlYadio) result = response.json().get('result') rate = response.json().get('rate') msg = f"Amount {coinTo.upper()}: {result:.8f} {coinTo.upper()}\nRate: {rate:.8f} USD" # return exchange_result elif (coinFrom.upper() in tkG and coinTo.upper() in tkG and coinFrom.upper() != coinTo.upper()): """Exchange HBD/Hive from Coingecko""" idxFrom = tkG.get(coinFrom.upper()) idxTo = tkG.get(coinTo.upper()) if idxFrom == 'hive': """Exchange Hive to HBD from Coingecko""" pHive=float(cg.get_price(ids=idxFrom, vs_currencies='usd')[idxFrom]['usd']) vHive=float(amount)*pHive pHBD=float(cg.get_price(ids=idxTo, vs_currencies='usd')[idxTo]['usd']) result=vHive/pHBD msg = f"Amount {coinTo.upper()}: {result:.8f} {coinTo.upper()}\nRate: {pHBD:.8f} USD" #return exchange_result else: """Exchange HBD to Hive from Coingecko""" pHBD=float(cg.get_price(ids=idxFrom, vs_currencies='usd')[idxFrom]['usd']) vHBD=float(amount)*pHBD pHive=float(cg.get_price(ids=idxTo, vs_currencies='usd')[idxTo]['usd']) result=vHBD/pHive msg = f"Amount {coinTo.upper()}: {result:.8f} {coinTo.upper()}\nRate: {pHive:.8f} USD" # return exchange_result elif (coinFrom.upper() in tkY and coinTo.upper() in tkG): """Exchange from Yadio to Coingecko""" response = requests.get(urlYadioRate) pcoin=float(response.json().get('USD').get(coinFrom.upper())) vcoin=float(amount)/pcoin idxTo = tkG.get(coinTo.upper()) pcoinGecko=float(cg.get_price(ids=idxTo, vs_currencies='usd')[idxTo]['usd']) result=vcoin/pcoinGecko msg = f"Amount {coinTo.upper()}: {result:.8f} {coinTo.upper()}\nRate: {pcoinGecko:.8f} USD" elif (coinFrom.upper() in tkG and coinTo.upper() in tkY): """Exchange from Coingecko to Yadio""" response = requests.get(urlYadioRate) idxFrom = tkG.get(coinFrom.upper()) pcoinGecko=float(cg.get_price(ids=idxFrom, vs_currencies='usd')[idxFrom]['usd']) vcoin=float(amount)*pcoinGecko pcoin=float(response.json().get('USD').get(coinTo.upper())) result=vcoin*pcoin msg = f"Amount {coinTo.upper()}: {result:.8f} {coinTo.upper()}\nRate: {pcoin:.8f} USD" else: msg=f"No es posible realizar esa conversión\nIt is not available this exchange!!!" except: msg=f"No esta disponible\nIt is not available!!!" return msg </pre> In the botengine.py file, the convert() function is created that captures the amount of the source currency and the currency to be obtained from the bot front-end using the structure <h3>Structure</h3>/convert 1 HBD CUP <blockquote> En el archivo botengine.py, se crea la función convert() que captura la cantidad de la moneda de origen y la moneda a obtener desde el front-end del bot utilizando la estructura <h3>Estructura</h3> /convert 1 HBD CUP </blockquote> <pre> async def convert(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None: """Convert an amount from one currency to another command /convert\n Command: /convert 1 HBD CUP """ user = update.effective_user scode = getlang(user.language_code) if user.username == '' or user.username == None: await update.message.reply_markdown(messages_statU.get(scode)) return None stext = update.message.text.split() if len(stext) < 4: msg = {'es': 'Comando incorrecto, debe ser por ejemplo: /convert 1 HBD CUP ', 'en': 'Incorrect command, it must be for example: /convert 1 HBD CUP '} await update.message.reply_text(msg.get(scode)) return None await update.message.reply_text(rt.getExchange(stext[1],stext[2],stext[3])) </pre> In the hcp2pb.py file, the handler in charge of displaying the new command /convert application.add_handler(CommandHandler("convert", convert)) in the telegram bot is added. <blockquote> En el archivo hcp2pb.py, se agrega el controlador encargado de mostrar el nuevo comando /convert application.add_handler(CommandHandler("convert", convert)) en el bot de Telegram. </blockquote> <pre> application.add_handler(CommandHandler("convert", convert)) </pre> Finally, the new functionality is described in the messages.py file <blockquote> Finalmente, la nueva funcionalidad se describe en el archivo messages.py </blockquote> <pre> /convert - Convert an amount from one currency to another 🧮 </pre> <h2>Telegram bot /convert feature</h2> <figure><img src="https://files.peakd.com/file/peakd-hive/codebydoble/23tS32RnmikAYy6h7RxzKerYYn3nvdepeHUcpNQSe1S3QaoHdQK1xJVk1mgingyahdcqe.jpeg" alt="Example convert feature"> <figcaption>HiveCubaP2P /convert</figcaption> </figure> <figure> <img src="https://files.peakd.com/file/peakd-hive/codebydoble/23swigprGq8xwsn9WJy4BZrNUQTZSoeZ3EGWXSWMaLsSoU4HMTxU3qj7c5xT5sTjvghjQ.png" alt="Api yadio"> <figcaption>Yadio api</figcaption> </figure> <figure> <img src="https://files.peakd.com/file/peakd-hive/codebydoble/23t79CDinbUhmjtdXM54thoebDzCuBFRBgyGh3tjCtXzpECBYB2Pn9fNRxXLtNbvvRHz8.png" alt="Coin Price by IDs"> <figcaption>Coingecko api</figcaption> </figure> <img src="https://files.peakd.com/file/peakd-hive/codebydoble/23tGPXhp1eehgFZSZMN7rgxg9sC8yKNfdGV8tKuLiLYkqqrQsj7mTFH8dyhCHqzeMcKaU.png" alt="Hive Cuba divisor"> Well, that's all for this post. I hope this feature has been useful to you. Let me know if you want to see any other new features added. <blockquote> Bueno, y hasta aquí el post, espero que esta funcionalidad te haya sido útil. Cuéntame si deseas que se agregue alguna otra nueva funcionalidad. </blockquote> <img src="https://files.peakd.com/file/peakd-hive/codebydoble/23vsou3gvqf61DgDgvgtS57RLLYFT4nrF9pE25tnFny6LCRaNRr6tHzYWgLKAc5socvtU.png" alt="Banner codebydoble"> <img src="https://files.peakd.com/file/peakd-hive/codebydoble/23t8EsVYvXZBMsxfq42GaCLyMHWWPbidH3t9HzaaWbabptLtSrsfGLbQ6Fo2Lew11KnA6.gif" alt="Gif HiveCuba">
author | codebydoble |
---|---|
permlink | hive-cuba-p2p-convert-a-new-feature-enes |
category | hive-10053 |
json_metadata | "{"app":"peakd/2024.7.3","format":"markdown","description":"Descubre la nueva función del bot de Telegram HiveCubaP2P","tags":["hivecuba","programming","cuba","cubanos","hive","devs","hivedevs","hbd","community","spanish"],"users":["hivecuba","hivecuba.p2p","ertytux","v4vapp"],"image":["https://files.peakd.com/file/peakd-hive/codebydoble/ALEaXzCvKgJW4mQD5N3tTQUvdNrHom9Ay3aAZtjvnwkB7hP8KpsHNRMntH918Va.png","https://files.peakd.com/file/peakd-hive/codebydoble/23tRt96iGU7F4kkLrgeHfaVs8wSYmUCLFs4CX6RaXteY6wR1b72CQkH2RsmCPf8PsWCa8.png","https://files.peakd.com/file/peakd-hive/codebydoble/23tS32RnmikAYy6h7RxzKerYYn3nvdepeHUcpNQSe1S3QaoHdQK1xJVk1mgingyahdcqe.jpeg","https://files.peakd.com/file/peakd-hive/codebydoble/23swigprGq8xwsn9WJy4BZrNUQTZSoeZ3EGWXSWMaLsSoU4HMTxU3qj7c5xT5sTjvghjQ.png","https://files.peakd.com/file/peakd-hive/codebydoble/23t79CDinbUhmjtdXM54thoebDzCuBFRBgyGh3tjCtXzpECBYB2Pn9fNRxXLtNbvvRHz8.png","https://files.peakd.com/file/peakd-hive/codebydoble/23tGPXhp1eehgFZSZMN7rgxg9sC8yKNfdGV8tKuLiLYkqqrQsj7mTFH8dyhCHqzeMcKaU.png","https://files.peakd.com/file/peakd-hive/codebydoble/23vsou3gvqf61DgDgvgtS57RLLYFT4nrF9pE25tnFny6LCRaNRr6tHzYWgLKAc5socvtU.png","https://files.peakd.com/file/peakd-hive/codebydoble/23t8EsVYvXZBMsxfq42GaCLyMHWWPbidH3t9HzaaWbabptLtSrsfGLbQ6Fo2Lew11KnA6.gif"]}" |
created | 2024-07-27 22:07:06 |
last_update | 2024-07-27 22:07:06 |
depth | 0 |
children | 7 |
last_payout | 2024-08-03 22:07:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.293 HBD |
curator_payout_value | 4.269 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13,806 |
author_reputation | 2,197,618,017,779 |
root_title | "Hive Cuba P2P: /convert a new feature [EN/ES]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 135,675,208 |
net_rshares | 28,555,256,066,459 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blocktrades | 0 | 1,504,048,068,529 | 0.8% | ||
alpha | 0 | 2,479,097,588,392 | 0.8% | ||
xeldal | 0 | 158,385,812,148 | 0.4% | ||
adol | 0 | 33,052,368,432 | 0.4% | ||
enki | 0 | 84,820,616,736 | 0.4% | ||
roelandp | 0 | 3,422,510,378 | 0.2% | ||
netaterra | 0 | 431,811,921,837 | 40% | ||
clayboyn | 0 | 9,679,726,996 | 15% | ||
vickaboleyn | 0 | 6,734,743,378 | 40% | ||
techken | 0 | 9,604,783,476 | 11% | ||
joeyarnoldvn | 0 | 464,850,227 | 1.47% | ||
gniksivart | 0 | 28,697,026,065 | 5.5% | ||
zenkly | 0 | 9,365,324,466 | 20% | ||
enrique89 | 0 | 163,874,807,321 | 20% | ||
therealwolf | 0 | 8,989,373,599 | 0.8% | ||
mballesteros | 0 | 15,124,281,911 | 8% | ||
fatman | 0 | 9,080,678,195 | 2% | ||
diosarich | 0 | 1,096,973,972 | 11% | ||
nnnarvaez | 0 | 1,018,496,712 | 20% | ||
petrolinivideo | 0 | 831,893,448 | 11% | ||
henrycalu | 0 | 2,856,820,467 | 100% | ||
cronosclocks | 0 | 2,472,500,899 | 40% | ||
smartsteem | 0 | 38,459,255,095 | 0.8% | ||
kernelillo | 0 | 1,196,794,109 | 40% | ||
godlovermel25 | 0 | 1,173,227,349 | 18.7% | ||
gabrielatravels | 0 | 535,470,609 | 0.4% | ||
blocktrades.com | 0 | 885,440,090,762 | 0.8% | ||
leslierevales | 0 | 1,507,989,350 | 11% | ||
ricardo993 | 0 | 7,777,871,595 | 24% | ||
auracraft | 0 | 621,741,872 | 22% | ||
tobias-g | 0 | 9,481,072,570 | 5% | ||
madefrance | 0 | 21,344,499,304 | 40% | ||
cyprianj | 0 | 53,396,377,081 | 100% | ||
victoriabsb | 0 | 4,492,208,796 | 30% | ||
jeronimorubio | 0 | 1,106,649,473 | 11% | ||
grisvisa | 0 | 35,982,761,950 | 40% | ||
elocuenciadsnuda | 0 | 7,125,019,017 | 40% | ||
dagmardeeke | 0 | 3,767,239,202 | 40% | ||
gadrian | 0 | 366,847,153,125 | 30% | ||
manuelmusic | 0 | 1,958,121,042 | 13.2% | ||
kgakakillerg | 0 | 20,493,815,069 | 10% | ||
we-are | 0 | 2,108,318,920 | 9.1% | ||
jorgespino | 0 | 6,569,546,182 | 40% | ||
jancharlest | 0 | 587,868,755 | 11% | ||
celinavisaez | 0 | 6,064,892,134 | 17% | ||
eleazarvo | 0 | 1,186,172,933 | 4% | ||
juliopalomo | 0 | 3,404,364,969 | 20% | ||
carilinger | 0 | 3,239,324,828 | 0.4% | ||
aliento | 0 | 1,865,901,528,409 | 40% | ||
vinzie1 | 0 | 8,261,758,478 | 2.75% | ||
acont | 0 | 964,498,521 | 20% | ||
corinadiaz | 0 | 562,302,307 | 11% | ||
marblely | 0 | 851,163,312 | 0.8% | ||
apshamilton | 0 | 55,075,001,303 | 2.75% | ||
sthephany | 0 | 1,568,608,521 | 22% | ||
gorayii | 0 | 12,657,705,029 | 20% | ||
hamismsf | 0 | 19,001,830,085 | 2.75% | ||
amart29 | 0 | 4,207,489,428 | 50% | ||
yaelg | 0 | 1,860,427,167 | 2.47% | ||
pinkgirl4 | 0 | 918,341,658 | 100% | ||
voter002 | 0 | 2,103,728,760 | 5.5% | ||
thevil | 0 | 4,050,683,360 | 0.4% | ||
brianoflondon | 0 | 372,017,197,371 | 5.5% | ||
abneagro | 0 | 36,787,243,306 | 100% | ||
kiutvariedades | 0 | 6,550,714,638 | 20% | ||
theycallmedan | 0 | 5,089,474,380,215 | 22% | ||
jpbliberty | 0 | 35,096,022,549 | 5.5% | ||
jacuzzi | 0 | 5,286,096,067 | 10% | ||
tottylive | 0 | 872,244,301 | 20% | ||
killerbot | 0 | 485,388,104 | 50% | ||
alenox | 0 | 1,248,255,736 | 11% | ||
curatorhulk | 0 | 6,663,254,254,977 | 22% | ||
larsito | 0 | 2,580,177,778 | 40% | ||
ritch | 0 | 7,097,641,115 | 40% | ||
eliezerfloyd | 0 | 70,891,638,059 | 90% | ||
tinyhousecryptos | 0 | 474,424,518 | 5% | ||
walterprofe | 0 | 2,088,772,568 | 20% | ||
zeruxanime | 0 | 707,758,560 | 20% | ||
we-are-palcoin | 0 | 164,216,293 | 50.1% | ||
elizabeths14 | 0 | 182,743,347,276 | 20% | ||
kgswallet | 0 | 574,224,673 | 11% | ||
empoderat | 0 | 10,555,595,518 | 0.4% | ||
helengutier2 | 0 | 2,527,706,635 | 10% | ||
spliddash | 0 | 10,417,117,607 | 100% | ||
therealyme | 0 | 32,237,337,046 | 6% | ||
emp2-00com | 0 | 1,976,612,526 | 100% | ||
angegar | 0 | 7,769,797,231 | 100% | ||
elsan.artes | 0 | 2,865,082,815 | 20% | ||
kgsupport | 0 | 521,963,946 | 11% | ||
alebrijes | 0 | 27,682,659,769 | 100% | ||
dimeshana | 0 | 606,465,653 | 4% | ||
hivemexico | 0 | 4,462,964,490 | 100% | ||
hivemx | 0 | 6,558,655,683 | 40% | ||
pcojines | 0 | 4,097,488,204 | 20% | ||
palimanali | 0 | 839,028,148 | 20% | ||
actioncats | 0 | 14,629,473,143 | 32% | ||
syberia | 0 | 507,185,932 | 20% | ||
hivecoffee | 0 | 2,285,857,927 | 22% | ||
issymarie2 | 0 | 4,496,096,378 | 11% | ||
leonelysmb | 0 | 989,150,401 | 20% | ||
monster-retos | 0 | 1,028,035,999 | 40% | ||
netaterra.leo | 0 | 2,666,331,388 | 36% | ||
pepeymeli | 0 | 836,273,802 | 50% | ||
josuemonterola | 0 | 693,405,588 | 10% | ||
cielitorojo | 0 | 8,974,852,757 | 15.4% | ||
hivecreators | 0 | 13,027,913,790 | 40% | ||
arunbiju969 | 0 | 554,092,419 | 14% | ||
lioz3018 | 0 | 486,872,813 | 50% | ||
drricksanchez | 0 | 111,151,478,125 | 20% | ||
hexagono6 | 0 | 1,310,538,090 | 11% | ||
marile21 | 0 | 2,139,246,076 | 20% | ||
nodoninja | 0 | 1,419,260,301 | 40% | ||
encouragement | 0 | 2,605,867,687,304 | 40% | ||
krrizjos18 | 0 | 933,364,544 | 11% | ||
xaviduran | 0 | 4,516,147,822 | 20% | ||
podping | 0 | 36,968,239,287 | 5.5% | ||
ferbu | 0 | 2,285,958,065 | 20% | ||
aliento.love | 0 | 1,953,386,608,444 | 40% | ||
k5905200786 | 0 | 6,115,564,353 | 100% | ||
ikigaidesign | 0 | 6,417,561,240 | 40% | ||
subidu | 0 | 1,748,747,414 | 40% | ||
amaillo | 0 | 1,386,782,544 | 8% | ||
kuroi | 0 | 5,562,390,477 | 40% | ||
darknapol | 0 | 2,778,040,960 | 100% | ||
elfino28 | 0 | 2,086,424,722 | 11% | ||
manuphotos | 0 | 1,524,270,437 | 50% | ||
jomancub | 0 | 2,728,746,616 | 75% | ||
miguelgonzalezms | 0 | 801,336,807 | 37.5% | ||
manuelernestogr | 0 | 1,268,306,760 | 75% | ||
apoklipsix | 0 | 3,024,922,601 | 50% | ||
osmy91 | 0 | 3,074,090,428 | 75% | ||
erochka | 0 | 784,166,458 | 20% | ||
lazzvi | 0 | 5,466,142,937 | 80% | ||
liveofdalla | 0 | 17,726,361,863 | 20% | ||
yoani | 0 | 2,392,219,934 | 100% | ||
karelnt | 0 | 3,280,054,318 | 75% | ||
abelfotografia | 0 | 40,808,234,957 | 12% | ||
marthica | 0 | 0 | 100% | ||
tgarcialvarez | 0 | 2,571,046,300 | 75% | ||
ditoferrer | 0 | 1,153,245,965 | 37.5% | ||
cryptocubangirl | 0 | 1,057,663,972 | 37.5% | ||
jmis101 | 0 | 1,161,313,459 | 5% | ||
hivecuba | 0 | 1,720,170,025,734 | 75% | ||
noakmilo | 0 | 270,653,408,171 | 37.5% | ||
demoad | 0 | 2,890,790,572 | 37.5% | ||
yisusth | 0 | 10,199,476,717 | 20% | ||
avilaluze | 0 | 28,946,605,070 | 40% | ||
karlex77 | 0 | 8,199,226,408 | 12% | ||
fabiodc | 0 | 782,826,829 | 60% | ||
nony | 0 | 4,911,513,342 | 75% | ||
tecnologyfan1 | 0 | 1,210,413,179 | 100% | ||
ertytux | 0 | 3,877,488,699 | 100% | ||
ersusoficial | 0 | 2,222,465,542 | 75% | ||
ricardoeloy | 0 | 1,467,004,947 | 37.5% | ||
androliuben | 0 | 7,331,423,935 | 37.5% | ||
fonestreet | 0 | 3,029,608,587 | 25% | ||
alejandroloreto | 0 | 757,930,496 | 20% | ||
youdontknowme | 0 | 953,765,721 | 5% | ||
pumarte | 0 | 9,294,192,306 | 50% | ||
abrunet | 0 | 9,790,821,757 | 50% | ||
lyamalfonzo23 | 0 | 979,971,570 | 40% | ||
mirian-liz | 0 | 2,158,505,462 | 10% | ||
oxesar | 0 | 639,231,902 | 37.5% | ||
kumagaro | 0 | 673,778,359 | 50% | ||
pacobeta365 | 0 | 3,631,233,348 | 15% | ||
palabras1 | 0 | 18,310,359,653 | 12% | ||
kierg.producer | 0 | 435,112,333 | 100% | ||
nhaji01 | 0 | 6,353,549,174 | 11% | ||
bitcoinasere | 0 | 765,989,221 | 100% | ||
cryptomaso | 0 | 5,776,740,026 | 100% | ||
eduardo900613 | 0 | 7,015,674,255 | 75% | ||
theoneblog | 0 | 2,763,863,421 | 37.5% | ||
mariolisrnaranjo | 0 | 7,560,303,726 | 75% | ||
newnow497 | 0 | 18,188,672,375 | 100% | ||
gornat | 0 | 14,271,311,565 | 75% | ||
tuxtify | 0 | 645,783,315 | 100% | ||
elflaco52 | 0 | 3,052,987,773 | 75% | ||
ammy11 | 0 | 891,866,369 | 15% | ||
sarybeth | 0 | 1,464,905,268 | 10% | ||
uncubanomas | 0 | 2,136,918,854 | 100% | ||
flywithmarlin | 0 | 1,498,283,998 | 20% | ||
wendy23 | 0 | 21,309,859,988 | 37.5% | ||
ajolote | 0 | 3,944,946,446 | 40% | ||
ceciliajess | 0 | 54,789,689,294 | 100% | ||
ylaffittep | 0 | 19,898,922,729 | 100% | ||
denisda | 0 | 7,704,303,925 | 50% | ||
amambay | 0 | 916,002,230 | 100% | ||
ngobaby | 0 | 915,720,009 | 11% | ||
blueisa | 0 | 1,203,818,236 | 100% | ||
dahpilot | 0 | 805,129,924 | 5% | ||
yanerkidiaz | 0 | 695,687,995 | 37.5% | ||
marialuisa64 | 0 | 540,003,952 | 37.5% | ||
luchyl | 0 | 2,118,721,584 | 6.6% | ||
thorkellnft | 0 | 634,596,305 | 30% | ||
hikergirl | 0 | 2,471,205,737 | 11% | ||
irankpotter | 0 | 1,047,457,050 | 37.5% | ||
yventura | 0 | 1,343,474,533 | 75% | ||
sadiel0102 | 0 | 1,327,357,930 | 37.5% | ||
juliom | 0 | 919,995,645 | 37.5% | ||
pannavi | 0 | 4,593,847,568 | 40% | ||
mita3 | 0 | 4,550,290,597 | 75% | ||
davidsantafe | 0 | 3,729,057,882 | 37.5% | ||
luisdey | 0 | 662,811,551 | 22.5% | ||
literal | 0 | 85,002,739,908 | 100% | ||
yailec | 0 | 1,014,438,654 | 100% | ||
rikardonaranjo | 0 | 1,276,757,965 | 37.5% | ||
edeyglezsosa | 0 | 28,583,821,694 | 100% | ||
mayramalu | 0 | 1,176,408,136 | 15% | ||
zutodoterreno | 0 | 1,112,712,161 | 20% | ||
empo.voter | 0 | 84,465,781,480 | 0.4% | ||
claudiocruz | 0 | 9,042,885,275 | 100% | ||
btcyberpunk | 0 | 1,245,239,339 | 75% | ||
gabriel.riol | 0 | 676,088,701 | 37.5% | ||
alto96 | 0 | 107,266,276 | 100% | ||
valecillos | 0 | 2,547,458,461 | 40% | ||
laflordezapata | 0 | 736,594,290 | 37.5% | ||
nayvethleyva | 0 | 723,812,880 | 40% | ||
atlashv96 | 0 | 1,637,849,987 | 40% | ||
rosyloreto | 0 | 481,213,111 | 40% | ||
ibarra95 | 0 | 5,689,817,591 | 100% | ||
cokychanel | 0 | 876,323,382 | 75% | ||
hivecuba.p2p | 0 | 39,423,043,743 | 100% | ||
leopard0 | 0 | 1,786,444,056 | 75% | ||
illmaskmajor | 0 | 53,963,900,922 | 100% | ||
andres0908 | 0 | 2,160,421,744 | 100% | ||
soyernesto | 0 | 2,494,760,238 | 37.5% | ||
marydeluz | 0 | 1,035,096,071 | 100% |
It has been great to have the incorporation of new contributors to the development. Only in this way can we make a continuous improvement and achieve a quality service that brings HIVE and HBD closer to everyday life and an interconnected circular economy. Grateful for your contribution and I look forward to your future contributions.
author | ertytux |
---|---|
permlink | re-codebydoble-2024727t181746899z |
category | hive-10053 |
json_metadata | {"tags":["hivecuba","programming","cuba","cubanos","hive","devs","hivedevs","hbd","community","spanish"],"app":"ecency/3.2.0-vision","format":"markdown+html"} |
created | 2024-07-27 22:17:48 |
last_update | 2024-07-27 22:17:48 |
depth | 1 |
children | 1 |
last_payout | 2024-08-03 22:17: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 | 336 |
author_reputation | 32,175,718,175,103 |
root_title | "Hive Cuba P2P: /convert a new feature [EN/ES]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 135,675,929 |
net_rshares | 0 |
Grateful for his words, the creation of the HiveCubaP2P bot is a reality and its impact for Cubans was immediate. Contributing whatever is needed to the Hive Cuba Community
author | codebydoble |
---|---|
permlink | re-ertytux-2024727t182332767z |
category | hive-10053 |
json_metadata | {"type":"comment","content_type":"general","tags":["hivecuba","programming","cuba","cubanos","hive","devs","hivedevs","hbd","community","spanish"],"app":"ecency/3.1.4-mobile","format":"markdown+html"} |
created | 2024-07-27 22:23:33 |
last_update | 2024-07-27 22:23:33 |
depth | 2 |
children | 0 |
last_payout | 2024-08-03 22:23: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 | 172 |
author_reputation | 2,197,618,017,779 |
root_title | "Hive Cuba P2P: /convert a new feature [EN/ES]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 135,676,341 |
net_rshares | 0 |
Congratulations @codebydoble! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s) <table><tr><td><img src="https://images.hive.blog/60x70/https://hivebuzz.me/@codebydoble/comments.png?202407280121"></td><td>You made more than 10 comments.<br>Your next target is to reach 50 comments.</td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@codebydoble) 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 our last posts:** <table><tr><td><a href="/hive-122221/@hivebuzz/pud-202408"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202408">Hive Power Up Day - August 1st 2024</a></td></tr></table>
author | hivebuzz |
---|---|
permlink | notify-1722130889 |
category | hive-10053 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2024-07-28 01:41:30 |
last_update | 2024-07-28 01:41:30 |
depth | 1 |
children | 0 |
last_payout | 2024-08-04 01:41: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 | 912 |
author_reputation | 369,214,351,801,169 |
root_title | "Hive Cuba P2P: /convert a new feature [EN/ES]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 135,689,393 |
net_rshares | 0 |
Congratulations @codebydoble! You received a personal badge! <table><tr><td>https://images.hive.blog/70x70/https://hivebuzz.me/badges/pud.png?202408011225</td><td>You powered-up at least 10 HIVE on Hive Power Up Day!<br>Wait until the end of Power Up Day to find out the size of your Power-Bee.<br>May the Hive Power be with you! </td></tr></table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@codebydoble) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> **Check out our last posts:** <table><tr><td><a href="/hive-122221/@hivebuzz/pum-202408"><img src="https://images.hive.blog/64x128/https://i.imgur.com/M9RD8KS.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202408">Be ready for the August edition of the Hive Power Up Month!</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202408"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202408">Hive Power Up Day - August 1st 2024</a></td></tr></table>
author | hivebuzz |
---|---|
permlink | notify-1722515779 |
category | hive-10053 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2024-08-01 12:36:18 |
last_update | 2024-08-01 12:36:18 |
depth | 1 |
children | 0 |
last_payout | 2024-08-08 12:36: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 | 1,054 |
author_reputation | 369,214,351,801,169 |
root_title | "Hive Cuba P2P: /convert a new feature [EN/ES]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 135,837,031 |
net_rshares | 0 |
Congratulations @codebydoble! You received a personal badge! <table><tr><td>https://images.hive.blog/70x70/https://hivebuzz.me/badges/pud.s1.png?202408020002</td><td>You powered-up at least 10 HIVE on Hive Power Up Day! This entitles you to a level 1 badge.<br>Participate in the next Power Up Day and try to power-up more HIVE to get a bigger Power-Bee.<br>May the Hive Power be with you!</td></tr></table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@codebydoble) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> **Check out our last posts:** <table><tr><td><a href="/hive-122221/@hivebuzz/pum-202408"><img src="https://images.hive.blog/64x128/https://i.imgur.com/M9RD8KS.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202408">Be ready for the August edition of the Hive Power Up Month!</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202408"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202408">Hive Power Up Day - August 1st 2024</a></td></tr></table>
author | hivebuzz |
---|---|
permlink | notify-1722557629 |
category | hive-10053 |
json_metadata | {"image":["https://hivebuzz.me/notify.t6.png"]} |
created | 2024-08-02 00:13:51 |
last_update | 2024-08-02 00:13:51 |
depth | 1 |
children | 0 |
last_payout | 2024-08-09 00:13: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 | 1,112 |
author_reputation | 369,214,351,801,169 |
root_title | "Hive Cuba P2P: /convert a new feature [EN/ES]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 135,849,000 |
net_rshares | 0 |
El p2p es un servicio cada vez más completo, muchas gracias por dedicarle tanto esfuerzo 🚀
author | uncubanomas |
---|---|
permlink | re-codebydoble-2024728t81431466z |
category | hive-10053 |
json_metadata | {"type":"comment","content_type":"general","tags":["hivecuba","programming","cuba","cubanos","hive","devs","hivedevs","hbd","community","spanish"],"app":"ecency/3.1.4-mobile","format":"markdown+html"} |
created | 2024-07-28 12:14:33 |
last_update | 2024-07-28 12:14:33 |
depth | 1 |
children | 1 |
last_payout | 2024-08-04 12:14: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 | 90 |
author_reputation | 71,455,294,522,320 |
root_title | "Hive Cuba P2P: /convert a new feature [EN/ES]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 135,699,454 |
net_rshares | 0 |
Comprendo que simplifica la vida de muchas personas. Trataré de contribuir con más funcionalidades. Agradecido de tus palabras.
author | codebydoble |
---|---|
permlink | re-uncubanomas-2024728t81830939z |
category | hive-10053 |
json_metadata | {"type":"comment","content_type":"general","tags":["hivecuba","programming","cuba","cubanos","hive","devs","hivedevs","hbd","community","spanish"],"app":"ecency/3.1.4-mobile","format":"markdown+html"} |
created | 2024-07-28 12:18:33 |
last_update | 2024-07-28 12:18:33 |
depth | 2 |
children | 0 |
last_payout | 2024-08-04 12:18: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 | 127 |
author_reputation | 2,197,618,017,779 |
root_title | "Hive Cuba P2P: /convert a new feature [EN/ES]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 135,699,505 |
net_rshares | 0 |