Bitcoin Forum
March 19, 2024, 03:26:27 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 326 »
  Print  
Author Topic: Claymore's CryptoNote AMD GPU Miner v11.3  (Read 2144816 times)
Claymore (OP)
Donator
Legendary
*
Offline Offline

Activity: 1610
Merit: 1325

Miners developer


View Profile
June 04, 2014, 03:24:35 PM
Last edit: April 03, 2018, 03:30:06 PM by Claymore
Merited by notbatman (11), Metroid (10), corather (10), Vann (10), suchmoon (5), xandry (5), not.you (5), wtfonly16 (5), fr4nkthetank (1), rednoW (1), new24core (1)
 #1

Claymore's CryptoNight AMD GPU Miner.
=========================

CPU version is here:
https://bitcointalk.org/index.php?topic=647251.0

Current version: 11.3:

- removed devfee, miner is completely free now.
- added "-pow7" option to support Monero hardfork, use "-pow7 1" value to enable it.
- reduced CPU usage for systems with a lot of GPUs.



Link:
https://mega.co.nz/#F!e4JVEAIJ!l1iF4z10fMyJzY5-LnyC2A

Mirror:
https://drive.google.com/folderview?id=0B69wv2iqszefdkVDNkxla3BCZHc&usp=sharing


This is POOL version.
Set the following environment variables, especially if you have 1-2GB cards:

GPU_FORCE_64BIT_PTR 1
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

For multi-GPU systems, set Virtual Memory size in Windows at least 16 GB:
"Computer Properties / Advanced System Settings / Performance / Advanced / Virtual Memory".

Since v11.3 this miner is completely free and has no developer fee.

This version is for recent AMD videocards only: 7xxx, 2xx, 3xx and 4xx, 1GB or more.

There are builds for Windows x64 and Linux x64. No 32-bit support. No NVidia support.



COMMAND LINE OPTIONS:

-xpool    XMR pool address. Only Stratum protocol is supported.
   Miner also supports SSL/TLS encryption for all data between miner and pool (if pool supports encryption), it significantly improves security.
   To enable encryption, use "ssl://" or "stratum+ssl://" prefix (or "tls" instead of "ssl").

-xwal    Your XMR wallet address. Also worker name and other options if pool supports it.
   Pools that require "Login.Worker" instead of wallet address are not supported directly currently, but you can use "-allpools 1" option to mine there.

-xpsw    Password for XMR pool, use "x" as password.

-pow7   option to support Monero hardfork, use "-pow7 1" value to enable it.

