- removed BMI2 instructions
- improved performance by ~50%
删除的BMI2指令
性能提高了约50%
https://github.com/Qubic-Solutions/rqiner-builds/releases
v0.3.19 | Major optimizations (x86)
rqiner 是一款高度优化的 100% 便携式 Qubic 矿机,采用 Rust 制造,并与 Qubic-Solutions 矿池原生集成。 rqiner 可以在 LLVM 允许的任何地方运行。由于交叉编译需要一些时间,并且矿工不断优化,因此某些目标不会定期更新。如果您需要特定的二进制文件(例如 x86-64(x86)、aarch64(ARMv9、ARMv8、ARMv7)、RISC-V),请在 Discord 上打开问题或私信。mineco
要使用 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 个字符。