Post
Topic
Board Announcements (Altcoins)
Qitmer Miner v0.7.1 [Update] Cuckaroo , Cuckatooo , Blake2b + 3 algo
by
Qitmer-Miner
on 07/08/2020, 05:45:50 UTC
Qitmeer Miner
The official GPU miner

Qitmeer-miner is an GPU miner . Currently it support 6 POW algorithms including Cuckaroo Cuckatoo  Blake2b Argon2d-nim Handshake BeamHashIII

Github
Windows : https://github.com/Qitmer/qitmeer-miner/releases/download/v0.7.1/win-miner.zip
Ubuntu : https://github.com/Qitmer/qitmeer-miner/releases/download/v0.7.1/ubuntu-miner.zip


Usage
Run with config file
go to your
create a new config file by copying from the example config file.

Code:
$ cp example.solo.conf qitmeer-miner.conf
edit the config file which your create, you might need to change the mineraddress. you need to create a Qitmeer address if you don't have it.
run miner with the config file

Code:
$ ./qitmeer-miner -C qitmeer-miner.conf

Code:
Command line usage

The qitmeer-miner is a command line program. This means you can also launch it by provided valid command line options. For a full list of available command optinos, please run:


Code:
$ ./qitmeer-miner --help

Debug Command:

Code:
-l, --listdevices    List number of devices.

The Config File Options:

Code:
-C, --configfile=    Path to configuration file
      --minerlog=      Write miner log file

The Necessary Config Options:

 
Code:
-P, --pow=           blake2bd|cuckaroo|cuckatoo|Argon2d-nim|Handshake|BeamHashIII
  -N, --network=       network privnet|testnet|mainnet (mainnet)

The Solo Config Option:
 

Code:
-M, --mineraddress=  Miner Address
  -s, --rpcserver=     RPC server to connect to (127.0.0.1)
  -u, --rpcuser=       RPC username
  -p, --rpcpass=       RPC password
      --randstr=       Rand String,Your Unique Marking. (Come from Qitmeer!)
      --notls          Do not verify tls certificates (true)
      --rpccert=       RPC server certificate chain for validation

The pool Config Option:

 
Code:
-o, --pool=          Pool to connect to (e.g.stratum+tcp://pool:port)
  -m, --pooluser=      Pool username
  -n, --poolpass=      Pool password

The Optional Config Option:
 

 
Code:
--cpuminer       CPUMiner (false)
      --proxy=         Connect via SOCKS5 proxy (eg. 127.0.0.1:9050)
      --proxyuser=     Username for proxy server
      --proxypass=     Password for proxy server
      --trimmerTimes=  the cuckaroo trimmer times (40)
      --intensity=     Intensities (the work size is 2^intensity) per device. Single global value or a comma separated list. (24)
      --worksize=      The explicitly declared sizes of the work to do per device (overrides intensity). Single global value or a comma separated list. (256)
      --timeout=       rpc timeout. (60)
      --use_devices=   all gpu devices,you can use ./qitmeer-miner -l to see. examples:0,1 use the #0 device and #1 device
      --max_tx_count=  max pack tx count (1000)
      --max_sig_count= max sign tx count (5000)
      --log_level=     info|debug|error|warn|trace (debug)
      --stats_server=  stats web server (127.0.0.1:1235)
      --edge_bits=     edge bits (24)
      --local_size=    local size (4096)
      --group_size=    work group size (256)

Help:

     
Code:
--help