English | 简体中文
1.此版本是在原有矿池 Kriptikz/ore-hq-server 版本上面修改的
2.只修改了服务端
-.加上jito稳定提交 -.修复提交延迟 -.显示客户端连接数量 -.显示每次提交间隔 -.修复若干bug
3.此版本刚出来,收费 0.1 sol 永久授权使用,初次使用时会自动扣费 0.1 sol (收费是绑定你的钱包地址的,只要钱包地址不换,一直可以用,换电脑也是可以用的) (不存在重启会二次收费,换电脑会二次收费,一次付费永久使用)
4.客户端可使用旧版本 旧版本链接: https://hub.nuaa.cf/xiaoniunn/pool-old-client
5.目前仅提供可执行文件版本直接执行命令,即可 ,新版本发布后, 一周内会开源
6.windows执行命令
ore.exe mine --rpc https://node.onekey.so/sol --rpcs https://node.onekey.so/sol --keypair 1.json --keypairs 1.json --priority-fee 6200
7.linux执行命令
./ore mine --rpc https://node.onekey.so/sol --rpcs https://node.onekey.so/sol --keypair 1.json --keypairs 1.json --priority-fee 6200
A command line interface for ORE cryptocurrency mining.
To install the CLI, use cargo:
cargo install ore-cli
To build the codebase from scratch, checkout the repo and use cargo to build:
cargo build --release
You can use the -h
flag on any command to pull up a help menu with documentation:
ore -h