Author

Topic: [HOWTO] Setup a p2pool for Bytecoin (Read 2312 times)

hero member
Activity: 686
Merit: 500
Bitbuy
May 02, 2013, 08:14:35 AM
#4
How difficult is it to mod the source to support new coins like CHNcoin?
hero member
Activity: 490
Merit: 500
April 09, 2013, 09:11:03 PM
#3
Or make Bytecoin merged mineable.  That would be killer.
sr. member
Activity: 459
Merit: 250
April 07, 2013, 05:58:23 PM
#2
Someone should submit a proper patch for p2pool's official client to support bytecoin rather than everyone having their own hacked version.
hero member
Activity: 602
Merit: 500
April 07, 2013, 05:52:24 PM
#1
Been playing with p2pool and even got some help from the p2pool author.

Quick fix for new users:

git clone git://github.com/chrda/p2pool.git

Quick fix for gerco modified p2pool users:
1. Edit p2pool/p2pool/networks.py
2. Locate      bytecoin=math.Object( area
3. Edit BOOTSTRAP_ADDRS=''.split(' '), And change it to
Quote
BOOTSTRAP_ADDRS='seed.bytecoin.cc seed01.bytecoin.cc seed02.bytecoin.cc'.split(' '),

This simple mod will make sure nodes starts talking together. Enjoy Smiley

Follow this guide for the rest of the p2pool setup:
https://bitcointalksearch.org/topic/a-complete-guide-to-p2pool-merged-mining-btcnmcdvcixci0c-plus-ltc-linux-62842


-------------------
Code is taken from these repos:
https://github.com/forrestv/p2pool -  original p2pool
https://github.com/gerco/p2pool - bytecoin network mod
Jump to: