Bitcoin Forum
April 27, 2024, 09:56:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [43] 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 ... 149 »
  Print  
Author Topic: lolMiner 1.64: Fastest Kaspa miner in market  (Read 155153 times)
DevMan77
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 25, 2019, 01:11:30 PM
 #841

Hello Lolliedieb,

I'm trying to mine @ equihash192.mine.zergpool.com:2144 with AUTO192_7:

1) lolMiner 0.6 starts OK and mining OK until the pool decides to switch to other coin - from that moment it didn't accept any shares - it reports "Pool not reacting to submitted shares for too long. Reconnecting." and the hash drops to 0.0 sol/s  !?!

2) with the same config lolMiner 0.7 cann't even start - it reports:
"Error: No coin profile find for coin AUTO192_7"

I hope that you'll be able to fix that in the next release...

Thanks for your hard work!

Could you share your .bat?

run_miner.bat
-----
@echo off
setlocal enableDelayedExpansion
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
:MINE
lolMiner.exe --profile 192_7_ZERG
timeout 35
goto :MINE
------
user_config.json
-------
{
   "DEFAULTS" : {
      "DEVICES" : [ 0 ],    
      "APIPORT" : 8087
   },
   "192_7_ZERG" :
   {
      "COIN" : "AUTO192_7",
      "POOLS" : [
         {"POOL" : "equihash192.mine.zergpool.com",
          "PORT" : "2144",
          "USER" : "MKmq9sERJSGzS3sEf5hY1V4mjPeFW6aumt",
          "PASS" : "c=LTC,pl=0.5"}
      ]
   }
}
1714211761
Hero Member
*
Offline Offline

Posts: 1714211761

View Profile Personal Message (Offline)

Ignore
1714211761
Reply with quote  #2

1714211761
Report to moderator
1714211761
Hero Member
*
Offline Offline

Posts: 1714211761

View Profile Personal Message (Offline)

Ignore
1714211761
Reply with quote  #2

1714211761
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714211761
Hero Member
*
Offline Offline

Posts: 1714211761

View Profile Personal Message (Offline)

Ignore
1714211761
Reply with quote  #2

1714211761
Report to moderator
1714211761
Hero Member
*
Offline Offline

Posts: 1714211761

View Profile Personal Message (Offline)

Ignore
1714211761
Reply with quote  #2

1714211761
Report to moderator
justoiurii
Newbie
*
Offline Offline

Activity: 103
Merit: 0


View Profile
February 25, 2019, 01:33:05 PM
 #842

Thanks, but Error: No coin profile find for coin AUTO192_7
4ward
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
February 25, 2019, 02:41:20 PM
 #843

0.7 issues:

AUTO192_7 - not working (profile not found, others already posted above)
AUTO144_5 - not working with NiceHash

Code:
lolMiner.exe --pool zhash.eu.nicehash.com --port 3369 --user XXX.X--pass x --devices 0 --apiport 4028 --digits 2 --longstats 60 --shortstats 5 --connectattempts 3 --tls 0 --coin AUTO144_5
+---------------------------------------------------------+
|    _       _ __  __ _                    ___  _____     |
|   | | ___ | |  \/  (_)_ __   ___ _ __   / _ \|___  |    |
|   | |/ _ \| | |\/| | | '_ \ / _ \ '__| | | | |  / /     |
|   | | (_) | | |  | | | | | |  __/ |    | |_| | / /      |
|   |_|\___/|_|_|  |_|_|_| |_|\___|_|     \___(_)_/       |
|                                                         |
|                                                         |
|           This software is for mining Equihash          |
|         150/5: Beam   96/5: MNX   210/9: Aion           |
|              192/7: ZER, GENX, SAFE, VDL                |
|             144/5: BTG, ZEL and many more               |
|                                                         |
|                                                         |
|             Made by Lolliedieb, February 2019           |
+---------------------------------------------------------+
Warning: No user profile defined in command line (--profile <profileName> missing)
Using only DEFAULT section and command line input
Reading pool data from command line
lolMiner is configured to mine Pool Selection(AUTO144_5), Equihash 144/5

Setup Miner...
 Device 0:
    Name:    Radeon RX 580 Series
    Address: 1:0
    Vendor:  Advanced Micro Devices (AMD)
    Memory:  8192 MByte (8138 MByte free)
    Active:  true (Selected kernel: Equihash 144/5 AMD)

Connecting to pool...
Connected to zhash.eu.nicehash.com:3369 (TLS disabled)
Subscribed to stratum server
Warning: index out of bounds
Lost connection to stratum server zhash.eu.nicehash.com:3369 or server not reachable.
Trying to connect in 3 seconds
Connected to zhash.eu.nicehash.com:3369 (TLS disabled)
Lost connection to stratum server zhash.eu.nicehash.com:3369 or server not reachable.
Trying to connect in 3 seconds
Connected to zhash.eu.nicehash.com:3369 (TLS disabled)
Lost connection to stratum server zhash.eu.nicehash.com:3369 or server not reachable.