-di    GPU indexes, default is all available GPUs. For example, if you have four GPUs "-di 02" will enable only first and third GPUs (#0 and #2).
   You can also turn on/off cards in runtime with "0"..."9" keys and check current statistics with "s" key.
   For systems with more than 10 GPUs: use letters to specify indexes more than 9, for example, "a" means index 10, "b" means index 11, etc.

-h   number of hashes that GPU processes during one round. If not specified, default value is used. For many cases you can increase performance by adjusting this parameter value. For example, "-h 832" means HashCnt=832 for all cards. You can also specify values for every card, for example "-h 640,832,1376,0", zero value means autoselection.

-dmem   doubled memory mode selection. Specify "-dmem 1" to use twice more GPU RAM, it will improve performance in many cases. Use "-dmem 0" to disable this mode.
   Default value is "-1" (autoselection).

-lite   enables CryptoNight-Lite mode, specify "-lite 1" to be able to mine AEON. If set, "-allpools 1" will be set automatically.

-ftime   failover main pool switch time, in minutes, see "Failover" section below. Default value is 30 minutes, set zero if there is no main pool.

-wd    watchdog option. Default value is "-wd 1", it enables watchdog, miner will be closed (or restarted, see "-r" option) if any thread is not responding for 1 minute or OpenCL call failed.
   Specify "-wd 0" to disable watchdog.

-r   Restart miner mode. "-r 0" (default) - restart miner if something wrong with GPU. "-r -1" - disable automatic restarting. -r >20 - restart miner if something
   wrong with GPU or by timer. For example, "-r 60" - restart miner every hour or when some GPU failed.
   "-r 1" closes miner and execute "reboot.bat" file ("reboot.bash" or "reboot.sh" for Linux version) in the miner directory (if exists) if some GPU failed.
   So you can create "reboot.bat" file and perform some actions, for example, reboot system if you put this line there: "shutdown /r /t 5 /f".

-retrydelay   delay, in seconds, between connection attempts. Default values is "20". Specify "-retrydelay -1" if you don't need reconnection, in this mode miner will exit if connection is lost.

-dbg   debug log and messages. "-dbg 0" - (default) create log file but don't show debug messages.
   "-dbg 1" - create log file and show debug messages. "-dbg -1" - no log file and no debug messages.

-logfile debug log file name. After restart, miner will append new log data to the same file. If you want to clear old log data, file name must contain "noappend" string.
   If missed, default file name will be used.

-li   low intensity mode. Reduces mining intensity, useful if your cards are overheated. Note that mining speed is reduced too.
   More value means less heat and mining speed, for example, "-li 10" is less heat and mining speed than "-li 1". You can also specify values for every card, for example "-li 3,10,50".
   Default value is "0" - no low intensity mode.

-tt   set target GPU temperature. For example, "-tt 80" means 80C temperature. You can also specify values for every card, for example "-tt 70,80,75".
   You can also set static fan speed if you specify negative values, for example "-tt -50" sets 50% fan speed. Specify zero to disable control and hide GPU statistics.
   "-tt 1" (default) does not manage fans but shows GPU temperature and fan status every 30 seconds. Specify values 2..5 if it is too often.
   Note: for Linux gpu-pro drivers, miner must have root access to manage fans, otherwise only monitoring will be available.

-ttli   reduce entire mining intensity (for all coins) automatically if GPU temperature is above specified value. For example, "-ttli 80" reduces mining intensity if GPU temperature is above 80C.
   You can see if intensity was reduced in detailed statistics ("s" key).
   You can also specify values for every card, for example "-ttli 80,85,80". You also should specify non-zero value for "-tt" option to enable this option.
   It is a good idea to set "-ttli" value higher than "-tt" value by 3-5C.

-tstop   set stop GPU temperature, miner will stop mining if GPU reaches specified temperature. For example, "-tstop 95" means 95C temperature. You can also specify values for every card, for example "-tstop 95,85,90".
   This feature is disabled by default ("-tstop 0"). You also should specify non-zero value for "-tt" option to enable this option.
   If it turned off wrong card, it will close miner in 30 seconds.
   You can also specify negative value to close miner immediately instead of stopping GPU, for example, "-tstop -95" will close miner as soon as any GPU reach 95C temperature.

-fanmax   set maximal fan speed, in percents, for example, "-fanmax 80" will set maximal fans speed to 80%. You can also specify values for every card, for example "-fanmax 50,60,70".
   This option works only if miner manages cooling, i.e. when "-tt" option is used to specify target temperature. Default value is "100".

-fanmin   set minimal fan speed, in percents, for example, "-fanmin 50" will set minimal fans speed to 50%. You can also specify values for every card, for example "-fanmin 50,60,70".
   This option works only if miner manages cooling, i.e. when "-tt" option is used to specify target temperature. Default value is "0".

-cclock   set target GPU core clock speed, in MHz. If not specified or zero, miner will not change current clock speed. You can also specify values for every card, for example "-cclock 1000,1050,1100,0".
   Unfortunately, AMD blocked underclocking for some reason, you can overclock only.

-mclock   set target GPU memory clock speed, in MHz. If not specified or zero, miner will not change current clock speed. You can also specify values for every card, for example "-mclock 1200,1250,1200,0".
   Unfortunately, AMD blocked underclocking for some reason, you can overclock only.

-powlim set power limit, from -50 to 50. If not specified, miner will not change power limit. You can also specify values for every card, for example "-powlim 20,-20,0,10".

-cvddc   set target GPU core voltage, multiplied by 1000. For example, "-cvddc 1050" means 1.05V. You can also specify values for every card, for example "-cvddc 900,950,1000,970". Supports latest AMD 4xx cards only in Windows.

-mvddc   set target GPU memory voltage, multiplied by 1000. For example, "-mvddc 1050" means 1.05V. You can also specify values for every card, for example "-mvddc 900,950,1000,970". Supports latest AMD 4xx cards only in Windows.

-mport   remote monitoring/management port. Default value is -3333 (read-only mode), specify "-mport 0" to disable remote monitoring/management feature.
   Specify negative value to enable monitoring (get statistics) but disable management (restart, uploading files), for example, "-mport -3333" enables port 3333 for remote monitoring, but remote management will be blocked.
   You can also use your web browser to see current miner state, for example, type "localhost:3333" in web browser.
   Warning: use negative option value or disable remote management entirely if you think that you can be attacked via this port!
   By default, miner will accept connections on specified port on all network adapters, but you can select desired network interface directly, for example, "-mport 127.0.0.1:3333" opens port on localhost only.

-mpsw   remote monitoring/management password. By default it is empty, so everyone can ask statistics or manage miner remotely if "-mport" option is set. You can set password for remote access (at least EthMan v3.0 is required to support passwords).

-colors enables or disables colored text in console. Default value is "1", use "-colors 0" to disable coloring. Use 2...4 values to remove some of colors.

-v   displays miner version, sample usage: "-v 1".



CONFIGURATION FILE

You can use "config.txt" file instead of specifying options in command line.
If there are not any command line options, miner will check "config.txt" file for options.
If there is only one option in the command line, it must be configuration file name.
If there are two or more options in the command line, miner will take all options from the command line, not from configuration file.
Place one option per line, if first character of a line is ";" or "#", this line will be ignored.
You can also use environment variables in "epools.txt" and "config.txt" files. For example, define "WORKER" environment variable and use it as "%WORKER%" in config.txt or in epools.txt.



SAMPLE USAGE

 moneropool (unencrypted connection):
   NsGpuCNMiner.exe -xpool stratum+tcp://mine.moneropool.org:80 -xwal 449TGay4WWJPwsXrWZfkMoPtDbJp8xoSzFuyjRt3iaM4bRHdzw4qoDu26FdcGx67BMDS1r2bnp7f5hF 6xdPWWrD3Q3Wf7G6 -xpsw x

 miningpoolhub SSL/TLS connection (this pool detects encryption automatically so it uses same port as for unencrypted connection):
   NsGpuCNMiner.exe -xpool ssl://us-east.cryptonight-hub.miningpoolhub.com:20580 -xwal YourLogin.YourWorker -xpsw x

suprnova SSL/TLS connection:
   NsGpuCNMiner.exe -xpool ssl://xmr.suprnova.cc:5221 -xwal YourLogin.YourWorker -xpsw x

Do not forget to specify your wallet address!



FAILOVER

Use "epools.txt" file to specify additional pools. This file has text format, one pool per line. Every pool has 3 connection attempts.
Miner disconnects automatically if pool does not send new jobs for a long time or if pool rejects too many shares.
If the first character of a line is ";" or "#", this line will be ignored.
Do not change spacing, spaces between parameters and values are required for parsing.
If you need to specify "," character in parameter value, use two commas - ,, will be treated as one comma.
You can reload "epools.txt" file in runtime by pressing "r" key.
Pool specified in the command line is "main" pool, miner will try to return to it every 30 minutes if it has to use some different pool from the list.
If no pool was specified in the command line then first pool in the failover pools list is main pool.
You can change 30 minutes time period to some different value with "-ftime" option, or use "-ftime 0" to disable switching to main pool.
You can also use environment variables in "epools.txt" and "config.txt" files. For example, define "WORKER" environment variable and use it as "%WORKER%" in config.txt or in epools.txt.
You can also select current pool in runtime by pressing "e" key.



REMOTE MONITORING/MANAGEMENT

Miner supports remote monitoring/management via JSON protocol over raw TCP/IP sockets. You can also get recent console text lines via HTTP.
Start "EthMan.exe" from "Remote management" subfolder (Windows version only).
Check built-in help for more information. "API.txt" file contains more details about protocol.



KNOWN ISSUES

- Windows 10 Defender recognizes miner as a virus, some antiviruses do the same. Miner is not a virus, add it to Defender exceptions.
  I write miners since 2014. Most of them are recognized as viruses by some paranoid antiviruses, perhaps because I pack my miners to protect them from disassembling, perhaps because some people include them into their botnets, or perhaps these antiviruses are not good, I don't know. For these years, a lot of people used my miners and nobody confirmed that my miner stole anything or did something bad.
  Note that I can guarantee clean binaries only for official links in my posts on this forum (bitcointalk). If you downloaded miner from some other link - it really can be a virus.
  However, my miners are closed-source so I cannot prove that they are not viruses. If you think that I write viruses instead of good miners - do not use this miner, or at least use it on systems without any valuable data.



TROUBLESHOOTING

1. Install Catalyst v15.12.
2. Disable overclocking.
3. Set environment variables as described above.
4. Set Virtual Memory 16 GB or more.
5. Reboot computer.
6. Check hardware, risers.



FAQ:

Q: Miner freezes if I put cursor to its window in Windows 10 until any key is pressed. Sometimes miner freezes randomly until any key is pressed.
A: You should make some changes in Windows:
  https://superuser.com/questions/555160/windows-command-prompt-freezing-on-focus
  https://superuser.com/questions/419717/windows-command-prompt-freezing-randomly?rq=1
  https://superuser.com/questions/1051821/command-prompt-random-pause?rq=1


Please read Readme and FAQ in the first post of this thread before asking any questions, probably the answer is already there.
List of my miners: https://bitcointalk.org/index.php?topic=3019607
1710818787
Hero Member
*
Offline Offline

Posts: 1710818787

View Profile Personal Message (Offline)

Ignore
1710818787
Reply with quote  #2

1710818787
Report to moderator
1710818787
Hero Member
*
Offline Offline

Posts: 1710818787

View Profile Personal Message (Offline)

Ignore
1710818787
Reply with quote  #2

1710818787
Report to moderator
1710818787
Hero Member
*
Offline Offline

Posts: 1710818787

View Profile Personal Message (Offline)

Ignore
1710818787
Reply with quote  #2

1710818787
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
June 04, 2014, 03:52:50 PM
 #2

Can this merge mine with FCN or will that be in a future version?

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
damiano
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


103 days, 21 hours and 10 minutes.


View Profile
June 04, 2014, 03:59:03 PM
 #3

I duno if this is a good thing or bad :/

Burninj
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
June 04, 2014, 03:59:24 PM
 #4

Anyone can point me to a pool with decent hashrate?
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
June 04, 2014, 04:03:11 PM
 #5

Anyone can point me to a pool with decent hashrate?

We have a bunch of pools listed in our OP. They all have a fairly decent hash-rate:)

