I bought some cheap Dragonmint T1 w/ G19 controll boards.
Wanted to try Braiins on them, since I have it on my other miners.
Please note, that if anything wrong happens, Dragonmint dont have SD card to help.
Use this guide at own risk!!!
Something can happen under installation like power failure, internet failure osv that can make the install fail.
Used ssh from Linux.
SSH root:dr4g0nhash Web is admin:dragonadmin
If you want to install Braiins use thise comands from a new folder.
#Update the repositories and install dependencies
$ sudo apt update && sudo apt install python3 python3-virtualenv virtualenv
#Download and extract the firmware package
#Dragonmint
$ wget -c
https://feeds.braiins-os.org/19.06/braiins-os_dm1-g29_ssh_2019-06-05-0-0de55997.tar.gz -O - | tar -xz
#Change the directory to the unpacked firmware folder
$ cd ./braiins-os_dm1-g29_ssh_2019-06-05-0-0de55997
#Create a virtual environment and activate it
$ virtualenv --python=/usr/bin/python3 .env && source .env/bin/activate
#Install the required Python packages
$ python3 -m pip install -r requirements.txt
Install Braiins OS using SSH package
#Change the directory to the unpacked firmware folder (if not already in the firmware folder)
$ cd ./braiins-os_dm1-g29_ssh_2019-06-05-0-0de55997
#Activate the virtual environment (if it is not already activated)
$ source .env/bin/activate
#Run the script to install Braiins OS
$ python3 upgrade2bos.py IP_ADDRESS
(Change "IP_ADDRESS" to miners IP adress)
Done
BTCIf you want to go back to original firmware:
#Using previously created backup to flash back to original firmware if you dont want to use Braiins
$ cd braiins-os_dm1-g29_ssh_2019-06-05-0-0de55997 && source .env/bin/activate
$ python3 restore2factory.py backup/NAME_OF_BACKUP_FOLDER/ IP_ADDRESS
#Comand you use if you want to backup
$ python3 restore2factory.py backup/BACKUP_ID_DATE/ IP_ADDRESS)----
SSH root:dr4g0nhash Web is admin:dragonadmin
Github guide:
https://github.com/KoreNBeatZ/braiins-os/blob/master/docs/index.mdPlease note, that if anything wrong happens, Dragonmint dont have SD card to help.
Use this guide at own risk!!!Something can happen under installation like power failure, internet failure osv that can make the install fail.