Search content
Sort by

Showing 7 of 7 results by fgarpe
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
fgarpe
on 22/12/2017, 18:57:43 UTC
Hi!,
I has written my own bash script to mine the most profitable algorithm at each moment, to do that I get the response for an API call to https://miningpoolhub.com/index.php?page=api&action=getautoswitchingandprofitsstatisticsthen and then I start mining the algorithm with the highest  "normalized_profit_amd" value. All seems to be ok, but I see diferences between the result of the API call and the "Auto switching ports per algo. Sorted for AMD GPU" table from miningpoolhub web page. For example, with the API call I get ethash as the most profitable algorithm, but in the web page I see Cryptonight as the most profitable... ¿How can I get the most profitable algorithm using API calls?, ¿what is the most profitable algorithm, the algorithm returned in the API call or the algorithm or the one that appears on the web as the most profitable?

regards
Post
Topic
Board Mining (Altcoins)
Re: Claymore's CryptoNote AMD GPU Miner v10.2
by
fgarpe
on 12/11/2017, 19:27:27 UTC
Tha latest version run perfectly under Linux with 2 RX580 8Gb

https://i.imgur.com/xzYzwcc.png

Is there any plan to add dual mining support?
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.8 (Windows/Linux)
by
fgarpe
on 30/08/2017, 17:26:16 UTC
Hi,

I just need to verify something about the amd beta blockchain driver.
I have a rig 8 GPU RX580 Gaming 8 Go (Hynix), in june i got 242 MH/s.
Actually in august i obtain 233 MH/s, in order to solve this drop MH/s, i installed this beta blockchain driver i got 248 MH/s, but i met issue with GPU clock speed frequency alternatively jumping 1000 to 1300 MHz.
Is somebody here met the same issue and find solution to solve this?

Thank you for help.

Had the same problem with my RX570, also befor kernel update. I flashed only 1 clk level to the RX570, after that they run fine.
With the RX4X0 i had no Problems to set the clk with rocm-smi, they run stabel

I have no issue with official driver, i only meet this issue gpu clock frequency jumping alternatively non stop from 1000 to 1300 MHz with the beta blockchain driver.
I dont see what you mean, you flashed only 1 clk level to solve this issue?


Can you undervolt with the blockchain driver?

Yes, but only with Afterburner version beta 4.4.0.16, i found it on the link below, i tried to undervolt it was ok for consumption, but jumping issue always there.
https://forums.guru3d.com/threads/rtss-6-7-0-beta-1.412822/page-32

You don't need flash to obtain only ine clk level, you can do it with rocm utilities. Do that before executing Claymore:

Code:
/opt/rocm/bin/rocm-smi  --setsclk 0 1 3


Regards
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.8 (Windows/Linux)
by
fgarpe
on 30/08/2017, 17:11:51 UTC
Here is the solution for linux amdgpu blockchain fix:
The new ROCm Kernel works great, my hashrate went from 155 > 167Mhs/s with 6*RX470 with Ubuntu 16.4

#Install new ROCm Kernel:

wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
sudo sh -c 'echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main > /etc/apt/sources.list.d/rocm.list'
sudo apt-get update
sudo apt-get install rocm

#edit grub
sudo nano  /etc/default/grub
#2MB fragments for Ellesmere are enabled with a grub option:
GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"

sudo update-grub
sudo reboot

choose new Kernel and its done!

Thx to gstoner from ROCm Github.


Feel free to donate if you happy ;-)

ETH:0xccad3d66b29ae2924df835df1417169ca59943b5
BTC:12F7uXSpTwVhf4ppdh92uieAvrevZ4ShEf

Greetz

This does not work for me, after changing the kernel my hashrate is dancing between 25 and 29 Sad

https://s26.postimg.org/t740rxkmx/rocm.png

you need to fix your clk level. i do this with roc-smi
look here https://github.com/RadeonOpenCompute/ROC-smi

I was using rocm-smi before installing this kernel with a custom bios to underclock-undervolt my card, I used this command in my script before launching Claymore with no changes in the hasrate dancing
 
Code:
sudo /opt/rocm/bin/rocm-smi --setsclk 0 1 2 3

My clock is at level 3 when Claymore is running

Code:
sudo /opt/rocm/bin/rocm-smi -c


====================    ROCm System Management Interface    ====================
================================================================================
GPU[0] : GPU Clock Level: 3 (1145Mhz)
GPU[0] : GPU Memory Clock Level: 2 (2150Mhz)
================================================================================
====================           End of ROCm SMI Log          ====================

How do you fix your clk level?, what command do you launch?...

Regard Smiley

I use this:
echo yes | /opt/rocm/bin/rocm-smi/rocm-smi  --setsclk 4

I find the problem, I was using ohgodatool to overclock memory

Code:
ohgodatool -i 0 --mem-state 2 --mem-clock 2150

Without overclocking memory I get a stable hasrate in 27.8 aprox, is there any way to overclock memory with rocm utilities?

