- 将内存减少到 ~150MB/线程
- 性能提升 ~20-50%
- Reduced memory to ~150MB/thread
- Improved performance by ~20-50%
用法
要使用 rqiner,您可以参考 –help 输出
High performance Qubic CPU miner powered by Rust
Usage: rqiner [OPTIONS] --threads <THREADS>
Options:
-t, --threads <THREADS> Amount of threads used for mining
-b, --bench Benchmarks your miner without submitting solutions
-i, --id <ID> Your payout Qubic ID (required for pool mining)
-l, --label <LABEL> Label used for identification of your miner on the pool
-h, --help Print help
-V, --version Print version
对矿工进行基准测试
./rqiner -t <threads> --bench
开始矿池挖矿
./rqiner -t <threads> -i <payout-id>
该标签是可选的,可以简单地添加到矿池挖矿启动命令中
./rqiner -t <threads> -i <payout-id> --label <miner-label>
请注意,标签的长度不得超过 64 个字符。