Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: CartmanSPC on July 30, 2013, 11:19:14 PM



Title: P2Pool source code support thread for DGC - WDC - CRC - CSC - ANC
Post by: CartmanSPC on July 30, 2013, 11:19:14 PM
This support thread is for discussion of the source code and setup of P2Pool for the following coins:

Digitalcoin
Worldcoin
Craftcoin
Casinocoin
Anoncoin

Source:
https://github.com/CartmanSPC/p2pool

Please use this thread for questions on setting up your own node and to make change suggestions. I am hoping that other P2Pool ops can help out new people wanting to set up their own. I will do my best to answer questions as time permits.


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC
Post by: CartmanSPC on August 20, 2013, 01:13:31 AM
Updated p2pool to version 13.3

Upgrade is recommended but not required.


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC
Post by: CartmanSPC on September 04, 2013, 06:50:07 AM
Updated Worldcoin to new coin specifications.

Block time changed from 15 to 30 seconds
Block Reward changed from 32 to 64 coins
Spread changed from 120 to 60.

Please update your nodes.


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC
Post by: jdebunt on September 04, 2013, 08:12:56 AM
Updated Worldcoin to new coin specifications.

Block time changed from 15 to 30 seconds
Block Reward changed from 32 to 64 coins
Spread changed from 120 to 60.

Please update your nodes.

Thanks for the update good sir :)


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC
Post by: guugll on September 06, 2013, 09:26:15 PM
thx


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC
Post by: CartmanSPC on November 20, 2013, 12:59:49 AM
Updated Digitalcoin to new coin specifications.

Block Reward changed from 20 to 15 coins
Block time changed from 20 to 40 seconds
Spread changed from 90 to 45.

Changed version identifier to not conflict with older DGC p2pool nodes.

Please update your nodes with new code from https://github.com/CartmanSPC/p2pool

DELETE the Digitalcoin folder from the Data directory first!

Changes:
https://github.com/CartmanSPC/p2pool/commit/f71844dea8e12f5670aee6a5c1609f834b33642f


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC
Post by: CartmanSPC on November 21, 2013, 04:43:55 AM
New code to address 5% error that occasionally comes up requiring a restart of the node.

https://github.com/CartmanSPC/p2pool/commit/901d333f0bd784545a591fd857b848da60baafcd


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC
Post by: wacko on December 11, 2013, 11:11:52 PM
Hi. How can I run this on a Windows machine? I used to run p2pool 13.3 on windows for litecoin mining, but that was the version downloaded from forrestv which has "run_p2pool.exe". Does this version have to be compiled first? How is it done in Windows?


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC
Post by: CartmanSPC on December 12, 2013, 12:15:26 AM
Hi wacko,

Here are the basic instructions:

Windows:
•Install Python 2.7: http://www.python.org/getit/
•Install Twisted: http://twistedmatrix.com/trac/wiki/Downloads
•Install Zope.Interface: http://pypi.python.org/pypi/zope.interface/3.8.0
•Install python win32 api: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/
•Install python win32 api wmi wrapper: https://pypi.python.org/pypi/WMI/#downloads

Set environmental variables

cd litecoin_scrypt
C:\Python27\python.exe setup.py build --compile=mingw32 install
If you run into an error with unrecognized command line option '-mno-cygwin', see this: http://stackoverflow.com/questions/6034390/compiling-with-cython-and-mingw-produces-gcc-error-unrecognized-command-line-o

As you can see it's not the compiled version you ran for litecoin. Take a bit more effort.


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC
Post by: wacko on December 13, 2013, 05:18:26 PM
Thanks a lot CartmanSPC, got it working now. Although it shows pretty low efficiency (--net casinocoin), just around 80-90% most of the time: out of 553 total shares, I've got 206 orphaned and 34 dead. Gotta try solo-mining I guess.


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC
Post by: CartmanSPC on December 20, 2013, 12:50:38 AM
Added Anoncoin to the github...enjoy!

Thanks Wolf`


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC - ANC
Post by: CartmanSPC on December 23, 2013, 11:05:24 PM
Made some changes to the Casinocoin p2pool specs. Please delete your coin data folder and update to the new specs.

Changes:
https://github.com/CartmanSPC/p2pool/commit/384632e9c9ce89237445f276faa7210f599bc0f7
https://github.com/CartmanSPC/p2pool/commit/6db0e9d5c936aedcc57f2ae325826e884845f416


Title: Re: P2Pool source code support thread for DGC - WDC - CRC - CSC - ANC
Post by: CartmanSPC on February 01, 2014, 12:40:46 AM
Moving this thread to:

https://cryptocointalk.com/topic/4062-p2pool-source-code-support/