Regards
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.8 (Windows/Linux)
by
fgarpe
on 29/08/2017, 23:08:24 UTC
Here is the solution for linux amdgpu blockchain fix:
The new ROCm Kernel works great, my hashrate went from 155 > 167Mhs/s with 6*RX470 with Ubuntu 16.4

#Install new ROCm Kernel:

wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
sudo sh -c 'echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main > /etc/apt/sources.list.d/rocm.list'
sudo apt-get update
sudo apt-get install rocm

#edit grub
sudo nano  /etc/default/grub
#2MB fragments for Ellesmere are enabled with a grub option:
GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"

sudo update-grub
sudo reboot

choose new Kernel and its done!

Thx to gstoner from ROCm Github.


Feel free to donate if you happy ;-)

ETH:0xccad3d66b29ae2924df835df1417169ca59943b5
BTC:12F7uXSpTwVhf4ppdh92uieAvrevZ4ShEf

Greetz

This does not work for me, after changing the kernel my hashrate is dancing between 25 and 29 Sad

https://s26.postimg.org/t740rxkmx/rocm.png

you need to fix your clk level. i do this with roc-smi
look here https://github.com/RadeonOpenCompute/ROC-smi

I was using rocm-smi before installing this kernel with a custom bios to underclock-undervolt my card, I used this command in my script before launching Claymore with no changes in the hasrate dancing
 
Code:
sudo /opt/rocm/bin/rocm-smi --setsclk 0 1 2 3

My clock is at level 3 when Claymore is running

Code:
sudo /opt/rocm/bin/rocm-smi -c


====================    ROCm System Management Interface    ====================
================================================================================
GPU[0] : GPU Clock Level: 3 (1145Mhz)
GPU[0] : GPU Memory Clock Level: 2 (2150Mhz)
================================================================================
====================           End of ROCm SMI Log          ====================

How do you fix your clk level?, what command do you launch?...

Regard Smiley

I use this:
echo yes | /opt/rocm/bin/rocm-smi/rocm-smi  --setsclk 4

Same result... sometimes 29, sometimes 24, sometimes 27 :´(
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.8 (Windows/Linux)
by
fgarpe
on 29/08/2017, 17:44:50 UTC
Here is the solution for linux amdgpu blockchain fix:
The new ROCm Kernel works great, my hashrate went from 155 > 167Mhs/s with 6*RX470 with Ubuntu 16.4

#Install new ROCm Kernel:

wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
sudo sh -c 'echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main > /etc/apt/sources.list.d/rocm.list'
sudo apt-get update
sudo apt-get install rocm

#edit grub
sudo nano  /etc/default/grub
#2MB fragments for Ellesmere are enabled with a grub option:
GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"

sudo update-grub
sudo reboot

choose new Kernel and its done!

Thx to gstoner from ROCm Github.


Feel free to donate if you happy ;-)

ETH:0xccad3d66b29ae2924df835df1417169ca59943b5
BTC:12F7uXSpTwVhf4ppdh92uieAvrevZ4ShEf

Greetz

This does not work for me, after changing the kernel my hashrate is dancing between 25 and 29 Sad

https://s26.postimg.org/t740rxkmx/rocm.png

you need to fix your clk level. i do this with roc-smi
look here https://github.com/RadeonOpenCompute/ROC-smi

I was using rocm-smi before installing this kernel with a custom bios to underclock-undervolt my card, I used this command in my script before launching Claymore with no changes in the hasrate dancing
 
Code:
sudo /opt/rocm/bin/rocm-smi --setsclk 0 1 2 3

My clock is at level 3 when Claymore is running

Code:
sudo /opt/rocm/bin/rocm-smi -c


====================    ROCm System Management Interface    ====================
================================================================================
GPU[0] : GPU Clock Level: 3 (1145Mhz)
GPU[0] : GPU Memory Clock Level: 2 (2150Mhz)
================================================================================
====================           End of ROCm SMI Log          ====================

How do you fix your clk level?, what command do you launch?...

Regard Smiley
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.8 (Windows/Linux)
by
fgarpe
on 29/08/2017, 14:29:51 UTC
Here is the solution for linux amdgpu blockchain fix:
The new ROCm Kernel works great, my hashrate went from 155 > 167Mhs/s with 6*RX470 with Ubuntu 16.4

#Install new ROCm Kernel:

wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
sudo sh -c 'echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main > /etc/apt/sources.list.d/rocm.list'
sudo apt-get update
sudo apt-get install rocm

#edit grub
sudo nano  /etc/default/grub
#2MB fragments for Ellesmere are enabled with a grub option:
GRUB_CMDLINE_LINUX="amdgpu.vm_fragment_size=9"

sudo update-grub
sudo reboot

choose new Kernel and its done!

Thx to gstoner from ROCm Github.


Feel free to donate if you happy ;-)

ETH:0xccad3d66b29ae2924df835df1417169ca59943b5
BTC:12F7uXSpTwVhf4ppdh92uieAvrevZ4ShEf

Greetz

This does not work for me, after changing the kernel my hashrate is dancing between 25 and 29 Sad

https://s26.postimg.org/t740rxkmx/rocm.png