1 个仓库
Mechanisms to automatically detect and select the appropriate version of the Stratum protocol.
Distinct from Protocol Version Selectors: Applies protocol version selection specifically to the Stratum mining protocol rather than HTTP.
Explore 1 awesome GitHub repository matching networking & communication · Stratum Version Selectors. Refine with filters or upvote what's useful.
ethminer 是一个以太坊 GPU 挖矿和 Ethash 哈希工具。它作为一个 CUDA 和 OpenCL 客户端,利用显卡执行工作量证明计算,以验证区块链交易并挖掘以太币。 该软件利用 GPGPU 加速将并行数学计算卸载到 GPU,并直接在显存中生成所需的非循环图数据集,以消除磁盘延迟。它包含一个 GPU 挖矿基准测试工具,用于针对特定周期测试哈希速度和效率,从而建立性能基准。 该项目实现了用于协调工作分配和向远程矿池提交份额的 Stratum 网络协议,具有自动协议检测和加密通信功能。它还提供了一个用于远程管理的程序化 HTTP 接口,允许用户监控实时性能指标并控制挖矿操作。 系统集成通过用于进程协调和系统级通知的消息总线进行处理。
Automatically detects the appropriate Stratum protocol version to eliminate manual configuration.