Author

Topic: Creating an LTC P2Pool (Read 579 times)

newbie
Activity: 28
Merit: 0
April 10, 2013, 11:24:36 AM
#3
When running p2pool at the same time as Bitcoin and Litecoin, I experienced that one port clashed between each other.

However this was a very easy fix.

P2Pool for Bitcoin: run_p2pool.py username password --p2pool-port 9335
P2Pool for Litecoin: run_p2pool.py --net litecoin username password

For litecoin, you need to go into %AppData%/Litecoin and create litecoin.conf with:

rpcuser=
rpcpassword=
server=1

and you're ready to go ! Smiley
newbie
Activity: 154
Merit: 0
April 07, 2013, 02:24:28 AM
#2
Yes, just reed p2pool documentation.  Its the same for bitcoin as it is for litecoin, you just need to run p2pool with different command line arguments.

You then connect locally to your node and mine.  Your node will also provide http accessible statistics.

p2pool is immune to DDoS attacks.
hero member
Activity: 684
Merit: 500
Veni. Vidi. Vici.
April 06, 2013, 11:31:54 AM
#1
So, from what I understand about P2Pool is that if I create a pool, it will act as a node and consequently work with the other nodes when mining, correct? As such, I'd like to set up an LTC P2Pool. From what I have found, this seems appropriate, but for Bitcoins:

https://bitcointalksearch.org/topic/1500-th-p2pool-decentralized-dos-resistant-hop-proof-pool-18313

Now, could I simply follow those directions but use the Litecoin client? Or would I have to follow this instruction set:

https://bitcointalksearch.org/topic/a-complete-guide-to-p2pool-merged-mining-btcnmcdvcixci0c-plus-ltc-linux-62842

The latter is obviously much longer but seems like it would work. Thanks in advance!
Jump to: