Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codefat-6block committed Feb 6, 2020
1 parent 0c91788 commit 3a261d5
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions README.md
Expand Up @@ -13,29 +13,24 @@
| algorithm | card | hashrate |
| --- | --- | --- |
| handshake(blake2b + sha3) | 2080 Ti | 460MH/s |
| handshake(blake2b + sha3) | 1080 Ti | 340MH/s |
| handshake(blake2b + sha3) | 1080 Ti | 350MH/s |
| handshake(blake2b + sha3) | 2060 | 185MH/s |
| handshake(blake2b + sha3) | RX 580 | 64MH/s |
| handshake(blake2b + sha3) | Tesla T4 | 210MH/s |
| handshake(blake2b + sha3) | P100 | 93MH/s |
| handshake(blake2b + sha3) | Tesla T4 | 220MH/s |
| handshake(blake2b + sha3) | P100 | 100MH/s |


## Command line options
```
-a, --algo=ALGO specify the algorithm to use
hns/bl2bsha3
-a, --algo=ALGO specify the algorithm to use
-o, --url=URL URL of mining server
-O, --userpass=U:P username:password pair for mining server
-u, --user=USERNAME username for mining server
-p, --pass=PASSWORD password for mining server
-m, --mode=MODE options: CPU\CUDA\OPENCL (default: CPU)
--devices=N list of GPU devices to use.
--temperature-limit=N limit maximun temperature of GPU
--opcl-vendor=VENDOR vendor name, default AMD (options: AMD NVIDIA Intel).
--no-color disable colored output
-B, --background run the miner in the background
--print-time=N print hashrate report every N seconds
--dry-run test configuration and exit
-m, --mode=MODE options: CPU\CUDA\OpenCL. (default: CPU)
--devices=0,1,2 list of GPU devices to use. (default: all)
--temperature-limit=N limit maximun temperature of GPU. (default: 90)
--opcl-vendor=VENDOR vendor name for OpenCL mode. (default: AMD, options: AMD NVIDIA Intel).
--threads=N count of CPU threads for CPU mode.
-h, --help display this help and exit
-V, --version output version information and exit
```

0 comments on commit 3a261d5

Please sign in to comment.