Search content
Sort by

Showing 14 of 14 results by Bullus77
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.9e: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
Bullus77
on 01/06/2018, 09:04:29 UTC
How to see which gt parameter is used while it mined?
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.5.0
by
Bullus77
on 01/05/2018, 11:06:53 UTC
help please, this is my start.bat file

 setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
{
"cryptonight_type" : heavy,
"intensity" : 0,
"double_threads" : true,
"target_temperature" : 0,
"pool_use_tls" : true,
"pool" : haven.miner.rocks:5555,
"wallet" : wallet addy,
"password" : w=Rig1,
"location" : europe,
"log_file" : "",
}

so you see i have heavy set in it, but when the miner starts it seems to set on cryptonight v7 and all i get is rejected shares. any ideas??

Use : "heavy",
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.4.8
by
Bullus77
on 25/04/2018, 06:21:07 UTC
@doc

Is it possible to implent -ttli -tstop - start etc just like claymore?

So it reduce the intensity when is above a target temperatur?
I use a aio wc and it can't use the fan for target temps also when the fanspeed is already 100 u can't use the parameter u already implement.

Thanks
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.4.6
by
Bullus77
on 20/04/2018, 06:46:21 UTC
With v1.4.6 I got an error message from adl

[2018-04-20 08:17:54] Failed to get ADL function pointers
[2018-04-20 08:17:54] ADL init failed
[2018-04-20 08:17:54] Gpu watchdog started

Using 17.7.1 driver win8.1

With previous version it was ok.

that version probably does not have some functions i added that read/write core&mem clock and voltages.



Temperatur and fanspeed isn't showing either.
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.4.6
by
Bullus77
on 20/04/2018, 06:20:48 UTC
With v1.4.6 I got an error message from adl

[2018-04-20 08:17:54] Failed to get ADL function pointers
[2018-04-20 08:17:54] ADL init failed
[2018-04-20 08:17:54] Gpu watchdog started

Using 17.7.1 driver win8.1

With previous version it was ok.
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.3.2
by
Bullus77
on 12/04/2018, 10:02:37 UTC
Excuse me,noob question.
where to put "--logfile filename"?
this is my bat file.

Quote
@echo off

cls
SETLOCAL EnableExtensions
set EXE=SRBMiner-CN.exe

:START
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto RUNNING
%EXE% -c config.txt
TIMEOUT /T 5 /NOBREAK
goto START
:RUNNING
echo "%EXE% is already running"
pause

Check the config.txt file mate, there you will find where exactly to put it Smiley
Not anymore in v1.3.2
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1
by
Bullus77
on 11/04/2018, 12:39:52 UTC
Is possible in the future to change the intensity /worksize on the fly? Same as for example sgminer
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1
by
Bullus77
on 10/04/2018, 12:07:54 UTC
@doktor

Why is it making a new srb file everytime if u only change the intensity?
Cause the name isn't changing.
Just curious
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1
by
Bullus77
on 10/04/2018, 09:37:09 UTC
How to start SRBMiner with Windows startup?

U can add the shortcut of the batfile in startup folder..

Win10 C:\Users\*username*\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\StartUp
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1
by
Bullus77
on 10/04/2018, 09:26:48 UTC
Thanks, but now the miner quits everytime ..
I read that the config was messed up, will dl again
Example config have disabled third gpu, you see that, right? If you are working with single gpu, you need something like this:
Code:
"gpu_conf" :
[
{ "id" : 0, "intensity" : 0, "worksize" : 16, "threads" : 2},
]
}

Yes ,thank u sir. It's working now.  Wink

Gonna test for the best settings now
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1
by
Bullus77
on 10/04/2018, 08:57:06 UTC
Seems like it won't pick the config. If I change the config it doesn't change the info when starting the miner.

(info at top miner)

GPU0: AMD Radeon R9 200 Series [Hawaii] [4096 MB][Intensity 31.0][W: 8][T: 3][BU
S_ID: 1]
[2018-04-10 10:19:34] GPU0:    906.0 H/S [T: 48c, RPM: 0]
[2018-04-10 10:19:34] Total:   906.0 H/S


Config
/*"gpu_conf" :
[
   { "id" : 0, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 1, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 3, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}

But getting about 900kh/s thats more than claymore
You have commented advanced settings, remove /* from start and end, and it'll apply those settings.

Thanks, but now the miner quits everytime ..
I read that the config was messed up, will dl again
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1
by
Bullus77
on 10/04/2018, 08:15:37 UTC
Seems like it won't pick the config. If I change the config it doesn't change the info when starting the miner.

(info at top miner)

GPU0: AMD Radeon R9 200 Series [Hawaii] [4096 MB][Intensity 31.0][W: 8][T: 3][BU
S_ID: 1]
[2018-04-10 10:19:34] GPU0:    906.0 H/S [T: 48c, RPM: 0]
[2018-04-10 10:19:34] Total:   906.0 H/S


Config
/*"gpu_conf" :
[
   { "id" : 0, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 1, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 3, "intensity" : 0, "worksize" : 16, "threads" : 2},
   { "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]*/
}

But getting about 900kh/s thats more than claymore
Post
Topic
Board Mining (Altcoins)
Re: [CMD] FarmWatchBot (Watchdog) for Ewbf, Claymore, Dstm, CC, B, Eth miners
by
Bullus77
on 23/03/2018, 11:05:57 UTC
Thank u for adding phoenixminer  Wink

But 1 problem , it don't load the configfile.
I already delete some command lines in the commandserver1 but still won't load the config.txt

Thank u
Post
Topic
Board Mining (Altcoins)
Re: [CMD] FarmWatchBot (Watchdog) for Ewbf, Claymore, Dstm, CC, B, Eth miners
by
Bullus77
on 21/03/2018, 01:29:16 UTC
Can u add phoenixminer?
https://bitcointalk.org/index.php?topic=2647654.0

Thanks

Is there a option to add the stats for dual mining in telegram?