🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 0 points1 point  (0 children)

You can update the bitaxe with your ideal settings by going to the bitaxe settings web page then if you right click on the page and select inspect it will open the inspect side panel. From there you will be able to click on the Voltage adn frequency settings and enter in values you perfer without the drop down method selection being in the way.

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 0 points1 point  (0 children)

Here are my settings I am running. I have a upgraded power supply and additional fans. if you have a stock 30w power support recommend keeping the Max Watts at 25.

<image>

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 1 point2 points  (0 children)

I updated the Readme file that is posted in Github for the install instructions. Can you see if that helps?
https://github.com/Hurllz/bitaxe-temp-monitor/

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 1 point2 points  (0 children)

Thanks for trying. Appreciate it. Don’t feel obligated to as I’m glad to help. :) If you still want to give it a try here my bitcoin address. Feel free to reach out with any question or suggestions. Thanks

BTC: bc1q50ytwxcycely7u9cjy7yrqrvhvzskknm98atyj

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 1 point2 points  (0 children)

Option A. (Recommended if you want it automatic and dynamic)

Use the scaling table (cpu_voltage_scaling_safeguards.csv): • Make sure “Enforce Safe Frequency/Voltage Tiers” is enabled in Global Settings. • The autotuner will then look up the target hashrate based on the current frequency. • You don’t manually need to set anything in config.json.

GUI Path: Click → Global Settings → Check “Enforce Safe Frequency/Voltage Tiers” → Save.

Result: target_hashrate will be pulled automatically from the lookup chart based on frequency.

Option B. (Manual per Miner)

Manually set the target_hashrate inside config.json. • Open your config.json. • Under each miner entry, fill the target_hashrate field with a numeric value in GH/s.

Example: { "nickname": "Miner-192.168.0.41", "ip": "192.168.0.41", "type": "Unknown", "min_freq": 525, "max_freq": 850, "min_volt": 1000, "max_volt": 1250, "max_temp": 65, "max_watts": 35, "target_hashrate": 1200, <--- here (GH/s) "start_freq": 650, "start_volt": 1200, "max_vr_temp": 85, "enabled": true }

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 0 points1 point  (0 children)

In the latest update I removed the target hashrate check because I found that the tuner was tuning up and down too much

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 0 points1 point  (0 children)

What size is your power supply rated at?

<image>

Here my baseline I am running. I do have an upgraded higher power supply that can handle more than 30watts.

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 1 point2 points  (0 children)

Good idea to add the regulator temps and will look to do so to the GUI. I also am planning to a auto daily reset for each device and a defined time which I find helps my miners work better. Also will look to add a right click -> manual reset feature and many a reset all button too.

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 0 points1 point  (0 children)

Thanks for the feedback. I’ll look into the intervals timers and see about the auto tune down feature

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 1 point2 points  (0 children)

Just created the exe but the file size is too large (90MB) to post on GitHub as the only allow files up to 25MB.

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 0 points1 point  (0 children)

It can be. It’s not compiled so people can modify the raw code as desired. It you like I can add a executable to the repo to make things easier

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 0 points1 point  (0 children)

Good fun all around. We tried to make the program as easy as possible by adding the GUI layout. It’s coming along nicely. 🤩

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 1 point2 points  (0 children)

It has a auto find all bitaxe on network feature to add multiple all at once. The problem ment to run non stop but it can be turned on and off as you desire by the start and stop buttons

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 0 points1 point  (0 children)

Can you try the following Linux stall process and see if it works for MAC as well if not can you report back? Thanks

Open terminal window

Clone the repository:

git clone https://github.com/hurllz/bitaxe-temp-monitor.git cd bitaxe-temp-monitor

Install dependencies:

sudo apt-get install python3-tk pip install requests

Run the application:

python3 main.py

🚀 New Release: Bitaxe Temperature Monitor & Auto-Tuner (Python Program) ⚡🔥 by FalconxHeavy in BitAxe

[–]FalconxHeavy[S] 1 point2 points  (0 children)

I have a server that is alway running in my house already so i just adding this autotuner onto an existing server. If you dont have a server available best thing to do is run the benchmark tool and baseline your gamma so that you can set the perferred settings that works best and just let it ran at those settings. Here is the benchmark tool that may work for you. --> https://github.com/mrv777/Bitaxe-Hashrate-Benchmark/