GMiner-ETH-HuobiPool

1. GMiner 说明 ref: https://github.com/develsoftware/GMinerRelease

  • 1.1 下载 gminer_2_XX_windows64.zip, 解压后目录如下:
├───miner.exe# 主程序 ├───mine_aeternity.bat# 快捷脚本 ├───... ├───readme.txt# 说明文档 ├───sample_config.txt# 配置文件

  • 1.2 参数设置说明
以在 火币矿池 挖 以太币 为例,
https://pool.huobi.pe/pow/help/3/all
主要参数如下:
--algo:算法,可省略; 对于以太币,默认 ethash --server:矿池地址; 这里填写的是火币矿池 --user:火币矿池的子账户名;注意不是钱包地址,也不是邮箱号 ...

  • 1.3 使用方法( 直接命令行运行 )
./miner --algo ethash --server stratum+tcp://es.huobipool.com:1800 --user shenyoyo0706

也可以用配置文件运行, 或用快捷脚本运行, 参数设置方法是一样的。
# Sample configuration file to mine BitcoinGold # options has same names as command line arguments # you can access to environment variables by %variable_name% # run "miner --config sample_config.txt"[common] algo=ethash templimit=80 color=1 api=10555 logfile=miner.log log_date=1 log_newjob=0# Main pool [server] host=es.huobipool.com port=1800 user=shenyoyo0706 pass=x

2. Huobi 网站
  • 2.1 注册火币网/火币矿池账户 (统一的)
    火币网: https://www.huobi.pe/zh-cn/
    火币矿池: https://pool.huobi.pe/pow/
    火币矿池ETH连接规则: https://pool.huobi.pe/pow/help/3/all
  • 2.2 创建子账户
    • 子账户需要设置币种,这里选 ETH,即收益会按 以太币 结算。
    • 子账户名就是火币矿池的收款地址!
    这也意味着不用关注以太币的钱包地址
    有利有弊吧,
    优点: 可在火币平台上用火币账户直接交易,提现;不用记钱包地址。
    缺点: 收益默认都托管在平台上。
  • 2.3 开始挖矿
开始挖矿后,一般等待15-30分钟后就能看到收益。
  • 2.4 监测矿机、收益
web版
  • 矿机监控: https://pool.huobi.pe/pow/miners
  • 收益监控: https://pool.huobi.pe/pow/earnings
app版
  • 火币矿池 pro: http://eoshuobipool.com/zj.html
名词解释:
名称 单位 说明 备注
币价 USDT/ETH 3091 美元/以太币
币价 CNY/ETH 20311 人民币/以太币
全网算力 TH/s 541.07
矿池算力 TH/s 30.51
预计日收益 CNY/M 0.63 人民币/兆算力
预计日收益 ETH/M 0.00003117
我的算力 MH/s 36.08
ETH收益 ETH/d 0.00128769
  • 2.5 交易、提现
app版
  • 火币 pro: http://m.huobi.pe/zh-cn/download/
提现流程:
【GMiner-ETH-HuobiPool】资产页面 --> 币币 --(划转)--> 法币 --(我要卖)--> 散户收购(支持 微信/支付宝/银行卡)

    推荐阅读