Bitcoin Forum
September 23, 2026, 11:10:50 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Creating an LTC P2Pool  (Read 584 times)
xwebnetwork (OP)
Hero Member
*****
Offline

Activity: 684
Merit: 500


Veni. Vidi. Vici.


View Profile WWW
April 06, 2013, 04:31:54 PM
 #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://bitcointalk.org/index.php?topic=18313.0

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

https://bitcointalk.org/index.php?topic=62842.0

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

Validity.Bringing Advanced Utility to the Blockchain with the Validity SmartChain!
Website | BTCT Thread
ltcdice
Newbie
*
Offline

Activity: 154
Merit: 0


View Profile
April 07, 2013, 07: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.
GForce
Newbie
*
Offline

Activity: 28
Merit: 0


View Profile
April 10, 2013, 04:24:36 PM
 #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=<pick a username>
rpcpassword=<pick a password>
server=1

and you're ready to go ! Smiley
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!