Post #2873823
2026-02-20 16:01 UTC
Replies (3)
-
@StevenB@podcastindex.social 2026-02-20 16:07
@ericpp@podcastindex.social I was going to take a look at the code for podping.watch to add something to monitor the Hive chain, but if you're interested, here's the repos. https://github.com/thebells1111/podping https://github.com/stevencrader/podping-hivewatcher-js
-
@alecksgates@podcastindex.social 2026-02-20 16:08
@ericpp@podcastindex.social @StevenB@podcastindex.social It's ultimately some really basic JSON RPC calls. You can follow the logic here. Don't need any special hive library. https://github.com/Gates-Solutions/podpingd/blob/main/src/hive/jsonrpc/block_api.rs https://github.com/Gates-Solutions/podpingd/blob/main/src/hive/jsonrpc/responses.rs https://github.com/Gates-Solutions/podpingd/blob/main/src/hive/scanner.rs
-
@alecksgates@podcastindex.social 2026-02-20 16:21
@ericpp@podcastindex.social @StevenB@podcastindex.social I'm going to try to get the hive writer changes done tonight to help mitigate this for podping.cloud. Ultimately we are going to try to get a non-Hive solution in place. I have a decent plan but I want to hear what @dave@podcastindex.social thinks about it first. Unfortunately, the next few months are going to be very busy for me between work and moving states. And I'm just a volunteer with all this.