superresistant
Legendary
*
Offline Offline

Activity: 2128
Merit: 1120



View Profile
June 04, 2014, 04:04:24 PM
Last edit: June 06, 2014, 06:43:25 PM by superresistant
 #6

Anyone can point me to a pool with decent hashrate?

http://monero.crypto-pool.fr/

Recently optimized. Fixed the code. Auto-restart. Less orphan, more blocks, more Monero.

EDIT :
For GPU the address is :

stratum+tcp://monero.crypto-pool.fr:6666


Example :

Type this in a command prompt or make a batch file :

setx GPU_MAX_ALLOC_PERCENT 100
C:\Path_to_miner\NsGpuCNMiner.exe -o stratum+tcp://monero.crypto-pool.fr:6666 -u your_address_here -p x

Or if it doesn't work, try :

setx GPU_MAX_ALLOC_PERCENT 100
C:\Path_to_miner\NsGpuCNMiner.exe -o monero.crypto-pool.fr:1111 -u your_address_here -p x

See my signature for tutorial Wink


fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
June 04, 2014, 04:05:47 PM
 #7

I duno if this is a good thing or bad :/

I get like 650h/s solo mining on an EC2 c3.8xlarge slice, so I would say the gap is far from closed between CPU and GPU miners.

surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
June 04, 2014, 04:06:18 PM
Last edit: June 27, 2014, 03:16:09 PM by surfer43
 #8

