Author

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

hero member
Activity: 672
Merit: 500
Can we get the latest version of dstm?


As history with smos will tell you - probably not for a long while.

Adding important shit is too slow for me.

A year later still no Alexis78

I’m right there with you
Looking at going back to windows and using awesomeminer again
Hive OS also has my attention atm also
newbie
Activity: 11
Merit: 0
hi, i need your help

how can I update nvidia driver ?

currently 384 version is installed
newbie
Activity: 38
Merit: 0
6 1060 6gbs would make you how much a day using this OS?
rough numbers?
newbie
Activity: 3
Merit: 0
Hi,

I have the same wattage from the wall whether I put 800 or 1200 in "Core Undervolting".

Anyone have the same problem ?
full member
Activity: 350
Merit: 100
Can we get the latest version of dstm?


As history with smos will tell you - probably not for a long while.

Adding important shit is too slow for me.

A year later still no Alexis78
newbie
Activity: 15
Merit: 0
Can we get the latest version of dstm?
sr. member
Activity: 401
Merit: 254

i tried it with my 4 Vegas, but it is not finding any GPUs
i tested the newer RC2 version.
Then I cannot help you. You need to ask @tytanick. But tomorrow I will have one Vega 56 to make some tests. I'll let you know whether my test rig can see it or not.

thank you.
member
Activity: 127
Merit: 10

i tried it with my 4 Vegas, but it is not finding any GPUs
i tested the newer RC2 version.
Then I cannot help you. You need to ask @tytanick. But tomorrow I will have one Vega 56 to make some tests. I'll let you know whether my test rig can see it or not.
newbie
Activity: 2
Merit: 0
Having a issue with SMOS i currently have a 6 rx580  4gb (vbios modified to get roughly 28.5 mh/s) on b250 mining setup and I always get the error "binary file (standard input) matches (error -38)" after 1-2 hours of mining. I searched a lot on the web tried a few things but nothing seems to work.

I was using windows before and rig use to crash few hours into mining just like when using SMOS.

If anyone could help me, it would be greatly appreciated. I cant tell how many hours ive put into trying to solve this problem.

Thanks.

If it's crashing on both it's your setup - don't know your hardware but I'd recheck your overclock settings might be too high or an issue w/hardware.

thanks, i will try this tonight when i get back from work. I will flash them back to original Vbios and test them for the night.

The weird thing is that the miner worked when i had 4 gpus plugged, it also worked last week with all of the 6 gpus plugged in.. but i decided to do a few tweaks to one card since it wasn't flashed and from that tweak everything seems to be going to hell.
sr. member
Activity: 401
Merit: 254

i tried it with my 4 Vegas, but it is not finding any GPUs
i tested the newer RC2 version.
legendary
Activity: 3654
Merit: 3003
Enjoy 500% bonus + 70 FS
I have 12 cards installed an i have configured 12 cards in the overclocking settings like this

2100,2100,2100,2100,1900,2100,2100,1900,2000,1900,2000,1900

But in the Webside i can only see 10 cards like this

1100 1100 1100 1100 1100 1100 1100 1100 1100 1100 (1)
2100 2100 2100 2100 1900 2100 2100 1900 2000 1900

What is the problem, or is this a bug on the webside?

Best Regards
Willi
newbie
Activity: 12
Merit: 0
I've read that people having trouble adjusting low voltage with RX cards.
Is this still the case ?

Rgs
newbie
Activity: 1
Merit: 0
I'm new to SMOS and i've flashed the USB and changed email. But when I boot up my rig it comes with the ''There is no screen attached to the miner'' and I can't seem to find it under my SMOS account. What am I doing wrong? Thanks Grin
full member
Activity: 350
Merit: 100
Having a issue with SMOS i currently have a 6 rx580  4gb (vbios modified to get roughly 28.5 mh/s) on b250 mining setup and I always get the error "binary file (standard input) matches (error -38)" after 1-2 hours of mining. I searched a lot on the web tried a few things but nothing seems to work.

