Gravitymaster's Simplemining OS FAQ

in faq •  7 years ago  (edited)

Gravitymaster’s SMOS FA

Note: I do not work for SMOS this is all IMO

Why is AMD cards slow on SMOS?

  • As of 8.29.2017 AMD has NOT released drivers for Linux (what SMOS runs on) thus does not fix the DAG issues which was resolved under Windows.
  • Check the AMD website for updates don’t ask on the chat rooms, I am sure it will be posted when it comes out!
  • Link to AMD discussion

Why are cards not showing up in SMOS?

  • Make sure to update the latest BIOS!
  • If Motherboard does not have these options the amount of cards will be limited
    • Enable 4G encode
    • PCIe support to Auto or GEN2
  • Test one card/riser at a time to make 100% both are working then add the next cards/riser rebooting each time to confirm things are working.
  • Power each card of only one PSU! Do not put power from one PSU to GPU and power from other PSU to riser. This causes strange problems.

Why are Overclock / FAN not working when I set them?

  • Both Over Clock settings need to be set, do not level them blank use 0

Why does SMOS keep rebooting?

  • Most likely Over clock is set to high. Start by setting core and memory to 0 and let the system run for a hour. If all is well use the follow as a starting point and go up or down as need:
    • GTX 1060 - Core 0 / Memory 1100 (23-24Mhz at 70 Watts)
    • GTX 1070 - Core 0 / Memory 1200 (30-31Mhz at 115 Watts)
    • GTX 1080TI - Core 165 / Memory 0 (ZEC 700Mhz at 180 Watts)

How do I overclock each GPU at different values?

  • You can set them to different values using a comma between each each setting for example:
    • 1000,1100,1000,800,900,900

Why does SMOS Crash

  • Don’t use low quality USB. Some mining software uses more disk access than others (Claymore uses RAM where Etherminer uses disk) and will wear them out quick. The price of a good USB is the cost of a 120GB SSD, I would go with the SSD.

How many cards does SMOS Support?

  • SMOS supports up to 15 cards but most motherboards have a hard I/O limit of 13 when using PCI expanders.

Power info

  • PSU are at peak efficiency between 55% and 60%, will also create a lot more heat when above 75%. Buy large PSU and use 60-65% of rated power.

How do I add a new miner to SMOS?

  • Request anything like this in the #SUPPORT channel do not spam th #GENERAL Channel

  • SMOS is running linux, you can compile and install new miners any time you want.

    • Also can integrate into the SMOS GUI by replacing old miners under /root/miners_org/

How do I see the running miner via SSH?

  • screen -x miner

How to change email address via SSH?

  • nano /mnt/user/config.txt

Example Miner Configuration strings:

  • EWBF Miner
    • ZEC
      • --server asia.equihash-hub.miningpoolhub.com --user gravitymaster.$rigName --pass x --port 20570
      • --server asia1-zcash.flypool.org --user t1U9dp31osZvpSQNmvwtECjWSNLx4mFDiqJ.$rigName --pass x --port 3333
  • CCMINER Miner
    • SIGT Skunk
      • -a skunk -o stratum+tcp://sigt.suprnova.cc:7106 -u gravitymaster.$rigName -p x -i 24
    • XMR
      • -a cryptonight -o stratum+tcp://asia.monero.miningpoolhub.com:20580 -u gravitymaster.$rigName -p x
    • Groestl
      • -a groestl -o stratum+tcp://asia1.groestlcoin.miningpoolhub.com:20486 -u gravitymaster.$rigName -p x
  • Claymore ETH
    • Dual mine ETH/DCR
      • -wd 1 -r 1 -minspeed 15 -tstop 90 -allpools 1 -allcoins 1 -esm 2 -epool asia.ethash-hub.miningpoolhub.com:17020 -ewal gravitymaster.$rigName -eworker gravitymaster.$rigName -epsw x -dpool dcr.suprnova.cc:3252 -dwal gravitymaster.$rigName -dpsw x
    • Dual mine ETH/SIA
      • -wd 1 -r 1 -minspeed 15 -tstop 90 -allpools 1 -allcoins 1 -esm 0 -epool stratum+tcp://eth-cn.dwarfpool.com:8008 -ewal 0x$walletETH/$rigName -epsw x -mport -3333 -dpool stratum+tcp://hub.miningpoolhub.com:20550 -dwal gravitymaster.$rigName -dpsw x -dcoin sc
      • -wd 1 -r 1 -minspeed 15 -tstop 90 -allpools 1 -allcoins 1 -esm 2 -epool asia.ethash-hub.miningpoolhub.com:17020 -ewal gravitymaster.$rigName -eworker gravitymaster.$rigName -epsw x -dpool stratum+tcp://hub.miningpoolhub.com:20550 -dwal gravitymaster.$rigName -dpsw x -dcoin sc
  • Etherminer .0.11

**SSH Login info **

How to see details about cards

**Links to miniers and documents **

Extra code

Update system and GPU drivers (Warning Might break SMOS!!!)

sudo -i 
rm -rf /etc/apt/sources.list.d/cuda-8-0-local-ga2.list*
rm -rf /var/cuda-repo-8-0-local-ga2/*
apt-get update
apt-get install -y software-properties-common
add-apt-repository -y ppa:graphics-drivers/ppa
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.61-1_amd64.deb
dpkg -i cuda-repo-ubuntu1604_8.0.61-1_amd64.deb
apt-get update
apt-get -y upgrade
apt-get install nvidia-384 cuda nvidia-libopencl1-384 --no-install-recommends
rm cuda-repo-ubuntu1604_8.0.61-1_amd64.deb
apt-get clean
apt-get autoclean 
rm -rf /var/lib/apt/lists/*

Mining Kernel AMD - will give a 7% bump on some miners

wget -qO -http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
sudo sh -c 'echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian xenial main > /etc/apt/sources.list.d/rocm.list'
sudo apt-get update
sudo apt-get install rocm
sudo nano /etc/default/grub
GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0 consoleblank=0 amdgpu.vm_fragment_size=9"
sudo update-grub
sudo reboot
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  7 years ago Reveal Comment

Super Helpful! ... maybe i'm missing something?? ... ANY help greatly appreciated. I already have the OS installed and running ... downloaded the DAGFIX, but how do i go about installing it??

you have to burn it again to a ssd/stick

Thanks, helpful article, bookmarked and upvoted :)

Congratulations @gravitymaster! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Vote for @Steemitboard as a witness to get one more award and increased upvotes!