MoneroPool.org accepts GPU miners!
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
June 04, 2014, 04:06:45 PM
 #9

This miner isn't that much fast than some of the cpu's out there. A high/mid end AMD or Intel can match some of these speeds.

Is the power consumption low with this miner?

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
Burninj
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
June 04, 2014, 04:11:09 PM
 #10

Anyone can point me to a pool with decent hashrate?

http://monero.crypto-pool.fr/

Recently optimized. Fixed the code. Auto-restart. Less orphan, more blocks, more Monero.


Ok je la refais,
anyone can point me to a pool with a really decent hashrate? at least 30% of all network...
Burninj
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
June 04, 2014, 04:12:40 PM
 #11

I duno if this is a good thing or bad :/

I get like 650h/s solo mining on an EC2 c3.8xlarge slice, so I would say the gap is far from closed between CPU and GPU miners.

Don't forget the magic behind Claymore! let's see if he can optimize his stuff like he did for xpm...
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
June 04, 2014, 04:18:05 PM
 #12

Anyone can point me to a pool with decent hashrate?

http://monero.crypto-pool.fr/

Recently optimized. Fixed the code. Auto-restart. Less orphan, more blocks, more Monero.


Ok je la refais,
anyone can point me to a pool with a really decent hashrate? at least 30% of all network...
The only one that has more than 10% has 60% of the network and you can't even use GPU miner on it as they don't have HTTP support.

