SRBMiner Cryptonight AMD GPU Miner
Cryptonight, Cryptonight Lite and Cryptonight Heavy miner
-----------------------------------------------------------------------------------------------
Download V1.3.1:
Mega https://mega.nz/#!TLBBBbQI!uxjkL1emv_0vZo6-dwj2OWbmctkVQv4ui4D_x8LlstE
Supports:
- Cryptonight
- Cryptonight V7
- Cryptonight Lite
- Cryptonight Lite V7
- Cryptonight Heavy
- Cryptonight UltraHeavy
Supports Nicehash, Nicehash V7 & SSL/TLS encrypted connections
For best results use Blockchain compute drivers (Get it from here) or Radeon Adrenalin 17 or newer drivers.
ADL tested & working with Radeon Software Crimson ReLive Edition Beta for Blockchain Compute Driver Version 17.30.1029
What can this miner offer you beside usual mining functionalities:
DevFee:
- Low DevFee (0.85%) -> every ~2 hours 1 minute mining for the dev
- Non-agressive DevFee mining -> if miner can't connect to DevFee pool, no problem, switching back to user pool ASAP
- 3 locations for DevFee pool : europe, asia, usa
Performance:
- Only one parameter you have to play with : intensity (0 - 300)
- Leave intensity on 0, and miner will try to set a minimum start intensity automatically
- To get even better results, there is an option to use double threads
Extra:
- Watchdog that monitors your GPU threads, if they stop working, miner exists, and restart script takes over and well.. restarts mining [IMG]
- Set the target temperature you want, and miner will set fan speed according to that
Tips:
- If you leave intensity on 0 it will play safe, so in many cases you can increase that value to get better results
- For better results set double_threads to true, and leave intensity on 0
- If you get an error that says it can't create scratchpad buffer, you have to lower intensity
- Largest intensity setting won't always give you the best hashrate. Experiment and find the best setting for your GPU.
- If you think that i don't deserve the DevFee, you can use the -iamagreedybastard parameter
How to set it up ?
The config file :
{
"cryptonight_type" : "NORMAL, NORMALV7, LITE, LITEV7, HEAVY OR ULTRAHEAVY",
"intensity" : A NUMBER BETWEEN 0-300,
"double_threads" : TRUE OR FALSE,
"target_temperature" : A NUMBER BETWEEN 0-99,
"pool_use_tls" : TRUE OR FALSE,
"pool" : "ADDRESS OF MINING POOL:pORT",
"wallet" : "ADDRESS OF YOUR WALLET",
"password" : "x",
"location" : "EUROPE OR ASIA OR USA",
"log_file" : "IF YOU WANT TO LOG MINER OUTPUT PUT A FILENAME HERE"
}
Optional parameters :
"timeout" : WHEN IS A CONNECTION TO THE POOL TREATED AS TIMED OUT , IN SECONDS
"retry_time" : HOW MUCH TO WAIT TILL RECONNECTING WHEN DISCONNECTED FROM POOL, IN SECONDS
"giveup_limit" : HOW MANY TIMES TO TRY RECONNECTING, SET TO 0 FOR UNLIMITED
#SET GPU'S MANUALLY
#This example uses GPU devices with ID 0,1,3,4 and every GPU has it's own setting
"gpu_conf" :
[
{ "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2},
{ "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]
So if you for ex. have 6 GPU's but want only to use 3, first run SRBPolaris-CN-miner.exe --listdevices to list devices and their id's, that you can put in config file under gpu_conf part.
DON'T comment out or remove intensity and double_threads setting at the top of the config file, just leave it as-is, because when you use a per card setting, those settings will be ignored.
After setting up the config.txt file, just run start.bat
Options:
- Press 's' when miner is running to see some basic stats
- Press 'h' when miner is running to see hashing speed
Parameters:
--listdevices (display available GPU devices and their ID's, to use in gpu_conf)
--disablegpuwatchdog (turn off watchdog, if it is making some trouble for you)
--iamagreedybastard (use it if you think i don't deserve the 0.85% devfee)
--adldisable (disable ADL)
Info:
You have to change the wallet address in sample config.txt file, if you leave it, you will mine some XMR to me.
Cryptonight, Cryptonight Lite and Cryptonight Heavy miner
-----------------------------------------------------------------------------------------------
Download V1.3.1:
Mega https://mega.nz/#!TLBBBbQI!uxjkL1emv_0vZo6-dwj2OWbmctkVQv4ui4D_x8LlstE
Supports:
- Cryptonight
- Cryptonight V7
- Cryptonight Lite
- Cryptonight Lite V7
- Cryptonight Heavy
- Cryptonight UltraHeavy
Supports Nicehash, Nicehash V7 & SSL/TLS encrypted connections
For best results use Blockchain compute drivers (Get it from here) or Radeon Adrenalin 17 or newer drivers.
ADL tested & working with Radeon Software Crimson ReLive Edition Beta for Blockchain Compute Driver Version 17.30.1029
What can this miner offer you beside usual mining functionalities:
DevFee:
- Low DevFee (0.85%) -> every ~2 hours 1 minute mining for the dev
- Non-agressive DevFee mining -> if miner can't connect to DevFee pool, no problem, switching back to user pool ASAP
- 3 locations for DevFee pool : europe, asia, usa
Performance:
- Only one parameter you have to play with : intensity (0 - 300)
- Leave intensity on 0, and miner will try to set a minimum start intensity automatically
- To get even better results, there is an option to use double threads
Extra:
- Watchdog that monitors your GPU threads, if they stop working, miner exists, and restart script takes over and well.. restarts mining [IMG]
- Set the target temperature you want, and miner will set fan speed according to that
Tips:
- If you leave intensity on 0 it will play safe, so in many cases you can increase that value to get better results
- For better results set double_threads to true, and leave intensity on 0
- If you get an error that says it can't create scratchpad buffer, you have to lower intensity
- Largest intensity setting won't always give you the best hashrate. Experiment and find the best setting for your GPU.
- If you think that i don't deserve the DevFee, you can use the -iamagreedybastard parameter
How to set it up ?
The config file :
{
"cryptonight_type" : "NORMAL, NORMALV7, LITE, LITEV7, HEAVY OR ULTRAHEAVY",
"intensity" : A NUMBER BETWEEN 0-300,
"double_threads" : TRUE OR FALSE,
"target_temperature" : A NUMBER BETWEEN 0-99,
"pool_use_tls" : TRUE OR FALSE,
"pool" : "ADDRESS OF MINING POOL:pORT",
"wallet" : "ADDRESS OF YOUR WALLET",
"password" : "x",
"location" : "EUROPE OR ASIA OR USA",
"log_file" : "IF YOU WANT TO LOG MINER OUTPUT PUT A FILENAME HERE"
}
Optional parameters :
"timeout" : WHEN IS A CONNECTION TO THE POOL TREATED AS TIMED OUT , IN SECONDS
"retry_time" : HOW MUCH TO WAIT TILL RECONNECTING WHEN DISCONNECTED FROM POOL, IN SECONDS
"giveup_limit" : HOW MANY TIMES TO TRY RECONNECTING, SET TO 0 FOR UNLIMITED
#SET GPU'S MANUALLY
#This example uses GPU devices with ID 0,1,3,4 and every GPU has it's own setting
"gpu_conf" :
[
{ "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 20, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 16, "threads" : 2},
{ "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 1},
]
So if you for ex. have 6 GPU's but want only to use 3, first run SRBPolaris-CN-miner.exe --listdevices to list devices and their id's, that you can put in config file under gpu_conf part.
DON'T comment out or remove intensity and double_threads setting at the top of the config file, just leave it as-is, because when you use a per card setting, those settings will be ignored.
After setting up the config.txt file, just run start.bat
Options:
- Press 's' when miner is running to see some basic stats
- Press 'h' when miner is running to see hashing speed
Parameters:
--listdevices (display available GPU devices and their ID's, to use in gpu_conf)
--disablegpuwatchdog (turn off watchdog, if it is making some trouble for you)
--iamagreedybastard (use it if you think i don't deserve the 0.85% devfee)
--adldisable (disable ADL)
Info:
You have to change the wallet address in sample config.txt file, if you leave it, you will mine some XMR to me.