Bitcoin Forum
April 24, 2024, 09:06:25 PM *
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 ... 149 »
  Print  
Author Topic: lolMiner 1.64: Fastest Kaspa miner in market  (Read 155141 times)
MaxMidnite
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile
November 02, 2018, 09:32:08 AM
 #461

Im having problems with the latest NVIDIA Drivers and my 1070ti card.
Trying mine MNX coin - keeps saying my card is stuck and miner restarts.
Not sure what I'm doing wrong, the clocks are ok..
1713992785
Hero Member
*
Offline Offline

Posts: 1713992785

View Profile Personal Message (Offline)

Ignore
1713992785
Reply with quote  #2

1713992785
Report to moderator
1713992785
Hero Member
*
Offline Offline

Posts: 1713992785

View Profile Personal Message (Offline)

Ignore
1713992785
Reply with quote  #2

1713992785
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713992785
Hero Member
*
Offline Offline

Posts: 1713992785

View Profile Personal Message (Offline)

Ignore
1713992785
Reply with quote  #2

1713992785
Report to moderator
1713992785
Hero Member
*
Offline Offline

Posts: 1713992785

View Profile Personal Message (Offline)

Ignore
1713992785
Reply with quote  #2

1713992785
Report to moderator
Lolliedieb (OP)
Member
**
Offline Offline

Activity: 433
Merit: 48


View Profile WWW
November 02, 2018, 02:27:48 PM
 #462

Hey Folks,

I just made the lolMiner 0.6 alpha 2 release public.
You can find the new version here:

Readme: https://github.com/Lolliedieb/lolMiner-preview/blob/master/README.md
Release: https://github.com/Lolliedieb/lolMiner-preview/releases


Changes so far:

- A new mining code for 192/7 (Zero, GenX) -
This one is based on the better 144/5 code. Compared to 0.5 the Nvidia code is ~25% faster, AMD approx 15%.
Also the code now should again work on headless 3G cards (~2860 MB required)

- A new mining code for MNX on Nvidia -
The AMD code will follow next week - I had some problems getting is full stable.
The Nvidia one is ~20% faster then 0.5 code. This will likely not be the final code for full 0.6, because well -
it beats ewbf 0.5, but not 0.6, so have enough motivation to improve it further xD

- Massive rework in the stratum interface -
I fixed a lot of bugs there. Most important are better routines to handle miner stuck when first connection attempt
does not work and a fix to the "received new job but stopped mining bug".
Also as new feature, lolMiner now is detecting which GPU got accepted shares and it measures the latency of the
pool response.
Code:
GPU 0: Share accepted (14 ms)

- Improved API / Statistics Module -
All the stats are now collected at one position in the miner (that was a code cleanup haha  Grin)
The API now provides info about the pool latency, submitted and accepted shares for each GPU, the GPU names,
the GPUs PCIE address (for connecting miner with external tools) and so on.




Hope the new versions serves you well Smiley
Next then: MNX / AMD and Aion Cheesy Looking forward to do this ... learned a lot working on this version again.


-------------------------------------
Room for your questions:


Next alpha build today?
Yep Cheesy

Im having problems with the latest NVIDIA Drivers and my 1070ti card.
Trying mine MNX coin - keeps saying my card is stuck and miner restarts.
Not sure what I'm doing wrong, the clocks are ok..

Good question - can not say it as well - but maybe check the new version ... maybe thats more stable.


I cant connect to suprnova pool for mining btg with lolminer. As I understand it have something to do with personalisation string BgoldPoW but I cant find anywhere how to do that.

This is not required - for suprnova just use --coin BTG and you will be fine.
For example I mine BTG with the line
Code:
lolMiner.exe --coin BTG --server btg.suprnova.cc --port 8866 --user Lolliedieb.gold --pass x

aion1@aion1-TB85:~/Aion_miner$ clinfo -l
aion1@aion1-TB85:~/Aion_miner$ clinfo -l amdgpu
ignoring unknown command-line parameter amdgpu

