Giter Club home page Giter Club logo

protopool's Introduction

CodeFactor DeepSource DeepSource

MicroCoin mining pool

This is a complete pool engine for the MicroCoin (MCC) ecosystem. This is a work in progess hobby project. Use it at your own risk. I don't take any responsibility for any loss. The frontend is not ready yet. Use it on Linux based systems, Windows wallet communication is slow, you won't be happy with that. Tested on Ubuntu 18.04.

Features

  • supports 2 mining difficulties (can be extended):
  • difficulty 1 on port 3333 for GPUs
  • difficulty 32 on port 3334 for ASICs
  • supports Pascal hashing algo
  • payout at every block
  • easy to install

Get started

Detailed tutorial will be available soon. Main steps:

  • download MCC daemon 1.3.6. and sync blockchain, then stop it
  • download MCC daemon 1.0.3.2 and start in the background
  • download and start pool

mkdir mccd_136
cd mccd_136
wget https://github.com/MicroCoinHU/MicroCoin-Daemon/releases/download/v1.3.6/MicroCoinD-linux.zip
unzip MicroCoinD-linux.zip
chmod +x MicroCoinD
./MicroCoinD
cd ..
mkdir mccd_1032
cd mccd_1032
wget https://github.com/MicroCoinHU/microcoind/files/2408030/x86_x64-linux-openssl-1.0.tar.gz
tar -xf x86_x64-linux-openssl-1.0.tar.gz
chmod +x microcoind
nohup ./microcoind -r &
  • open mining ports 3333 and 3334
  • clone the pool repo
  • set parameters in config.txt. For default settings set only the first 2 parameters:
  • pool_fee: your pool fee in percentage
  • pool_account: the account where your pool fee will be sent to
  • run the pool
sudo ufw allow 3333
sudo ufw allow 3334
git clone https://github.com/tamasvegera/protopool
cd protopool
vim config.txt
nohup python3 ./_main.py &

protopool's People

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.