Giter VIP home page Giter VIP logo

chia-plotter's Introduction

An chia-plotter docker image.

Tags

chia-plotter

chia-plotter replace ProofOfSpace

hpool-miner

move to (kayuii/hpool-miner)

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

command-line example for chia-plotter:

sign

docker run -it --rm \
  kayuii/chia-plotter:v0.11 chia-plotter-linux-amd64 \
  -action sign -sign-mnemonic "24 mnemonics"

plotter

docker run -itd --rm --name plot00 --cpuset-cpus="0-4" \
  -v "/mnt/tmp/00:/mnt/tmp" \
  -v "/mnt/dst/00:/mnt/plot" \
  -v "/opt/chialogs:/mnt/logs" \
  kayuii/chia-plotter:v0.11 bash -c "sleep 30m && chia-plotter-linux-amd64 -action plotting -plotting-fpk '0x9480b07ff8e454f10d0224135c71dc47fa4a3333704cac39d11d4a65db2892c75454b0da0a29fb7cf8777c22166c87b7' -plotting-ppk '0x96d4d710f722d6957149fb1707b9e915611ee91e485bd26de155ce2b95df8807cd2781736162e71240caf7fff952f709' -plotting-n 1 -r 5 -b 4608 -e -p -d /mnt/plot -t /mnt/tmp |tee /mnt/logs/chia_00.log"

checkplot

./entrypoint.sh check /mnt/dst

chia-plotter's People

Contributors

kayuii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

onebull

chia-plotter's Issues

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.