What is odd here: clinfo is returning exactly nothing ...
Did you use the amdgpu-install with the right parameter for OpenCL, e.g.
Code:
./amdgpu-install --opencl=legacy
Because if --opencl is not set it will only install the graphic part and not the compute part of the driver.

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

Activity: 139
Merit: 10


View Profile
November 02, 2018, 03:48:41 PM
 #463

great work, thanks.
R9 290x 192,7 is at ~20 Sols now.
MaxMidnite
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile
November 02, 2018, 04:02:27 PM
 #464

Hey Folks,

I just made the lolMiner 0.6 alpha 2 release public.
You can find the new version here:

Readme: https://github.com/Lolliedieb/lolMiner-preview/blob/master/README.md
Release: https://github.com/Lolliedieb/lolMiner-preview/releases


Changes so far:

- A new mining code for 192/7 (Zero, GenX) -
This one is based on the better 144/5 code. Compared to 0.5 the Nvidia code is ~25% faster, AMD approx 15%.
Also the code now should again work on headless 3G cards (~2860 MB required)

- A new mining code for MNX on Nvidia -
The AMD code will follow next week - I had some problems getting is full stable.
The Nvidia one is ~20% faster then 0.5 code. This will likely not be the final code for full 0.6, because well -
it beats ewbf 0.5, but not 0.6, so have enough motivation to improve it further xD

- Massive rework in the stratum interface -
I fixed a lot of bugs there. Most important are better routines to handle miner stuck when first connection attempt
does not work and a fix to the "received new job but stopped mining bug".
Also as new feature, lolMiner now is detecting which GPU got accepted shares and it measures the latency of the
pool response.
Code:
GPU 0: Share accepted (14 ms)

- Improved API / Statistics Module -
All the stats are now collected at one position in the miner (that was a code cleanup haha  Grin)
The API now provides info about the pool latency, submitted and accepted shares for each GPU, the GPU names,
the GPUs PCIE address (for connecting miner with external tools) and so on.

https://i.imgur.com/9BlxiyI.png


Hope the new versions serves you well Smiley
Next then: MNX / AMD and Aion Cheesy Looking forward to do this ... learned a lot working on this version again.


-------------------------------------
Room for your questions:


Next alpha build today?
Yep Cheesy

Im having problems with the latest NVIDIA Drivers and my 1070ti card.
Trying mine MNX coin - keeps saying my card is stuck and miner restarts.
Not sure what I'm doing wrong, the clocks are ok..

Good question - can not say it as well - but maybe check the new version ... maybe thats more stable.


I cant connect to suprnova pool for mining btg with lolminer. As I understand it have something to do with personalisation string BgoldPoW but I cant find anywhere how to do that.

This is not required - for suprnova just use --coin BTG and you will be fine.
For example I mine BTG with the line
Code:
lolMiner.exe --coin BTG --server btg.suprnova.cc --port 8866 --user Lolliedieb.gold --pass x

aion1@aion1-TB85:~/Aion_miner$ clinfo -l
aion1@aion1-TB85:~/Aion_miner$ clinfo -l amdgpu
ignoring unknown command-line parameter amdgpu

What is odd here: clinfo is returning exactly nothing ...
Did you use the amdgpu-install with the right parameter for OpenCL, e.g.
Code:
./amdgpu-install --opencl=legacy
Because if --opencl is not set it will only install the graphic part and not the compute part of the driver.


Thanks man this build fixed my Nvidia issue on MNX, now works and mines as expected.
Cant wait for the AMD release, your doing a amazing job, keep up the good work..
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
November 02, 2018, 06:50:35 PM
 #465

http://localhost:8080

Can't access api.

How correct?

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
Lolliedieb (OP)
Member
**
Offline Offline

Activity: 433
Merit: 48


View Profile WWW
November 02, 2018, 10:56:47 PM
 #466

http://localhost:8080

Can't access api.

How correct?

