Post
Topic
Board Mining software (miners)
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
balla69
on 28/12/2018, 16:06:39 UTC
I've create an sd card with Etcher and i put the original bios (Antminer-S9-all-201812051512-autofreq-user-Update2UBI-NF.tar.gz) into the sd card, switch jumper for start from sd and run the s9.
I've download the ssh version and type this command from terminal.
Where's the error?

Code:
free@srv-1 ~/Scaricati/braiins-os_am1-s9_ssh_2018-11-27-0-c34516b0 $ python3 restore2factory.py Antminer-S9-all-201812051512-autofreq-user-Update2UBI-NF.tar.gz 172.16.0.134
Traceback (most recent call last):
  File "restore2factory.py", line 25, in
    import upgrade.platform as platform
  File "/home/free/Scaricati/braiins-os_am1-s9_ssh_2018-11-27-0-c34516b0/upgrade/platform.py", line 29, in
    from .transfer import Progress
  File "/home/free/Scaricati/braiins-os_am1-s9_ssh_2018-11-27-0-c34516b0/upgrade/transfer.py", line 25, in
    from progress.bar import Bar
ImportError: No module named 'progress'