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.
Detailed tutorial will be available soon. Main steps:
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 &
sudo ufw allow 3333
sudo ufw allow 3334
git clone https://github.com/tamasvegera/protopool
cd protopool
vim config.txt
nohup python3 ./_main.py &