Is there a way to automate the target wattage of a miner based on time of day?

I want to have my miner running at 800 watts during the day to cut down on noise and 1450 at night. I'm using braiins. Haven't tried flashing a new os yet, it came preinstalled. Would rather not flash but not afraid to try.

#asknostr #hashstr #minestrich #plebchain

Reply to this note

Please Login to reply.

Discussion

can programatically set it with a script?

A bit beyond my current expertise but I'm a quick learner. I programmed a little bit in C++, VB, and a shit ton in whatever language those TI83+ calculators used 😅... but that's decades ago.

What's the lowest friction workflows to compile the script and run the code? I imagine writing the scripts with the help of GPT wouldn't be too tough?

look up the bosminer api. if the exposed api is locked down as read only then make the calls for wattage change same way that the dashboard permits via screen scrapes or ssh into miner and have a cron job to set wattage and restart.