Author

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

hero member
Activity: 686
Merit: 500
Tytus, Nvidia Rigs getting popular more and more... how about pushing this feature / version?!  Grin

Try this: https://bitcointalksearch.org/topic/os-nvoc-easy-to-use-linux-nvidia-mining-1854250  It is still in early stages, but Fullzero is committed to making Nvidia more accessible for miners.  He was the person I purchased my first mining rig from and has been outstanding with helping me learn through the last 6 months.

I just built one and mining ZEC on windows 7  is amazing  when ty gets time he will do it here.

a nvidia on ZEC crushes anything AMD has.


NVIDIA couldn't crush its own dick if it had to. Sorry, but if your mining with nvidia, you should stop your miner and go play a game. AMD has been, continues to be, and in the near future I see no change... They own mining.

Scrapp'
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
Tytus, Nvidia Rigs getting popular more and more... how about pushing this feature / version?!  Grin

Try this: https://bitcointalksearch.org/topic/os-nvoc-easy-to-use-linux-nvidia-mining-1854250  It is still in early stages, but Fullzero is committed to making Nvidia more accessible for miners.  He was the person I purchased my first mining rig from and has been outstanding with helping me learn through the last 6 months.

I just built one and mining ZEC on windows 7  is amazing  when ty gets time he will do it here.

a nvidia on ZEC crushes anything AMD has.

legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
@tytanik

Made a new how to install & configure SMOS video:
https://bitcoin-and-altcoins.com/mining-tutorials/how-to-install-simplemining-os/

thx for the video.
I will be totally changing look of simplemining in next month and i will move on with some features.
Also nvidia is the thing that i wont do soon becasue i have already too much tasks.
I want to change design first and then i will do the grouping feature.
hero member
Activity: 686
Merit: 500
 I recently got back in the game and to say the least I am amazed how well this works. With that said I fired up a machine with R7800 cards, some of the cheapest yet most performing cards I ever owned. They only have 1gb, but have proven amazing. Problem I am having is.. I can only start 1. No matter what I do 1 goes and gives me error of Make sure you set GPU_ALLOC_MAX_PERCENT 100. How do I do this and where?

 Thanks in advance!

Scrapp'
full member
Activity: 189
Merit: 100
Tytus, Nvidia Rigs getting popular more and more... how about pushing this feature / version?!  Grin

Try this: https://bitcointalksearch.org/topic/os-nvoc-easy-to-use-linux-nvidia-mining-1854250  It is still in early stages, but Fullzero is committed to making Nvidia more accessible for miners.  He was the person I purchased my first mining rig from and has been outstanding with helping me learn through the last 6 months.
hero member
Activity: 662
Merit: 500
Tytus, Nvidia Rigs getting popular more and more... how about pushing this feature / version?!  Grin
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
UPDATE v1091

- added calymore-eth v9.0 miner as separate miner on list
note: you need to refresh whole page to see it.

member
Activity: 103
Merit: 11
Good evening,
I RMAed my biostart tb85 because I thought it was defective. On simplemining I could not get the card 0 (PCI 16 slot) to run over 8 hash. I tired this with multiple cards so I know those are fine. BUT the new board is now doing the same thing. All other slots are getting 25 hash with no problem and ran for over a week without any errors. With 5 cards it runs fine but as soon as I plug in the X16 slot that 6th card runs awful. Any help would be great!

Settings:
-Stock BIOS
-No overclocks
-Power level 5
Also note:

On simple miner I cant get the core or mem clock on GPU 0 (X16 slot) to go over 300/600 even with stock clock and mem settings in place.
Can you test PCI-E Mode to Auto, gen1, gen2 and see if it will help ?


Also i just tested MSI Z270-A PRO.
It is working under my OS with 6 GPU.
I had to make some adjustments and the newest image (RX) from simplemining.net page is working ok with this board Smiley
Just wanted to let you know.


I just tried to change the gens with no luck. I also swapped that riser again just to be sure its not that. I was watching boot closely and notice an error saying "Failed to send pre message 260 ret is 0".

