Author

Topic: [Mining OS] SimpleMining.net - Manage Your GPU farm the easy way! (30 days free) - page 363. (Read 835503 times)

full member
Activity: 194
Merit: 100
@ Titanic - is it possible to mine with nicehash so that SMOS pick daily the most profitable coin ?

Yes and no, just set miner, algorithm and set nicehash pool. Right coin is set by Nicehash, only algorithm is set stable.
newbie
Activity: 27
Merit: 0
@ Titanic - is it possible to mine with nicehash so that SMOS pick daily the most profitable coin ?
newbie
Activity: 31
Merit: 0
simpleminer-RX-v1118_dagfix_computekernel.img.zip DIDNT SEE RX580
member
Activity: 128
Merit: 10
#edit grub

sudo nano  /etc/default/grub

EDIT THESE 2 LINES

GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"
GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.11.0-kfd-compute-rocm-rel-1.6-148"

sudo update-grub
sudo reboot

after applying this, LAN card on rig do not work.
MB Biostar TB85

when starting there are 2-3 red lines, not green OK, but I can not read this, it is too speedy

any help

THNX


You probably add these  2 lines at the end, and it is not right

You have to edit the existing lines, and just add the values

GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.11.0-kfd-compute-rocm-rel-1.6-148"
GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"


I add just values in existing lines

full member
Activity: 254
Merit: 100
#edit grub

sudo nano  /etc/default/grub

EDIT THESE 2 LINES

GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"
GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.11.0-kfd-compute-rocm-rel-1.6-148"

sudo update-grub
sudo reboot

after applying this, LAN card on rig do not work.
MB Biostar TB85

when starting there are 2-3 red lines, not green OK, but I can not read this, it is too speedy

any help

THNX


You probably add these  2 lines at the end, and it is not right

You have to edit the existing lines, and just add the values

GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.11.0-kfd-compute-rocm-rel-1.6-148"
GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"
member
Activity: 128
Merit: 10
#edit grub

sudo nano  /etc/default/grub

EDIT THESE 2 LINES

GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"
GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.11.0-kfd-compute-rocm-rel-1.6-148"

sudo update-grub
sudo reboot

after applying this, LAN card on rig do not work.
MB Biostar TB85

when starting there are 2-3 red lines, not green OK, but I can not read this, it is too speedy

any help

THNX
czr
newbie
Activity: 27
Merit: 0
hello, theres a new download in the simplemining download repository site saying "dagfix" it was posted today, anyone know how to put it inside simplemining? im new at linux you can look for the link in there, ill post it here anyways
   

http://download.simplemining.net/simpleminer-RX-v1118_dagfix_computekernel.img.zip
newbie
Activity: 39
Merit: 0
Can't this just be updated in SMOS? Or i need to change my 200 rigs manualy.

If you have 200 rigs don't need to change anything, just relax cruising in new Lambo Wink
full member
Activity: 210
Merit: 100
i have two rigs. is there any way to mine two different coins? i want one to mine ETH and the other XMR.

You'll need two accounts for that I guess. There's no way to separate miners on the same rig.

If you look at the expenses it will be the same
full member
Activity: 237
Merit: 100
i have two rigs. is there any way to mine two different coins? i want one to mine ETH and the other XMR.
jr. member
Activity: 66
Merit: 1
Can't this just be updated in SMOS? Or i need to change my 200 rigs manualy.
full member
Activity: 254
Merit: 100
#edit grub

sudo nano  /etc/default/grub

EDIT THESE 2 LINES

GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"
GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 4.11.0-kfd-compute-rocm-rel-1.6-148"

sudo update-grub
sudo reboot
member
Activity: 127
Merit: 10
@tytanick, have you seen this post:

Here is the solution for linux amdgpu blockchain fix:
The new ROCm Kernel works great, my hashrate went from 155 > 167Mhs/s with 6*RX470 with Ubuntu 16.4

#Install new ROCm Kernel:

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

#edit grub
sudo nano  /etc/default/grub
#2MB fragments for Ellesmere are enabled with a grub option:
GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"

sudo update-grub
sudo reboot

choose new Kernel and its done!

Thx to gstoner from ROCm Github.


Feel free to donate if you happy ;-)

ETH:0xccad3d66b29ae2924df835df1417169ca59943b5
BTC:12F7uXSpTwVhf4ppdh92uieAvrevZ4ShEf

Greetz

Does it apply for SMOS too?

has this been confirmed ?

Just did it and getting increase. This is cool. If you follow these instructions, just append amdgpu.vm_fragment_size=9 to what's already in the grub line so it's
Code:
GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0 consoleblank=0 amdgpu.vm_fragment_size=9"

Before


After

@clintar2, may I kindly ask you for step by step instruction for linux noob user (me)? I know how to login to SMOS with root - that's easiest part but the rest of linux commands are not known for me. Should I just type each below line and press enter after each one?

Code:
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="amdgpu.vm_fragment_size=9"
sudo update-grub
sudo reboot

What does it mean:
Code:
choose new Kernel and its done!
How to do that? When/where?
newbie
Activity: 3
Merit: 0
Downloaded and installed V1119, it updated, I got it running briefly with XFCE desktop showing but now it does not run. It zips through a startup sequence but I do not get to XFCE desktop just a cursor top left so I have no idea what is wrong.
full member
Activity: 532
Merit: 101
Website: http://simplemining.net

What is SimpleMining OS (SMOS) ?
It is nice looking and easy Operating system for mining on AMD GPUs

Most wanted info:
- idea is simple: download for free my OS and write it to any drive: Hard / SSD / even USB drive
- after that you just enter your email address in config.txt file and boot your rig
- login to simplemining.net dashboard using the same email and start managing your rig Smiley
- you can test it for free and then you need to pay only 2$ per rig per month
- if there will be new miner i will implement it fast with auto-updates system

Requirements:
- R OS = AMD GPUs R300/R200/HD7xxx series
- RX OS = AMD GPUs RX400/RX500 series
- NV OS = Nvidia GPUs (alsmost all of them)
- hard drive / ssd / usb drive - it must be 7GB or bigger
- at least 1-4GB system memory (depend how much GPUs are you using and what miner)

About me
- I am linux admin for about 13 years and crypto miner for 5 years
- Linux, programming, scripting, mining are my hobbies Smiley
- i am honest and simple IT guy who whants to make world better and give something to it

Video
[/url">
The guys that created the stuff are geniuses, based on what I’ve been seeing online, all you have to do is to just to download the files to your hard disk or you can write it to a disk if you wish and then you would boot into your miner from the disk and that does it
hero member
Activity: 662
Merit: 500
Any details about the next update? timeframe? Havn´t got an email from Tytus for a long time  Sad

Skunkhash Raptor already minable with sm?
full member
Activity: 210
Merit: 100
Does anyone know if AMD dag fix is in the works for SMOS ?? Eta

I'd also like to know that.

Or do we have to do it ourselves?
newbie
Activity: 24
Merit: 0
Is there anyone successfully using the ccminer miners with Simpleming?
newbie
Activity: 24
Merit: 0
Does the Panda WiFi adapter work on SimpleMining OS?

As per the Simplemining website, no WiFi adapters are support, only wired ethernet.
Jump to: