peteycamey
Legendary
Offline
Activity: 1177
Merit: 1014
|
 |
November 10, 2020, 09:59:41 PM |
|
when will we be able to use it with miner manager 4.0 that came bundled with claymore?
|
|
|
|
|
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
iwaschosen
Newbie
Offline
Activity: 2
Merit: 0
|
 |
November 11, 2020, 04:26:06 AM |
|
Lolminer cant find my rx cards on either of my rigs. no problem mining with them on other mining software. Ubuntu 18.04, tried AMDGPU 20.10 and 20.20 drivers. Am I missing something/doing something wrong? heres some output.
michal@rig2:~$ lspci | grep -i vga 06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X] (rev ef) 09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Vega 10 XT [Radeon RX Vega 64] (rev c1) 0a:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X] (rev ef) 0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X] (rev ef) michal@rig2:~$ sudo ./1.12/lolMiner --list-devices +---------------------------------------------------------+ | _ _ __ __ _ _ _ ____ | | | | ___ | | \/ (_)_ __ ___ _ __ / | / |___ \ | | | |/ _ \| | |\/| | | '_ \ / _ \ '__| | | | | __) | | | | | (_) | | | | | | | | | __/ | | |_| |/ __/ | | |_|\___/|_|_| |_|_|_| |_|\___|_| |_(_)_|_____| | | | | This software is for mining | | Ethash | | Equihash 144/5, 192/7, 210/9 | | BeamHash I, II, III | | ZelHash (EquihashR 125/4/0) | | Cuck(ar)oo 29 | | Cuckaroo 30 CTX | | Cuckatoo 31/32 | | | | | | Made by Lolliedieb, October 2020 | +---------------------------------------------------------+ List of all detected OpenCL devices: Device 0: Name: Radeon RX Vega Address: 9:0 Vendor: Advanced Micro Devices (AMD) Memory: 8176 MByte (8112 MByte free)
michal@rig2:~$ sudo ./programs/kawpowminer --list-devices
kawpowminer 1.2.3+commit.d46045ef Build: linux/release/gnu
Id Pci Id Type Name CL Total Memory Cl Max Alloc Cl Max W.Grp --- --------- ---- ----------------------------- ---- ------------ ------------ ------------ 0 06:00.0 Gpu Ellesmere Yes 3.99 GB 3.74 GB 256.00 B 1 09:00.0 Gpu gfx900 Yes 7.98 GB 7.73 GB 256.00 B 2 0a:00.0 Gpu Ellesmere Yes 3.99 GB 3.74 GB 256.00 B 3 0b:00.0 Gpu Ellesmere Yes 3.98 GB 3.74 GB 256.00 B
|
|
|
|
ivomm
Legendary
Offline
Activity: 1636
Merit: 1942
All good things to those who wait
|
 |
November 11, 2020, 01:28:09 PM |
|
Is there a possibility for -rxboost and -strap parameters for amd polaris cards in some new version of the miner for ethereum?
|
|
|
|
jgonzi
Member

Offline
Activity: 604
Merit: 19
|
 |
November 11, 2020, 05:00:25 PM |
|
Is there a possibility for -rxboost and -strap parameters for amd polaris cards in some new version of the miner for ethereum?
You can use that directly for example in SMOS or in HiveOS you don't need to do it by the miner. For example in HiveOS you can add the REF 30 for your RX or in SMOS … also the last beta os RaveOS allow you to use the AmdTweak to include this -rxboost or -strap that you are looking for. It is better directly by the OS to do it.
|
|
|
|
jgonzi
Member

Offline
Activity: 604
Merit: 19
|
 |
