I am attempting to get p2pool running for litecoin, My startup line is
python ./run_p2pool.py --net litecoin --give-author 1 -f 0 --bitcoind-rpc-port 10332 -n litecoin-p2pool.com:9338 USERNAME PASSWORD
I am getting an error connecting to the blockchain that traces back to something called softforks. It seems unable to connect to the blockchain.
The litecoin conf file contains
server=1
listen-1
bind=0.0.0.0
daemon=1
rpcport=10332
port=10333
rpcallowip=127.0.0.1
I have the bitcoin version running just fine. I appear to be missing something here.