Git Product home page Git Product logo

htmlcoin-miner's Introduction

HTMLCOIN Miner

This is just a Dockerfile to build the HTMLCOIN binaries optimized for CPU mining.

Besides the Dockerfile we have just a start.sh script to run the HTMLCOIN daemon and to start the miners.

This script was copied from cl04ker/HTMLCOIN-Script with minor modifications to work seamlessly with Docker. Thanks for the great work @cl04ker.

Usage

Just change the MINERS to match the number of CPU cores you want to use and the ADDRESS to put your wallet address (or leave it as it is to mine for me :P):

docker run -e MINERS=8 -e ADDRESS=Hkoc1w4A29nbm8aBGeSUJ6hD2qHtx7PFRd allanino/htmlcoin-miner

If you want to persist the blocks in the host to allow faster reinitialization, just add -v $HOME/.htmlcoin-docker:/root/.htmlcoin to the above command:

docker run -e MINERS=8 -e ADDRESS=Hkoc1w4A29nbm8aBGeSUJ6hD2qHtx7PFRd -v $HOME/.htmlcoin-docker:/root/.htmlcoin allanino/htmlcoin-miner

The data will be stored in $HOME/.htmlcoin-docker in the above example.

Build

To build the image yourself, just clone this repo and run docker build -t htmlcoin-miner ..

htmlcoin-miner's People

Contributors

allanino avatar sunk818 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.