ta4a
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 25, 2019, 07:19:48 PM
 #844

нe зaпycкaeтcя мaйнep. Зaпycкaeтcя и cpaзy зaкpывaтьcя, пoтoм  лoгax винды тaкaя нaдпиcь, гpeшy нa дpaйвepa.
кapтa rx480 4gb
дpaйвepa  18.12.3
Code:
Имя cбoйнoгo пpилoжeния: lolMiner.exe, вepcия: 0.0.0.0, мeткa вpeмeни: 0x5c73ab8a
Имя cбoйнoгo мoдyля: amdocl64.dll, вepcия: 25.20.15003.5010, мeткa вpeмeни: 0x5c184c0e
Кoд иcключeния: 0xc0000005
Cмeщeниe oшибки: 0x000000000032c6ba
Идeнтификaтop cбoйнoгo пpoцecca: 0x10c0
Bpeмя зaпycкa cбoйнoгo пpилoжeния: 0x01d4cd3b14909678
Пyть cбoйнoгo пpилoжeния: D:\nhm_windows\bin_3rdparty\lolMinerBEAM\lolMiner.exe
Пyть cбoйнoгo мoдyля: C:\Windows\System32\DriverStore\FileRepository\c0337288.inf_amd64_3c3211f00f323cb5\B337205\amdocl64.dll
Идeнтификaтop oтчeтa: 61b8025e-18b1-4819-ae59-c84b5b871954
Пoлнoe имя cбoйнoгo пaкeтa:
Кoд пpилoжeния, cвязaннoгo co cбoйным пaкeтoм:
NCarter84
Jr. Member
*
Offline Offline

Activity: 195
Merit: 4


View Profile
February 26, 2019, 02:19:05 AM
 #845

Seems like we are having some issues with 1927.... I cannot load miner via command line for 1927... Reverted back to 0.6 for now on 1927.

Thanks
Quake4
Member
**
Offline Offline

Activity: 825
Merit: 18

MindMiner developer


View Profile WWW
February 26, 2019, 06:46:13 AM
 #846

@lol:
https://github.com/Lolliedieb/lolMiner-releases/issues/5

MindMiner - miner manager programm with autoswitch between Algos&Pools.
This isnt a fork based on MultiPoolMiner (Nemos, SniffDog, Mega, NPlus & etc)
NCarter84
Jr. Member
*
Offline Offline

Activity: 195
Merit: 4


View Profile
February 27, 2019, 12:00:43 PM
 #847

Hello, any update on this issue?

Thanks in advance...
zeef
Newbie
*
Offline Offline

Activity: 296
Merit: 0


View Profile
March 01, 2019, 12:46:56 AM
 #848

Guys,

Just doned an fresh install of windows and install the 1809 ver. I was in old working good version 1709 and wanted to refresh. Smiley

When im mining with lol, srb or other miner , if i bloq the copmputer after a while computer restarts.. wtf?

I install first last amd driver and 18.6.1 and the symptom is the same..

never happened this,  and im using  an single gpu on my desktop pc Smiley

Now i catch the BSOD and appears:  whea uncorrectable error

Now i disable the turn monitor off after x minutes and seems work.

What should i look?
joeykolb
Newbie
*
Offline Offline

Activity: 81
Merit: 0


View Profile
March 02, 2019, 09:39:48 AM
 #849



who knows about this. one card making this. its on riser,to the 16x slot.?

Default Radeon WattMan settings have been restored due to unexpected system".

 
Lolliedieb (OP)
Member
**
Offline Offline

Activity: 433
Merit: 48


View Profile WWW
March 02, 2019, 11:57:11 AM
Last edit: March 02, 2019, 12:07:49 PM by Lolliedieb
 #850

Oh ... was not aware of AUTO problems ... I will check and report back asap.

---


Edit:

Made a mistake with AUTO192_7, its missing indeed. Will correct this in next version.
AUTO144_5 just connected with NiceHash, that seems to work as it should do.

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.
4ward
Member
**
Offline Offline

Activity: 473
Merit: 18


View Profile
March 02, 2019, 04:37:03 PM
 #851

Oh ... was not aware of AUTO problems ... I will check and report back asap.

---


Edit:

Made a mistake with AUTO192_7, its missing indeed. Will correct this in next version.
AUTO144_5 just connected with NiceHash, that seems to work as it should do.

Something is not working with NiceHash:
Maybe its a windows only problem, or something else, but here is a screenshot of version 0.7 NOT working while 0.6 is working fine at the same time and with the same parameters

http://prntscr.com/msao42

Lolliedieb (OP)
Member
**
Offline Offline

Activity: 433
Merit: 48


View Profile WWW
March 02, 2019, 04:46:53 PM
 #852

Ah, thx, that helps a lot!
I got an idea why - will fix soon.

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.
hustleman
Jr. Member
*
Offline Offline

Activity: 155
Merit: 6


