ccminer-cryptonight

Software for mining various cryptocoins, like Monero (pool mining only)

  • 所有者: KlausT/ccminer-cryptonight
  • 平台:
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

ccminer-cryptonight, a ccminer mod by tsiv and KlausT

If you find this tool useful and like to support its continued development,
then consider a donation.

KlausT's donation address:

  • BTC: 1QHH2dibyYL5iyMDk3UN4PVvFVtrWD8QKp
  • BCH: 1AH1u7B4KtDTUBgmT6NrXyahNEgTac3fL7

tsiv's donation adresses:

  • BTC: 1JHDKp59t1RhHFXsTw2UQpR3F9BBz3R3cs
  • XMR: 42uasNqYPnSaG3TwRtTeVbQ4aRY3n9jY6VXX3mfgerWt4ohDQLVaBPv3cYGKDXasTUVuLvhxetcuS16ynt85czQ48mbSrWX

Don't forget to support the original ccminer authors
Christian Buchner and Christian H. This mod would not be
here without their work on ccminer:

  • BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM

Introduction

This is a CUDA accelerated mining application for use with
Monero and other coins based on the Cryptonight algorithm.

THIS PROGRAM IS PROVIDED "AS-IS", USE IT AT YOUR OWN RISK!

Command Line Options

`
-a --algo choose between the supported algos:
cryptonight (the old version)
monero (v7)
graft (v8)
stellite (v3)
intense (v4)
electroneum (v6)
-d, --devices gives a comma separated list of CUDA device IDs
to operate on. Device IDs start counting from 0!
Alternatively give string names of your card like
gtx780ti or gt640#2 (matching 2nd gt640 in the PC).
-l, --launch=CONFIG launch config for the Cryptonight kernel.
a comma separated list of values in form of
AxB where A is the number of threads to run in
each thread block and B is the number of thread
blocks to launch. If less values than devices in use
are provided, the last value will be used for
the remaining devices. If you don't need to vary the
value between devices, you can just enter a single
value and it will be used for all devices.
--bfactor=X Enables running the Cryptonight kernel in smaller pieces.\n
The kernel will be run in 2^X parts according to bfactor,\n
with a small pause between parts, specified by --bsleep.\n
This is a per-device setting like the launch config.\n
(default: 0 (no splitting) on Linux, 6 (64 parts) on Windows)\n
--bsleep=X Insert a delay of X microseconds between kernel launches.\n
Use in combination with --bfactor to mitigate the lag\n
when running on your primary GPU.\n
This is a per-device setting like the launch config.\n
-f, --diff Divide difficulty by this factor (std is 1)
-o, --url=URL URL of mining server (default: " DEF_RPC_URL ")
-O, --userpass=U:P username:password pair for mining server
-u, --user=USERNAME username for mining server
-p, --pass=PASSWORD password for mining server
--cert=FILE certificate for mining server using SSL
-x, --proxy=[PROTOCOL://]HOST[:PORT] connect through a proxy
-t, --threads=N number of miner threads
(default: number of nVidia GPUs in your system)
-r, --retries=N number of times to retry if a network call fails
(default: retry indefinitely)
-R, --retry-pause=N time to pause between retries, in seconds (default: 15)
-T, --timeout=N network timeout, in seconds (default: 270)
-k, --keepalive send keepalive requests to avoid a stratum timeout
-s, --scantime=N upper bound on time spent scanning current work when
long polling is unavailable, in seconds (default: 5)
--no-longpoll disable X-Long-Polling support
--no-stratum disable X-Stratum support
-q, --quiet disable per-thread hashmeter output
-D, --debug enable debug output
--color enable color output
-P, --protocol-dump verbose dump of protocol-level activities
-B, --background run the miner in the background (Linux only)
--benchmark run in offline benchmark mode
-c, --config=FILE load a JSON-format configuration file
-V, --version display version information and exit
-h, --help display this help text and exit


## AUTHORS

Notable contributors to this application are:
KlausT:
- various fixes and optimizations

tsiv: 
- CUDA implementation for the Cryptonight algorithm.

Christian Buchner, Christian H. (Germany): 
- modifying the original pooler-cpuminer for use with CUDA.

Jeff Garzik, pooler + contributors:
- The original pooler-cpuminer project

LucasJones:
 - JSON-RPC 2.0 handling and the Cryptonight C-code comes
   from his cpuminer fork, cpuminer-multi

Source code is included to satisfy GNU GPL V3 requirements.

主要指标

概览
名称与所有者KlausT/ccminer-cryptonight
主编程语言C
编程语言Makefile (语言数: 6)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2016-09-06 19:53:30
推送于2018-10-27 16:51:23
最后一次提交2018-10-27 18:50:21
发布数28
最新版本名称3.06 (发布于 )
第一版名称v0.1-alpha (发布于 )
用户参与
星数130
关注者数26
派生数30
提交数229
已启用问题?
问题数78
打开的问题数50
拉请求数12
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?