Elektrine lite

← Feed

@ericpp@podcastindex.social

Post #2873823

2026-02-20 16:01 UTC

@StevenB@podcastindex.social @Darren@planetrage.social Do you have the code for this on Github? This lets you submit podpings but it doesn't give any confirmation that it made it on the Hive blockchain. I think adding something to watch the Hive blockchain for the posted podping would help. I was thinking of borrowing whatever tiles.podping.org is doing.

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

    Open ##2873824

  • @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

    Open ##2873825

  • @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.

    Open ##2873830