View Profile
March 03, 2019, 08:44:41 PM
 #853

where is the windows version of 0.7.1?  Only see linux download.
rgsnedds
Member
**
Offline Offline

Activity: 952
Merit: 17

raskul


View Profile WWW
March 03, 2019, 08:47:44 PM
 #854

where is the windows version of 0.7.1?  Only see linux download.

it's work in progress.
bitcoinminer0319
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
March 03, 2019, 09:44:59 PM
 #855

how do i update my lolminer into hives os?
laik2
Sr. Member
****
Offline Offline

Activity: 652
Merit: 266



View Profile WWW
March 04, 2019, 10:45:15 AM
Last edit: March 04, 2019, 11:08:45 AM by laik2
 #856

Hello everyone,
Here are some benchmarks with rocm optimized assembly kernels on our OS with single Vega64.

Quote
[2019-03-04 13:03:12][info][miner]:  Device 0:
[2019-03-04 13:03:12][info][miner]:     Name:    Vega 10 XL/XT [Radeon RX Vega 56/64]
[2019-03-04 13:03:12][info][miner]:     Address: 3:0
[2019-03-04 13:03:12][info][miner]:     Vendor:  Advanced Micro Devices (AMD)
[2019-03-04 13:03:12][info][miner]:     Memory:  8176 MByte (8174 MByte free)
[2019-03-04 13:03:12][info][miner]:     Active:  true (Selected kernel: Equihash 150/5 (Beam), 4G ROCm ASM)

Quote
GFXCLK: 1227Mhz, DPM: 4, MEMCLK: 1050Mhz, PWR:110.00W, VLT: 0.85v, FAN: 40%, GPU TEMP: 56C, ASIC TEMP: 65C , HBM2 TEMP: 63C
---------------------------------------------
Average speed (300s): 17.9 sol/s
---------------------------------------------
Average speed (30s): 18.0 sol/s


GFXCLK: 1313Mhz, DPM: 5, MEMCLK: 1050Mhz, PWR:123.00W, VLT: 0.88v, FAN: 40%, GPU TEMP: 60C, ASIC TEMP: 67C , HBM2 TEMP: 64C
---------------------------------------------
Average speed (300s): 18.2 sol/s
---------------------------------------------
Average speed (30s): 19.1 sol/s  


GFXCLK: 1501Mhz, DPM: 6, MEMCLK: 1050Mhz, PWR:176.00W, VLT: 0.98v, FAN: 44%, GPU TEMP: 61C, ASIC TEMP: 74C , HBM2 TEMP: 66C
---------------------------------------------
Average speed (300s): 22.0 sol/s
---------------------------------------------
Average speed (30s): 22.8 sol/s


GFXCLK: 1620Mhz, DPM: 7, MEMCLK: 1050Mhz, PWR:245.00W, VLT: 1.10v, FAN: 100%, GPU TEMP: 64C, ASIC TEMP: 80C , HBM2 TEMP: 71C
---------------------------------------------
Average speed (300s): 23.6 sol/s
---------------------------------------------
Average speed (30s): 24.4 sol/s

All tests were done on 10mins average(300s)

Miners Mining Platform [ MMP OS ] - https://app.mmpos.eu/
Lolliedieb (OP)
Member
**
Offline Offline

Activity: 433
Merit: 48


View Profile WWW
March 04, 2019, 11:02:18 AM
 #857

where is the windows version of 0.7.1?  Only see linux download.

Well the main improvement were the new Beam kernels, that currently only work with the ROCm drivers (and that exist only for Linux) ... I am myself a bit uncomfy about that, but I was not able to get it to working on the legacy drivers till now and it felt wrong not to publish an improvement in hash when avail.

I hope I can make same possible for the other drivers, but I have to say this legacy CL stack is pretty crippled in features :/

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.
Divinity666
Jr. Member
*
Offline Offline

Activity: 312
Merit: 2


View Profile
March 07, 2019, 10:34:50 AM
 #858

I've recently compared reported hashrate at Nicehash vs lolminer's with 2xFury and it turns out actual avg. h\r over 12 hours at nicehash is way higher than what's lolminer reports(I got 300sec and 1800sec reporting intervals set). Its 34Mhs+ at pool, while lolminer says it only around 32Mhs.
Grim
Sr. Member
****
Offline Offline

Activity: 504
Merit: 252


View Profile
March 07, 2019, 02:38:57 PM
 #859

apparently a rocm (compute driver) equivalent version is coming to windows

atomics and pci-e 3.0 is the clue it seems ...

pci-e 4.0 specs includes atomics from the get-go and I assume with amd-cpus coming 2H 2019 new amd drivers (for gpus) will follow and could come to windows

also good info on it:
https://rocm.github.io/ROCmInstall.html
NCarter84
Jr. Member
*
Offline Offline

Activity: 195
Merit: 4


View Profile
March 08, 2019, 12:30:05 AM
 #860

Has the 1927 issue been resolved?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [43] 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 ... 149 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!