Code Monkey home page Code Monkey logo

3dcoin-miner's Introduction

3dcoin-miner

Can also be found at Docker Hub:

3dcoin-miner@DockerHub

What is 3dcoin-miner project?

This is a Docker image that starts a 3dcoin daemon and start solo CPU mining. In future, there will be GPU mining and mining pools, and if we get enough support from community, we will gladly prepare images for them too when core developers release them.

Is it free?

Anyone can use this image whenever they like. It is MIT licensed so do whatever you want with it, we are not responsible for anything caused by the usage of it. However, we are taking a fee of two 3DC per block found. Currently, a miner generates 22 3DC per block they find, so that makes 2 coins for us and 20 coins for you. We are always open for community to decide on our fee, so feel free to voice your opinion if you find it too high or too low. We felt 2 was a reasonable amount as we managed to make everything work with one press of a button.

What are the requirements?

You need to have Docker installed. How? Check out our Digital Ocean Ubuntu 16.04 image security hardening guide. (this is not ready yet, will be added later, also, be sure to check ToS for your cloud provider before CPU mining as most cloud providers prefer to ban you if you use CPU that much even though you have paid for it... We are using this image on our own home computers using Vagrant and Oracle Virtualbox, can also make a tutorial for it in future if people want it).

Here is a quick script before we release a detailed tutorial to install it on Ubuntu 16.04:

apt-get update && apt-get install -y apt-transport-https ca-certificates curl software-properties-common && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" && apt-get update && apt-get install -y docker-ce && docker --version

I have Docker installed, now what?

You just have to run the command below, that's all:

docker run -d --name hodlit-miner hodlitio/3dcoin-miner REPLACE_WITH_CPU_COUNT REPLACE_THIS_WITH_YOUR_3DC_WALLET_ADDRESS

here is a concrete example (allocate 4 cpu cores to the miner and send earnings to our wallet):

docker run -d --name hodlit-miner hodlitio/3dcoin-miner 4 AaMmmB5c3DKYuQEeTB6vc5fPt8gsUnJaVz

a more extereme example (allocate all of your cpu cores to the miner and send earnings to our wallet):

docker run -d --name hodlit-miner hodlitio/3dcoin-miner -1 AaMmmB5c3DKYuQEeTB6vc5fPt8gsUnJaVz

I would like to support HODLit.io team

Thanks! You can support us by registering to Digital Ocean with our referral link or donating to addresses below:

Bitcoin (BTC) donation address: Ethereum (ETH) donation address: Litecoin (LTC) donation address: Monero (XRM) donation address:

3DCoin (3DC) donation address:

AaMmmB5c3DKYuQEeTB6vc5fPt8gsUnJaVz

I would like to contact HODLit.io team

Mail: Twitter: Telegram:

3dcoin-miner's People

Contributors

hodlit avatar

Watchers

 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.