Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LGC] Logicoin | DGW | X11 | No Premine | Poloniex
by
Eastwind
on 27/04/2014, 11:39:56 UTC


2.Download, compile and install Logicoin p2pool

Download Logicoin p2pool source : https://bitbucket.org/dstorm/p2pool-lgc/get/6891f0c35a27.zip

Extract 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 install

You 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.

When LogiCoin wallet is updated, do we need to compile the P2pool file again?