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 |
GPU miner,it is only support Nvidia card now !
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
-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
Linux
damominer: NVIDIA Driver version:>=418.87,cuda 10.1
Windows
damominer9: NVIDIA Driver version:>=385.54 cuda 9.0
damominer10: NVIDIA Driver version:>=418.96 cuda 10.1
Linux
Windows
-I: -I range(0,8),Dual-mining eth_ckb
1.If you want CKB have the best performance ,set I 8 damominer -P stratum+tcp://sp_tttest.workname@ckb.sparkpool.com:8888 -E stratum1+tcp://0x43E5f72D6Ab08fB8034F0dFb34a480B9d256e53C.workname@cn.sparkpool.com:3333 -A eth_ckb -I 8
2.If you want ETH have the best performance ,set I 0 damominer -P stratum+tcp://sp_tttest.workname@ckb.sparkpool.com:8888 -E stratum1+tcp://0x43E5f72D6Ab08fB8034F0dFb34a480B9d256e53C.workname@cn.sparkpool.com:3333 -A eth_ckb -I 0
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
}
}
Email: damominerofficial@gmail.com
Supports AMD card on RVN.
Supports windows & linux.
Supports RVN mining.
Supports Windows & linux.
Supports ETH-TRB dual mining.
Supports Windows & linux.
Supports nicehash protocol.
Update ETH-HNS hashrate.
Support ETH-HNS dual mining
Support windows and linux
Support ETH,CKB,ETH-CKB dual mining.
Support Windows and linux.