Lolliedieb (OP)
|
|
June 04, 2020, 06:22:55 AM |
|
Does not work with 17.8-BETA drivers. I will not change drivers for new ones.
Problem is that your drivers turn 3 years old now. AMD had a lot of breaking changes with their drivers, so if I want my code to run on older ones I need to install them and do all the build stuff for them as well. Its already plenty of work to go back to 18.10 drivers (RX 580) or 18.50 (Vegas), which are the oldest I currently build for. Why do you want to stick on that old drivers? The newer ones are really not bad - and what was introduced with the old blockchain drivers is now part of the newer ones. Afaik there is no technical reason to stick on the (very) old ones.
|
Check out lolMiner 1.56, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD & Nvidia cards at low fees.
|
|
|
SergeySS
Newbie
Offline
Activity: 15
Merit: 0
|
|
June 04, 2020, 08:14:24 AM |
|
With old drivers, the power consumption of video cards is 80 watts, with the new ones 120 watts and the performance is the same. For me, consumption is critical.
|
|
|
|
WhyMe
|
|
June 08, 2020, 11:56:55 PM |
|
I don't see how that is possible
|
|
|
|
xxxigor
Newbie
Offline
Activity: 29
Merit: 0
|
|
June 24, 2020, 04:42:37 PM |
|
please add XGM to 280x
|
|
|
|
kissmarx
|
|
June 25, 2020, 11:22:15 AM |
|
Does not work with 17.8-BETA drivers. I will not change drivers for new ones.
Problem is that your drivers turn 3 years old now. AMD had a lot of breaking changes with their drivers, so if I want my code to run on older ones I need to install them and do all the build stuff for them as well. Its already plenty of work to go back to 18.10 drivers (RX 580) or 18.50 (Vegas), which are the oldest I currently build for. Why do you want to stick on that old drivers? The newer ones are really not bad - and what was introduced with the old blockchain drivers is now part of the newer ones. Afaik there is no technical reason to stick on the (very) old ones. We all know the 17.8 Beta Crimson Blockchain Driver was the best driver. I just wish AMD will update the Blockchain Driver to a 2020 edition since more are interested now in GPU mining. It is just more better for mining rigs. I don't believe Adrenaline Drivers completely have what the Blockchain driver had, what was introduced to it. Cos I have some rigs with the same particular brand of RX 580 GPUs that run perfectly with the Blockchain Driver with good hashrates, but go crazy and/or low hashrate when I install the 2019 or 2020 edition Adrenaline drivers with compute mode settings. However, on the rest of my other rigs with well-known brands of GPU, Adrenaline 2020 edition is perfect.
|
|
|
|
Lolliedieb (OP)
|
|
June 26, 2020, 06:49:50 AM Last edit: June 26, 2020, 07:04:43 AM by Lolliedieb |
|
So ... took a while, but lolMiner 1.0 is ready to go You can download it here. Note: lolMiner changed configuration scheme a bit, since I did a very deep rework on the internal stuff behind it. That said: - --port is no longer supported! Please use --pool <addr>:<port> scheme instead
- For using failover pools: You now can use --pool, --user and --pass multiple times in cmd. They will be processed in order of appearance
- You now can select the algorithm directly. For this --algo (-a) is a new parameter. Use --list-algos for getting a list of supported algorithms and if they need / support personalization (--pers). --coin is still supported, but now used for more special functions and some selected projects
- There is a new, more simple config file format that just uses same parameters as cmd. That said with --json and --profile you still can import the old format if you liked that more
This is only a small set of the changes. In doubt read the new help function (-h) or the growing online manual.With regard to new algorithms: Support for Cortex and the new Grin-C29M solver was already given with the last alpha versions of 1.0. New in this release is - Support for Beam Hash III (use --coin BEAM for auto for routine from Beam Hash II to III or --algo BEAM-III to select it manually)
- I re-enables Beam Hash I (--algo BEAM-I) with support for personalization (--pers). This should allow mining Beam forks like XGM or DEFIs.
For any questions: feel free to ask ------------------- We all know the 17.8 Beta Crimson Blockchain Driver was the best driver. I just wish AMD will update the Blockchain Driver to a 2020 edition since more are interested now in GPU mining. It is just more better for mining rigs.
I don't believe Adrenaline Drivers completely have what the Blockchain driver had, what was introduced to it. Cos I have some rigs with the same particular brand of RX 580 GPUs that run perfectly with the Blockchain Driver with good hashrates, but go crazy and/or low hashrate when I install the 2019 or 2020 edition Adrenaline drivers with compute mode settings.
They have it all - the compute mode is pretty much what the Beta driver introduced. The only problem is that some miner devs did not recompile their miners for newer drivers (one older Monero miner was famous for this) and thus some miners did not work with the more recent versions. But technically the newer drivers can do everything the blockchain driver can
|
Check out lolMiner 1.56, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD & Nvidia cards at low fees.
|
|
|
MrPlus
|
|
June 26, 2020, 11:09:29 AM |
|
1.0 Stops with no error when mining BeamV2 on Nicehash Setup Miner... Size: Device 0: Name: GeForce RTX 2070 Address: 1:0 Vendor: NVIDIA Corporation Memory: 8192 MByte Active: true (Selected Algorithm: BeamHash II 4G) Device 1: Name: Intel(R) UHD Graphics 630 Address: 4294967295:4294967295 Vendor: Intel(R) Corporation Memory: 26153 MByte Active: false (not selected)
Connecting to pool... Connected to BEAMV2.eu.nicehash.com:3378 (TLS disabled) Authorized worker: 134bw4oTorEJUUVFhokDQDfNqTs7rBMNYy.001 New job received: 172071352704 Difficulty 1400 Failed to obtain all required NVML function pointers NVIDIA hardware monitoring disabled Start Mining... New job received: 172071360643 Difficulty 1400 New job received: 172071411735 Difficulty 1400 Average speed (5s): 10.4 sol/s
D:\Test\
It just stops there.... Command line: lolMiner.exe --user 134bw4oTorEJUUVFhokDQDfNqTs7rBMNYy.001 --pool BEAMV2.eu.nicehash.com:3378 --devices 0 --apiport 4068 --tls 0 --longstats 60 --shortstats 5 --pass x --algo BEAM-II
|
|
|
|
xxxigor
Newbie
Offline
Activity: 29
Merit: 0
|
|
June 27, 2020, 02:45:21 PM |
|
So ... took a while, but lolMiner 1.0 is ready to go You can download it here. Note: lolMiner changed configuration scheme a bit, since I did a very deep rework on the internal stuff behind it. That said: - --port is no longer supported! Please use --pool <addr>:<port> scheme instead
- For using failover pools: You now can use --pool, --user and --pass multiple times in cmd. They will be processed in order of appearance
- You now can select the algorithm directly. For this --algo (-a) is a new parameter. Use --list-algos for getting a list of supported algorithms and if they need / support personalization (--pers). --coin is still supported, but now used for more special functions and some selected projects
- There is a new, more simple config file format that just uses same parameters as cmd. That said with --json and --profile you still can import the old format if you liked that more
This is only a small set of the changes. In doubt read the new help function (-h) or the growing online manual.With regard to new algorithms: Support for Cortex and the new Grin-C29M solver was already given with the last alpha versions of 1.0. New in this release is - Support for Beam Hash III (use --coin BEAM for auto for routine from Beam Hash II to III or --algo BEAM-III to select it manually)
- I re-enables Beam Hash I (--algo BEAM-I) with support for personalization (--pers). This should allow mining Beam forks like XGM or DEFIs.
For any questions: feel free to ask Supported Algorithms Algorithm Solvers for Memory Size Beam Hash I 3G / 4G 3G not support
|
|
|
|
swongsR1thing
Newbie
Offline
Activity: 23
Merit: 0
|
|
June 28, 2020, 10:10:52 AM |
|
I get Nicehash error msg
"Connected to beamv3.eu.nicehash.com:3387 (TLS enabled) Error: Handshake failed with message short read Lost connection to stratum server beamv3.eu.nicehash.com:3387 or server not reachable"
Vega 56, lol miner, mmpos. Any ideas? Nvidias can connect to the same pool and mine (miniZ).
|
|
|
|
swongsR1thing
Newbie
Offline
Activity: 23
Merit: 0
|
|
June 28, 2020, 10:12:34 AM |
|
MR plus, you have to put III instead of 2x II. It's a different algo, you are mining incompatible algo on pool ready for beamIII.
|
|
|
|
Lolliedieb (OP)
|
|
June 28, 2020, 12:33:48 PM |
|
I get Nicehash error msg
"Connected to beamv3.eu.nicehash.com:3387 (TLS enabled) Error: Handshake failed with message short read Lost connection to stratum server beamv3.eu.nicehash.com:3387 or server not reachable"
Vega 56, lol miner, mmpos. Any ideas? Nvidias can connect to the same pool and mine (miniZ).
First of all Nicehash BeamV3 currently only works for few shares ... then it looses connection since there are no buyers for BeamV3 yet Wait for the fork. BUT: My miner had an other bug with Nicehash, which is fixed with new lolMiner 1.01Please load it here: https://github.com/Lolliedieb/lolMiner-releases/releases/tag/1.01Changelog: - Improved performance of Beam Hash III on all 6G+ cards (by about 4-5%)
- Added 3G* / 4G solver for Beam Hash III
(* will not work in Windows 10 and some older AMD cards) - Fixed an issue with mining Beam Hash III to NiceHash
- --tls now allowed to be used multiple times to configure it for each pool separately
- If found the miner will now load the user_config.json file per default again (fixes issues with minerstat)
- Fixed temperature and power monitoring for VII and Navi on Windows 10 (Fan speed may still be broken ... work in progress)
|
Check out lolMiner 1.56, an efficient miner for Ethash, Beam and many Cuckoo-Cycle and Equihash variants for AMD & Nvidia cards at low fees.
|
|
|
cjwallsg
Newbie
Offline
Activity: 21
Merit: 0
|
|
June 28, 2020, 01:06:39 PM |
|
Not working on R9 290, 390 and Fury. Any plans to support those cards? I get Nicehash error msg
"Connected to beamv3.eu.nicehash.com:3387 (TLS enabled) Error: Handshake failed with message short read Lost connection to stratum server beamv3.eu.nicehash.com:3387 or server not reachable"
Vega 56, lol miner, mmpos. Any ideas? Nvidias can connect to the same pool and mine (miniZ).
First of all Nicehash BeamV3 currently only works for few shares ... then it looses connection since there are no buyers for BeamV3 yet Wait for the fork. BUT: My miner had an other bug with Nicehash, which is fixed with new lolMiner 1.01Please load it here: https://github.com/Lolliedieb/lolMiner-releases/releases/tag/1.01Changelog: - Improved performance of Beam Hash III on all 6G+ cards (by about 4-5%)
- Added 3G* / 4G solver for Beam Hash III
(* will not work in Windows 10 and some older AMD cards) - Fixed an issue with mining Beam Hash III to NiceHash
- --tls now allowed to be used multiple times to configure it for each pool separately
- If found the miner will now load the user_config.json file per default again (fixes issues with minerstat)
- Fixed temperature and power monitoring for VII and Navi on Windows 10 (Fan speed may still be broken ... work in progress)
|
|
|
|
aazmega
Newbie
Offline
Activity: 31
Merit: 0
|
|
June 28, 2020, 04:50:13 PM |
|
I get Nicehash error msg
"Connected to beamv3.eu.nicehash.com:3387 (TLS enabled) Error: Handshake failed with message short read Lost connection to stratum server beamv3.eu.nicehash.com:3387 or server not reachable"
Vega 56, lol miner, mmpos. Any ideas? Nvidias can connect to the same pool and mine (miniZ).
First of all Nicehash BeamV3 currently only works for few shares ... then it looses connection since there are no buyers for BeamV3 yet Wait for the fork. BUT: My miner had an other bug with Nicehash, which is fixed with new lolMiner 1.01Please load it here: https://github.com/Lolliedieb/lolMiner-releases/releases/tag/1.01Changelog: - Improved performance of Beam Hash III on all 6G+ cards (by about 4-5%)
- Added 3G* / 4G solver for Beam Hash III
(* will not work in Windows 10 and some older AMD cards) - Fixed an issue with mining Beam Hash III to NiceHash
- --tls now allowed to be used multiple times to configure it for each pool separately
- If found the miner will now load the user_config.json file per default again (fixes issues with minerstat)
- Fixed temperature and power monitoring for VII and Navi on Windows 10 (Fan speed may still be broken ... work in progress)
Trying RX470 4G with lolminer 1.01 on simplemining OS for Beam3, but getting "miner ended or crushed". Any help? Not enough memory or too old GPU?
|
|
|
|
WhyMe
|
|
June 29, 2020, 12:14:59 AM |
|
Miner wants to run BEAMIII 8G solver on my 4G RX cards under w10
|
|
|
|
tale01
Newbie
Offline
Activity: 121
Merit: 0
|
|
June 29, 2020, 03:20:06 AM |
|
BEAM III - Fiji not support
|
|
|
|
FloppyPurpleGherkin
Jr. Member
Offline
Activity: 308
Merit: 2
|
|
June 29, 2020, 11:24:28 AM |
|
Miner wants to run BEAMIII 8G solver on my 4G RX cards under w10 Same It fails because the miner is selecting 8G solver for 4G 570/580...
|
|
|
|
cavecrap
Newbie
Offline
Activity: 2
Merit: 0
|
|
June 29, 2020, 03:06:05 PM |
|
I'm getting an error when starting lolminer ver1.01 on RX 470 8gb cards
Active: false (Unsupported device or driver version.)
+---------------------------------------------------------+ | _ _ __ __ _ _ ___ _ | | | | ___ | | \/ (_)_ __ ___ _ __ / | / _ \/ | | | | |/ _ \| | |\/| | | '_ \ / _ \ '__| | || | | | | | | | | (_) | | | | | | | | | __/ | | || |_| | | | | |_|\___/|_|_| |_|_|_| |_|\___|_| |_(_)___/|_| | | | | This software is for mining | | Equihash 144/5, 192/7, 210/9 | | BeamHash I (EquihashR 150/5/0) | | BeamHash II (EquihashR 150/5/3) | | BeamHash III | | ZelHash (EquihashR 125/4/0) | | CuckarooD 29 | | CuckarooM 29 | | Cuckaroo 30 CTX | | Cuckatoo 31/32 | | | | | | Made by Lolliedieb, June 2020 | +---------------------------------------------------------+
Setup Miner... Size: Device 0: Name: Radeon (TM) RX 470 Graphics Address: 33:0 Vendor: Advanced Micro Devices (AMD) Memory: 8192 MByte (8138 MByte free) Active: false (Unsupported device or driver version.) Device 1: Name: Radeon (TM) RX 470 Graphics Address: 37:0 Vendor: Advanced Micro Devices (AMD) Memory: 8192 MByte (8138 MByte free) Active: false (Unsupported device or driver version.) Device 2: Name: Radeon (TM) RX 470 Graphics Address: 39:0 Vendor: Advanced Micro Devices (AMD) Memory: 8192 MByte (8138 MByte free) Active: false (Unsupported device or driver version.) Device 3: Name: Radeon (TM) RX 470 Graphics Address: 40:0 Vendor: Advanced Micro Devices (AMD) Memory: 8192 MByte (8138 MByte free) Active: false (Unsupported device or driver version.) Device 4: Name: Radeon (TM) RX 470 Graphics Address: 41:0 Vendor: Advanced Micro Devices (AMD) Memory: 8192 MByte (8138 MByte free) Active: false (Unsupported device or driver version.)
Connecting to pool... Connected to beam.2miners.com:5353 (TLS enabled) TLS Handshake success Authorized worker: 2b7a39e73d27****************d15eeefc05.470 New job received: 231030 Difficulty 4096 Start Mining... All devices deselected or failed compatiblity check. Closing lolMiner Press any key to continue . . .
|
|
|
|
UnclWish
|
|
June 29, 2020, 03:53:55 PM |
|
I'm getting an error when starting lolminer ver1.01 on RX 470 8gb cards
Active: false (Unsupported device or driver version.)
+---------------------------------------------------------+ | _ _ __ __ _ _ ___ _ | | | | ___ | | \/ (_)_ __ ___ _ __ / | / _ \/ | | | | |/ _ \| | |\/| | | '_ \ / _ \ '__| | || | | | | | | | | (_) | | | | | | | | | __/ | | || |_| | | | | |_|\___/|_|_| |_|_|_| |_|\___|_| |_(_)___/|_| | | | | This software is for mining | | Equihash 144/5, 192/7, 210/9 | | BeamHash I (EquihashR 150/5/0) | | BeamHash II (EquihashR 150/5/3) | | BeamHash III | | ZelHash (EquihashR 125/4/0) | | CuckarooD 29 | | CuckarooM 29 | | Cuckaroo 30 CTX | | Cuckatoo 31/32 | | | | | | Made by Lolliedieb, June 2020 | +---------------------------------------------------------+
Setup Miner... Size: Device 0: Name: Radeon (TM) RX 470 Graphics Address: 33:0 Vendor: Advanced Micro Devices (AMD) Memory: 8192 MByte (8138 MByte free) Active: false (Unsupported device or driver version.) Device 1: Name: Radeon (TM) RX 470 Graphics Address: 37:0 Vendor: Advanced Micro Devices (AMD) Memory: 8192 MByte (8138 MByte free) Active: false (Unsupported device or driver version.) Device 2: Name: Radeon (TM) RX 470 Graphics Address: 39:0 Vendor: Advanced Micro Devices (AMD) Memory: 8192 MByte (8138 MByte free) Active: false (Unsupported device or driver version.) Device 3: Name: Radeon (TM) RX 470 Graphics Address: 40:0 Vendor: Advanced Micro Devices (AMD) Memory: 8192 MByte (8138 MByte free) Active: false (Unsupported device or driver version.) Device 4: Name: Radeon (TM) RX 470 Graphics Address: 41:0 Vendor: Advanced Micro Devices (AMD) Memory: 8192 MByte (8138 MByte free) Active: false (Unsupported device or driver version.)
Connecting to pool... Connected to beam.2miners.com:5353 (TLS enabled) TLS Handshake success Authorized worker: 2b7a39e73d27****************d15eeefc05.470 New job received: 231030 Difficulty 4096 Start Mining... All devices deselected or failed compatiblity check. Closing lolMiner Press any key to continue . . .
You need new driver. Not that oldest one...
|
|
|
|
Wotan Wipeout
Member
Offline
Activity: 438
Merit: 27
|
|
June 29, 2020, 05:14:40 PM |
|
Getting
Error: --algo option _Beam-III_ is not supported, please choose a supported algorithm.
--algo Beam-III --pool beamv3.eu.nicehash.com:3383 --user Wallet.BeamV3 --pass x --apiport 4444
Where is my mistake?
|
|
|
|
cavecrap
Newbie
Offline
Activity: 2
Merit: 0
|
|
June 29, 2020, 06:30:06 PM |
|
I'm getting an error when starting lolminer ver1.01 on RX 470 8gb cards
Active: false (Unsupported device or driver version.)
Memory: 8192 MByte (8138 MByte free) Active: false (Unsupported device or driver version.)
Connecting to pool... Connected to beam.2miners.com:5353 (TLS enabled) TLS Handshake success Authorized worker: 2b7a39e73d27****************d15eeefc05.470 New job received: 231030 Difficulty 4096 Start Mining... All devices deselected or failed compatiblity check. Closing lolMiner Press any key to continue . . .
You need new driver. Not that oldest one... That was it. I was on 19.2 so I tried going back to the blockchain driver. Neither worked. Ver. 20.4.2 is working. Thanks
|
|
|
|
|