November 11, 2020, 05:02:30 PM |
|
Lolminer cant find my rx cards on either of my rigs. no problem mining with them on other mining software. Ubuntu 18.04, tried AMDGPU 20.10 and 20.20 drivers. Am I missing something/doing something wrong? heres some output.
michal@rig2:~$ lspci | grep -i vga 06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X] (rev ef) 09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Vega 10 XT [Radeon RX Vega 64] (rev c1) 0a:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X] (rev ef) 0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X] (rev ef) michal@rig2:~$ sudo ./1.12/lolMiner --list-devices +---------------------------------------------------------+ | _ _ __ __ _ _ _ ____ | | | | ___ | | \/ (_)_ __ ___ _ __ / | / |___ \ | | | |/ _ \| | |\/| | | '_ \ / _ \ '__| | | | | __) | | | | | (_) | | | | | | | | | __/ | | |_| |/ __/ | | |_|\___/|_|_| |_|_|_| |_|\___|_| |_(_)_|_____| | | | | This software is for mining | | Ethash | | Equihash 144/5, 192/7, 210/9 | | BeamHash I, II, III | | ZelHash (EquihashR 125/4/0) | | Cuck(ar)oo 29 | | Cuckaroo 30 CTX | | Cuckatoo 31/32 | | | | | | Made by Lolliedieb, October 2020 | +---------------------------------------------------------+ List of all detected OpenCL devices: Device 0: Name: Radeon RX Vega Address: 9:0 Vendor: Advanced Micro Devices (AMD) Memory: 8176 MByte (8112 MByte free)
michal@rig2:~$ sudo ./programs/kawpowminer --list-devices
kawpowminer 1.2.3+commit.d46045ef Build: linux/release/gnu
Id Pci Id Type Name CL Total Memory Cl Max Alloc Cl Max W.Grp --- --------- ---- ----------------------------- ---- ------------ ------------ ------------ 0 06:00.0 Gpu Ellesmere Yes 3.99 GB 3.74 GB 256.00 B 1 09:00.0 Gpu gfx900 Yes 7.98 GB 7.73 GB 256.00 B 2 0a:00.0 Gpu Ellesmere Yes 3.99 GB 3.74 GB 256.00 B 3 0b:00.0 Gpu Ellesmere Yes 3.98 GB 3.74 GB 256.00 B
Are you trying to mine ETC?... why you don'tr try to put the 1st GPU with the Vega?. That Will make the 1st GPU with 8 Gb. Can you try for example a Coin with less DAG?
|
|
|
|
UnclWish
|
 |
November 11, 2020, 07:17:56 PM |
|
Where is 1.13 for Windows? On github only for linux...
|
|
|
|
iwaschosen
Newbie
Offline
Activity: 2
Merit: 0
|
 |
November 11, 2020, 07:31:20 PM |
|
Are you trying to mine ETC?... why you don'tr try to put the 1st GPU with the Vega?. That Will make the 1st GPU with 8 Gb. Can you try for example a Coin with less DAG?
It was for ether, but the miner itself doesn't see the cards as a cl device. algorithm/coin shouldn't matter when just listing out the available cl devices?
|
|
|
|
jgonzi
Member

Offline
Activity: 604
Merit: 19
|
 |
November 11, 2020, 08:24:16 PM |
|
Are you trying to mine ETC?... why you don'tr try to put the 1st GPU with the Vega?. That Will make the 1st GPU with 8 Gb. Can you try for example a Coin with less DAG?
It was for ether, but the miner itself doesn't see the cards as a cl device. algorithm/coin shouldn't matter when just listing out the available cl devices? Why you don't make a prove with the new version? 1.13 only to see if that help.
|
|
|
|
ivomm
Legendary
Offline
Activity: 1636
Merit: 1942
All good things to those who wait
|
 |
November 11, 2020, 10:06:05 PM |
|
Is there a possibility for -rxboost and -strap parameters for amd polaris cards in some new version of the miner for ethereum?
You can use that directly for example in SMOS or in HiveOS you don't need to do it by the miner. For example in HiveOS you can add the REF 30 for your RX or in SMOS … also the last beta os RaveOS allow you to use the AmdTweak to include this -rxboost or -strap that you are looking for. It is better directly by the OS to do it. I use both OS for my rigs, but I'm talking about Windows. Since I use the card for gaming as well, I don't want to mod the bios.
|
|
|
|
jgonzi
Member

Offline
Activity: 604
Merit: 19
|
 |
November 12, 2020, 08:29:18 AM |
|
Is there a possibility for -rxboost and -strap parameters for amd polaris cards in some new version of the miner for ethereum?
You can use that directly for example in SMOS or in HiveOS you don't need to do it by the miner. For example in HiveOS you can add the REF 30 for your RX or in SMOS … also the last beta os RaveOS allow you to use the AmdTweak to include this -rxboost or -strap that you are looking for. It is better directly by the OS to do it. I use both OS for my rigs, but I'm talking about Windows. Since I use the card for gaming as well, I don't want to mod the bios. In Windows you can use AmdTweak like a line command…
|
|
|
|
jgonzi
Member

Offline
Activity: 604
Merit: 19
|
 |