Bump Any help would be great. Went back to 5 cards and running fine but I would like to run the 6th.

Have you disabled onboard graphics and explicitly set your PCIe speed to x1? I have this board and currently running 3 cards with one of them in the x16 slot. If I haven't made these settings I get the low hash problem you describe. The other thing I have noticed on this board is that this setting will reset back to default so check it again even if you think you have set it correctly.
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
Hi,
I just built a rig and am using an USB stick with simple miner OS. A friend provided me this stick. It booted up perfectly without installing Windows or Linux OS beforehand.

Question:
 I know nothing about Linux etc. So I can't figure out how to access the USB files to change the email from my friend's address to mine. I imagine its in the config.txt file but i have no clue how to find that file.

Any ideas?

Put the USB stick into a windows computer that is already booted up.  It should ask you what to do with the stick. Open it in Windows Explorer. The only file you'll see is the config. Edit it. Save it. Remove USB stick. Follow normal boot process.

OR you can SSH into the rig that is already running with the wrong email address in the config. But that means you need to download some software to SSH and learn a few commands in Linux.

That was easy. Thx a ton.

In Linux.... ssh to the rig's IP address... nano is included in the smOS build as one of the text editor. Edit config.txt by typing.... "nano /mnt/user/config.txt".... change email to you own.... ctrl-x to save, YES to confirm and Enter to save file. For me, I usually reboot the rig right after the email change so that I could use another mining program for that email address. So... just type "sudo reboot" and you are done. smOS is very useful and best thing since slice bread in mining.
hero member
Activity: 786
Merit: 1000
Hi,
I just built a rig and am using an USB stick with simple miner OS. A friend provided me this stick. It booted up perfectly without installing Windows or Linux OS beforehand.

Question:
 I know nothing about Linux etc. So I can't figure out how to access the USB files to change the email from my friend's address to mine. I imagine its in the config.txt file but i have no clue how to find that file.

Any ideas?

Put the USB stick into a windows computer that is already booted up.  It should ask you what to do with the stick. Open it in Windows Explorer. The only file you'll see is the config. Edit it. Save it. Remove USB stick. Follow normal boot process.

OR you can SSH into the rig that is already running with the wrong email address in the config. But that means you need to download some software to SSH and learn a few commands in Linux.

That was easy. Thx a ton.
2dm
newbie
Activity: 5
Merit: 0
Hello!
Tell me how to install on SSD SMOS next to Win10 so that the multi-boot is preserved.
Thank you in advance Smiley
full member
Activity: 189
Merit: 100
I was thinking of trying out smOS on a small rig with a couple Rx 470s and a R9 380.  The web site chart shows the Rx version doesn't work with R9 cards.  AMDGPU-Pro 16.6 drivers work with the R9 and Rx cards, so I wonder if that's just a typo.  So is it worth trying the Rx version even with an R9 card in the rig?


I have a full rig of R9 380 working on SMOS running perfectly.  Just use the R series and you will be fine.
sr. member
Activity: 441
Merit: 252
Hi,
I just built a rig and am using an USB stick with simple miner OS. A friend provided me this stick. It booted up perfectly without installing Windows or Linux OS beforehand.

Question:
 I know nothing about Linux etc. So I can't figure out how to access the USB files to change the email from my friend's address to mine. I imagine its in the config.txt file but i have no clue how to find that file.

Any ideas?

Put the USB stick into a windows computer that is already booted up.  It should ask you what to do with the stick. Open it in Windows Explorer. The only file you'll see is the config. Edit it. Save it. Remove USB stick. Follow normal boot process.

OR you can SSH into the rig that is already running with the wrong email address in the config. But that means you need to download some software to SSH and learn a few commands in Linux.
hero member
Activity: 786
Merit: 1000
Hi,
I just built a rig and am using an USB stick with simple miner OS. A friend provided me this stick. It booted up perfectly without installing Windows or Linux OS beforehand.

