Bitcoin Forum
June 22, 2024, 06:47:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: September 22, 2018, 07:38:08 PM
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.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: August 28, 2018, 05:43:03 AM

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
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: May 10, 2018, 08:53:04 AM
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.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 27, 2018, 08:50:15 PM
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.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 27, 2018, 03:52:26 PM
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 },
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 27, 2018, 01:25:45 PM
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)
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 27, 2018, 01:18:52 PM
rx580 8gb cryptonight7 xmr
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 27, 2018, 01:05:55 PM
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
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 27, 2018, 11:48:37 AM
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?
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 18, 2018, 04:27:37 AM
Core undervolting in SMOS did work
See https://bitcointalk.org/index.php?topic=1541084.msg34169220#msg34169220
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 11, 2018, 03:09:16 PM
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.
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 08, 2018, 07:44:47 PM
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
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 08, 2018, 03:28:00 PM
Anyone with problems mining cryptonightv7 with nvidia? xmr-stak
Do you use this options?
"--noCPU --noAMD --currency monero7"
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 08, 2018, 06:34:53 AM
"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.
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Mining OS] SimpleMining.net - Easy to use GPU MINING Operating System on: April 07, 2018, 05:59:39 PM
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
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!