November 12, 2020, 08:35:51 AM |
|
I made some test with the new version 1.13, all Navi cards with less Power Consumation. Let's try now the RX ... where is the better improve... 
|
|
|
|
UnclWish
|
 |
November 12, 2020, 02:35:23 PM |
|
Now testing 1.14 version on RX 580 8Gb rigs... Eth on nicehash.
|
|
|
|
Lolliedieb
|
 |
November 12, 2020, 02:39:40 PM |
|
Where is 1.13 for Windows? On github only for linux...
Sry, I was not that quick xD Now we are even at 1.14 ... had some issues with Nvidia rigs ... but well thats fixed and some Nvidia candy added Are you trying to mine ETC?... why you don'tr try to put the 1st GPU with the Vega?. That Will make the 1st GPU with 8 Gb. Can you try for example a Coin with less DAG?
I need to say I got no idea, why the user had the issue with the other cards not listed. But having a 8G in slot 1 does not help in lolMiner, each card is on its own with this.
|
Check out lolMiner 1.17, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD cards at low fees. Also inventor of Zombie Mode for Ethash, which allows you to mine on Eth with your 4G AMD GPUs above epoch 382.
|
|
|
UnclWish
|
 |
November 12, 2020, 02:45:59 PM |
|
Where is 1.13 for Windows? On github only for linux...
Sry, I was not that quick xD Now we are even at 1.14 ... had some issues with Nvidia rigs ... but well thats fixed and some Nvidia candy added Power consumption on Polarises with 1.14 is good! It's very close to PM miner now. Maybe the same. Speed is the same as was in previous versions... About 1.7% slower than PM. Another question: RX 580-8 rig. On 1st card of rig. When monitor connected and trying to look video on youtube or play any videofile (even in bad quality f.e. 320p) video playback goes with freezes. On all other miners (Claymore, TR, PM) video plays without problems during eth mining.
|
|
|
|
DooGZ
Newbie
Offline
Activity: 12
Merit: 0
|
 |
November 12, 2020, 10:49:25 PM |
|
anyone using lolMiner in HiveOS using HiveOn pool with 4gb AMD GPU? can you kindly share your miner parameters?
|
|
|
|
dillony
Newbie
Offline
Activity: 107
Merit: 0
|
 |
November 12, 2020, 11:43:22 PM |
|
anyone can share mining parameters on nvidia 4gb on hiveos?
|
|
|
|
jgonzi
Member

Offline
Activity: 604
Merit: 19
|
 |
November 13, 2020, 07:47:14 AM |
|
anyone using lolMiner in HiveOS using HiveOn pool with 4gb AMD GPU? can you kindly share your miner parameters?
Try adding this parameter to the extra commands. --4g-alloc-size 4076 The other parameter are the normal %URL% %WALLET% ...
|
|
|
|
7anonminer7
Newbie
Offline
Activity: 15
Merit: 0
|
 |
November 13, 2020, 12:03:12 PM |
|
Is there an option for miner restart when hashrate drops and/or one or more of the cards in the rig hashrate drops to 0? I've encountered this issue for a few times now and this didn't happen with other miners :/
PS. I'm on Windows 10, with Polaris 3x570 4GB and 1x470 4GB and I'm not using "--4g-alloc-size". I've just now edited my cfg to use "--4g-alloc-size 4024" - maybe it will help.
|
|
|
|
delfinas
Newbie
Offline
Activity: 2
Merit: 0
|
 |
November 13, 2020, 01:36:32 PM |
|
Is there a way to enforce slow mode DAG creation? With the update to 1.14, 13 x 570 4GB rig would produce defect shares on GPUs 0 through to 5. I noticed that the fast DAG generation mode was used on the 0-5 GPUs and slow mode on 6-12. I was able to resolve the invalid share issue by reverting to 1.12 which uses slow mode on all GPUs.
Thanks
|
|
|
|
hazethegreat
Newbie
Offline
Activity: 2
Merit: 0
|
 |
November 13, 2020, 02:48:01 PM |
|
Hey guys, OS: Ubuntu 20.04 GPU: GTX 1050Ti Drivers: Nvidia 450.80.02 CUDA 11.0
I have lolMiner 1.14 successfully loading DAG in Zombie mode and continually receiving new jobs from the pool eth2.2miners.com:2020 The problem is the hashrate remains 0.00 mh/s at all times, even though the GPU usage is 100% as reported by nvidia-smi. Any tips? Sorry if its something obvious, I haven't done linux mining before.
Thanks
|
|
|
|
|