whatthefluxable
Rank: 1377 / 1843
3 selected videos
How to make your own bitcoin mining pool part 3 - configuring the web front end
If you like my videos please consider donating BTC to
1GvWrJSLNafra26jDwpScY5bqYcQ6BDhPW
Hi guys this is the 3rd and final video on making a bitcoin mining pool.
In this video I show you how to create the web front end using free and open source software and we get the stratum server running and make sure that everything is working as expected
Thanks for watching
Please rate, comment like and subscribe if you like my videos :D
Related topics : bitcoin mining pool server software / free bitcoin mining pool
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...
Related topics : bitcoin mining pool server setup
Video Guide: How to configure an email server on Ubuntu for Bitcoin Pool using postfix and Gmail
Dependencies:
sudo apt-get install postfix mailutils libsasl2-2 ca-certificates libsasl2-modules
Remember to select "internet site" as your server type during the postfix installation.
Hi again guys,
This is just a quick follow up to teach you how to get an email server running on your ubuntu machine that you have configured your bitcoin mining pool on.
You will need a working gmail account to get this to work. Note that all emails are actually sent by your gmail account and recipients...
Related topics : bitcoin server pool
3 Resources