Login
Discover
Waves
Communities
Login
Signup
Topics
#lighthive
Global
Trending
Hot
New
Top
#lighthive
New
Top communities
Create your community
latest #lighthive created topics | Ecency
master-lamps
DBuzz
2024-02-22 11:53
Oh boy, just made the switch from Beem to LightHive! 🚀 Excited to explore this ...
... new platform and streamline my Hive experience. Here's to smoother interactions and enhanced functionality! #LightHive #HiveBlockchain #NewBeginnings
$ 0.997
17
emrebeyler
HiveDevs
2024-01-16 22:51
Lighthive update v0.4.3
Lighthive documentation A new version of Lighthive is pushed to the Python package index with the tag 0.4.3 . As usual, pip install lighthive --upgrade is enough to get the latest version. Changelog Use
$ 16.996
249
4
7
emrebeyler
HiveDevs
2023-02-15 19:03
Lighthive update: 0.4.2
New version of lighthive
gamer00
Learning Python
2023-02-04 14:27
Published via Ecency
A comment scoring system for my quiz using the LightHive library. Help?
Hey! It's me again... I am fairly confident that this script should work, but can't be sure since I now know that all the Python libraries are out of date. This script should calculate a score for each
r4f4
Picture A Day
2026-08-21 11:22
Published via Ecency
Promoted
Garmisch Partenkirchen 🇩🇪. Like a dream
A place in the German Alps that looks like a dream or something straight out of a storybook. Its name is Garmisch-Partenkirchen
gamer00
hive
2023-02-02 11:05
Published via Ecency
Hive programming in Python, anyone know what I'm doing wrong?
I have tried beem earlier, and currently using the LightHive library created by @emrebeyler, but I seem to have similar problems with both libraries. I took the example from the lighthive documentation,
emrebeyler
HiveDevs
2021-12-30 14:59
New LightHive release: 0.3.0
Lighthive documentation A new version of Lighthive is pushed to the Python package index with the tag 0.3.0 . As usual, pip install lighthive --upgrade is enough to get the latest version. As a client,
pibara
HiveDevs
2021-12-24 12:08
Hmm, what happened here? HIVE bug? lighthive bug ? Node timesync issue? Or did I f..k up myself somehow?
Two identical votes done: One lost all of its voting weight. What happened? Bug in HIVE? in lighthive? Witness node? Or did I fuck up?
quochuy
Hive Governance
2021-02-15 08:26
Witness Earnings Weekly Report - 2021-02-15
This post reports on the earnings of witnesses on the last 7 days.
r4f4
Shadow Hunters
2026-08-19 20:53
Published via Ecency
Promoted
Reflection Hunters Contest - Round 285
Magdeburg, Germany. Fantastic sunset, full of color, lights and reflections.
emrebeyler
Programming & Dev
2021-02-08 13:17
New LightHive release: 0.2.8
Lighthive documentation A new version of Lighthive is pushed to the Python package index with the tag 0.2.8. As usual, pip install lighthive --upgrade is enough to get the latest version. The biggest change
emrebeyler
lighthive
2020-10-15 10:55
New Lighthive Release: 0.2.6
Lighthive documentation A new version of Lighthive is pushed to the Python package index with the tag 0.2.6. As usual, pip install lighthive --upgrade is enough to get the latest version. The biggest change
emrebeyler
peakd
2020-09-15 19:13
Test post
Edit: Sorry about that, I was doing some testing regarding the new hard fork. This post is mistakenly sent to the main network.
emrebeyler
development
2020-05-24 23:30
Recipe: Claim Hive account tokens automatically
infestor is a command-line application to claim and create discounted STEEM accounts. If your stake is around 2.5k/3k HP level, you can claim discounted accounts (this resource credit requirement may change)
cliffblank
hive
2026-08-17 18:29
Published via Ecency
Promoted
BLANK Hive Token
Here’s an updated version that folds in the Substack airdrop cleanly and gives BLANK a little more presence without losing the light, friendly tone. 🌼 Introducing BLANK — A Tiny Token for Kindness Hive
emrebeyler
python
2020-04-09 08:23
A Python snippet to follow votes of specific curators
import logging import os.path import threading import time logging.basicConfig(level=logging.INFO) from lighthive.datastructures import Operation from lighthive.client import Client logger =
emrebeyler
HiveDevs
2020-03-21 18:30
LightHive - A light Python client for HIVE blockchain
lighthive is a light python client to interact with the HIVE blockchain. It’s simple and stupid. It doesn’t interfere with the process between the developer and the HIVE node. It's forked from the Lightsteem