todxx (OP)
Member
Offline
Activity: 176
Merit: 76
|
|
July 31, 2020, 08:55:40 PM |
|
i have try this on ubuntu linux with amdgpu 18.40 with 5 rx470 modded bios, previous mining with claymore 15 is ok. after 352 cannot mining any ethash miner app. --platform=1 not work, vga on board not on and not monitor connect.
./teamredminer --platform=0 -a ethash -o stratum+tcp://eu1.ethermine.org:4444 -u 0x06030e479c965aDE02e10814355309Ac9c2fb670.myriglab -p x
Team Red Miner version 0.7.8 [2020-07-31 20:12:37] Pool eu1.ethermine.org: Ethermine ethash auto mode detected, setting --eth_stratum=ethproxy [2020-07-31 20:12:37] Failed to probe OpenCL device idx 0 on selected platform 0, will be excluded. [2020-07-31 20:12:37] Failed to probe OpenCL device idx 1 on selected platform 0, will be excluded. [2020-07-31 20:12:37] Failed to probe OpenCL device idx 2 on selected platform 0, will be excluded. [2020-07-31 20:12:37] Failed to probe OpenCL device idx 3 on selected platform 0, will be excluded. [2020-07-31 20:12:37] Failed to probe OpenCL device idx 4 on selected platform 0, will be excluded. [2020-07-31 20:12:37] Successful clean shutdown.
my clinfo is
Number of platforms 1 Platform Name AMD Accelerated Parallel Processing Platform Vendor Advanced Micro Devices, Inc. Platform Version OpenCL 2.1 AMD-APP (2686.5) Platform Profile FULL_PROFILE Platform Extensions cl_khr_icd cl_amd_event_callback cl_amd_offline_devices Platform Host timer resolution 1ns Platform Extensions function suffix AMD
...
Hi takasungi, It appears that for some reason the drivers you are using do not support the CL_DEVICE_GLOBAL_FREE_MEMORY_AMD property which we use to check the available memory on GPUs. I would suggest installing newer 19.x or 20.x drivers as the easiest fix.
|
|
|
|
CrypticMiner
Newbie
Offline
Activity: 12
Merit: 0
|
|
August 01, 2020, 02:01:02 AM |
|
is there any way to get more performance out of 5700 cards? team red caps around 53 mhs with 1800 mem 1250 core but phoenix will do 55.6
First you should check what you are getting at the pool for TeamRed and Phoenix. I run 5700s and I saw a big increase in stability when I switched to TR which allowed me to increase my mem clocks. In my experience the reported MH for Phoenix is inflated by ~1-2% versus what you get at the pool. There are a also a number of factors that will limit your MH. - Have you Bios Modded your cards?
- What are your mem temps? If mem gets above 90C it will throttle and lower your hash rate. This can be seen by starting up cold and then MH starts dropping as they throttle.
- What OS are you using (SMOS, HiVE, WIN)
|
|
|
|
takasungi
Newbie
Offline
Activity: 14
Merit: 0
|
|
August 01, 2020, 02:30:40 AM |
|
i have try this on ubuntu linux with amdgpu 18.40 with 5 rx470 modded bios, previous mining with claymore 15 is ok. after 352 cannot mining any ethash miner app. --platform=1 not work, vga on board not on and not monitor connect.
./teamredminer --platform=0 -a ethash -o stratum+tcp://eu1.ethermine.org:4444 -u 0x06030e479c965aDE02e10814355309Ac9c2fb670.myriglab -p x
Team Red Miner version 0.7.8 [2020-07-31 20:12:37] Pool eu1.ethermine.org: Ethermine ethash auto mode detected, setting --eth_stratum=ethproxy [2020-07-31 20:12:37] Failed to probe OpenCL device idx 0 on selected platform 0, will be excluded. [2020-07-31 20:12:37] Failed to probe OpenCL device idx 1 on selected platform 0, will be excluded. [2020-07-31 20:12:37] Failed to probe OpenCL device idx 2 on selected platform 0, will be excluded. [2020-07-31 20:12:37] Failed to probe OpenCL device idx 3 on selected platform 0, will be excluded. [2020-07-31 20:12:37] Failed to probe OpenCL device idx 4 on selected platform 0, will be excluded. [2020-07-31 20:12:37] Successful clean shutdown.
my clinfo is
Number of platforms 1 Platform Name AMD Accelerated Parallel Processing Platform Vendor Advanced Micro Devices, Inc. Platform Version OpenCL 2.1 AMD-APP (2686.5) Platform Profile FULL_PROFILE Platform Extensions cl_khr_icd cl_amd_event_callback cl_amd_offline_devices Platform Host timer resolution 1ns Platform Extensions function suffix AMD
...
Hi takasungi, It appears that for some reason the drivers you are using do not support the CL_DEVICE_GLOBAL_FREE_MEMORY_AMD property which we use to check the available memory on GPUs. I would suggest installing newer 19.x or 20.x drivers as the easiest fix. thx i will try again
|
|
|
|
Marvell2
|
|
August 02, 2020, 05:59:37 AM |
|
what are the command line options for turning off GPUs withoute using a config file. i.e claymore ytou can do -di 0,1,3 and phoneix its -gpus 123
also how do i get the strap from claymore to apply via this miner , on 8 gig cards i can run claymore first and disable its gpus then run team red
but on 4 gig cards this wont work due to the dag in two places ?
|
|
|
|
pbfarmer
Member
Offline
Activity: 340
Merit: 29
|
|
August 04, 2020, 11:12:52 AM |
|
what are the command line options for turning off GPUs withoute using a config file. i.e claymore ytou can do -di 0,1,3 and phoneix its -gpus 123
also how do i get the strap from claymore to apply via this miner , on 8 gig cards i can run claymore first and disable its gpus then run team red
but on 4 gig cards this wont work due to the dag in two places ?
use -d 0,1,2... in the miner command line for device selection (also e-N or d-N in console while miner is running to enable/disable individual GPUs) amdmemtweak is best for mem timings
|
|
|
|
Marvell2
|
|
August 05, 2020, 08:15:36 AM |
|
what are the command line options for turning off GPUs withoute using a config file. i.e claymore ytou can do -di 0,1,3 and phoneix its -gpus 123
also how do i get the strap from claymore to apply via this miner , on 8 gig cards i can run claymore first and disable its gpus then run team red
but on 4 gig cards this wont work due to the dag in two places ?
use -d 0,1,2... in the miner command line for device selection (also e-N or d-N in console while miner is running to enable/disable individual GPUs) amdmemtweak is best for mem timings thanks , ill just have to reflash my cards gor smos
|
|
|
|
flashsam
Newbie
Offline
Activity: 13
Merit: 0
|
|
August 05, 2020, 05:14:29 PM |
|
Hi. Radeon VII, RX5700 hash rate MTP(Zcoin)?
|
|
|
|
alucard20724
|
|
August 05, 2020, 11:07:44 PM |
|
Hi. Radeon VII, RX5700 hash rate MTP(Zcoin)?
zero hash rate for mtp on 5700. only Nimig/kawpow/ethash are supported on RX5700/5600/5500
|
|
|
|
xeridea
|
|
August 09, 2020, 02:07:18 PM |
|
What do I need to do to get 25MH for Vega56 on Win10? Only getting 19-20. Get 45MH Eth.
|
Profitability over time charts for many GPUs - http://xeridea.us/chartsBTC: bc1qr2xwjwfmjn43zhrlp6pn7vwdjrjnv5z0anhjhn LTC: LXDm6sR4dkyqtEWfUbPumMnVEiUFQvxSbZ Eth: 0x44cCe2cf90C8FEE4C9e4338Ae7049913D4F6fC24
|
|
|
kerney666
Member
Offline
Activity: 658
Merit: 86
|
|
August 13, 2020, 11:23:43 PM |
|
What do I need to do to get 25MH for Vega56 on Win10? Only getting 19-20. Get 45MH Eth.
You mean for kawpow? The sad truth is that Vegas can't reach their max speed under win10. The drivers don't allow fully utilizing some parts of the hardware the same way that the linux amdgpu-pro and rocm drivers do.
|
|
|
|
kerney666
Member
Offline
Activity: 658
Merit: 86
|
|
August 13, 2020, 11:25:14 PM |
|
Hi. Radeon VII, RX5700 hash rate MTP(Zcoin)?
MTP on Navis is completed, testing it right now. Navis are completely compute bound and need a high core clk to reach anything decent, you need 1800 cclk to do 3+ MH/s, for example. It will be out shortly in a proper release.
|
|
|
|
DrX
Member
Offline
Activity: 233
Merit: 20
|
|
August 15, 2020, 10:22:59 PM |
|
Trying to Mine KawPow with TRM on MiningPoolhub,
It mines but keeps giving me error "Pool europe.kawpow-hub.miningpoolhub.com job's seed hash is unrecognized."
Is that pool or TRM problem? (Mining with Vega56 on windows 10, AMD Driver 20.4.2)
|
|
|
|
kerney666
Member
Offline
Activity: 658
Merit: 86
|
|
August 16, 2020, 03:39:37 PM |
|
Trying to Mine KawPow with TRM on MiningPoolhub,
It mines but keeps giving me error "Pool europe.kawpow-hub.miningpoolhub.com job's seed hash is unrecognized."
Is that pool or TRM problem? (Mining with Vega56 on windows 10, AMD Driver 20.4.2)
Let me check. Come to our discord for quicker support if you want to, we're a bit slow here on bitcointalk these days.
|
|
|
|
kerney666
Member
Offline
Activity: 658
Merit: 86
|
|
August 16, 2020, 04:06:45 PM |
|
Trying to Mine KawPow with TRM on MiningPoolhub,
It mines but keeps giving me error "Pool europe.kawpow-hub.miningpoolhub.com job's seed hash is unrecognized."
Is that pool or TRM problem? (Mining with Vega56 on windows 10, AMD Driver 20.4.2)
Let me check. Come to our discord for quicker support if you want to, we're a bit slow here on bitcointalk these days. Ok, I checked quickly. Afai can see, miningpoolhub is sending garbage seed hashes, except for one time when I started the miner, then it was correct. The seed hash decides the epoch we're currently mining at, so it doesn't really change very often, meaning that all pools should send the same value. These are jobs from the last 5 mins from different pools. The expected value is "5683748fa7f53897f1e1a80a8a321d3693761838135be37d1d132c0cd3d7d937" as the third parameter in the list. rvn.woolypooly.com [2020-08-16 17:52:52.141056] Pool rvn.woolypooly.com received new job. (job_id: 000031bc) {"jsonrpc":"2.0","method":"mining.notify","params":["000031bc","731aefdf37e809d7ec54c8909d1dedf9eb602f8a1cb9f3f3917b97ac69a97649","5683748fa7f53897f1e1a80a8a321d3693761838135be37d1d132c0cd3d7d937","00000004fcbfa0b39aa780000000000000000000000000000000000000000000",true,1366002,"1b025075"],"id":null}
rvn.minermore.com [2020-08-16 17:58:04.588180] Pool eu.rvn.minermore.com received new job. (job_id: 00000000000000000000000000000000000000000000000000000000000315fc) {"id":null,"method":"mining.notify","params":["00000000000000000000000000000000000000000000000000000000000315fc","7821ba1bf30833a1fe1a76ed7f23ba0fd70da5551a85297cbb31cc39320cd400","5683748fa7f53897f1e1a80a8a321d3693761838135be37d1d132c0cd3d7d937","00000001fe000000000000000000000000000000000000000000000000000000",false,1366002,"1b025075"]}
Miningpool hub sends garbage that also changes for every new job, should not be the case. [2020-08-16 17:59:45.153893] Pool europe.kawpow-hub.miningpoolhub.com received new job. (job_id: c4e4) [2020-08-16 17:59:45.155478] Pool europe.kawpow-hub.miningpoolhub.com job's seed hash is unrecognized. {"id":null,"method":"mining.notify","params":["c4e4","9ba3027a15d38e85750d41648ab1104463281fa3ef872872a60403599a0eb01a","80c7d70a2ed87ae5ad3db41984fee787084275107923747b14e3b40b20adb6c3","00000009f6000000000000000000000000000000000000000000000000000000",false,1366003,"1b025ef0"]} ... [2020-08-16 18:00:00.132903] Pool europe.kawpow-hub.miningpoolhub.com received new job. (job_id: c4e1) [2020-08-16 18:00:00.134489] Pool europe.kawpow-hub.miningpoolhub.com job's seed hash is unrecognized. {"id":null,"method":"mining.notify","params":["c4e1","6819f7e1bdc154f0b5c19cfde648f0ed5eeaeb52d1c42677fd5555d298dc0763","86c9f6d43bfe45a6d17e6be3dc0a896373fa5acbbfc4f252dd14a85671e37565","00000009f6000000000000000000000000000000000000000000000000000000",false,1366003,"1b025ef0"]}
So, not sure what's up with MPH. It worked on a single connect I made, I restarted 5-10 times or so.
|
|
|
|
alpha34
Newbie
Offline
Activity: 16
Merit: 0
|
|
August 18, 2020, 08:10:53 AM |
|
How do I set up eth + zil?
|
|
|
|
xeridea
|
|
August 19, 2020, 01:09:26 AM |
|
To set logfile current date time (Windows)
for /F "tokens=2-4 delims=/ " %%i in ('date /t') do set tdtd=%%i%%j%%k for /F "tokens=5-8 delims=:. " %%i in ('echo.^| time ^| find "current" ') do set ttrn=%%i%%j%%k%%l set tufn=%tdtd%_%ttrn%
Then add this flag
--log_file=%tufn%.txt
Creator(s) should make it easier!!!
|
Profitability over time charts for many GPUs - http://xeridea.us/chartsBTC: bc1qr2xwjwfmjn43zhrlp6pn7vwdjrjnv5z0anhjhn LTC: LXDm6sR4dkyqtEWfUbPumMnVEiUFQvxSbZ Eth: 0x44cCe2cf90C8FEE4C9e4338Ae7049913D4F6fC24
|
|
|
|
fmz89
Legendary
Offline
Activity: 1762
Merit: 1002
|
|
August 29, 2020, 05:40:51 AM |
|
for long time i use v 0.6.1 then i tried v 0.7.9 this version using more 2% power without any gain on my vegas switch back to 0.6.1
|
|
|
|
Iamtutut
|
|
September 07, 2020, 05:18:38 AM |
|
I can't get TRM to work on my second miner and I don't get why. I have no APU on my other rig, so I launch all GPUs.
It's a Ryzen 2400G APU (win 10 pro, 12GB ram) with a Vega 64. Obviously, I intend to mine only with the Vega 64, mining etash.
Both are listed as following:
The Vega 64 : miner 0 platform 0 opencl 0 The Vega 11 cores: miner 1 platform 0 opencl 1
What should be the command line to launch the Vega 64 only ?
Thanks
|
|
|
|
alucard20724
|
|
September 07, 2020, 06:13:58 AM |
|
I can't get TRM to work on my second miner and I don't get why. I have no APU on my other rig, so I launch all GPUs.
It's a Ryzen 2400G APU (win 10 pro, 12GB ram) with a Vega 64. Obviously, I intend to mine only with the Vega 64, mining etash.
Both are listed as following:
The Vega 64 : miner 0 platform 0 opencl 0 The Vega 11 cores: miner 1 platform 0 opencl 1
What should be the command line to launch the Vega 64 only ?
Thanks
set it to -d 0, if it starts mining on the apu, then switch it to -d 1. i have the 2400G apu also.
|
|
|
|
|