 Hello Hivers, cryptonauts, explorers of the cryptoverse, navigators of Web2 and Web3, and evangelists of a hopeful future where money is created cryptographically. And not just money, but understanding that time is what truly holds value—and that, my friends, is priceless. > I know this is a well-worn topic, but it's both fair and necessary to create a guide on managing keys in HIVE, and even share valuable information for content creators and developers. This is almost a duty! --- ### A Rather Sad Story That Reveals Something A few months ago, I was in Spain, spending time with family and friends. An old friend named @enfocate was encouraged to publish on HIVE again, and I motivated him to invest in the HBD (Hive Dollar) system, which generates a beautiful 15% annual interest. My friend didn't hesitate after I showed him the data and records. But I had overlooked a small detail: * This user had created his account through Steemit. * His private keys originated from there and had never been changed. * Somehow, his keys were already compromised, something I tried to investigate but only found the user who, by the way, **also stole from many other users**. > To make a long story short, since he didn't change his keys in HIVE, the attacker accessed his account using those keys and withdrew all the HBD my friend had. --- # 🛡️ Comprehensive Guide to Secure Private Key Management on the Hive Blockchain  *Source: [Pexels](https://www.pexels.com/photo/person-holding-a-padlock-5380597/)* ## ✨ Introduction In the Hive Blockchain ecosystem, security is the user's responsibility. Your private keys are the master keys to your account. This guide is designed to help you understand and manage your keys securely, whether you're a content creator or a developer. --- ## 📝 Section for Bloggers and Content Creators ### 🔑 Understanding Hive Keys Hive uses a hierarchical key system, each with specific functions: * **Owner Key:** Master key. Should only be used to recover account control. * **Active Key:** For transfers, configuration changes, and contract signing. * **Posting Key:** For social actions like posting, commenting, or voting. * **Memo Key:** For encrypting and decrypting messages in transfers. > 🧪 **Practical Exercise:** Visit [wallet.hive.blog](https://wallet.hive.blog/@your_username/permissions) or [peakd.com](https://peakd.com/@your_username/permissions) and observe the description of each key. ----- > Use this amazing tool to handle your HIVE keys: https://keys.thecrazygm.com/ https://keys.thecrazygm.com/ ----- ### 🛡️ General Best Practices * **Secure Storage:** Store your keys offline and encrypted if possible. Write your keys on paper and keep them in a secure place (like a safe). * **Use Hive Keychain:** Utilize [Hive Keychain](https://hive-keychain.com/) to interact with dApps without exposing your keys. > 🧪 **Exercise:** Install the Hive Keychain extension and configure only your Posting Key for social actions. ### ⚠️ Important Warnings * **Do Not Share Your Private Keys:** Never share your private keys with anyone. If someone obtains them, they can take full control of your account. * **Do Not Authorize Unknown Applications:** Avoid granting permissions to applications or users you don't know. You can review and revoke permissions on [PeakD](https://peakd.com/). > 🧪 **Exercise:** Review the authorized applications on your account and revoke those you don't recognize. --- ## 💻 Section for Developers I consider it vital that every dApp developer on Hive has a solid foundational knowledge. This can prevent many issues, such as, even with good intentions, creating a tutorial that asks users to expose a private key in code—**something that should never be allowed**. That's why I take the time to develop this section. ### 🧪 Create a Test Account Don't use your main account for development. You can: * Use [signup.hive.io](https://signup.hive.io/) to create a free account. * Or use Hive Keychain to create new accounts from an existing account. ### 🔐 Secure Key Management in Development * **Mandatory HTTPS:** Hive Keychain and other libraries only allow secure connections (HTTPS). This protects your keys from being intercepted. * **Do Not Share Your Private Keys:** Never share your private keys with anyone. If someone obtains them, they can take full control of your account. * **Do Not Run Code from Untrusted Sources:** Avoid executing repositories from dubious sources. Some may contain malware that compromises your keys. * **Do Not Use Your Main Keys for Testing:** Use test accounts to develop and test your applications. * **Do Not Upload Sensitive Files to Public Repositories:** Ensure you include `.env` files and their derivatives in the `.gitignore` file to avoid uploading them to GitHub or other repositories. #### 📄 Example `.gitignore`: ```bash .env .env.local .env.*.local ``` > 🧪 **Exercise:** Configure your `.gitignore` file to exclude sensitive files and create a test account for your developments. --- ## 🚫 Best Practices on Discord and Crypto * **No One Will Ask for Your Private Keys:** If someone does, it's a red flag. * **Do Not Click on Suspicious Links:** Avoid links from unknown users or with "unmissable offers." ### 🔍 Investigate Users 1. Go to [hiveblocks.com](https://hivehub.dev/) 2. Review the account's activity and creation date. 3. Observe if there is a history of suspicious transactions. > 🧪 **Exercise:** Investigate a suspicious account on HiveBlocks and share your findings on the official Discord channels if you have doubts. --- ## 📚 References * [Hive Developers Portal](https://developers.hive.io/) * [PeakD: Guide for New Users](https://peakd.com/hive-153850/@floraada/newbies-initiative-task-3-know-your-hive-keys-and-secure-them) * [Hive Keychain Tutorial](https://tutorial.hive-keychain.com/) * [Importance of Your Hive Keys](https://hive.blog/hive-174578/@fashtioluwa/importance-of-your-hive-keys-and-their-uses) --- # Do You Think I Missed Something? Write to Me in the Comments. --- ## 🐝 Official Hive Resources | 🗂️ Category | 📌 Name / Project | 🔗 Link | | ------------------------- | ---------------------- | ------------------------------------------------------ | | 🗨️ **Official Discord** | Hive | [discord.gg/cgZbmhBbw7](https://discord.gg/cgZbmhBbw7) | | 🛠️ **Technical Discord** | Hive Engine | [discord.gg/t3Cg3w4nr4](https://discord.gg/t3Cg3w4nr4) | | 📰 **Community Discord** | PeakD | [discord.gg/6FEgSx56rF](https://discord.gg/6FEgSx56rF) | | 💰 **Financial Discord** | Hive SBI | [discord.gg/Ypw9aqJk5A](https://discord.gg/Ypw9aqJk5A) | | 📊 **Data Discord** | HiveSQL | [discord.gg/jKE5crrPsm](https://discord.gg/jKE5crrPsm) | | 📘 **Documentation** | Hive Developers Portal | [developers.hive.io](https://developers.hive.io/) | --- ## 🧑💻 Personal Projects | 🚀 Status | 📌 Name / Project | 🔗 Link | | ---------------------- | -------------------- | ---------------------------------------------------------------------------------------------------- | | ✅ **Current Project** | LP Index | [testhivelpindex.duckdns.org](https://testhivelpindex.duckdns.org/) | | 📚 **Tutorials** | Hive React Tutorials | [github.com/theghost1980/react-hive-tutorials](https://github.com/theghost1980/react-hive-tutorials) | | 🧭 **Onboarding** | HSBI Onboarder | [hivesbi-onboarding.netlify.app](https://hivesbi-onboarding.netlify.app/) | | 🛠️ **In Development** | AegisPad (GitHub) | [github.com/theghost1980/aegispad-nextjs-ai](https://github.com/theghost1980/aegispad-nextjs-ai) | --- <details> <summary>ESPAñOL AQUI</summary>  Saludos Hivers, criptonautas, exploradores del criptoverso, navegantes de la web2 y la web3 y evangelistas de un futuro lleno de esperanza para crear el dinero de manera criptografica. Y no solo dinero sino entender que el tiempo es lo que vale y eso mi amigos, no tiene precio. > Se que es un tema mas que trillado pero es justo y necesario hacer una guia sobre el manejo de las claves en HIVE e inclusive compartir informacion valiosa para los que publican contenido y para los que programan. Esto es casi un deber! --- ### Una historia un tanto triste pero que muestra algo Hace unos meses estaba en España, pasando tiempo con familia y amigos. Un viejo amigo llamado @enfocate se animo de nuevo a publicar en HIVE y lo anime a invertir en el sistema de HBD(hive dollar) que genera un hermoso 15% anual de interes. Mi amigo no lo dudo luego de que yo le mostre los datos y registros. Pero un pequeño detalle se me habia pasado por alto: - este usuario habia creado su cuenta desde Steemit. - sus claves privadas venian desde alla y nunca habian sido cambiadas. - de alguna manera sus claves ya estaban comprometidas, cosa que trate de investigar pero nunca di sino con el usuario que por cierto **tambien robo a muchos usuarios mas** > Para hacer el cuento corto, ya que no cambio sus claves en HIVE, el atacante entro usando sus claves y retiro todo el HBD que mi amigo tenia. --- # 🛡️ Guía Completa para el Manejo Seguro de Claves Privadas en Hive Blockchain  *Fuente: [Pexels](https://www.pexels.com/photo/person-holding-a-padlock-5380597/)* ## ✨ Introducción En el ecosistema de Hive Blockchain, la seguridad es responsabilidad del usuario. Tus claves privadas son las llaves maestras de tu cuenta. Esta guía está diseñada para ayudarte a comprender y manejar tus claves de forma segura, tanto si eres un creador de contenido como un desarrollador. --- ## 📝 Sección para Bloggers y Creadores de Contenido ### 🔑 Comprendiendo las Claves de Hive Hive utiliza un sistema jerárquico de claves, cada una con funciones específicas: * **Owner Key:** Clave maestra. Solo debe usarse para recuperar el control de la cuenta. * **Active Key:** Para transferencias, cambios en configuración y firma de contratos. * **Posting Key:** Para acciones sociales como publicar, comentar o votar. * **Memo Key:** Para encriptar y desencriptar mensajes en transferencias. > 🧪 **Ejercicio Práctico:** Ingresa a [wallet.hive.blog](https://wallet.hive.blog/@tu_usuario/permissions) o [peakd.com](https://peakd.com/@tu_usuario/permissions) y observa la descripción de cada clave. ### 🛡️ Mejores Prácticas Generales * **Almacenamiento Seguro:** Guarda tus claves en un lugar offline y encriptado si es posible. Escribe tus claves en papel y almacénalas en un lugar seguro (caja fuerte). * **Uso de Hive Keychain:** Utiliza [Hive Keychain](https://hive-keychain.com/) para interactuar con dApps sin exponer tus claves. > 🧪 **Ejercicio:** Instala la extensión de Hive Keychain y configura solo tu clave Posting para acciones sociales. ### ⚠️ Advertencias Importantes * **No compartas tus claves privadas:** Nunca compartas tus claves privadas con nadie. Si alguien las obtiene, puede tomar el control total de tu cuenta. * **No autorices aplicaciones desconocidas:** Evita otorgar permisos a aplicaciones o usuarios que no conoces. Puedes revisar y revocar permisos en [PeakD](https://peakd.com/). > 🧪 **Ejercicio:** Revisa las aplicaciones autorizadas en tu cuenta y revoca las que no reconozcas.    --- ## 💻 Sección para Desarrolladores Considero vital que todo desarrollador de dapps en hive tenga el conocimiento base de manera solida. Esto puede evitar muchas fallas como por ejemplo, aunque hecho con una buena intencion, el simple hecho de hacer un tutorial donde se le pida al usuario exponer una clave privada en codigo. **Cosa que no debe permitirse.** Por eso me tomo el tiempo para desarrollar esta seccion. ### 🧪 Crea una Cuenta de Pruebas No uses tu cuenta principal para desarrollar. Puedes: * Usar [signup.hive.io](https://signup.hive.io/) para crear una cuenta gratuita. * O usar Hive Keychain para crear nuevas cuentas desde una cuenta ya existente. ----- > Usa esta asombrosa herramienta para manipular y cambiar tus claves de HIVE: https://keys.thecrazygm.com/ https://keys.thecrazygm.com/ ----- ### 🔐 Manejo Seguro de Claves en Desarrollo * **HTTPS Obligatorio:** Hive Keychain y otras librerías solo permiten conexiones seguras (https). Esto protege tus claves de ser interceptadas. * **No compartas tus claves privadas:** Nunca compartas tus claves privadas con nadie. Si alguien las obtiene, puede tomar el control total de tu cuenta. * **No ejecutes código de procedencia dudosa:** Evita ejecutar repositorios de dudosa procedencia. Algunos pueden contener malware que comprometa tus claves. * **No uses tus claves principales para pruebas:** Utiliza cuentas de prueba para desarrollar y testear tus aplicaciones. * **No subas archivos sensibles a repositorios públicos:** Asegúrate de incluir los archivos `.env` y sus derivados en el archivo `.gitignore` para evitar subirlos a GitHub u otros repositorios. #### 📄 Ejemplo de `.gitignore`: ```bash .env .env.local .env.*.local ``` > 🧪 **Ejercicio:** Configura tu archivo `.gitignore` para excluir archivos sensibles y crea una cuenta de prueba para tus desarrollos. --- ## Estafa actual usada en sitios de trabajo para web3 Hoy dia estan llevando a cabo una estafa cuya unica finalidad es: > robar tus claves privadas No solo hablo de las claves de HIVE sino de todo lo referente a criptomonedas. Estas organizaciones de ladrones profesionales buscan especificamente a desarrolladores web3 o a profesionales que se supone tienen billeteras como metamask o algun tipo de fondos en criptomonedas. - Ellos suponen que el usuario, de manera desprevenida, en su PC donde desarrolla codigo, tiene acceso a dichas claves. - Suponen que un desarrollador con poca experiencia o incluso con mucha experiencia pero con exceso de confianza o exceso de codicia, caera facilmente en la estafa ## Proceso de la estafa detallado y basado en hechos reales Yo la bautizo como "Estafa de trabajo web3". Los estafadores publican en una cuenta falsa pero muy bien creada una oferta como: > "Se busca desarrollador frontend o fullstack con experiencia en web3 y blockchain" Si el proceso de simplemente tener esa oferta activa para "pescar" una victima no funciona, entonces ellos profundizan y usando otra cuenta falta de un "supuesto CEO o fundador de dicha compañia falta" **te contactara a tu perfil Linkedin o a tu mail de trabajo** ## Anatomia de la estafa 1. La oferta de empleo es casi tan buena como irresistible. "Pagos semanales de mas de $2000, horario de trabajo de Lunes a Viernes, vacaciones incluidas, posibilidad de ser mas dinero segun la experiencia y desempeño, etc etc etc". 2. El CEO o fundador te contacta directamente usando mensajes premium o normales en linkedin para "lanzar el azuelo". 3. Una vez que captan tu atencion, te explican que si estas interesado la primera fase de prueba es **hacerte instalar y modificar un repositorio** ya que parte del trabajo sera modificar y mejorar la UI/UX o actualizar el codigo de una aplicacion ya existente. Ellos normalmente utilizan el centro de repositorios [bitbucket](https://bitbucket.org/product/) 4. La victima cree en el proceso ya que parece inofensivo. Que podria suceder al simplemente instalar y correr un repositorio con miles de paquetes que no conoces cierto? Tu como desarrollador comprometido lo instalas y empiezas a jugar con la simple tarea de "debes agregar otra billetera o hacer que funcione lo que ya esta codificado". 5. De fondo al correr dicha aplicacion, se esta ejecutando un script que secuestra el portapapeles, asi que todo lo que copias y pegas, se transmite a un servidor que ellos tienen. Esto puede permitirles obtener informacion valiosa de: puertos en uso, direcciones IP y posibles claves de alguna billetera como metamask. 6. El usuario como todo emprendedor, hara esa primera prueba muy facilmente y le comunicara el "estafador//empleador" que ya cubrio los requerimientos y que desea pasar a la fase 2. 7. La entrevista se fija y tienen personas que normalmente hablan ingles o a veces lo intentan. En esta entrevista de video llamada, el personaje "supuesto entrevistador con conocimientos avanzados" tratara de no mostrar su rostro. Incluso pueden pedirte que solo tu actives tu camara y compartas tu pantalla. 8. Te pediran que corras la app y hagas la prueba, haciendo enfasis en "por favor desbloquea y bloquea metamask" o la billetera cripto que usas. Ellos hacen mucho enfasis en esto ya que: - al estar compartiendo la conexion de sockets, pueden ver que eres tu quien esta alli, desbloqueando la data y usando el portapapeles para copiar/pegar tu clave maestra de metamask. 9. La entrevista termina y listo, tu como programador estas feliz porque al parecer "ellos te van a llamar ya que has sido un programador excelente que ha terminado la prueba en menos tiempo que el promedio de usuarios" 10. A las horas o al dia siguiente, ellos han utilizado toda tu informacion de la billetera, todo lo que han analizado de las entrevistas, las pruebas de codigo y demas, para obtener como restaurar tu frase de metamask y PLOF, te han sacado los fondos de tu billetera. > Y como puedo contarlo con tanto detalle? porque esto me sucedio no hace mas de 2 años y aun hoy dia **me siguen llegando estas ofertas a mi perfil de linkedin** y lo peor es que Linkedin no hace nada para mitigar esto, solo les importa el dinero de sus usuarios. > Por eso les pido que no intenten ser el "mas astuto" tratando de descubrir a estos estafadores. Sino mas bien, ejecuta las mejores practicas y cuando sientas algo extrano o fuera de lugar o que algo parece demasiado bueno como para ser verdad, entonces duda,, investiga y sal de alli! > Por si quieres saber cuanto me robaron: alrededor de $300 en criptomonedas. Es por eso que siempre recomiendo que **tengas tus fondos a largo plazo en una cold wallet cuyo accesso al internet sea muy limitado** --- ## 🚫 Buenas Prácticas en Discord y Cripto * **Nadie te pedirá tus claves privadas:** Si alguien lo hace, es una señal de alerta. * **No hagas clic en enlaces sospechosos:** Evita enlaces de usuarios desconocidos o con "ofertas imperdibles". ### 🔍 Investigar Usuarios 1. Ve a [hiveblocks.com](https://hivehub.dev/) 2. Revisa la actividad de la cuenta y su fecha de creación. 3. Observa si tiene historial de transacciones sospechosas. > 🧪 **Ejercicio:** Investiga una cuenta sospechosa en HiveBlocks y comparte tus hallazgos en los canales oficiales de Discord si tienes dudas. --- ## 📚 Referencias * [Hive Developers Portal](https://developers.hive.io/) * [PeakD: Guía para nuevos usuarios](https://peakd.com/hive-153850/@floraada/newbies-initiative-task-3-know-your-hive-keys-and-secure-them) * [Hive Keychain Tutorial](https://tutorial.hive-keychain.com/) * [Importancia de tus claves en Hive](https://hive.blog/hive-174578/@fashtioluwa/importance-of-your-hive-keys-and-their-uses) --- # ¿Crees que me falto cubrir algo? Escribeme a los comentarios. --- ## 🐝 Recursos Oficiales de Hive | 🗂️ Categoría | 📌 Nombre / Proyecto | 🔗 Enlace | | ------------------------- | ---------------------- | ------------------------------------------------------ | | 🗨️ **Discord Oficial** | Hive | [discord.gg/cgZbmhBbw7](https://discord.gg/cgZbmhBbw7) | | 🛠️ **Discord Técnico** | Hive Engine | [discord.gg/t3Cg3w4nr4](https://discord.gg/t3Cg3w4nr4) | | 📰 **Discord Comunidad** | PeakD | [discord.gg/6FEgSx56rF](https://discord.gg/6FEgSx56rF) | | 💰 **Discord Financiero** | Hive SBI | [discord.gg/Ypw9aqJk5A](https://discord.gg/Ypw9aqJk5A) | | 📊 **Discord de Datos** | HiveSQL | [discord.gg/jKE5crrPsm](https://discord.gg/jKE5crrPsm) | | 📘 **Documentación** | Hive Developers Portal | [developers.hive.io](https://developers.hive.io/) | --- ## 🧑💻 Proyectos Personales | 🚀 Estado | 📌 Nombre / Proyecto | 🔗 Enlace | | --------------------- | -------------------- | ---------------------------------------------------------------------------------------------------- | | ✅ **Proyecto Actual** | LP Index | [testhivelpindex.duckdns.org](https://testhivelpindex.duckdns.org/) | | 📚 **Tutoriales** | Hive React Tutorials | [github.com/theghost1980/react-hive-tutorials](https://github.com/theghost1980/react-hive-tutorials) | | 🧭 **Onboarding** | HSBI Onboarder | [hivesbi-onboarding.netlify.app](https://hivesbi-onboarding.netlify.app/) | | 🛠️ **En Desarrollo** | AegisPad (GitHub) | [github.com/theghost1980/aegispad-nextjs-ai](https://github.com/theghost1980/aegispad-nextjs-ai) | --- </details>
author | theghost1980 |
---|---|
permlink | mastering-hive-security-a-practical-guide-to-protecting-your-private-keys-and-avoiding-web3-scams-engspa |
category | hive-186392 |
json_metadata | "{"app":"peakd/2025.5.6","description":"essential strategies for securing your Hive blockchain account | esenciales para asegurar cuenta blockchain de Hive","format":"markdown","image":["https://files.peakd.com/file/peakd-hive/theghost1980/AKAoY3bgP9cJ4XvKpRVWiem4GFdo8WFTsCd8wgWmcStLtZ2ARanPAgd5R8WqstY.png","https://images.pexels.com/photos/5380597/pexels-photo-5380597.jpeg","https://files.peakd.com/file/peakd-hive/theghost1980/23u6Q5XK2y4b89NmuMWcV2BnPZX9PmQTnQM1KiWXTRJyTS4oZsjecfdAANztPm23pLMNx.png","https://files.peakd.com/file/peakd-hive/theghost1980/23tHbYKtq39hViTxgZg6hiQgHHSEbPV4ABNn4ShFZaDpRUzY2FfBLwfJcWJnHR9JYsUgs.png","https://files.peakd.com/file/peakd-hive/theghost1980/Eo4JFhei56vzdFEsd17sFi6fLLauGVUjtNWHbgZBN9zpVSvLmUvSGq3FcXuDRxAhidP.png"],"tags":["hive-dev","archon","venezuela","hive","aliento","keys","hive-keychain","scam","web3","linkedin"],"users":["enfocate","your","floraada","fashtioluwa"]}" |
created | 2025-05-15 13:18:48 |
last_update | 2025-05-15 13:27:27 |
depth | 0 |
children | 9 |
last_payout | 2025-05-22 13:18:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.326 HBD |
curator_payout_value | 3.302 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21,956 |
author_reputation | 101,447,694,550,284 |
root_title | "Mastering Hive Security: A Practical Guide to Protecting Your Private Keys and Avoiding Web3 Scams ENG/SPA" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 142,744,815 |
net_rshares | 18,907,609,337,518 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jacor | 0 | 10,862,301,373 | 25% | ||
darthnava | 0 | 16,458,624,977 | 100% | ||
onezetty | 0 | 4,029,564,411 | 100% | ||
eforucom | 0 | 19,822,060,370 | 100% | ||
moretea | 0 | 2,048,789,573 | 5% | ||
gamer00 | 0 | 16,801,418,849 | 4.31% | ||
borislavzlatanov | 0 | 16,780,348,782 | 100% | ||
mes | 0 | 463,141,053,581 | 25% | ||
calmphoenix | 0 | 708,323,808 | 15% | ||
ecoinstant | 0 | 202,561,774,342 | 100% | ||
cryptoknight12 | 0 | 49,779,043,085 | 100% | ||
joeyarnoldvn | 0 | 452,316,837 | 1.47% | ||
summertooth | 0 | 2,894,933,160 | 4.12% | ||
eturnerx | 0 | 270,427,677,490 | 20.3% | ||
likedeeler | 0 | 249,827,120,737 | 100% | ||
shanibeer | 0 | 921,050,110,533 | 35% | ||
hdmed | 0 | 2,598,724,447 | 25% | ||
niallon11 | 0 | 803,281,235,324 | 100% | ||
artlover | 0 | 1,524,997,751 | 100% | ||
tomiscurious | 0 | 26,411,367,614 | 4.5% | ||
fatman | 0 | 9,240,058,180 | 2% | ||
votehero | 0 | 270,075,270,885 | 53.7% | ||
coolguy123 | 0 | 2,029,078,705 | 1% | ||
flamo | 0 | 1,052,727,425 | 100% | ||
jozefkrichards | 0 | 5,116,614,297 | 50% | ||
kernelillo | 0 | 890,546,724 | 50% | ||
sneakyninja | 0 | 15,523,175,336 | 21.47% | ||
steembasicincome | 0 | 5,055,081,998,598 | 86.3% | ||
hetty-rowan | 0 | 19,116,754,261 | 25% | ||
dynamicrypto | 0 | 10,783,167,680 | 25% | ||
powerpaul | 0 | 31,608,845,551 | 100% | ||
anikys3reasure | 0 | 2,105,930,255 | 43.15% | ||
photomoto | 0 | 893,255,809 | 100% | ||
braaiboy | 0 | 132,307,956,676 | 25% | ||
awesomegames007 | 0 | 1,105,934,311 | 43.15% | ||
we-are | 0 | 25,330,438,227 | 100% | ||
meanbees | 0 | 14,300,075,282 | 12.5% | ||
netzisde | 0 | 3,100,618,142 | 86.3% | ||
bububoomt | 0 | 4,838,889,728 | 86.3% | ||
gaottantacinque | 0 | 0 | 100% | ||
thedailysneak | 0 | 20,427,203,530 | 21.47% | ||
yourfairy | 0 | 952,299,373 | 100% | ||
smartvote | 0 | 132,929,829,120 | 6.2% | ||
gasaeightyfive | 0 | 634,569,651 | 100% | ||
tdas0 | 0 | 1,781,026,643 | 43.15% | ||
marcocasario | 0 | 68,471,891,894 | 11.51% | ||
stmctrail | 0 | 723,263,302 | 100% | ||
voter002 | 0 | 26,834,166,012 | 61.8% | ||
voter000 | 0 | 26,648,512,105 | 53.8% | ||
babysavage | 0 | 7,953,163,154 | 42.94% | ||
ravensavage | 0 | 4,175,140,818 | 42.94% | ||
cribbio | 0 | 2,344,169,213 | 100% | ||
mk992039 | 0 | 561,603,351 | 4% | ||
guurry123 | 0 | 6,028,806,257 | 10% | ||
piestrikesback | 0 | 591,605,608 | 86.3% | ||
buildingpies | 0 | 44,202,982,280 | 86.3% | ||
aiuna | 0 | 2,002,891,956 | 22.5% | ||
synergized | 0 | 2,167,423,382 | 25% | ||
hashkings | 0 | 6,671,120,361 | 12.5% | ||
thelogicaldude | 0 | 18,231,001,518 | 25% | ||
russia-btc | 0 | 143,103,270,302 | 50% | ||
gurseerat | 0 | 5,313,859,460 | 20% | ||
lrekt01 | 0 | 5,161,085,374 | 80% | ||
sbi-tokens | 0 | 38,266,120,825 | 42.94% | ||
urun | 0 | 11,073,283,308 | 100% | ||
bilpcoin.pay | 0 | 464,885,609 | 8.63% | ||
qwertm | 0 | 4,276,245,370 | 43.15% | ||
keys-defender | 0 | 2,992,664,165 | 100% | ||
dpend.active | 0 | 3,800,227,059 | 10% | ||
imfarhad | 0 | 22,953,664,165 | 20% | ||
sketching | 0 | 7,042,448,400 | 50% | ||
hivelist | 0 | 12,900,590,459 | 12.5% | ||
kiemis | 0 | 7,795,276,491 | 2.15% | ||
balvinder294 | 0 | 2,487,458,695 | 20% | ||
rudy-dj | 0 | 1,328,378,953 | 15% | ||
captaincryptic | 0 | 31,225,994,710 | 20% | ||
chaos23 | 0 | 813,296,103 | 12.5% | ||
zaddyboy | 0 | 1,459,282,240 | 25% | ||
rondonshneezy | 0 | 1,306,259,047 | 6.25% | ||
trostparadox | 0 | 892,832,980,112 | 100% | ||
esmeesmith | 0 | 2,210,306,513 | 25% | ||
solymi | 0 | 949,069,284,987 | 100% | ||
eturnerx-dbuzz | 0 | 27,110,558,413 | 73.3% | ||
emsenn0 | 0 | 1,990,716,174 | 10% | ||
xyba | 0 | 39,945,864,189 | 100% | ||
wynella | 0 | 11,593,576,817 | 25% | ||
freed99 | 0 | 2,672,164,761 | 6.25% | ||
draygyn | 0 | 3,484,980,015 | 50% | ||
iviaxpow3r | 0 | 7,304,104,516 | 50% | ||
cryptoferyel | 0 | 1,009,486,619 | 12.5% | ||
ichheilee | 0 | 3,442,912,187 | 100% | ||
pleo1542 | 0 | 771,749,034 | 12.5% | ||
jim-crypto | 0 | 2,717,776,397 | 50% | ||
hive-defender | 0 | 409,358,764 | 100% | ||
chimp.ceo | 0 | 5,281,901,242 | 100% | ||
key-defender.shh | 0 | 22,541,775 | 100% | ||
belhaven14 | 0 | 7,707,363,033 | 50% | ||
trashyomen | 0 | 991,805,581 | 37.5% | ||
geom | 0 | 7,082,819,789 | 100% | ||
esbat | 0 | 17,055,430,656 | 100% | ||
adulruna | 0 | 2,954,481,349 | 100% | ||
elderdark | 0 | 22,341,917,657 | 36% | ||
mirroredspork | 0 | 26,309,727,367 | 100% | ||
vrezyy | 0 | 4,468,552,343 | 12.5% | ||
tub3r0 | 0 | 655,239,326 | 8.63% | ||
mxm0unite | 0 | 1,619,796,229 | 50% | ||
marsupia | 0 | 1,920,425,366 | 50% | ||
iproto | 0 | 20,039,866,084 | 50% | ||
senseisar | 0 | 626,349,685 | 25% | ||
michupa | 0 | 84,759,461,435 | 45% | ||
beffeater | 0 | 5,153,993,071 | 22.5% | ||
txracer | 0 | 2,645,376,607 | 100% | ||
s3rg4 | 0 | 638,214,772 | 12.5% | ||
chaosmagic23 | 0 | 2,759,439,621 | 25% | ||
heutorybr | 0 | 662,768,012 | 22.5% | ||
svanbo | 0 | 983,876,268 | 0.5% | ||
crypto-shots | 0 | 171,522,773 | 50% | ||
thgaming | 0 | 8,139,961,577 | 50% | ||
chrisly.social | 0 | 22,317,821,965 | 25% | ||
thorlock | 0 | 58,371,268,301 | 50% | ||
ydaiznfts | 0 | 1,792,490,917 | 6.25% | ||
cryptoshots.nft | 0 | 1,851,727 | 100% | ||
boeltermc | 0 | 8,021,131,608 | 50% | ||
beststart | 0 | 16,132,759,291 | 5% | ||
misticogama | 0 | 5,761,545,838 | 25% | ||
mighty-thor | 0 | 3,755,640,617 | 50% | ||
chechostreet | 0 | 857,049,709 | 12.5% | ||
fonestreet | 0 | 1,894,405,561 | 25% | ||
alicia2022 | 0 | 704,990,584 | 11.25% | ||
cryptozeug | 0 | 4,933,480,620 | 100% | ||
lightbruce17 | 0 | 2,125,233,846 | 12.5% | ||
dutchchemist | 0 | 469,903,621 | 100% | ||
poplar-22 | 0 | 1,722,056,587 | 12.5% | ||
cryptoshots.play | 0 | 0 | 10% | ||
hk-curation | 0 | 17,731,129,207 | 12.5% | ||
abreusplinter | 0 | 1,838,735,039 | 22.5% | ||
cryptocompany | 0 | 951,650,384,743 | 100% | ||
flexnet | 0 | 15,080,222,182 | 100% | ||
mugglow | 0 | 566,963,244 | 100% | ||
splinterwhale | 0 | 2,337,091,306 | 50% | ||
deggial | 0 | 29,320,892,166 | 100% | ||
hive-196769 | 0 | 1,802,389,507 | 100% | ||
ngwinndave | 0 | 7,198,978,818 | 25% | ||
cryptoshotsdoom | 0 | 0 | 10% | ||
mv-curacion | 0 | 10,700,061,177 | 12.5% | ||
nahuelgameplays | 0 | 916,548,947 | 100% | ||
gornat | 0 | 1,411,435,103 | 12.5% | ||
aborowczak1972 | 0 | 983,868,555 | 100% | ||
freecompliments | 0 | 1,489,097,482,433 | 50% | ||
georgesantana73 | 0 | 523,029,936 | 50% | ||
tengolotodo.leo | 0 | 3,223,112,599 | 25% | ||
ccceo.team | 0 | 659,157,309 | 100% | ||
hive-140084 | 0 | 45,054,324,737 | 50% | ||
ccceo.app | 0 | 1,824,524,707 | 100% | ||
karina.gpt | 0 | 0 | 100% | ||
timix648 | 0 | 497,293,617 | 35% | ||
ccceo.rewards | 0 | 3,841,530,135 | 100% | ||
ccceo.invest | 0 | 3,009,865,465,720 | 100% | ||
caspermoeller89 | 0 | 83,098,766,127 | 100% | ||
wahlterwhite | 0 | 5,770,396,348 | 25% | ||
briefmarken | 0 | 38,008,409,429 | 86.3% | ||
mviews | 0 | 29,058,307,675 | 50% | ||
hivedrip | 0 | 31,815,392,826 | 50% | ||
fc-curation | 0 | 2,806,231,598 | 50% | ||
lightworks | 0 | 2,652,737,553 | 25% | ||
meraki7578 | 0 | 2,399,719,126 | 25% | ||
fc-rewards | 0 | 1,833,082,391 | 50% | ||
d-a-d | 0 | 5,220,140,908 | 25% | ||
tejidorosa | 0 | 398,543,935 | 99% | ||
brobang | 0 | 5,946,719,199 | 100% | ||
midnight-studio | 0 | 4,188,754,770 | 6.25% | ||
claudiavb | 0 | 8,758,819,759 | 25% | ||
ccceo.voter | 0 | 173,736,561,170 | 100% | ||
itz.inno | 0 | 13,346,384,677 | 25% | ||
learn2code | 0 | 545,926,527 | 25% | ||
lolz.byte | 0 | 0 | 100% | ||
lourica | 0 | 2,677,745,575 | 100% | ||
indiasierra | 0 | 709,338,975 | 25% | ||
magicalex | 0 | 2,993,759,057 | 35% | ||
galaxiavtuber | 0 | 1,402,762,135 | 25% | ||
ccceo.voter2 | 0 | 266,475,387,828 | 100% | ||
dbooster.thg | 0 | 560,427,757 | 50% | ||
indeedly | 0 | 1,608,372,889 | 25% | ||
pakx | 0 | 942,425,639,673 | 50% | ||
trovepower | 0 | 1,093,628,038 | 25% | ||
mmbbot | 0 | 1,136,465,128 | 25% | ||
digi-alt | 0 | 647,959,646 | 25% | ||
michael561 | 0 | 2,699,177,441 | 10% | ||
carephree | 0 | 12,988,792,884 | 50% | ||
magic.byte | 0 | 0 | 100% |
This is a really good resource, you are a valuable community member! !PAKX !PIMP !PIZZA
author | ecoinstant |
---|---|
permlink | re-theghost1980-swbm6s |
category | hive-186392 |
json_metadata | {"tags":["hive-186392"],"app":"peakd/2025.5.6","image":[],"users":[]} |
created | 2025-05-15 20:56:54 |
last_update | 2025-05-15 20:56:54 |
depth | 1 |
children | 1 |
last_payout | 2025-05-22 20:56:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 847,684,553,681,759 |
root_title | "Mastering Hive Security: A Practical Guide to Protecting Your Private Keys and Avoiding Web3 Scams ENG/SPA" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,755,596 |
net_rshares | 16,946,609,930 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
theghost1980 | 0 | 16,946,609,930 | 100% |
<center><table><tr></tr><tr><td><center><img src='https://files.peakd.com/file/peakd-hive/pakx/PakX-logo-transparent.png'><p><sup><a href='https://hive-engine.com/?p=market&t=PAKX'>View or trade </a> <code>PAKX</code> tokens.</sup></p></center></td><td><center>@ecoinstant, PAKX has voted the post by @theghost1980. (1/1 calls)</p><br><br><p>Use !PAKX command if you hold enough balance to call for a @pakx vote on worthy posts! More details available on <a href='/@pakx'>PAKX Blog</a>.</p></center></td></tr></table></center>
author | pakx |
---|---|
permlink | re-ecoinstant-1747342653 |
category | hive-186392 |
json_metadata | "{"tags": ["pakx", "hivepakistan"], "app": "HiveDiscoMod"}" |
created | 2025-05-15 20:57:33 |
last_update | 2025-05-15 20:57:33 |
depth | 2 |
children | 0 |
last_payout | 2025-05-22 20:57: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 | 526 |
author_reputation | 55,996,595,627 |
root_title | "Mastering Hive Security: A Practical Guide to Protecting Your Private Keys and Avoiding Web3 Scams ENG/SPA" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,755,638 |
net_rshares | 0 |
<center>PIZZA! $PIZZA slices delivered: @ecoinstant<sub>(2/20)</sub> tipped @theghost1980 <sub>Come get [MOON](https://moon.hive.pizza)ed!</sub></center>
author | pizzabot |
---|---|
permlink | re-mastering-hive-security-a-practical-guide-to-protecting-your-private-keys-and-avoiding-web3-scams-engspa-20250515t205717z |
category | hive-186392 |
json_metadata | "{"app": "pizzabot"}" |
created | 2025-05-15 20:57:15 |
last_update | 2025-05-15 20:57:15 |
depth | 1 |
children | 0 |
last_payout | 2025-05-22 20:57: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 | 158 |
author_reputation | 7,555,460,989,499 |
root_title | "Mastering Hive Security: A Practical Guide to Protecting Your Private Keys and Avoiding Web3 Scams ENG/SPA" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,755,603 |
net_rshares | 0 |
Thank you, this will be a perfect resource to hand out to people I try to onboard.
author | txracer |
---|---|
permlink | re-theghost1980-swb3rf |
category | hive-186392 |
json_metadata | {"tags":["hive-186392"],"app":"peakd/2025.5.6","image":[],"users":[]} |
created | 2025-05-15 14:18:54 |
last_update | 2025-05-15 14:18:54 |
depth | 1 |
children | 5 |
last_payout | 2025-05-22 14:18:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.102 HBD |
curator_payout_value | 0.101 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 2,264,595,810,179 |
root_title | "Mastering Hive Security: A Practical Guide to Protecting Your Private Keys and Avoiding Web3 Scams ENG/SPA" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,745,826 |
net_rshares | 582,309,030,357 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ecoinstant | 0 | 196,212,425,119 | 100% | ||
eturnerx | 0 | 270,496,855,305 | 20.3% | ||
tomiscurious | 0 | 26,279,371,671 | 4.5% | ||
fatman | 0 | 9,230,553,381 | 2% | ||
msp-makeaminnow | 0 | 26,649,454,242 | 28.8% | ||
voter001 | 0 | 26,669,959,107 | 27.2% | ||
voter000 | 0 | 26,392,717,559 | 54.2% | ||
we-are-palcoin | 0 | 377,693,973 | 100% |
Great! Btw anytime you can please check this tool I did: https://hivesbi-onboarding.netlify.app Basically it was my gift for the HSBI, the idea is helping to onboard people to the HSBI. This app works this way: - Sign in using hive keychain. - Search for new users. There are some options to search. Or you can just type and check the username.  So let's say I choose to use one of those options. By using "Registered within the last 30 days - low votes" the Backend server will try to fetch: - New users registered within 30 past days. - Filter to fetch only users with at least one post, not one comment but one real post made by this user. - Users with low amount of votes. It will take some time to fetch all data:  > Why it takes so much time? Even when the app uses HiveSQL, faster than just lookup the blockchain and search for new accounts, and then search for posts and so on, the amount of data processing is huge but believe me, #HiveSQL is the faster option to do this. After some seconds of your patience you will get more than 100 results. Like:  At this moment you can check if this person is already a member of the HSBI: By clicking on the icon with the HSBI logo:   You will see some info about this user. If is not a member yet good news: **you can onboard him/her** Ok but wait I suggest making some checks first as: - there are many fake accounts - many people create new accounts using AI, etc etc - Click on the username and it will open a new tab with the hive blog of that username  - So once you are there you can do a check: 1. Is this a legit person? Is there an intro message? It talks like a human? etc etc 2. If so you can even go further and check the wallet. - I have found one that looks very real and new:  - So I check the member status and click "on-board":  - It will bring the onboard modal and you can see his last posts:  - I click in "onboard here":  And the fun begins. The onboarding automatic "kinda" process. You will read all the info as it will allow you to check if you have access to your account using Hive Keychain and stuff. For now as this is a beta app I did, the onboard process takes 1 HIVE as this is > A mechanism made by the HSBI not me, not the page but the HSBI So I will continue with this, by clicking "Pay with Keychain 1 HIVE":  As soon as I clicked if I have installed #hivekeychain it will show the transaction I must confirm. - I confirm the transaction and the wallet will arise the success message and the app will move to the step 2 :)  - Now I can leave a comment in the posts I want of that user to **let him know what is going on and where we was onboarded to** > So what you will see is a fully customizable markdown message containing a code editor and a markdown preview block. You can check and edit as you want. For the sake of this mini tutorial I will leave as it is because it looks amazing! - Find the green button, hit next:  The app will try to post a comment into that post :D isn't that beautiful? auto-matization buddy?  After confirm the message you will get a report that you can copy for your personal records as text :D  The final report is like this one below: --- Onboarding Summary for @nasiraslam by @theghost1980 --- Mode: New onboarding --- Backend Record Update Result --- Response Details: { "onboarder": "theghost1980", "onboarded": "nasiraslam", "amount": "1.000 HIVE", "memo": "@nasiraslam", "timestamp": 1747328960725 } --- Post Selected --- Commented on: "Introducing My Self" by @@nasiraslam View Post: https://peakd.com/hive-114815/@nasiraslam/introducing-my-self --- Transfer Transaction Result --- Status: Success Message: Successfully transfered 1.000 HIVE from @theghost1980 to @steembasicincome. Transaction Details: Tx ID f3321358f80de86d62bbd519f99574729b305719 From@theghost1980 To@steembasicincome Amount 1.000 HIVE Memo: @nasiraslam --- Comment Transaction Result --- Status: Success Comment Permlink: re-nasiraslam-lkemco-1747329150642 View Comment: https://hive.blog/@theghost1980/re-nasiraslam-lkemco-1747329150642 Message: The post was submitted succesfully. Let me know if you find any issues while using the tool!
author | theghost1980 |
---|---|
permlink | re-txracer-swbbxg |
category | hive-186392 |
json_metadata | {"app":"peakd/2025.5.6","image":["https://files.peakd.com/file/peakd-hive/theghost1980/23tw3evorJST3arP5TEBDFrfLZUMxGrizvUaisToZhE2p6djiiQsSDm4HYBxyEArdXasV.png","https://files.peakd.com/file/peakd-hive/theghost1980/23tHZEfpxveDTQv1fCwPzHgdAamzjVLhaAi7VLAQPFBXAkBd4UGkxwQ6YEJUeCg7BMc48.png","https://files.peakd.com/file/peakd-hive/theghost1980/Enz3aPzUrhr2qYVFkoDKawJaiRXFhTSFG2NH5cWsrDDvryxCt3AQjMLcHTwdvvv8wTX.png","https://files.peakd.com/file/peakd-hive/theghost1980/Eo8ZAzK2QrJtgubz4xPx8SCqahSDWumDT5rGmTXWPkbpfcRPK59cqrVKiQuNF9FPxrF.png","https://files.peakd.com/file/peakd-hive/theghost1980/Eo2BNsxqg36HjnN9YDQJcc2DURYNcExE1VsRQ2N1dCSyia87M1DewPM4ZdQe61aebDX.png","https://files.peakd.com/file/peakd-hive/theghost1980/23xerMCVeNcYRK8HGDYpt51L5KPENhSKLS6jUnwREBtXEvDnqHLZS7wEM9RrGeA9VdjAc.png","https://files.peakd.com/file/peakd-hive/theghost1980/2432Wo3PuCQ7yYNUVCDntax8B7o3hZCQKT5FiSrufm4WczioJX7jZ4i3eYQvisFMwX2Ah.png","https://files.peakd.com/file/peakd-hive/theghost1980/23tcLveemWYy8nnpX3e8sNprovvzugftdv28e7JTwm2QPrWphK5zacmX6YzAKxHKJzEWR.png","https://files.peakd.com/file/peakd-hive/theghost1980/23wqrofJoKcoqD9bcrPu6aN3VduyoVUW2nWYpfxFTN3CtHJn51Mzc5BzdyhaYM7HHz3jo.png","https://files.peakd.com/file/peakd-hive/theghost1980/Ep1akmM9GWukx9yoaqAvckAPB4CYrK3pz15KykgpDmvnpYxrmQBuS3TEq5PUSDJ2xzS.png","https://files.peakd.com/file/peakd-hive/theghost1980/2458LChzgcJCShuFTPqm3S9Ut3yRpRMoh3hEnmAVPGhabDmeeHJHQnwNNU3SjqCDKNSPD.png","https://files.peakd.com/file/peakd-hive/theghost1980/244AAkirV46dR88Y2ve6ZXAAQVxScJ5eDqZaL5QwY9ykWHUEtaCE5EtkNUavHVA2Wpnqj.png","https://files.peakd.com/file/peakd-hive/theghost1980/Ep5sU7jgXis37r7ZU8hWgxKzUXiFei2cSqNb3CWfs1yM5d1BiavezJbLBcWmnEj5TXb.png","https://files.peakd.com/file/peakd-hive/theghost1980/242Y1m3w8w2t6FcsGv1VKNzSJkE4Fv66cUf2EpQaj7ym3PEt471mAi95SSXesuzMFVmTd.png","https://files.peakd.com/file/peakd-hive/theghost1980/23vsdapfTQy9RpM5sXt47bNSSZLBT2YsNNrgtkfTcCv79khx1L4wDFQMYe46hzK9MdvYC.png"],"tags":["hive-186392"],"users":["nasiraslam","theghost1980","steembasicincome"]} |
created | 2025-05-15 17:15:21 |
last_update | 2025-05-15 17:46:30 |
depth | 2 |
children | 4 |
last_payout | 2025-05-22 17:15:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.114 HBD |
curator_payout_value | 0.112 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,293 |
author_reputation | 101,447,694,550,284 |
root_title | "Mastering Hive Security: A Practical Guide to Protecting Your Private Keys and Avoiding Web3 Scams ENG/SPA" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,749,066 |
net_rshares | 656,017,148,605 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ecoinstant | 0 | 200,208,542,738 | 100% | ||
eturnerx | 0 | 26,627,829,877 | 2% | ||
fatman | 0 | 9,234,008,927 | 2% | ||
votehero | 0 | 269,355,262,145 | 53.8% | ||
msp-makeaminnow | 0 | 26,497,767,379 | 28.8% | ||
we-are-lucky | 0 | 44,387,953,397 | 100% | ||
voter001 | 0 | 26,381,093,603 | 27.2% | ||
voter000 | 0 | 26,681,922,957 | 54.2% | ||
we-are-palcoin | 0 | 369,140,093 | 100% | ||
eturnerx-dbuzz | 0 | 26,273,627,489 | 72.4% |
Looks neat, but the link is a 404. Has eco seen this yet? He has been talking about better tools for finding new onboards.
author | txracer |
---|---|
permlink | re-theghost1980-swbd5n |
category | hive-186392 |
json_metadata | {"tags":["hive-186392"],"app":"peakd/2025.5.6"} |
created | 2025-05-15 17:41:48 |
last_update | 2025-05-15 17:41:48 |
depth | 3 |
children | 3 |
last_payout | 2025-05-22 17:41:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.156 HBD |
curator_payout_value | 0.154 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 2,264,595,810,179 |
root_title | "Mastering Hive Security: A Practical Guide to Protecting Your Private Keys and Avoiding Web3 Scams ENG/SPA" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 142,749,476 |
net_rshares | 898,459,678,354 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
theghost1980 | 0 | 16,946,609,930 | 100% | ||
ecoinstant | 0 | 204,286,213,777 | 100% | ||
eturnerx | 0 | 268,072,974,033 | 20.2% | ||
fatman | 0 | 9,237,659,476 | 2% | ||
votehero | 0 | 266,368,209,363 | 53.8% | ||
msp-makeaminnow | 0 | 26,345,616,600 | 28.8% | ||
we-are-lucky | 0 | 26,663,311,773 | 59.4% | ||
voter001 | 0 | 26,525,665,222 | 27.2% | ||
voter000 | 0 | 26,109,300,834 | 54.2% | ||
we-are-palcoin | 0 | 360,790,377 | 100% | ||
bilpcoinbpc | 0 | 883,749,965 | 5% | ||
eturnerx-dbuzz | 0 | 26,659,577,004 | 72.4% |