Search content
Sort by

Showing 15 of 15 results by vadimtt722
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 22/09/2018, 19:38:08 UTC
In my last test ethminer (previous version) has slowly than claymore 11.9 with his fee (by real shares count on ethermine.org pool), but show more hashrate  Cool
I didn't test new version of ethermine, but i think hasn't been improved.
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 28/08/2018, 05:43:03 UTC

SOME TUTORIAL ABOUT AGGRESIVE UNDERVOLTING.
...
I suggest stepping every 25
So 950 -> 925 -> 900 -> 875 -> 850
...


Very thanks for new undervilting, all work fine on RX 588 SE!

For fine tuning i'm using polaris bios standart voltages: 800 812 825 837 850 862 875 887 900 912 925 937 950
And lock PowerStage to 0
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 10/05/2018, 08:53:04 UTC
Tytanick, please, add to dashboard advanced options for direct voltage control (two fields with parameters for --vddci and --mvdd options from wolfamdctrl) or only one checkbox that set this options equvivalent to current gpu voltage. IMHO, this help many users with "nonundervoltaged" Polaris GPU.
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 27/04/2018, 20:50:15 UTC
Hey bud, thanks for the help. I've never done that so you're saying I add this to the start of the script.
Code:
--config /home/miner/config.txt and --amd /home/miner/amd.txt
And then I will have to start it in autoconf. Is that the same as just normal assigning a group to a rig and starting it? I run everything remotely through SMOS never done anything more than just make a script and reload miners. You then said to edit the files after it starts and add those commands, I can do that remotely somehow or do I have to take the USB stick I have SMOS on and edit a config file in it somehow, or hook up a keyboard to my rig and edit it?
Yes, you should login to rig using ssh client, like PuTTY (imho best client). Use user: "miner" password: "miner".
Start file manager - "mc" (Midnight Commander).
Select dir /home/miner, highlight "amd.txt" and press F4 (edit file command)
Modify this file and save it (F2).
Then restart miner or reboot rig.
Any hints: gain root(full) access - execute "sudo su"
Reboot rig (only after gain root priv) "reboot now"
View current miner screen "screen -x miner" (only under user miner, not root)
To access to rigs from another network use computer with TeamViewer and ssh-client or configure router for port forward (dnat or netmap, dont forget lock ip's for rigs in dhcp server), last operations is potencially dangerous, but normal for short time use.
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 27/04/2018, 15:52:26 UTC
EDIT: It looks like that string works in XMRIG it correctly loaded 2 threads on every card but does not work in xmr-stak-v2.4.3, which opens up a new problem, I can't mine my alt coin with XMRIG because I can't set the algo to stellite/intense or I'm unaware how to.
 So I need either a way to run 2 threads in XMR Stak or I need a way to change my algo to stellite or intense (for mining intense coin) in XMRIG.
My fault, xmrig != xmrstak  Cheesy
xmrstak don't have command line options, but you can specify --config /home/miner/config.txt and --amd /home/miner/amd.txt and edit this files after first start miner in autoconf mode.
In amd.txt double all indexes like this:
"gpu_threads_conf" : [
{ "index" : 0, "intensity" : 1152, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : true, "mem_chunk" : 2, "comp_mode" : true },
{ "index" : 0, "intensity" : 1152, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : true, "mem_chunk" : 2, "comp_mode" : true },
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 27/04/2018, 13:25:45 UTC
1 of my rigs showing offline from smos dashboard but when I check the pool it hashes .Anybody having the same issue?
Yes, you are not alone  Smiley
Your 'stealth' rig contain nvidia cards and mining eth?

Exactly
Hmm, possibly hang Tytanic's stat-script while parsing miner output. Miner clymore 11.6? (currently i use 11.7 and this issue not appear 24+ hours, but this not clear - i upgrade all rigs from usbsticks to ssd with flashed last release candidate version of smos)
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 27/04/2018, 13:18:52 UTC
rx580 8gb cryptonight7 xmr
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 27/04/2018, 13:05:55 UTC
XMR-Stak running 1 thread instead of 2 is about 15% slower than cast
Hmm, xmr-stak can use 2 threads, try this config for 6xGPU:
--opencl-platform=0 --opencl-devices=0,0,1,1,2,2,3,3,4,4,5,5 --opencl-launch=1152x8,1152x8,1152x8,1152x8,1152x8,1152x8,1152x8,1152x8,1152x8,1152x8,1152x8,1152x8 -o stratum+tcp://xmr-eu2.nanopool.org:14444 -u wallet_addr.$rigName/your@email.com -p x --donate-level=1 --print-time=5
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 27/04/2018, 11:48:37 UTC
1 of my rigs showing offline from smos dashboard but when I check the pool it hashes .Anybody having the same issue?
Yes, you are not alone  Smiley
Your 'stealth' rig contain nvidia cards and mining eth?
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 18/04/2018, 04:27:37 UTC
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 11/04/2018, 15:09:16 UTC
What about SMOS automatic updates if I do any change in this file? Will SMOS overwrite my changes? Is it possible to disable automatic updates to prevent oc_dmp2.sh file overwriting?
Yes, it's highly possible  Grin
I make copy of this file and check changes after all updates.
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 08/04/2018, 19:44:47 UTC
Does anyone have a idea how to display hashrate on xmr-stak-v2.4.1-cuda8?
1. Move config.txt and nvidia.txt files to persistent storage (e.g. /home/miner) from /var/tmp/miner/xmr-stak-xxxxxxx/
2. Change verbose level from 3 to 4 in config.txt - " "verbose_level" : 4, "
3. Edit your group in smos web interface - add "--config /home/miner/config.txt --nvidia /home/miner/nvidia.txt" to miner parameters
4. Reboot rig
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 08/04/2018, 15:28:00 UTC
Anyone with problems mining cryptonightv7 with nvidia? xmr-stak
Do you use this options?
"--noCPU --noAMD --currency monero7"
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 08/04/2018, 06:34:53 UTC
"sudo sysctl -w vm.nr_hugepages = 128" command on each separate rig?
Don't remeber add to /etc/security/limits.conf
"* soft memlock 262144"
"* hard memlock 262144"

And use
"sudo su"
"mc -c"
after login to rig.
It's more simply, imho.
Post
Topic
Board Mining (Altcoins)
Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System
by
vadimtt722
on 07/04/2018, 17:59:39 UTC
Hint for enable correct undervolting in smos:

Use ssh client to access farm.
Login as miner/miner.
sudo su
mc -c
Find and edit string #95 in /root/utils/oc_dmp2.sh - remove REM symbol (#) before "--memstate" and add "--vddci 900" before "--mvdd 950"
Use your own voltages if presented not adequate for your card (i use --vddci 850 --mvdd 900 for Sapphire rx588 SE with custom bios).
reboot

PS: sorry for my English Sad