Login
Discover
Waves
Communities
Login
Signup
Topics
#lighthive
Global
Trending
Hot
New
Top
#lighthive
New
Top communities
Create your community
latest #lighthive created topics on internet
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
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
godffrey
fun
2026-06-22 21:39
Promoted
Truth Or Dare: Would Your Relationship Survive This Ultimate Game Night? 🎲🔥
Let’s spice things up on the feed today because relationships shouldn't just be about routine texts and casual conversations. Sometimes, you need to break the ice all over again. 💬🔥 Looking at this
gamer00
hive
2023-02-02 11:05
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.
mshbd
Feel Good
2026-06-26 15:48
Promoted
Night Photography Competition - Round 04
Night Photography Competition - Round 02 is now closed. 👉 Click here to see the Round 02 Winners! 🌙🌙🌙🌙🌙 Night Photography Competition - Round 03 Show us the beauty of the dark! ⏳ Welcome back, Feel
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)
darth-azrael
retrocomputing
2026-06-26 18:14
Promoted
PC World (October 1985)
PC World was one of the first major PC dedicated magazines. Unlike other early magazines like Byte and Compute!, it exclusively covered the PC. The October 1985 issue includes:
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
witness-category
2020-03-31 21:45
A Python script to unvote top20 witnesses
from lighthive.client import Client from lighthive.datastructures import Operation def unvote_top_20(account, active_key): c = Client(keys=[active_key]) top20_witnesses = set( [w["owner"] for
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