Question:
 I know nothing about Linux etc. So I can't figure out how to access the USB files to change the email from my friend's address to mine. I imagine its in the config.txt file but i have no clue how to find that file.

Any ideas?
sr. member
Activity: 588
Merit: 251
I was thinking of trying out smOS on a small rig with a couple Rx 470s and a R9 380.  The web site chart shows the Rx version doesn't work with R9 cards.  AMDGPU-Pro 16.6 drivers work with the R9 and Rx cards, so I wonder if that's just a typo.  So is it worth trying the Rx version even with an R9 card in the rig?
newbie
Activity: 41
Merit: 0
Will be any API? i want to build some remote app.
full member
Activity: 189
Merit: 100
Yes can you add Claymore 9.0 as a separate option instead of an upgrade for now?  Would really like to test this.
newbie
Activity: 25
Merit: 0
Good evening,
I RMAed my biostart tb85 because I thought it was defective. On simplemining I could not get the card 0 (PCI 16 slot) to run over 8 hash. I tired this with multiple cards so I know those are fine. BUT the new board is now doing the same thing. All other slots are getting 25 hash with no problem and ran for over a week without any errors. With 5 cards it runs fine but as soon as I plug in the X16 slot that 6th card runs awful. Any help would be great!

Settings:
-Stock BIOS
-No overclocks
-Power level 5
Also note:

On simple miner I cant get the core or mem clock on GPU 0 (X16 slot) to go over 300/600 even with stock clock and mem settings in place.
Can you test PCI-E Mode to Auto, gen1, gen2 and see if it will help ?


Also i just tested MSI Z270-A PRO.
It is working under my OS with 6 GPU.
I had to make some adjustments and the newest image (RX) from simplemining.net page is working ok with this board Smiley
Just wanted to let you know.


I just tried to change the gens with no luck. I also swapped that riser again just to be sure its not that. I was watching boot closely and notice an error saying "Failed to send pre message 260 ret is 0".

Bump Any help would be great. Went back to 5 cards and running fine but I would like to run the 6th.
hero member
Activity: 672
Merit: 500
Claymore ETH v9.0:

- added "-asm" option (AMD cards only) which enables assembler GPU kernels. In this mode some tuning is required even in ETH-only mode, use "-dcri" option or or "+/-" keys in runtime to set best speed.
    Currently only ETH-only and ETH-DCR modes are supported in assembler. Use "-asm 0" if you don't want to use new assembler kernels.
    If ASM mode is enabled, miner must show "GPU #x: algorithm ASM" at startup.
- improved ETH mining speed in ASM mode for some cards, also a bit reduced power usage for some cards (fine-tuning is required via "-dcri" or "+/-" keys in runtime).
    NOTE 1: if GPU throttles, best "-dcri" value is different.
    NOTE 2: speed peak can be rather short, so change "-dcri" value slowly.
- dramatically increased DCR mining speed in assembler mode (up to 70%). Be careful, power usage is higher too.
- added "-gmap" option.
- fixed DCR Nicehash support.
- added "FINE-TUNING" section to Readme file.
- A lot of minor improvements and bug fixes.
Hmm, i tested it on my RX470 and i see performance decreese from 171 to 167 MH Sad
I will do more tests.

OLD CLAYMORE 8.1
...


NEW CLAYMORE 9
...

What do you think guys about this ? Is it only numbers and real speed is the same or is it worse speed ?
I Wont implement this new miner until we solve this unknown .



EDIT: OK i see that we need to make some ASM dcri tuning.
But i cant implement this miner - it will cause in default settings lower hash speeds.
Hmmmm. I would need to change everyone config to add -asm 0 to each config. I will think about this tomorrow.


Your GPU#3 seems lower than the rest.....

In the Claymore, thread looks like improvements on RX cards is better in Windows than in Linux.

-asm 0, -ethi 16 and -mode 1, I think will improve your performance.

can the new claymore v9 be added as a option for us that want to test it on smOS??
sr. member
Activity: 441
Merit: 252
Jump to: