Skip to content

damomineraleo/aleominer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

DamoMiner

GPU miner for ETH,CKB,ETH-CKB,RVN,ETH-HNS,ETH-TRB

Download

Download here

Contact Us

Performance (stock frequency)

Algorithm AMD/Nvidia Coin 1070 P102-10G 1080ti 1080 P106-100 P104 2080 Ti 2060 Rx470
eaglesong Nvidia CKB - 998M - - - - - - -
ethash Nvidia ETH - 47.2M 46M 35M - - - - -
eaglesong+ethash Nvidia CKB+ETH 383.1+24.9M 439.9+43.6M 657.6+45.9M 529.5+31.1M - - - - -
blake2b_sha3+ethash Nvidia HNS+ETH 159.6+22.1M 168.6+44.0M 173.9+43.4M 86.5+21.6M 74.2+18.6M 130.1+32.5M - - -
tellor+ethash Nvidia TRB+ETH 254.3+25.4M 289.8+41.4M 402.1+44.6M 137.7+19.3M 128.1+18.3M 235.3+33.6M 860.8+50.6M 435.1+36.2M -
kawpow Both RVN 13.22M 23.92M 22.484M - 10.4195 18.642M - - 10.1

Note: - wait for update.

Feature

  • Supports Windows & Linux.
  • Supports faster dual-mining.
  • Dev Fee:
    • ethash 1% ETH
    • eaglesong 3% CKB
    • ethash+eaglsong 2%ETH+1%CKB
    • ethash+hns 3% ETH+HNS
    • ethash+trb 3% ETH+TRB
    • kawpow 2% RVN

CMD Option

GPU miner,it supports Nvidia card ,and supports AMD graphics on RVN coin only.

Options :

-P,--pool           Stratum pool. Example
                    ckb pool: stratum+tcp://youraccount.workname@ckb-eu.sparkpool.com:8888
                    eth pool: stratum1+tcp://youraccount.workname@cn.sparkpool.com:3333
                    scheme://[account[.workername]@]hostname:port

-E                  Dual mining mode, set ETH pool, single mining mode only need set -P 
                    scheme://[account[.workername]@]hostname:port

-A                  Algorithm supported:ckb,eth,eth_ckb,eth_hns,eth_trb,rvn
-h,--help           Displays this help text and exits
-V,--version        Show program version and exits
--api-bind          Default not set. Example:--api-bind 127.0.0.1:3333
                    Use negative port number for readonly mode
--api-port          Default not set.range from (1~65535) 
                    listen on this port 
--api-password      Default not set.you can set the password to protect your interaction
-I,--intensity      Dual mining mode ,ETH hashrate will faster and slave coin hashrate will slower 
                    with the smaller intensity range from (0~8).default 4

Requirements

Linux

damominer: NVIDIA Driver version:>=470.42,cuda 11.4

Windows

damominer: NVIDIA Driver version:>=471.11 cuda 11.4

Sample Usages

Coin:ETH

Coin:CKB

Coin:RVN

Coin:ETH-TRB

Linux

Windows

Coin:ETH-HNS

Linux

Windows

Coin:ETH-CKB

Linux

Windows

FAQ

Tuning parameter

API Reference

Request:
{
"id": 1,
"jsonrpc": "2.0",
"method": "miner_getstatdetail"
}

response:
{
    "id": 0,
    "jsonrpc": "2.0",
    "result": {
        "connection": {
            "connected": true,
            "switches": 1,
            "uri": "stratum+tcp://youraccount.workname@ckb.sparkpool.com:8888"
        },
        "devices": [
            {
                "_index": 0,
                "_mode": "CUDA",
                "hardware": {
                    "name": "P102-100 9.92 GB",
                    "pci": "06:00.0",
                    "sensors": [
                        0,
                        0,
                        0
                    ],
                    "type": "GPU"
                },
                "mining": {
                    "hashrate": "0x000847f9",
                    "hashrate_sc": "0x22074180",
                    "segment": [
                        "0xe9624dbb2939f091",
                        "0xe9624dbc2939f091"
                    ],
                    "shares": [
                        0,//accept share;
                        0,//reject share;
                        0,//fault share;
                        18   //last share take delay_time;
                    ]
                }
            },
            {
                "_index": 1,
                "_mode": "CUDA",
                "hardware": {
                    "name": "P102-100 9.92 GB",
                    "pci": "07:00.0",
                    "sensors": [
                        0,
                        0,
                        0
                    ],
                    "type": "GPU"
                },
                "mining": {
                    "hashrate": "0x00085c1c",
                    "hashrate_sc": "0x211add80",
                    "segment": [
                        "0xe9624dbc2939f091",
                        "0xe9624dbd2939f091"
                    ],
                    "shares": [
                        0,
                        0,
                        0,
                        18
                    ]
                }
            },               
        ],
        "host": {
            "name": "N0101",
            "runtime": 18,
            "version": "damominer"
        },
        "mining": {
            "difficulty": 99998604623,
            "epoch": -1,
            "epoch_changes": 0,
            "hashrate": "0x00299118",
            "shares": [//master coin
                0,//accept share;
                0,//reject share;
                0,//fault share;
                18   //last share take delay_time;
            ]
            "shares_sc": [//slave coin
                0,//accept share;
                0,//reject share;
                0,//fault share;
                18   //last share take delay_time;
            ]
        },
        "monitors": null
    }
}

History

V4.3.3 (20220211)

Support eth IM Pool.

V2.7.8 (20200515)

Supports AMD card on RVN.
Supports windows & linux.

V2.7.5 (20200509)

Fix some issue on some pools.
Supports windows & linux.

V2.6.9 (20200429)

Update RVN hash rate.
Supports linux.

V2.6.6 (20200421)

Supports RVN mining.
Supports Windows & linux.

V2.6.3 (20200410)

Supports ETH-TRB dual mining.
Supports Windows & linux.

V2.5.8 (20200320)

Supports nicehash protocal.
Update eth_hns hash rate.

V2.5.7 (20200313)

Supports ETH-HNS dual mining.
Supports Windows & linux.

V2.4.3 (20200207)

Supports ETH,CKB,ETH-CKB dual mining.
Supports Windows & linux.

About

aleo miner for windows & linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published