All Projects → Kayuii → hpool-miner

Kayuii / hpool-miner

Licence: Apache-2.0 License
chia chia-miner hpool hpool-miner hpool-og-miner hpool-pp-miner Synology RaspberryPi

Programming Languages

shell
77523 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to hpool-miner

synology-decrypt
An open source implementation/description of the Synology Cloud Sync encryption/decryption algorithm
Stars: ✭ 91 (+313.64%)
Mutual labels:  synology, synology-nas
cloudflareddns
DDNS with Cloudflare
Stars: ✭ 33 (+50%)
Mutual labels:  synology, synology-nas
AirConnect-Synology
Updated AirConnect packages for Synology NAS and Synology Router
Stars: ✭ 200 (+809.09%)
Mutual labels:  synology, synology-nas
synology-api
A Python wrapper around Synology API
Stars: ✭ 116 (+427.27%)
Mutual labels:  synology, synology-nas
synology-update-plex
Script to Auto Update Plex Media Server on Synology NAS
Stars: ✭ 89 (+304.55%)
Mutual labels:  synology, synology-nas
chiapos
Chia Proof of Space library
Stars: ✭ 265 (+1104.55%)
Mutual labels:  chia
SMARTmBOT
The goal of this repository is to introduce a new, customizable, scalable, and fully opensource mobile robot platform, called SMARTmBOT. This repository provides a guide, and all design files and source codes so that you can build your own SMARTmBOT. SMARTmBOT can be useful for studying the basics of robotics, especially mobile robotics. It can …
Stars: ✭ 29 (+31.82%)
Mutual labels:  raspberry-pi-4
chialisp-web
A docusaurus Chialisp website
Stars: ✭ 54 (+145.45%)
Mutual labels:  chia
note
just note , take down what ever i want
Stars: ✭ 62 (+181.82%)
Mutual labels:  raspi
chia-monitor
🍃 A comprehensive monitoring and alerting solution for the status of your Chia farmer and harvesters.
Stars: ✭ 131 (+495.45%)
Mutual labels:  chia
piRa1n
Easily turn a Raspberry Pi 4 or a Banana Pi M2 Zero into a portable Checkra1n dongle.
Stars: ✭ 49 (+122.73%)
Mutual labels:  raspberry-pi-4
chiagen
standalone chia generator
Stars: ✭ 13 (-40.91%)
Mutual labels:  chia
homeberry
HomeBerry is an Android remote control app for your Raspberry PI
Stars: ✭ 31 (+40.91%)
Mutual labels:  raspberry-pi-4
synology-dlm-rarbg
RarBG search module for Synology Download Manager
Stars: ✭ 73 (+231.82%)
Mutual labels:  synology
pedalevite
Pédale Vite — DIY multi-FX pedalboard for guitar/bass/etc.
Stars: ✭ 68 (+209.09%)
Mutual labels:  raspberry-pi-4
YoloV3-ncnn-Raspberry-Pi-4
MobileNetV2_YOLOV3 for ncnn framework
Stars: ✭ 20 (-9.09%)
Mutual labels:  raspberry-pi-4
chia-client
TypeScript client for Chia RPC interfaces.
Stars: ✭ 84 (+281.82%)
Mutual labels:  chia
PiBuilder
Ideas for building a Raspberry Pi from "bare metal" to ready-to-run IOTstack
Stars: ✭ 26 (+18.18%)
Mutual labels:  raspberry-pi-4
homebridge-synology
Control your Synology Diskstation with Homekit
Stars: ✭ 135 (+513.64%)
Mutual labels:  synology
FileBasedMiniDMS
This php script sorts your documents (by using hardlinks) into subfolders based on the hashtags it finds in your documents filenames.
Stars: ✭ 35 (+59.09%)
Mutual labels:  synology

kayuii/hpool-miner

Build Status

An hpool-chia-miner docker image.

docker hub:

hpool-chia-og-miner

hpool-chia-pp-miner

Tags

hpool-og-miner

update v1.2.0 Increase arm, aarch64 version

2021-06-11 add docker-entrypoint.sh, gosu, tini

