GithubHelp home page GithubHelp logo

zzg890 / hpool-miner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kayuii/hpool-miner

0.0 1.0 0.0 16 KB

chia chia-miner hpool hpool-miner

License: Apache License 2.0

Dockerfile 64.14% Shell 35.86%

hpool-miner's Introduction

An hpool-chia-miner docker image.

Tags

hpool-miner

update v1.2.0 Increase arm, aarch64 version

Examples

docker-compose example for hpool-miner:

version: "3"

services:
  miner:
    image: kayuii/hpool-miner:v1.2.0-5
    restart: always
    volumes:
      - /mnt/dst:/mnt/dst
      - /opt/chia/logs:/opt/log
      - /opt/chia/config.yaml:/opt/config.yaml
    command:
      - hpool-chia-miner

command-line example:

docker run -itd --rm  --name miner \
    -v "/mnt/dst:/mnt/dst" \
    -v "/opt/chia/logs:/opt/log" \
    -v "/opt/chia/config.yaml:/opt/config.yaml" \
    kayuii/hpool-miner:v1.2.0-5 hpool-chia-miner

default config.yaml

path: []            #扫盘路径
minerName:          #矿机名称(自定义)
apiKey:             #hpool apikey
cachePath: ""
deviceId: ""
extraParams: {}
log:
  lv: info
  path: ./log/
  name: miner.log
url:
  info: ""
  submit: ""
scanPath: false     #是否扫盘
scanMinute: 60      #扫盘间隔(分钟)

hpool-miner's People

Contributors

kayuii avatar zzg890 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.