Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized 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
emrebeyler
HiveDevs
2023-02-15 19:03
Lighthive update: 0.4.2
New version of lighthive
$ 26.953
293
60
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
$ 4.442
191
1
darth-azrael
photography
2026-04-03 16:59
Promoted
Vintage Photos - Lot 6 (190-193)
The photos in this set were takin in Michigan between 1957 and 1967.
$ 0.104
44
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,
$ 5.505
64
4
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,
$ 1,073.453
522
45
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?
$ 5.858
7
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.
$ 46.367
395
13
tangmo
animal
2026-04-04 06:56
Promoted
My Photos and Videos about cute Dogs
My Channels about cute Dogs I am a dog lover… But, after my beloved dog, Piggy, died, (my female shih tzu dog), I didn’t have any new dog until now. (we only have 2 cute Mainecoon cats, Titan & De-i,
$ 1.200
81
1
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
$ 26.444
225
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
$ 11.608
67
1
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.
$ 2.994
240
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)
$ 63.752
283
7
shaidon
Silver Bloggers
2026-04-02 13:01
Promoted
Amazon and Weaponised Incompetence.
Amazon and Weaponised Incompetence The Undelivered Package I had a day off yesterday. It was perfectly timed to coincide with the delivery of 2 packages. The first package arrived before 9am, and I picked
$ 2.371
263
12
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 =
$ 17.416
147
5
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
$ 12.597
113
2
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
$ 25.902
50
11