Image Files
Beta Release
amos-a21.20-n510.60.02-5.10-stable

Current Release
Nvidia Driver: 525.60.11: amos-a21.20-n525.60.11-5.10-stable
Nvidia Driver: 510.60.02: amos-a21.20-n510.60.02-5.10-stable
Supported Cards List
NVIDIA Cards
GTX 750TiGTX 960GTX 970GTX 980GTX 1050
GTX 1060GTX 1070GTX 1070TiGTX 1080GTX 1080Ti
GTX 1650GTX 1660GTX 1660TiGTX 1660 SUPERRTX 2060
RTX 2060 SUPERRTX 2070RTX 2070 SUPERRTX 2080RTX 2080 SUPER
RTX 2080TiRTX 3060TiRTX 3070RTX 3080RTX 3090
LHR RTX 3060LHR RTX 3060TiLHR RTX 3070LHR RTX 3070TiLHR RTX 3080
LHR RTX 3080Ti
AMD Cards
RX460RX470RX480RX550RX560
RX570RX580RX590Vega56Vega64
VegaFERX5500RX5600XTRX5700RX5700XT
RX6600XTRX6700XTRX6800RX6800XTRX6900XT
Mainboard BIOS settings
  • Set boot device to USB flash drive or HDD/NVME depends of your disk where AMOS image was flashed
  • Enable 4G encode (if you are installed more than 4 GPU)
  • Set PCI-E support to Auto and for some mainboards required to disable USB 3.1 and switch to PCIE support
  • Enable onboard graphics (PEG → IGD)
  • For debugging plug your monitor into the ONBOARD graphics card
  • Boot mode could be BIOS/UEFI
  • Upgrade bios to latest version (you may need it in a case if AMOS is not booting up)
How to write an image

First you have to download Balena Etcher or Rufus to write an Image. You can use any tool to write Image you decide working fine with booth tools. Then unpack archive with image for this could be used WinRar.

Once image flashing is completed you will see new drive in your system where you can find file rig.txt and edit it with your Worker ID, Email and Password. Make sure worker is created in the panel.

Another way to write Image using flash drive or ssd/msata connected to Rig is dd. Recommended for advanced linux users.

  • Boot from AMOS drive
  • Type sudo bash
  • Then make sure you know where is AMOS drive and the drive you want to copy to by typing fdisk -l
  • After that, for example AMOS drive is sda, you can type dd if=/dev/sda of=/dev/sdb bs=8M status=progress
  • And wait for some time.
  • Type reboot and press enter
  • Boot up from newly flashed drive and wait till AMOS get loaded.
  • Then type firstrun and press enter. Input your worker id and password, but make sure it is created in Panel (Create Button --> Worker) and manage/monitor your Worker from the panel
How to migrate from other OS remotely

You have to know how to use SSH or web-related shell. There is automated script which you can use to rewrite current OS. Make sure you have Worker ID and Password.

  • Connect to worker over SSH by using putty or web-shell if exists
  • Stop mining and make sure you are under root access. Make sure rig has enough space on the drive and 4Gb+ RAM
  • Copy and past this code in console and press enter: [ -e rewrite.sh ] | rm -f rewrite.sh | wget http://repos.amos.farm/rewrite.sh && chmod +x rewrite.sh && ./rewrite.sh
  • Follow instructions on the screen and after some time enter Worker ID and Password.
  • Once Image rewrited worker will be rebooted into AMOS and displayed in the panel.
  • Continue set it up in the panel