Taul
Newbie
Offline
Activity: 5
Merit: 0
|
|
April 08, 2018, 06:59:53 PM |
|
Hi I have a strange problem with my Asus rx470 mining gpus. They get very unstable with modded bios (only one click timing patch applied), otherwise with stock bios they work just fine 24mhs I used to run EthOS before SMOS...the same problem appeared there too! I have also other rx570 gpus (Asus and MSI)...modded them in the same way with memory and core clock changes and they perform just perfect. Also i get this kind of error in claymore console and its appearing very often, even though mining process continues without hash loss or incorrect shares GPU fault detected: 147 0x09a00802 [ 5789.300803] amdgpu 0000:02:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00201534 [ 5789.303516] amdgpu 0000:02:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x08008002 [ 5789.304585] amdgpu 0000:02:00.0: VM fault (0x02, vmid 4) at page 2102580, read from 'TC0' (0x54433000) ( [ 5789.305681] amdgpu 0000:02:00.0: GPU fault detected: 147 0x0dd84402 [ 5789.306758] amdgpu 0000:02:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x001F5912 [ 5789.307814] amdgpu 0000:02:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x08088002 [ 5789.308860] amdgpu 0000:02:00.0: VM fault (0x02, vmid 4) at page 2054418, read from 'TC6' (0x54433600) (136) [ 5789.309883] amdgpu 0000:02:00.0: GPU fault detected: 147 0x04f80402 [ 5789.310900] amdgpu 0000:02:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x001AE74C [ 5789.311896] amdgpu 0000:02:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0804800C [ 5789.312866] amdgpu 0000:02:00.0: VM fault (0x0c, vmid 4) at page 1763148, read from 'TC4' (0x54433400) (72) [ 5789.313846] amdgpu 0000:02:00.0: GPU fault detected: 147 0x05e88802
|
|
|
|
jonny51
Newbie
Offline
Activity: 28
Merit: 0
|
|
April 08, 2018, 07:25:53 PM |
|
using, xmr-stak-v2.4.1-cuda8 and string below, I am getting
--noCPU --noAMD --currency monero7 -o stratum+tcp://cryptonightv7.USA.nicehash.com:3363 -u <BTC>.$rigName -p x
[2018-04-08 20:20:52] : Pool stratum+tcp://cryptonightv7.USA.nicehash.com:3363 c onnected. Logging in... [2018-04-08 20:20:52] : Difficulty changed. Now: 100001. [2018-04-08 20:20:52] : Pool logged in. [2018-04-08 20:21:14] : Result rejected by the pool. [2018-04-08 20:21:38] : New block detected. [2018-04-08 20:21:44] : New block detected. [2018-04-08 20:21:53] : New block detected. [2018-04-08 20:22:00] : New block detected. [2018-04-08 20:22:05] : Result rejected by the pool. [2018-04-08 20:22:21] : New block detected. [2018-04-08 20:22:23] : Result rejected by the pool. [2018-04-08 20:22:29] : New block detected. [2018-04-08 20:22:38] : New block detected. [2018-04-08 20:22:51] : New block detected. [2018-04-08 20:23:01] : New block detected. [2018-04-08 20:23:32] : New block detected.
rejected aswell here, on nanopool no problem. Does anyone have a idea how to display hashrate on xmr-stak-v2.4.1-cuda8?
|
|
|
|
NiklasFalk
Jr. Member
Offline
Activity: 94
Merit: 1
|
|
April 08, 2018, 07:32:48 PM |
|
Does anyone have a idea how to display hashrate on xmr-stak-v2.4.1-cuda8?
When you are SSH into the miner and use screen -x miner you can type c, h, or r to get connection report, hashrate and results. No idea if there are command line options to make the hashrate be reported continuously so you can see it in the SMOS console. This is for 2.4.1 sorry miner@simpleminer:/root/miner/xmr-stak-v2.4.1-cuda8$ ./xmr-stak --help Usage: xmr-stak [OPTION]... -h, --help show this help -v, --version show version number -V, --version-long show long version number -c, --config FILE common miner configuration file -C, --poolconf FILE pool configuration file --benchmark BLOCKVERSION ONLY do a 60-second benchmark and exit --noAMD disable the AMD miner backend --noAMDCache disable the AMD(OpenCL) cache for precompiled binaries --amd FILE AMD backend miner config file --noNVIDIA disable the NVIDIA miner backend --nvidia FILE NVIDIA backend miner config file The following options can be used for automatic start without a guided config, If config exists then this pool will be top priority. -o, --url URL pool url and port, e.g. pool.usxmrpool.com:3333 -O, --tls-url URL TLS pool url and port, e.g. pool.usxmrpool.com:10443 -u, --user USERNAME pool user name or wallet address -r, --rigid RIGID rig identifier for pool-side statistics (needs pool support) -p, --pass PASSWD pool password, in the most cases x or empty "" --use-nicehash the pool should run in nicehash mode --currency NAME currency to mine
Supported coin opitons: - aeon7 - cryptonight - cryptonight_lite - edollar - electroneum - graft - intense - karbo - monero7 - stellite - sumokoin
Version: xmr-stak 2.4.1 737383a Brought to by fireice_uk and psychocrypt under GPLv3.
|
|
|
|
vadimtt722
Newbie
Offline
Activity: 15
Merit: 0
|
|
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
|
|
|
|
fdoxygen
Newbie
Offline
Activity: 2
Merit: 0
|
|
April 08, 2018, 08:29:00 PM |
|
Use this xmr-stak-v2.4.1-cuda8 command to fix Nicehash result rejected error.
--use-nicehash --noCPU --noAMD --currency monero7 -o cryptonightv7.usa.nicehash.com:3363 -u <BTC>.$rigName -p x
|
|
|
|
rs1x
|
|
April 08, 2018, 08:31:53 PM |
|
Use this command to fix Nicehash result rejected error.
--use-nicehash --noCPU --noAMD --currency monero7 -o cryptonightv7.usa.nicehash.com:3363 -u <BTC>.$rigName -p x
Which software is this for?
|
|
|
|
fdoxygen
Newbie
Offline
Activity: 2
Merit: 0
|
|
April 08, 2018, 08:37:14 PM |
|
Use this command to fix Nicehash result rejected error.
--use-nicehash --noCPU --noAMD --currency monero7 -o cryptonightv7.usa.nicehash.com:3363 -u <BTC>.$rigName -p x
Which software is this for? For xmr-stak-v2.4.1-cuda8 using Nvidia rigs.
|
|
|
|
jonny51
Newbie
Offline
Activity: 28
Merit: 0
|
|
April 08, 2018, 10:33:15 PM |
|
Use this xmr-stak-v2.4.1-cuda8 command to fix Nicehash result rejected error.
--use-nicehash --noCPU --noAMD --currency monero7 -o cryptonightv7.usa.nicehash.com:3363 -u <BTC>.$rigName -p x
works! Thanks!
|
|
|
|
jarislv
Newbie
Offline
Activity: 4
Merit: 0
|
|
April 09, 2018, 01:24:10 AM |
|
How to set intensity and worksize with XMrig AMD?
|
|
|
|
shehadln
Newbie
Offline
Activity: 8
Merit: 0
|
|
April 09, 2018, 01:26:52 AM |
|
Hey friends, how can I mine cryptonight V7 with smos? What program should I select?
Also what pools do you all suggest I mine monero on thru smos? miningpoolhub?
|
|
|
|
otto_diesel
|
|
April 09, 2018, 01:33:48 AM |
|
Hey friends, how can I mine cryptonight V7 with smos? What program should I select?
Also what pools do you all suggest I mine monero on thru smos? miningpoolhub?
i want a suggestion about pool issue too. i dont have a good pool i want to change it
|
|
|
|
shehadln
Newbie
Offline
Activity: 8
Merit: 0
|
|
April 09, 2018, 02:02:39 AM |
|
Hey friends, how can I mine cryptonight V7 with smos? What program should I select?
Also what pools do you all suggest I mine monero on thru smos? miningpoolhub?
i want a suggestion about pool issue too. i dont have a good pool i want to change it I am trying to get supportXMR to work but am getting this error: ============ Starting Miner =============== [2018-04-09 04:01:44] : Parameter unknown 'amp;quot;pool_addressamp;quot;:' Miner ended/crashed. Restarting miner in 10 seconds -------------- ============ Starting Miner =============== [2018-04-09 04:01:54] : Parameter unknown 'amp;quot;pool_addressamp;quot;:' Miner ended/crashed. Restarting miner in 10 seconds -------------- ============ Starting Miner =============== [2018-04-09 04:02:04] : Parameter unknown 'amp;quot;pool_addressamp;quot;:' Miner ended/crashed. Restarting miner in 10 seconds -------------- ============ Starting Miner =============== [2018-04-09 04:02:14] : Parameter unknown 'amp;quot;pool_addressamp;quot;:' Miner ended/crashed. Restarting miner in 10 seconds --------------
|
|
|
|
enriquetnt
Newbie
Offline
Activity: 5
Merit: 0
|
|
April 09, 2018, 02:52:22 AM |
|
Can anyone help me, i live in venezuela and im experiencing SEVERE issues with the smos updates, they keep failing for hours, they download super slow like 1 meg per minute, then they give the unexpected end of file error and download again, and again, and again, this is happening EVERIWHERE, 5 different locations in four cities, whit different providers, SAME issue, reflashed the pendrives, nothing helps, i know is not a failure in your end, is the crappy filtered BS internet in my country causing the issue, the pendrives usually do finish updating late at night, after 2 or 3 am, my question is simple, there is any way to copy an already updated pendrive? i tried with hddraw copy tool, it booted fine but started to give problems after a few days, all of the copies i did that way ended up having issues 2 or 3 days in, reflashed with official image, waited 8-12 HOURS for the update,and they are fine now, please help im desperate, i build rigs for a living and i need a constant stream of pendrives working and fully updated.
so i ask again is there any way to do a working copy of an already updated pendrive?
or is there any place to download updated version of the smos for etcher?
ANY help would be aprecciated.
|
|
|
|
citronick
Legendary
Offline
Activity: 1834
Merit: 1080
---- winter*juvia -----
|
|
April 09, 2018, 03:08:30 AM |
|
Hey friends, how can I mine cryptonight V7 with smos? What program should I select?
Also what pools do you all suggest I mine monero on thru smos? miningpoolhub?
i want a suggestion about pool issue too. i dont have a good pool i want to change it I have tried all the various Cryptonight7 miners in SMOS... and its a bit tricky - some works .... , however below worked best for me. I am using the following for Nicehash + Cryptonight7, stable and without any issues for both NVIDIA and AMD xmrig-amd-v2.5.2 -o stratum+tcp://cryptonightv7.usa.nicehash.com:3363 -u <btc-address>.$rigName -p x --donate-level=1 --print-time=5 xmrig-nvidia-v2.5.2 -o stratum+tcp://cryptonightv7.usa.nicehash.com:3363 -u <btc-address>.$rigName -p x --donate-level=1 --print-time=5
|
If I provided you good and useful info or just a smile to your day, consider sending me merit points to further validate this Bitcointalk account ~ useful for future account recovery...
|
|
|
nightfury626
Newbie
Offline
Activity: 75
Merit: 0
|
|
April 09, 2018, 04:24:58 AM |
|
Let's hope xmrstak 2.4.2 update gets pushed soon. That will help those of us trying to mine monero and sumokoin
|
|
|
|
shehadln
Newbie
Offline
Activity: 8
Merit: 0
|
|
April 09, 2018, 04:41:27 AM |
|
Hey friends, how can I mine cryptonight V7 with smos? What program should I select?
Also what pools do you all suggest I mine monero on thru smos? miningpoolhub?
i want a suggestion about pool issue too. i dont have a good pool i want to change it I have tried all the various Cryptonight7 miners in SMOS... and its a bit tricky - some works .... , however below worked best for me. I am using the following for Nicehash + Cryptonight7, stable and without any issues for both NVIDIA and AMD xmrig-amd-v2.5.2 -o stratum+tcp://cryptonightv7.usa.nicehash.com:3363 -u <btc-address>.$rigName -p x --donate-level=1 --print-time=5 xmrig-nvidia-v2.5.2 -o stratum+tcp://cryptonightv7.usa.nicehash.com:3363 -u <btc-address>.$rigName -p x --donate-level=1 --print-time=5 Thanks for the help! Are you on support XMR? I am and it is losing a lot of my hashpower from what SMOS is saying. I am also getting lots of GPU compute errors. Not too sure why!
|
|
|
|
citronick
Legendary
Offline
Activity: 1834
Merit: 1080
---- winter*juvia -----
|
|
April 09, 2018, 05:04:58 AM |
|
Hey friends, how can I mine cryptonight V7 with smos? What program should I select?
Also what pools do you all suggest I mine monero on thru smos? miningpoolhub?
i want a suggestion about pool issue too. i dont have a good pool i want to change it I have tried all the various Cryptonight7 miners in SMOS... and its a bit tricky - some works .... , however below worked best for me. I am using the following for Nicehash + Cryptonight7, stable and without any issues for both NVIDIA and AMD xmrig-amd-v2.5.2 -o stratum+tcp://cryptonightv7.usa.nicehash.com:3363 -u <btc-address>.$rigName -p x --donate-level=1 --print-time=5 xmrig-nvidia-v2.5.2 -o stratum+tcp://cryptonightv7.usa.nicehash.com:3363 -u <btc-address>.$rigName -p x --donate-level=1 --print-time=5 Thanks for the help! Are you on support XMR? I am and it is losing a lot of my hashpower from what SMOS is saying. I am also getting lots of GPU compute errors. Not too sure why! The key is not be too aggressive on your OC - you will get GPU errors, heat-issues, power supply issues and other errors for high-OC settings that at best give you that small bump up in hash. Steady, consistent hash submission to the pool stratum server is better than your rigs clocked too high.
|
If I provided you good and useful info or just a smile to your day, consider sending me merit points to further validate this Bitcointalk account ~ useful for future account recovery...
|
|
|
alizali
Newbie
Offline
Activity: 197
Merit: 0
|
|
April 09, 2018, 06:20:06 AM |
|
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 @tytanick IF YOU APPROVE THIS WHY YOU DONT SOLVE IT IN NEXT UPDATE
|
|
|
|
pbuva
|
|
April 09, 2018, 06:49:06 AM |
|
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 @tytanick IF YOU APPROVE THIS WHY YOU DONT SOLVE IT IN NEXT UPDATE +1
|
|
|
|
BlackwidowZA
Newbie
Offline
Activity: 14
Merit: 0
|
|
April 09, 2018, 11:22:27 AM |
|
Hi all. I want to start mining Ravencoin but there is currently so many miners on SMOS. Which one would you guys select. I have 1060 3GB cards
|
|
|
|
|