MoneroPool.org now accepts GPU miners on port 1111
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
June 04, 2014, 04:18:45 PM
 #13

Ok je la refais,
anyone can point me to a pool with a really decent hashrate? at least 30% of all network...
Tu veux tuer les coins, c'est ça ? Je te rappelles qu'avec un hashrate plus petit, tu reçois autant, juste plus lentement.
La pool de superresistant est en France - si tu y es aussi (en France) tu auras moins de problème qu'avec d'autres plus éloignées. Et en plus, c'est la quatrième plus grosse.

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
gilad215
Full Member
***
Offline Offline

Activity: 430
Merit: 100



View Profile
June 04, 2014, 04:21:58 PM
 #14

Any decent Exchange to BTC?

whats the 1x280x/day from this mro mining? can anyone tell?

Neluns
♦ New Generation Financial Ecosystem ♦
Pre-sale on Aug, 1
Burninj
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
June 04, 2014, 04:25:05 PM
 #15

Ok je la refais,
anyone can point me to a pool with a really decent hashrate? at least 30% of all network...
Tu veux tuer les coins, c'est ça ? Je te rappelles qu'avec un hashrate plus petit, tu reçois autant, juste plus lentement.
La pool de superresistant est en France - si tu y es aussi (en France) tu auras moins de problème qu'avec d'autres plus éloignées. Et en plus, c'est la quatrième plus grosse.

Je suis pas la mère theresa mec j'ai autre chose a foutre que de poireauter trois toujours pout taper un bloc...
sammy007
Legendary
*
Offline Offline

Activity: 1904
Merit: 1003


View Profile
June 04, 2014, 04:26:45 PM
 #16

Is there a source? I am on Linux.
surfer43
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


"Trading Platform of The Future!"


View Profile
June 04, 2014, 04:30:55 PM
 #17

Is there a source? I am on Linux.
This is windows only? No linux binaries?
atp1916
Legendary
*
Offline Offline

Activity: 854
Merit: 1000



View Profile
June 04, 2014, 04:33:14 PM
 #18

Quote
This miner is free-to-use, however, current developer fee is 5%, miner mines 19 rounds for you and 1 round for developer.
This version is for recent AMD videocards only: 7xxx and 2xx. No nVidia support.
This version is for Windows x64 only. No Windows x32 support. No Linux support for now.
This version has no GPU temperature and overclocking management.
hashnine
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
June 04, 2014, 04:35:15 PM
Last edit: June 04, 2014, 05:22:03 PM by hashnine
 #19

2x hd radeon 6970 -> 210 H/s

At the moment my E5 6 core is faster.

Careful XC anonymous coin is a scam
cptfisher
Hero Member
*****
Offline Offline

Activity: 649
Merit: 505


View Profile
June 04, 2014, 04:36:25 PM
 #20

works with 6990 ?
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 ... 326 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!