Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/6block/zkwork_aleo_worker
https://github.com/6block/zkwork_aleo_worker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/6block/zkwork_aleo_worker
- Owner: 6block
- License: gpl-3.0
- Created: 2022-05-22T16:29:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T15:25:17.000Z (almost 2 years ago)
- Last Synced: 2024-04-01T16:13:31.302Z (7 months ago)
- Language: Rust
- Size: 103 KB
- Stars: 30
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-aleo - 6block/6block zkwork aleo worker - 石榴矿池worker端 (矿池搭建)
README
# zkwork_aleo_worker
```shell
./zkwork_aleo_worker --verbosity 1 --email [email protected] --tcp_server "abcd_test.com:10001" --ssl_server "abcd_test.com:10002" --custom_name miner_1 --parallel_num 12 --ssl
```
```shell
worker 0.3.3
The zk.work team
aa51b4bUSAGE:
zkwork_aleo_worker_gpu [FLAGS] [OPTIONS] --emailFLAGS:
-h, --help Prints help information
--ssl If the flag is set, the worker will use ssl link
-V, --version Prints version informationOPTIONS:
--custom_name Specify the custom name of this worker instance [default: sixworker]
--email Specify this as a mining node, with the given email
--parallel_num Specify the parallel number of process to solve coinbase_puzzle [default:
2]
--ssl_server ... Specify the pool(ssl) that the worker is contributing to
--tcp_server ... Specify the pool(tcp) that the worker is contributing to
--threads Specify the threads per coinbase_puzzle solve process, defalut:16 [default:
16]
--verbosity Specify the verbosity of the node [options: 0, 1, 2, 3] [default: 2]
```
try adjusting the following parameters for best performance,--parallel_num、--threads,“parallel 12 --threads 4“ is recommended. Threads can be adjusted based on different cpus.# complie
## cpu
```shell
cargo build --release
```
## gpu cuda
```shell
cargo build --release --features cuda
```## License
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)