x-proxy-og

hpool-pp-miner

x-proxy-pp

Examples

for hpool-og-miner

docker-compose example :

version: "3"

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

or

version: "3"

services:
  miner:
    image: kayuii/hpool-miner:v1.5.0-7
    restart: always
    volumes:
      - /mnt/dst:/mnt/dst
      - /opt/chia/logs:/opt/log
    environment:
      - DIR=["/mnt/dst"]
      - APIKEY=1df8e525-772f-40e9-908d-0f26e36f8046
      - HOSTNAME=miner
      - LOGPATH=./logs/
      - SCAN=30
      - LANG=cn
      - PROXY=http://192.168.1.88:9190
      - MTLOAD=true
    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.4.1-1 hpool-chia-miner

or

docker run -itd --rm  --name miner \
    -v "/mnt/dst:/mnt/dst" \
    -v "/opt/chia/logs:/opt/log" \
    -e 'DIR=["/mnt/dst"]' \
    -e "APIKEY=1df8e525-772f-40e9-908d-0f26e36f8046" \
    -e 'HOSTNAME=miner' \
    -e 'LOGPATH=./logs/' \
    -e 'SCAN=30' \
    -e 'LANG=cn' \
    -e 'PROXY=http://192.168.1.88:9190' \
    -e 'MTLOAD=true' \
    kayuii/hpool-miner:v1.5.0-7 hpool-chia-miner

default config.yaml

token: ""
path: []                   #扫盘路径
minerName:                 #矿机名称(自定义)
apiKey:                    #hpool apikey
cachePath: ""
deviceId: ""
extraParams: {}
log:
  lv: info
  path: ./log/
  name: miner.log
url:
  info: ""
  submit: ""
  line: ""
  ws: ""
  proxy: ""                # 一个局域网内,代理只需要开一台就可以了,如代理所在的机器Ip是192.168.1.88,端口9190
scanPath: false            #是否扫盘
scanMinute: 60             #扫盘间隔(分钟)
debug: ""
language: cn
line: cn                   # 中国大陆以外地区如果连不上服务器,建议选择日本线路。 jp
multithreadingLoad: false  # 文件扫盘方式  false 单盘逐个加载 true 多盘同时加载

for hpool-pp-miner

docker-compose example :

version: "3"

services:
  miner:
    image: kayuii/hpool-pp-miner:v1.5.0-2
    restart: always
    volumes:
      - /mnt/dst:/mnt/dst
      - /opt/chia/logs:/opt/log
      - /opt/chia/config.yaml:/opt/config.yaml
    command:
      - hpool-chiapp-miner

or

version: "3"

services:
  miner:
    image: kayuii/hpool-pp-miner:v1.5.0-2
    restart: always
    volumes:
      - /mnt/dst:/mnt/dst
      - /opt/chia/logs:/opt/log
    environment:
      - DIR=["/mnt/dst"]
      - APIKEY=1df8e525-772f-40e9-908d-0f26e36f8046
      - HOSTNAME=miner
      - LOGPATH=./logs/
      - SCAN=30
    command:
      - hpool-chiapp-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-pp-miner:v1.5.0-2 hpool-chiapp-miner

or

docker run -itd --rm  --name miner \
    -v "/mnt/dst:/mnt/dst" \
    -v "/opt/chia/logs:/opt/log" \
    -e 'DIR=["/mnt/dst"]' \
    -e "APIKEY=1df8e525-772f-40e9-908d-0f26e36f8046" \
    -e 'HOSTNAME=miner' \
    -e 'LOGPATH=./logs/' \
    -e 'SCAN=30' \
    kayuii/hpool-pp-miner:v1.5.0-2 hpool-chiapp-miner

default config.yaml

path:            #扫盘路径
minerName:          #矿机名称(自定义)
apiKey:             #hpool apikey
cachePath: ""
deviceId: ""
extraParams: {}
log:
  lv: info
  path: ./log/
  name: miner.log
url:
  proxy: ""
scanPath: false     #是否扫盘
scanMinute: 60      #扫盘间隔(分钟)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].