I was using windows before and rig use to crash few hours into mining just like when using SMOS.

If anyone could help me, it would be greatly appreciated. I cant tell how many hours ive put into trying to solve this problem.

Thanks.

If it's crashing on both it's your setup - don't know your hardware but I'd recheck your overclock settings might be too high or an issue w/hardware.
newbie
Activity: 2
Merit: 0
Having a issue with SMOS i currently have a 6 rx580  4gb (vbios modified to get roughly 28.5 mh/s) on b250 mining setup and I always get the error "binary file (standard input) matches (error -38)" after 1-2 hours of mining. I searched a lot on the web tried a few things but nothing seems to work.

I was using windows before and rig use to crash few hours into mining just like when using SMOS.

If anyone could help me, it would be greatly appreciated. I cant tell how many hours ive put into trying to solve this problem.

Thanks.
member
Activity: 113
Merit: 10
I wrote a simple bash script to get some share stats on current running miner.
Assuming you activated "screen logs", there it is :
Code:
#!/bin/bash

log=screenlog.0

while [ ! -f $log ]
 do ls
 echo "Enter logfile name :"
 read log
done

ACC=$(grep accepted $log | wc -l)
INC=$(grep incorrect $log | wc -l) # CryptoNote incorrect shares
STA=$(grep Stale $log | wc -l) # EquiHash stale shares

ERR=$[ 100 * $[ $INC + $STA ] / $[ $ACC + $INC + $STA ] ]

# Display

echo -e "\n
\tLogfile\t: $log
\tAccepted  : $ACC
\tIncorrect : $INC
\tStale     : $STA
\tTotal\t: $[ $ACC + $INC + $STA ]
\t% Lost\t: $ERR\n
"

It will display results like this :
Code:
miner@simpleminer:~$ share_stats


Logfile : screenlog.0
Accepted  : 255
Incorrect : 32
Stale     : 1
Total : 288
% Lost : 11


miner@simpleminer:~$
jr. member
Activity: 147
Merit: 1
full member
Activity: 350
Merit: 100
I might have a look at this soon, currently running Windows for my rigs but it's a pain to try and update them all. The one thing I am worried about it adding new miners, can this be done by myself or does it have to be done by SMOS?


I switched to SMOS from Windows months ago for the same reason, Windows is a huge pain. Windows is probably fine if you don't have a lot of rigs, I have 12, not a ton, but is enough to be a pain. Reliability/up-time has improved big time, I can go weeks at a time with no downtime or reboots. Trade-off being you're stuck mining what SMOS can mine, which is a decent selection of coins. You have a lot more flexibility in Windows for other coins. For me it was totally worth the switch.

Would be really nice if SMOS had an Android/iPhone app!


That's a pretty big fucking trade off being only able to mine what smos lets you mine. No thanks. Alexis78 isn't even on there and it's been a year, and look how long it took to get DTSM on there. No thanks. I'll take control myself.

I have ZERO problems running windows, I keep reading this guy has this problem this guy has that problem, unstable etc. It comes down to one thing. You didn't set up windows right, You really only need to turn off Update and literally 1 more thing, rigs run for months no issues.
newbie
Activity: 27
Merit: 0
Is there any chance that profit switching will come to simple mining os?

I am asking because i currently run all my rigs off windows with awesome miner using profit switching, but i have had lots of pains with windows lately with new builds and simple mining is just so much easier to setup, but i really enjoy the profit switching i use on awesome miner currently.

I never totally got on board with profit switching. I tried it on Awesome miner for a bit, pretty cool. Have been trying to figure out in what scenario it'd be beneficial. The only scenario I can think of is if I'm going take what I've mined and quickly turn around and sell it on an exchange. If I plan on holding what I mine for awhile it really doesn't matter that much. Maybe there are other scenarios I'm not thinking of? Just not sure how you'd earn more profit switching unless you sell right away.
Jump to: