Bitcoin Forum
April 26, 2024, 08:44:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 2.9e: fastest Ethereum/Ethash miner with lowest devfee (Windows) on: June 01, 2018, 09:04:29 AM
How to see which gt parameter is used while it mined?
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.5.0 on: May 01, 2018, 11:06:53 AM
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",
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.8 on: April 25, 2018, 06:21:07 AM
@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
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.6 on: April 20, 2018, 06:46:21 AM
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.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.4.6 on: April 20, 2018, 06:20:48 AM
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.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.2 on: April 12, 2018, 10:02:37 AM
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
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1 on: April 11, 2018, 12:39:52 PM
Is possible in the future to change the intensity /worksize on the fly? Same as for example sgminer
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1 on: April 10, 2018, 12:07:54 PM
@doktor

Why is it making a new srb file everytime if u only change the intensity?
Cause the name isn't changing.
Just curious
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1 on: April 10, 2018, 09:37:09 AM
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
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1 on: April 10, 2018, 09:26:48 AM
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
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1 on: April 10, 2018, 08:57:06 AM
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
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1 on: April 10, 2018, 08:15:37 AM
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
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] FarmWatchBot (Watchdog) for Ewbf, Claymore, Dstm, CC, B, Eth miners on: March 23, 2018, 11:05:57 AM
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
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] FarmWatchBot (Watchdog) for Ewbf, Claymore, Dstm, CC, B, Eth miners on: March 21, 2018, 01:29:16 AM
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?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!