Just look the screenshot, its
Code:
http://localhost:8080/summary  
when you started with --apiport 8080 Smiley

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.
nansafap
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
November 03, 2018, 10:44:24 AM
 #467

cant wait for 210,9 (aion) improvement  Grin
catfish78
Newbie
*
Offline Offline

Activity: 142
Merit: 0


View Profile
November 04, 2018, 07:01:53 AM
 #468

cant wait for 210,9 (aion) improvement  Grin

Same here  Cheesy looking every day that thread to find Aion support at 0.6.
MaxMidnite
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile
November 04, 2018, 07:52:06 AM
 #469

Nvidea stability is not to good, keeps turning off on mnx, some more tuning is needed.
What are best settings to try on the 1070ti cards?
joeykolb
Newbie
*
Offline Offline

Activity: 81
Merit: 0


View Profile
November 04, 2018, 08:09:58 AM
 #470

what is that? @mnx with the alpha 2 ==>>       incorrect size of solution
zugsoft
Copper Member
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile
November 04, 2018, 11:18:36 AM
 #471

Only 70sol/s with 1080ti for 144_5 lago, not 80-85.
Power Limit 75% on Ryzen1700x cpu

lolMiner is configured to mine xxxxx, Equihash 144/5
Setup Miner...
Using device with id 0 (GeForce GTX 1080 Ti)
Using device with id 1 (GeForce GTX 1080 Ti)
Using device with id 2 (GeForce GTX 1080 Ti)
Using device with id 3 (GeForce GTX 1080 Ti)
Using device with id 4 (GeForce GTX 1080 Ti)
Connecting to pool...
Connected to xxxxx
Subscribed to stratum server
New target received: 0002aaaaaaaaaaaa
New job received: 25e4d
Authorized worker: xxxxx.M01
Start Mining...
New job received: 25e4e
New job received: 25e4f
Average speed (30s): 66.9 sol/s | 69.0 sol/s | 68.6 sol/s | 64.6 sol/s | 71.4 sol/s Total: 340.4 sol/s
GPU 1: Share accepted (23 ms)
Average speed (30s): 64.4 sol/s | 66.8 sol/s | 69.3 sol/s | 68.8 sol/s | 73.7 sol/s Total: 343.1 sol/s
Astrali
Full Member
***
Offline Offline

Activity: 281
Merit: 130

Crypto Addicted


View Profile WWW
November 04, 2018, 11:22:16 AM
Last edit: November 04, 2018, 01:07:11 PM by Astrali
 #472

