How to make your own bitcoin litecoin dogecoin mining pool Part 2 - stratum server

If you like my videos please consider donating BTC to

1GvWrJSLNafra26jDwpScY5bqYcQ6BDhPW

This is part 2 of the 3 part series of making your own bitcoin mining pool.

The commands needed to install the stratum server are:

git clone https://github.com/Tydus/litecoin_scrypt.git

git clone https://github.com/ahmedbodi/stratum-mining.git

git clone https://github.com/ahmedbodi/stratum.git

cd stratum-mining

git submodule init

git submodule update

cd externals/litecoin_scrypt

sudo python setup.py...

View more

From: whatthefluxable

Related topics : bitcoin mining pool server setup