2.Download, compile and install Logicoin p2pool Download Logicoin p2pool source :
https://bitbucket.org/dstorm/p2pool-lgc/get/6891f0c35a27.zipExtract dstorm-p2pool-lgc-6891f0c35a27.zip to the folder of your choice. It will put all the files a couple of folders deep.
Make a new folder c:\p2pool and copy everything in the dstorm-p2pool-lgc-6891f0c35a27 folder to c:\p2pool.
All your p2pool files and folders should now be in the root of c:\p2pool.
Open command prompt and go to c:\p2pool
Run the following command
setup.py install build --compile=mingw32 installYou will see it finish with the following error.
raise ImportError, "No module named " + qname
ImportError: No module named ltc_scrypt
That's ok because we're not mining Litecoins. We're mining Logicoins.
If you wish to charge a pool fee, edit c:\p2pool\run_darkpool.sh
(you can't use notepad, you'll need something like ultraedit) otherwise, continue to step 3.
It is working perfectly.