Post
Topic
Board Mining software (miners)
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
momo353
on 17/07/2019, 22:53:14 UTC
Hello Braiins
I would like to remotely install braiins on a DM1 g19 via ssh, using the dm1_g29-ssh tar downloaded from feeds, do you have any recomendations, I will follow the instructions as per braiins-os.org docs.

Using Linux

cd braiins-os_am1-s9_ssh_VERSION
virtualenv --python=/usr/bin/python3 .env
source .env/bin/activate
python3 -m pip install -r requirements.txt

python3 upgrade2bos.py your-miner-hostname-or-ip

Please let me know if this will work or if I should not do it.

Thanks