Code:
+---------------------------------------------------------+
|  _       _ __  __ _                    ___   __         |
| | | ___ | |  \/  (_)_ __   ___ _ __   / _ \ / /_        |
| | |/ _ \| | |\/| | | '_ \ / _ \ '__| | | | | '_ \       |
| | | (_) | | |  | | | | | |  __/ |    | |_| | (_) | alpha|
| |_|\___/|_|_|  |_|_|_| |_|\___|_|     \___(_)___/ series|
|                                                         |
|              This software is for pool mining           |
|                with the Equihash 96/5, 210/9            |
|                  144/5 or 192/7 algorithm               |
|                                                         |
|              Made by Lolliedieb, November 2018          |
+---------------------------------------------------------+
lolMiner is configured to mine LitecoinZ(LTZ), Equihash 144/5
Setup Miner...
Using device with id 0 (Radeon 550 Series (POLARIS12 / DRM 3.26.0 / 4.15.0-36-generic, LLVM 6.0.0))
Using device with id 1 (Radeon RX 550; Radeon embedded series)
ERROR: Kernel compile error for device 0(Radeon 550 Series (POLARIS12 / DRM 3.26.0 / 4.15.0-36-generic, LLVM 6.0.0)
lolMiner will try next kernel in list (if there is any)
Warning: Your device with id 0 is currently not supported by lolMiner or by the specific algorithm you selected.
Warning: Your device with id 1 is currently not supported by lolMiner or by the specific algorithm you selected.
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::property_tree::ptree_bad_path> >'
  what():  No such node (STRATUM.LENENC)
./run_miner.sh: line 15: 18926 Aborted                 (core dumped) ./lolMiner --profile $PROFILE $@

any support for RX 550 4gb planed soon?
would be awesome ..
tried 2 previous versions (and the one with additional kernel) couldn't get any to work ..

Join the mining! pool.cryptopowered.club    Smiley   || Need a miner? Rent one! MiningRigRentals
Lolliedieb (OP)
Member
**
Offline Offline

Activity: 433
Merit: 48


View Profile WWW
November 04, 2018, 04:34:28 PM
Last edit: November 04, 2018, 05:38:19 PM by Lolliedieb
 #473

cant wait for 210,9 (aion) improvement  Grin

Me too, no idea where it would end up xD I just started doing the concepts...

Lets make a game out of this...
I have two testing cards, one 1080 and one 580. The 1080 does 176 sol/s on lolMiner 0.5, the 580 does 107 sol/s.

Price question: how much will they do in 0.6 alpha 3?

 I donate 2x10 Aion to the closest guess per card that is commented here before 12 am UTC this Friday.
For each user only the first guess is counted Smiley
Edit: will evaluate this with a half hour benchmark run.



cant wait for 210,9 (aion) improvement  Grin

Same here  Cheesy looking every day that thread to find Aion support at 0.6.

Will take at least till end of this week. But working on this.


Nvidea stability is not to good, keeps turning off on mnx, some more tuning is needed.
What are best settings to try on the 1070ti cards?

Hmm. Can you be more specific on the error or give details in the github bug tracker (that what its meant for). Especially error message and probably your settings may help a lot making it more stable.

Only 70sol/s with 1080ti for 144_5 lago, not 80-85.
Power Limit 75% on Ryzen1700x cpu

...
Average speed (30s): 64.4 sol/s | 66.8 sol/s | 69.3 sol/s | 68.8 sol/s | 73.7 sol/s Total: 343.1 sol/s

I do not own a 1080ti, only a normal Ti. The 85+ benchmark was done by a user with 100% PL. I know from my experiments with the 1080 that lolMiner is very sensitive on clocks, so just lowering pt without tuning the clock back up may kill the performance. I can recommend this guide for a user of ZEL community made how to obtain top performance:
https://medium.com/@TaneSavoya/step-to-step-guide-how-to-mine-with-nvidia-gpus-in-windows-10-more-quiet-cooler-and-energy-bf3b63f40919

Code:
ERROR: Kernel compile error for device 0(Radeon 550 Series (POLARIS12 / DRM 3.26.0 / 4.15.0-36-generic, LLVM 6.0.0)
lolMiner will try next kernel in list (if there is any)
Warning: Your device with id 0 is currently not supported by lolMiner or by the specific algorithm you selected.
Warning: Your device with id 1 is currently not supported by lolMiner or by the specific algorithm you selected.

any support for RX 550 4gb planed soon?
would be awesome ..
tried 2 previous versions (and the one with additional kernel) couldn't get any to work ..

Here offline I can compile for RX 550 with the AMD kernel analyzer, but I think the problem here is the LLVM driver. I only have a machine with the amdgpu-pro here, there the compile for 550 works.
Will need to set up a 2nd Ubuntu for the other drivers ... or you switch drivers ... hmmm


what is that? @mnx with the alpha 2 ==>>       incorrect size of solution

Thats odd ... did not see that reply yet. Can you tell me on what pool you are that return this message? Because it indicates that the encoding of solution lolMiner sends does not fit the pools expectation. Did this happen to only one share or for every one?

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.
baraday
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
November 04, 2018, 05:32:33 PM
 #474

I guess
1080 232 sol/s
580 143 sol/s.
 Grin
Astrali
Full Member
***
Offline Offline

Activity: 281
Merit: 130

Crypto Addicted


View Profile WWW
November 04, 2018, 05:54:49 PM
 #475

Code:
ERROR: Kernel compile error for device 0(Radeon 550 Series (POLARIS12 / DRM 3.26.0 / 4.15.0-36-generic, LLVM 6.0.0)
lolMiner will try next kernel in list (if there is any)
Warning: Your device with id 0 is currently not supported by lolMiner or by the specific algorithm you selected.
Warning: Your device with id 1 is currently not supported by lolMiner or by the specific algorithm you selected.

any support for RX 550 4gb planed soon?
would be awesome ..
tried 2 previous versions (and the one with additional kernel) couldn't get any to work ..

Here offline I can compile for RX 550 with the AMD kernel analyzer, but I think the problem here is the LLVM driver. I only have a machine with the amdgpu-pro here, there the compile for 550 works.
Will need to set up a 2nd Ubuntu for the other drivers ... or you switch drivers ... hmmm

Thanks for your quick reply ..
i started the install process once more as amdgpu-pro and this is the result (looks like all is "pro" already?)
Code:
~/Downloads/driver_linux/amdgpu-pro-18.40-673869-ubuntu-16.04$ ./amdgpu-pro-install --opencl=legacy
deb [ trusted=yes ] file:/var/opt/amdgpu-pro-local/ ./
Get:1 file:/var/opt/amdgpu-pro-local ./ InRelease
Ign:1 file:/var/opt/amdgpu-pro-local ./ InRelease
Get:2 file:/var/opt/amdgpu-pro-local ./ Release [814 B]
Get:2 file:/var/opt/amdgpu-pro-local ./ Release [814 B]                                                        
Get:3 file:/var/opt/amdgpu-pro-local ./ Release.gpg                                                                                                                    
Ign:3 file:/var/opt/amdgpu-pro-local ./ Release.gpg                                                                                                                    
Ign:4 http://linux.dropbox.com/ubuntu wily InRelease                                                                                                                  
Hit:5 http://linux.dropbox.com/ubuntu wily Release                                                                                                                    
Hit:6 http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu xenial InRelease                                                                                          
Ign:7 http://dl.google.com/linux/chrome/deb stable InRelease                                                                                      
Hit:8 http://linux.teamviewer.com/deb stable InRelease                                                                                            
Hit:9 http://de.archive.ubuntu.com/ubuntu xenial InRelease                                                                                            
Hit:10 http://linux.teamviewer.com/deb preview InRelease                                                                                                              
Hit:11 http://dl.google.com/linux/chrome/deb stable Release                                                                                                            
Hit:12 http://de.archive.ubuntu.com/ubuntu xenial-updates InRelease                                                                                                    
Hit:13 http://ppa.launchpad.net/commendsarnex/winedri3/ubuntu xenial InRelease                                                  
Hit:14 http://de.archive.ubuntu.com/ubuntu xenial-backports InRelease                                      
Hit:15 http://ppa.launchpad.net/leolik/leolik/ubuntu xenial InRelease                                                                
Hit:17 http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu xenial InRelease                                                          
Hit:18 https://deb.nodesource.com/node_8.x xenial InRelease              
Hit:19 http://security.ubuntu.com/ubuntu xenial-security InRelease                                  
Hit:20 http://ppa.launchpad.net/oibaf/gallium-nine/ubuntu xenial InRelease                          
Reading package lists... Done                                                
Package: *amdgpu*
Pin: release o=AMD
Pin: version *-673869
Pin-Priority: 1000

Package: *amdgpu*:i386
Pin: release o=AMD
Pin: version *-673869
Pin-Priority: 1000

Reading package lists... Done
Building dependency tree      
Reading state information... Done
amdgpu is already the newest version (18.40-673869).
amdgpu-lib32 is already the newest version (18.40-673869).
amdgpu-pro is already the newest version (18.40-673869).
amdgpu-pro-lib32 is already the newest version (18.40-673869).
clinfo-amdgpu-pro is already the newest version (18.40-673869).
opencl-orca-amdgpu-pro-icd is already the newest version (18.40-673869).
vulkan-amdgpu-pro:i386 is already the newest version (18.40-673869).
vulkan-amdgpu-pro is already the newest version (18.40-673869).
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.

I would be very happy to have a working miner Smiley
I'm on Ubuntu 16.04 cause ubuntu 18 was looking to have even more problems in mining setup ...
So if theres anything left to do .. i'm in!

Greetings from germany Grin - Astrali

Join the mining! pool.cryptopowered.club    Smiley   || Need a miner? Rent one! MiningRigRentals
Lolliedieb (OP)
Member
**
Offline Offline

Activity: 433
Merit: 48


View Profile WWW
November 04, 2018, 08:27:12 PM
 #476

Ok, das ist seltsam. Der Miner zeigt halt llvm treiber an, die man sonst nur bei amdgpu (nicht-pro) plus Mesa vor der Nase hat. Ich bin übrigends auf amsgpu-pro 18.30 und ubuntu 18.04, das klappt ganz gut. Kannst du mal clinfo laufen lassen ob da zufällig beide Platformen da sind? Den Fall hatte ich bisher nicht, daher weiß ich nicht ob der miner dann den richtigen Pfad nimmt. Du könntest sonst auch mit --DEVICES AMD starten und sehen ob das was ändert.

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.
Astrali
Full Member
***
Offline Offline

Activity: 281
Merit: 130

Crypto Addicted


View Profile WWW
November 05, 2018, 12:00:09 AM
Last edit: November 05, 2018, 12:24:19 AM by Astrali
 #477

Ok, das ist seltsam. Der Miner zeigt halt llvm treiber an, die man sonst nur bei amdgpu (nicht-pro) plus Mesa vor der Nase hat. Ich bin übrigends auf amsgpu-pro 18.30 und ubuntu 18.04, das klappt ganz gut. Kannst du mal clinfo laufen lassen ob da zufällig beide Platformen da sind? Den Fall hatte ich bisher nicht, daher weiß ich nicht ob der miner dann den richtigen Pfad nimmt. Du könntest sonst auch mit --DEVICES AMD starten und sehen ob das was ändert.

i reply in english so everyone can understand my reply Smiley
Thanks for your help!

started with --DEVICES AMD
Code:
+---------------------------------------------------------+
|  _       _ __  __ _                    ___   __         |
| | | ___ | |  \/  (_)_ __   ___ _ __   / _ \ / /_        |
| | |/ _ \| | |\/| | | '_ \ / _ \ '__| | | | | '_ \       |
| | | (_) | | |  | | | | | |  __/ |    | |_| | (_) | alpha|
| |_|\___/|_|_|  |_|_|_| |_|\___|_|     \___(_)___/ series|
|                                                         |
|              This software is for pool mining           |
|                with the Equihash 96/5, 210/9            |
|                  144/5 or 192/7 algorithm               |
|                                                         |
|              Made by Lolliedieb, November 2018          |
+---------------------------------------------------------+
lolMiner is configured to mine LitecoinZ(LTZ), Equihash 144/5
Setup Miner...
Using device with id 1 (Radeon RX 550; Radeon embedded series)
Warning: Your device with id 1 is currently not supported by lolMiner or by the specific algorithm you selected.
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::property_tree::ptree_bad_path> >'
  what():  No such node (STRATUM.LENENC)
./run_miner.sh: line 15: 24061 Aborted                 (core dumped) ./lolMiner --profile $PROFILE $@ --DEVICES AMD

output from clinfo:
Code:
~/Crypto/miners/lolminer_v06$ clinfo
Number of platforms                               2
  Platform Name                                   Clover
  Platform Vendor                                 Mesa
  Platform Version                                OpenCL 1.1 Mesa 18.0.5
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd
  Platform Extensions function suffix             MESA

  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

  Platform Name                                   Clover
Number of devices                                 1
  Device Name                                     Radeon 550 Series (POLARIS12 / DRM 3.26.0 / 4.15.0-36-generic, LLVM 6.0.0)
  Device Vendor                                   AMD
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.1 Mesa 18.0.5
  Driver Version                                  18.0.5
  Device OpenCL C Version                         OpenCL C 1.1
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Max compute units                               8
  Max clock frequency                             1206MHz
  Max work item dimensions                        3
  Max work item sizes                             256x256x256
  Max work group size                             256
  Preferred work group size multiple              64
  Preferred / native vector sizes                
    char                                                16 / 16      
    short                                                8 / 8      
    int                                                  4 / 4      
    long                                                 2 / 2      
    half                                                 8 / 8        (cl_khr_fp16)
    float                                                4 / 4      
    double                                               2 / 2        (cl_khr_fp64)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Address bits                                    64, Little-Endian
  Global memory size                              15357114776 (14.3GiB)
  Error Correction support                        No
  Max memory allocation                           3839278694 (3.576GiB)
  Unified memory for Host and Device              No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       32768 bits (4096 bytes)
  Global Memory cache type                        None
  Image support                                   No
  Local memory type                               Local
  Local memory size                               32768 (32KiB)
  Max constant buffer size                        2147483647 (2GiB)
  Max number of constant args                     16
  Max size of kernel argument                     1024
  Queue properties                                
    Out-of-order execution                        No
    Profiling                                     Yes
  Profiling timer resolution                      0ns
  Execution capabilities                          
    Run OpenCL kernels                            Yes
    Run native kernels                            No
  Device Available                                Yes
  Compiler Available                              Yes
  Device Extensions                               cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64 cl_khr_fp16

  Platform Name                                   AMD Accelerated Parallel Processing
Number of devices                                 1
  Device Name                                     gfx804
  Device Vendor                                   Advanced Micro Devices, Inc.
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.2 AMD-APP (2686.5)
  Driver Version                                  2686.5
  Device OpenCL C Version                         OpenCL C 1.2
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Device Board Name (AMD)                         Radeon 550 Series
  Device Topology (AMD)                           PCI-E, 01:00.0
  Max compute units                               8
  SIMD per compute unit (AMD)                     4
  SIMD width (AMD)                                16
  SIMD instruction width (AMD)                    1
  Max clock frequency                             1206MHz
  Graphics IP (AMD)                               8.0
  Device Partition                                (core)
    Max number of sub-devices                     8
    Supported partition types                     None
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x1024
  Max work group size                             256
  Preferred work group size multiple              64
  Wavefront width (AMD)                           64
  Preferred / native vector sizes                
    char                                                 4 / 4      
    short                                                2 / 2      
    int                                                  1 / 1      
    long                                                 1 / 1      
    half                                                 1 / 1        (cl_khr_fp16)
    float                                                1 / 1      
    double                                               1 / 1        (cl_khr_fp64)
  Half-precision Floating-point support           (cl_khr_fp16)
    Denormals                                     No
    Infinity and NANs                             No
    Round to nearest                              No
    Round to zero                                 No
    Round to infinity                             No
    IEEE754-2008 fused multiply-add               No
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Single-precision Floating-point support         (core)
    Denormals                                     No
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  No
  Address bits                                    64, Little-Endian
  Global memory size                              1853935616 (1.727GiB)
  Global free memory (AMD)                        1790524 (1.708GiB)
  Global memory channels (AMD)                    4
  Global memory banks per channel (AMD)           16
  Global memory bank width (AMD)                  256 bytes
  Error Correction support                        No
  Max memory allocation                           1525940019 (1.421GiB)
  Unified memory for Host and Device              No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       2048 bits (256 bytes)
  Global Memory cache type                        Read/Write
  Global Memory cache size                        16384
  Global Memory cache line                        64 bytes
  Image support                                   Yes
    Max number of samplers per kernel             16
    Max size for 1D images from buffer            134217728 pixels
    Max 1D or 2D image array size                 2048 images
    Base address alignment for 2D image buffers   256 bytes
    Pitch alignment for 2D image buffers          256 bytes
    Max 2D image size                             16384x16384 pixels
    Max 3D image size                             2048x2048x2048 pixels
    Max number of read image args                 128
    Max number of write image args                8
  Local memory type                               Local
  Local memory size                               32768 (32KiB)
  Local memory syze per CU (AMD)                  65536 (64KiB)
  Local memory banks (AMD)                        32
  Max constant buffer size                        1525940019 (1.421GiB)
  Max number of constant args                     8
  Max size of kernel argument                     1024
  Queue properties                                
    Out-of-order execution                        No
    Profiling                                     Yes
  Prefer user sync for interop                    Yes
  Profiling timer resolution                      1ns
  Profiling timer offset since Epoch (AMD)        1541331222501804141ns (Sun Nov  4 12:33:42 2018)
  Execution capabilities                          
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Thread trace supported (AMD)                  Yes
    SPIR versions                                 1.2
  printf() buffer size                            4194304 (4MiB)
  Built-in kernels                                
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Device Extensions                               cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_spir cl_khr_gl_event

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  No platform
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   No platform
  clCreateContext(NULL, ...) [default]            No platform
  clCreateContext(NULL, ...) [other]              Success [MESA]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  Success (1)
    Platform Name                                 Clover
    Device Name                                   Radeon 550 Series (POLARIS12 / DRM 3.26.0 / 4.15.0-36-generic, LLVM 6.0.0)
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  Success (1)
    Platform Name                                 Clover
    Device Name                                   Radeon 550 Series (POLARIS12 / DRM 3.26.0 / 4.15.0-36-generic, LLVM 6.0.0)


i just had a long reinstalling journey and start getting tired of it .. lol

i were running ZorinOS (ubuntu 16.04 based but with kernel recent as in ubuntu18)
so amdgpu drivers didnt work.

ubuntu 18 installed ..
all neccesary libs for wallets were missing and not available ..

ubuntu 16 installed
wallets okay .. miner still dislikes me .. thats kinda "lol" Cheesy

i would be very happy if you and lolminer can get me out from this devils circle!

Vielen dank Smiley

Grüssle - Astrali

[EDIT]
tried with device 0 and device 1 as well.
device 1 gave same output as devices amd

looks like atleast the kernel did compile (missing the error about kernel).
Code:
Setup Miner...
Using device with id 1 (Radeon RX 550; Radeon embedded series)
Warning: Your device with id 1 is currently not supported by lolMiner or by the specific algorithm you selected.
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::property_tree::ptree_bad_path> >'
  what():  No such node (STRATUM.LENENC)
./run_miner.sh: line 15: 25989 Aborted                 (core dumped) ./lolMiner --profile $PROFILE $@ --DEVICES 1

installed boost version:
dpkg -s libboost-dev | grep 'Version'
Version: 1.58.0.1ubuntu1

just cause the crash contained a line with "boost" Smiley

Join the mining! pool.cryptopowered.club    Smiley   || Need a miner? Rent one! MiningRigRentals
catfish78
Newbie
*
Offline Offline

Activity: 142
Merit: 0


View Profile
November 05, 2018, 06:21:26 AM
 #478

My guess:

1080 ---> 202
580  ---> 123

 Cheesy
MaxMidnite
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile
November 05, 2018, 09:34:39 AM
 #479

Hey man how do I enable logging on Alpha so I can paste you my results?
ivomm
Legendary
*
Online Online

Activity: 1850
Merit: 2829


All good things to those who wait


View Profile
November 05, 2018, 09:53:11 AM
Last edit: November 05, 2018, 10:46:37 AM by ivomm
 #480

My 390's rig crashes immediately (BTG 144/5). What is the reason? Is it because of the drivers? I am with crimson 17.7.1 (the last that are supported in windows 8.1).
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 ... 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!