PBFarmer API: How To Access and Implement the API

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • Doing a quick guide on how to integrate and use the PBFarmer API on any of your Iceriver miners. This can be done on any operating system, and gives you complete control over your miner. Send commands to it based off of info provided by the api, integrate it into your website, create your own WebUI for the miner, anything you can think of you can do! Should Work on any of the Kaspa, Radiant, or Aelphium miners that the firmware is out for.
    Let me know what you guys come up with and share your projects on the discord!
    API DOCCUMENTATION
    github.com/rdu...
    Shout out PBFARMER
    github.com/rdu...
    UART ADAPTER:
    amzn.to/3MG98aV
    BREADBOARD CABLES:
    amzn.to/4dX1o00
    PSU FOR TESTING:
    amzn.to/4ei2GT4
    **Commands:**
    youtube wont let me post the commands here due to not allowing angled brackets, so they will be in my discord.
    / discord
    Want to do business with me?
    Email: lukewarmmining@gmail.com or Discord!
    Discord: / discord
    Want to talk to me 1 on 1? superpeer.com/...
    -------------
    CHAPTERS:
    2:20 - Going Over the API Documentation
    4:40 - Get Your API Key
    6:05 - Command Examples and Formatting
    9:37 - Testing the Pool Update Command
    11:41 - Dumping Data From the Miner
    ---------------

Комментарии • 9

  • @ryandugan
    @ryandugan 13 дней назад +1

    Nice run-through! for people wondering what 'curl' is, it's a command line HTTP client - i.e., essentially a stripped down browser. The '-k' flag means to ignore the TLS certificate errors (the ones causing warnings in your browser). The '-H' flag is for adding headers to the request, which is what the 'Authorization' bit is.
    Also, the most simple linux mechanism for scheduling occasional commands is called 'cron'. You can add/edit scheduled commands using 'crontab -e'. For longer running processes (daemons), systemd is probably more appropriate, but that's a topic on it's own.

    • @LukewarmMiner
      @LukewarmMiner  13 дней назад

      @@ryandugan the lead farmer always gets pinned 🫡

  • @Financial_Failure
    @Financial_Failure 13 дней назад +1

    PBFarmer is a beast! learning so much from your channel

    • @LukewarmMiner
      @LukewarmMiner  13 дней назад +1

      Just too many features to fit into one video, and I know someone is out there where this will help

    • @Financial_Failure
      @Financial_Failure 13 дней назад +1

      @@LukewarmMinerexactly, aka me

  • @TheCasualGamer01
    @TheCasualGamer01 13 дней назад +1

    Yo! Thanks for this video!!!

  • @shaymining
    @shaymining 13 дней назад +1

    low mic volume :d. Good video