Search content
Sort by

Showing 10 of 10 results by bogesman
Post
Topic
Board Mining (Altcoins)
Re: Zealot/Enemy (z-enemy) NVIDIA GPU miner.
by
bogesman
on 05/09/2018, 07:27:10 UTC
apt-get install libcurl3


Not a solution, because other components of ubuntu 18 depend on libcurl4 which get's uninstalled if you install libcurl3. Internet is full of these reports for various packages. Anyway i found another solution.
Get libcurl.so.3 from the package and

LD_PRELOAD=libcurl.so.3 ./z-enemy.....
Post
Topic
Board Mining (Altcoins)
Re: Zealot/Enemy (z-enemy) NVIDIA GPU miner.
by
bogesman
on 04/09/2018, 06:43:26 UTC
Can you please recompile on ubuntu18, because it does not work currently.

./z-enemy: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./z-enemy)
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Bminer: a fast Equihash/Ethash miner for CUDA GPUs (7.0.0)
by
bogesman
on 16/05/2018, 07:14:00 UTC
Any idea why API is started around 5 minutes after the miner?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.8 (Linux / Windows)
by
bogesman
on 06/01/2018, 16:55:31 UTC
How exactly can I use the json-rpc?

I've enabled the telemetry. If i load IP:port in browser i see the page.

So for json-rpc i tried different options with postman and failed on all. Is there something that i'm missing?
https://i.imgur.com/qgF7EVj.png
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: New command-line tool for overclocking ATI cards (Linux)
by
bogesman
on 19/07/2012, 19:18:14 UTC
Somebody else having issues with latest driver 12.6?

driver info
Quote
[9.574] (II) fglrx(0):     Name: fglrx
[9.574] (II) fglrx(0):     Version: 8.98.2
[9.574] (II) fglrx(0):     Date: Jun 11 2012
[9.574] (II) fglrx(0):     Desc: AMD FireGL DRM kernel module

This is the error that I receive

Quote
Traceback (most recent call last):
  File "/usr/local/bin/atitweak", line 24, in
    from adl3 import *
  File "/usr/local/lib/python2.7/dist-packages/adl3/__init__.py", line 1, in
    from .adl_api import *
  File "/usr/local/lib/python2.7/dist-packages/adl3/adl_api.py", line 40, in
    _libadl = CDLL("libatiadlxx.so", mode=RTLD_GLOBAL)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 353, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: /usr/lib/fglrx/libatiadlxx.so: undefined symbol: APL_Initialize


I also have in Xorg.0.log a lot of lines like this
Quote
(WW) fglrx(0): ADL handler failure: PowerPlay library not initialized
(WW) fglrx(0): ADL handler failure: PowerPlay library not initialized
Post
Topic
Board Mining
Re: Monitoring AMD GPUs with SNMP in Linux
by
bogesman
on 02/05/2012, 20:55:24 UTC
Could be. I have fglrx 8.85.6 [Apr 19 2011] and SDK 2.4. I can't update right now, but I will be doing some tests with new drivers/sdk soon, so if i get it working I will write.
Post
Topic
Board Mining
Re: Monitoring AMD GPUs with SNMP in Linux
by
bogesman
on 29/04/2012, 13:49:42 UTC
dlasher i fixed mine the same way like you, but there is more nasty bug with DUAL GPU adapters. Fans there are -1.
So if you have 6 adapters with IDs 0 1 2 3 4 5 . 1 of them is DUAL GPU. Lets say last one.
0 1 2 3 4 are physical. ID 5 is the second GPU. ID 5 must be ignored for fan polling. For load, temp etc is fine.


I would love to see a dump of this (with gpu_snmp.pl fan) if you can provide it. Since my rig only has two dual GPUs, I don't really know what this would look like in a mixed system. My dual 6990's report back two fan set points per card even though there is really only one attached fan.



I can give you few Smiley

First one. 4 physical, 4 dual

Code:
/usr/bin/aticonfig --lsa
* 0. 10:00.0 ATI Radeon HD 5900 Series
  1. 04:00.0 ATI Radeon HD 5900 Series
  2. 08:00.0 ATI Radeon HD 5900 Series
  3. 09:00.0 ATI Radeon HD 5900 Series
  4. 0c:00.0 ATI Radeon HD 5900 Series
  5. 0d:00.0 ATI Radeon HD 5900 Series
  6. 03:00.0 ATI Radeon HD 5900 Series
  7. 11:00.0 ATI Radeon HD 5900 Series

* - Default adapter

Code:
gpu_snmp.pl fan
100
ati_pplib_cmd: execute "get" failed!
100
ati_pplib_cmd: execute "get" failed!
100
ati_pplib_cmd: execute "get" failed!
100
ati_pplib_cmd: execute "get" failed!

Code:
gpu_snmp.pl load
99
99
99
99
99
99
99
98

Second setup 6 physical, 2 dual
Code:
* 0. 01:00.0 ATI Radeon HD 5800 Series
  1. 02:00.0 ATI Radeon HD 5800 Series
  2. 03:00.0 ATI Radeon HD 5800 Series
  3. 05:00.0 ATI Radeon HD 5800 Series
  4. 08:00.0 ATI Radeon HD 5900 Series
  5. 09:00.0 ATI Radeon HD 5900 Series
  6. 0c:00.0 ATI Radeon HD 5900 Series
  7. 0d:00.0 ATI Radeon HD 5900 Series

* - Default adapter

Code:
gpu_snmp.pl fan
100
100
100
100
100
ati_pplib_cmd: execute "get" failed!
100
ati_pplib_cmd: execute "get" failed!

Code:
gpu_snmp.pl load
99
99
98
99
98
99
99
99
Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: New command-line tool for overclocking ATI cards (Linux)
by
bogesman
on 10/03/2012, 22:24:50 UTC
Has anyone tested this with 7970 or 7950?
Will it work, because as I know ATI limited things from drivers. And RBE does not not support 7xxx.
Post
Topic
Board Mining
Re: Monitoring AMD GPUs with SNMP in Linux
by
bogesman
on 24/02/2012, 16:54:06 UTC
dlasher i fixed mine the same way like you, but there is more nasty bug with DUAL GPU adapters. Fans there are -1.
So if you have 6 adapters with IDs 0 1 2 3 4 5 . 1 of them is DUAL GPU. Lets say last one.
0 1 2 3 4 are physical. ID 5 is the second GPU. ID 5 must be ignored for fan polling. For load, temp etc is fine.
Post
Topic
Board Beginners & Help
Re: Whitelist Requests (Want out of here?)
by
bogesman
on 18/02/2012, 15:17:15 UTC
Please whitelist. I would like to post a reply here https://bitcointalk.org/index.php?topic=48771.0 to dlasher with a fix for his issue. I had the same one.