Search content
Sort by

Showing 9 of 9 results by gedeonodn
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)
by
gedeonodn
on 24/09/2019, 11:56:49 UTC
I’m running the latest version on Ubuntu 16, from command line, and none of the “tt” or “r” options seem to work.  I have a card that stops hashing after an hour or two and a simple restart fixes it - but I have to restart the miner manually, no matter what I do the autorestart won’t autorestart.  How can I go about troubleshooting why this command doesn’t work?

Use this script, run as root:

Code:
#!/bin/bash

if [ -z $1 ]
then
        echo "gpunum not set"
        exit 0
fi

managefilepath="/sys/class/drm/card$1/device/power_dpm_force_performance_level"
fanfilepath=$(find /sys/class/drm/card"$1"/device/hwmon -regextype posix-awk -regex ".*/hwmon[0-9]{1,2}")/pwm1_enable

chmod 666 "$managefilepath"
chmod 666 "$fanfilepath"
echo manual > "$managefilepath"
echo "1" > "$fanfilepath"

put gpu number in parameter, use for each card
Post
Topic
Board Идеи
Re: Пул с автовыбором монеты
by
gedeonodn
on 16/07/2019, 12:31:49 UTC
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v14.5 (Windows/Linux)
by
gedeonodn
on 23/05/2019, 12:57:02 UTC
Finally got 33 mh/s with RX470 - with rxboost

I have some rx470's Samsung, Elpida and Hynix, using rxboost my rigs are crashing
what driver are you using and are your cards bios modded or stock?

I use bios modded straps, not the freaky  on the fly, looks like some of the gpus already bricked with this when i go back some pages here.
Elpida and hynix the same, 32.7 to 32.9mh/s with rxboost and phoenixminer.


what rxboost are you combining here? the rxboost is on Clay or what am I missing?

No i use the rxboost tool for linux from simplemining os, best you switch  to simpleminingOS run your own straps and run with phoenixminer... for rx400/500



You can use Amd Memory Tweak and use "REF" flag, it's the same thing, free to use

Cheers!

I wrote about the same few posts ago, people not read before ask Smiley

Would you share some infomation? What is correct interval of values for --ref, if you have some stats, what is most used values for GPUs, if possible by models?
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v14.5 (Windows/Linux)
by
gedeonodn
on 22/05/2019, 18:51:47 UTC
Simplemining just implemented Rxboost on linux  Cool

I am running Rxboost on ethOS (Linux), RX474 32.1mh/s , before 31.4mh/s

Ubuntu 18.04, 19.10 - linux driver, use claymore 12.0. I prefer use bios modded cards and not see why realtime straps better, its only additional load time and crash risks on my mind.

https://bitcointalk.org/index.php?topic=5123724.0 -  AMD Mem Tweak - tool, which give same result, as rxboost (see --ref parameter), but i can test result in realtime, without restart miner. I`ve recieve ~+0.4 MH/card (rx480/580) with 10...15 value.

Claymore - best miner for me, for exammle, ethminer take +5 watt on Core (from 65W) with little low HR, but i`m change straps, overclock, underclock and downvolt with scripts, now tune memory. Change straps from miner for save some time with less control and understanding

HiveOs, SimpleMiningOs - just ubuntu based distros, which using tools and scripts, created by other peoples, but have nothing unique. It costs some money, i think only reason - their web interface, but i prefer email and telegram notification (easy create with scripts), remote management via ssh.
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.8 (Windows/Linux)
by
gedeonodn
on 13/06/2018, 21:21:39 UTC
I need some help. In some cases i need change Claymore Miner config (temperature, profitability). I do not want make this by hands, i can create script or app and forget about this.

1. Is any way give command for miner reload config and reinitialize?
2. If answer on question 1 is NO, how can i correctly restart miner, which is running in linux screen from bash? (Actualy, how correct to stop miner?)
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.6 (Windows/Linux)
by
gedeonodn
on 18/04/2018, 18:42:49 UTC
I'm mining second coin on NiceHash. In one moment profitable is B2S, in other Keccak.

On April 12 began troubles with keccak, 100% shares rejected. Error example:

Quote
12:57:12:601   bff7700   buf: {"id":13,"result":false,"error":[1,"Share above target.",null]}

It jump from normal mining to total rejects
https://ibb.co/eYNYrn

How to fix this?
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.6 (Windows/Linux)
by
gedeonodn
on 31/03/2018, 08:22:59 UTC
Cпacибo зa тo, чтo пpиcлyшивaeтecь к пoльзoвaтeлям (tnx for your accept customer requests)!!!
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux)
by
gedeonodn
on 18/03/2018, 11:04:22 UTC
Claymore - Would it be possible to have the logs go into a subfolder in the next version?
+
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux)
by
gedeonodn
on 16/03/2018, 15:08:20 UTC
Is there a way to let claymore control fan with -tt flag (linux amd-pro drivers) without giving it root permissions?

I feel dirty running it as root.

chown root: ethdcrminer64
chmod 4755 ethdcrminer64

And now you run app as user, but it have root permissions.