Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: digitalblock on August 25, 2014, 10:52:38 PM



Title: Need help with p2pool
Post by: digitalblock on August 25, 2014, 10:52:38 PM
 I tried a few times to create a p2pool I think I'm missing something. So I'm trying to create a p2pool for prime-xi and get stuck at the end when i open the screen nothings happening and its asking for ./darkcoin/darkcoin.conf But I have ./primexi/primexi.conf.
steps:
after installing primexid;
git clone https://bitbucket.org/dstorm/p2pool-drk
sudo apt-get install python-zope.interface python-twisted python-twisted-web
sudo apt-get install python-argparse
git clone https://github.com/chaeplin/xcoin-hash
cd xcoin-hash
rm -rf build
sudo python setup.py install
cd ~/p2pool-drk/darkcoin-subsidy-python
sudo python setup.py install
cd ~
nano dark_p2pool.sh
#!/bin/sh
screen -d -m -S drkp2pool ~/p2pool-drk/run_p2pool.py --net primexi --address PRIMEXIADDRESS --give-author 0.5 --fee 0.5 rpcadmin supersecretpassword
sudo chmod +x dark_p2pool.sh
./dark_p2pool.sh
screen -x drkp2pool
Any help?
I can pay BTC 0.05 only if we pm our conversations.


Title: Re: Need help with p2pool
Post by: murdof on August 26, 2014, 07:02:31 AM
Each coin usually has its own fork for p2pool.

Check out:
https://github.com/bluew1nter/p2pool-primexi

Haven't tried it but it seems to be straightforward.