Author

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

jr. member
Activity: 41
Merit: 1
Any one have working 1060 6Gb more than 20.5MHs?
In windows I have 25.5, in SMOS fixed to 20.5 whatever I do



core =0
mem =1200
power =73

gives me 23.1
newbie
Activity: 18
Merit: 0
newbie
Activity: 87
Merit: 0
Any one have working 1060 6Gb more than 20.5MHs?
In windows I have 25.5, in SMOS fixed to 20.5 whatever I do

newbie
Activity: 2
Merit: 0
Please add ccminer klaust 8.20  https://github.com/KlausT/ccminer/releases
newbie
Activity: 1
Merit: 0
Just got 8 new Asus Dual GTX 1060 6G cards.  All of them give a No CUDA Device Found message when simplemining starts up.

We have older models of the exact same cards that work fine in the same rig.

Found that the older cards are 1C03 GPU types.  New cards are 1C06 card types.  Is there perhaps a new driver available for the newer cards so we can get these working?

Thanks.
newbie
Activity: 3
Merit: 0
Hello, i have a problem with simplemining os. I'm running 10 x gtx 1080 ti on asrock h110 btc motherboard.

This is the first message i got when i start the miner

1. https://i.imgur.com/nT7cKM8.jpg
2. https://i.imgur.com/CcrWrO4.jpg

And after ~1 hour of mining i got this error

3. https://i.imgur.com/5TbbzqV.jpg


Don't know how to fix this anymore. Please help.
jr. member
Activity: 41
Merit: 1

Hey mate,

I followed your guide and I ended up here https://imgur.com/NCdp0Wt

am I doing something wrong?

Thank you for help :-)

I also got stuck at the same step but I did everything again and got succeeded. I don't know why we are getting this problem and how I solved it but in second try I put the first name after ln -s command in double quotation.
newbie
Activity: 15
Merit: 0
Please add BMINNER !

You can do this yourself, courtesy Greerso from the VoskCoin group.

1.  Log into your smOS install via ssh.

Code:
ssh miner@

Code:
miner@simpleminer:~$
2.  Login as root.

Code:
miner@simpleminer:~$ sudo -s

Code:
miner@simpleminer:~#
3.  Change to the smOS miners directory.

Code:
root@simpleminer:~# cd /root/miner_org
4.  Download bminer.

Code:
root@simpleminer:/root/miner_org# wget https://www.bminercontent.com/releases/bminer-v5.3.0-e337b9a-amd64.tar.xz
5.  Expand the compressed directory, then delete the downloaded file.

Code:
root@simpleminer:/root/miner_org# tar -xvf bminer-v5.3.0-e337b9a-amd64.tar.xz
root@simpleminer:/root/miner_org# rm bminer-v5.3.0-e337b9a-amd64.tar.xz
6.  Choose one of the existing miners that you would like to replace with bminer, I chose 'sgminer-gm-5.5.5', then rename that folder so that smOS ignores it.

Code:
root@simpleminer:/root/miner_org# mv sgminer-gm-5.5.5 sgminer-gm-5.5.5_backup
7.  Create a symlink from the bminer directory to the sgminer directory and enter that directory.

Code:
root@simpleminer:/root/miner_org# ln -s bminer-v5.3.0 sgminer-gm-5.5.5
root@simpleminer:/root/miner_org# cd sgminer-gm-5.5.5
8.  Create a symlink from the bminer application to masquerade as sgminer.

Code:
root@simpleminer:/root/miner_org/sgminer-gm-5.5.5# ln -s bminer sgminer
9.  Go to http://simplemining.net and setup a new rig group for sgminer-gm-5.5.5 with the following miner options.  This example is for MPH, but whatever your preferred pool is can go here.  Change to your username duh.

Code:
-uri stratum://[email protected]:20594 -no-timestamps -api 127.0.0.1:1880
10.  Assign the new sgminer (really bminer) to a rig.

Sit back and watch your sol/s and sol/w hit new highs.

If you think I'm awesome, send me your zencash!  If your rig sets on fire, you did something wrong, this worked for me.

Hey mate,

I followed your guide and I ended up here https://imgur.com/NCdp0Wt

am I doing something wrong?

Thank you for help :-)
newbie
Activity: 3
Merit: 0
I see Claymore keeps getting updated, can we get some CCMiner Update Love please?
newbie
Activity: 226
Merit: 0
Uhmm I know people are nagging you about including new miners all the time, but, *cough* any plans of including bminer in smos?   Roll Eyes Grin
I have great results using this miner in win 10.
newbie
Activity: 2
Merit: 0
Are we able to get this working on SMOS with all NVIDIA?

https://www.newegg.com/Product/Product.aspx?Item=N82E16813138454

BIOSTAR TB250-BTC
newbie
Activity: 18
Merit: 0
I am trying to mine RACE on simple mining and cant seem to get it working:

Pool command -
-a lyra2v2 -o stratum+tcp://eu1.altminer.net:1105 -u WALLET_ADDRESS -p c=RACE

I selected the ccminer-tpruvot-v2.1 miner program, but does not appear correct.

Any recommendations to get lyra2v2 working - Im using all AMD RX580s.




legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
UPDATE v1146
- added miner claymore-eth-v11.0
newbie
Activity: 17
Merit: 0
How to overclocking memory to its default flashed???

I have 6 of RX580 cards that can run on Windows with memory set 1950 , 1950 , 1900 , 1900 , 1875 , 1875.
Then I set up in SMOS in Overclocking page like 1950,1950,1900,1900,1875,1875.

When SMOS booth, I saw the card was not started in sequence like card no1, no2, no3, no4, no5, no6.
But it ran in no2, no6, no1, no5, no4, no3 and that cause rig restarted.

So, I desired to flash the card in what it can do.
Then I have no idea how to set SMOS to run the card on its default memory.

Anyone please guide me how to do.

Thanks in advance.
newbie
Activity: 42
Merit: 0
No news about support of nvidia p104 Huh
jr. member
Activity: 41
Merit: 1
Please add BMINNER !

You can do this yourself, courtesy Greerso from the VoskCoin group.

1.  Log into your smOS install via ssh.

Code:
ssh miner@

Code:
miner@simpleminer:~$
2.  Login as root.

Code:
miner@simpleminer:~$ sudo -s

Code:
miner@simpleminer:~#
3.  Change to the smOS miners directory.

Code:
root@simpleminer:~# cd /root/miner_org
4.  Download bminer.

Code:
root@simpleminer:/root/miner_org# wget https://www.bminercontent.com/releases/bminer-v5.3.0-e337b9a-amd64.tar.xz
5.  Expand the compressed directory, then delete the downloaded file.

Code:
root@simpleminer:/root/miner_org# tar -xvf bminer-v5.3.0-e337b9a-amd64.tar.xz
root@simpleminer:/root/miner_org# rm bminer-v5.3.0-e337b9a-amd64.tar.xz
6.  Choose one of the existing miners that you would like to replace with bminer, I chose 'sgminer-gm-5.5.5', then rename that folder so that smOS ignores it.

Code:
root@simpleminer:/root/miner_org# mv sgminer-gm-5.5.5 sgminer-gm-5.5.5_backup
7.  Create a symlink from the bminer directory to the sgminer directory and enter that directory.

Code:
root@simpleminer:/root/miner_org# ln -s bminer-v5.3.0 sgminer-gm-5.5.5
root@simpleminer:/root/miner_org# cd sgminer-gm-5.5.5
8.  Create a symlink from the bminer application to masquerade as sgminer.

Code:
root@simpleminer:/root/miner_org/sgminer-gm-5.5.5# ln -s bminer sgminer
9.  Go to http://simplemining.net and setup a new rig group for sgminer-gm-5.5.5 with the following miner options.  This example is for MPH, but whatever your preferred pool is can go here.  Change to your username duh.

Code:
-uri stratum://[email protected]:20594 -no-timestamps -api 127.0.0.1:1880
10.  Assign the new sgminer (really bminer) to a rig.

Sit back and watch your sol/s and sol/w hit new highs.

If you think I'm awesome, send me your zencash!  If your rig sets on fire, you did something wrong, this worked for me.

Thanks, I installed claymore 11.0 with your help.
newbie
Activity: 2
Merit: 0
Tytanik please solv this problem if you not solv this i go to another Mining OS.

when i change mining pool always enable http://etnpool.site:3333.

reformat usb drive and write new image but still a problem.

http://oi66.tinypic.com/688phk.jpg
newbie
Activity: 17
Merit: 0
Please add Claymore 11.0. It has more dual mining option. Please add it before difficulty on those algo/coins goes up.
Second that!!
newbie
Activity: 1
Merit: 0
So I have been pulling hair out trying to figure out how to update ccminer in smos.   the guides recommended here or what else i can find just dont explain what i need to do in putty to get anything done.   My emails to the owner just result in him saying they need more time to get it updated.  I would gladly do it myself as Im leavig 10-15 percent on the table an that sucks!   I just need direction, as I am a complete dummy when it comes to linux.    Ive tried updating it based on a guide i found on page 395 of this thread by user shakes1118, but it results in a lot of hair pulling and getting nowhere.   All I want is 2.2.4 in smos!
hero member
Activity: 2086
Merit: 562
I am in mining since 2013, and tried different method, but this one is looks great specially when you building rig, you don't need to have a 120gb ssd and you can only use a simple usb drive atlest 7gb higher, well prctically speaking it saves a lot of money in buying expensive ssd..

I will try your os Dev in my next build..

I will tip after building my next rig using your OS.

Thanks
Jump to: