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
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
rivereyesmusic
Liketu
2026-07-20 15:00
Promoted
Pizza with my boyfriend 🍕
Hoy mi novio me llevó a degustar unas pizzas que estaban deliciosas. Fue un momento extraordinariamente romántico y acogedor.
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.
asterkame
CCH
2026-07-14 15:50
Promoted
Items I Found at the Mini Market
Hello Everyone! I went to a mini market two days ago. I go there often and it is near our house. Actually, I had planned to go to the market, but since it was Sunday, the market was closed, so I went to
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
skull
2026-07-08 20:13
Promoted
Crystal Head: When a Bottle Becomes the Whole Point
There’s a certain kind of object that stops being a container and becomes a conversation piece, and Crystal Head Vodka is exactly that. Molded into the shape of a human skull, right down to the teeth and
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