litecoin.conf
rpcuser=aXXXXXXXm
rpcpassword=pfXXXXXXXXXXXXXh
gen=1
genproclimit=4
rcpallowip=127.0.0.1
rpcport=10333
port=10332
server=1
tested with Minerd (local RPC check)
Minerd.exe -o http://127.0.0.1:10333 -u aXXXXXm -p pXXXXXXXXXXh -t1
[2014-01-25 15:00:23] 1 miner threads started, using 'scrypt' algorithm.
[2014-01-25 15:00:24] thread 0: 4104 hashes, 13.11 khash/s
[2014-01-25 15:00:29] thread 0: 65556 hashes, 13.04 khash/s
[2014-01-25 15:00:34] thread 0: 65220 hashes, 12.96 khash/s
Now I tried this....
run_p2pool.exe --net litecoin aXXXXXm pXXXXXXXXXXh
2014-01-25 15:09:51.942000 p2pool (version 13.4)
2014-01-25 15:09:51.942000
2014-01-25 15:09:51.943000 Testing bitcoind RPC connection to '
http://127.0.0.1:9332/' with username 'XXXXXXX'...
2014-01-25 15:09:52.951000 > Error while checking Bitcoin connection:
2014-01-25 15:09:52.951000 > Traceback (most recent call last):
2014-01-25 15:09:52.951000 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other sid
e: 10061: No connection could be made because the target machine actively refused it..
2014-01-25 15:09:54.952000 > Error while checking Bitcoin connection:
2014-01-25 15:09:54.952000 > Traceback (most recent call last):
2014-01-25 15:09:54.952000 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other sid
e: 10061: No connection could be made because the target machine actively refused it..
2014-01-25 15:09:56.952000 > Error while checking Bitcoin connection:
2014-01-25 15:09:56.952000 > Traceback (most recent call last):
2014-01-25 15:09:56.953000 > Failure: twisted.internet.error.ConnectionRefusedError: Connection was refused by other sid
e: 10061: No connection could be made because the target machine actively refused it..
AND
run_p2pool.exe --net litecoin aXXXXXXm pXXXXXXXXXXXXXh --bitcoind-rpc-port 10333
2014-01-25 15:12:04.588000 p2pool (version 13.4)
2014-01-25 15:12:04.589000
2014-01-25 15:12:04.589000 Testing bitcoind RPC connection to '
http://127.0.0.1:10333/' with username 'XXXXXXXXXX'...
2014-01-25 15:12:04.599000 ...success!
2014-01-25 15:12:04.599000 Current block hash: 46ece9d4fffdfcdb99cd210cf8c66ba75397d28ccae930892b6467442fd885dd
2014-01-25 15:12:04.599000 Current block height: 503022
2014-01-25 15:12:04.599000
2014-01-25 15:12:04.599000 Testing bitcoind P2P connection to '127.0.0.1:9333'...
2014-01-25 15:12:09.600000 ...taking a while. Common reasons for this include all of bitcoind's connection slots being used...
NEXT TRIED THIS.
Minerd.exe -o http://127.0.0.1:9327 -u XXX -p ZZZZZ -t 1
[2014-01-25 15:17:31] 1 miner threads started, using 'scrypt' algorithm.
[2014-01-25 15:17:33] HTTP request failed: Failed connect to 127.0.0.1:9327; No error
[2014-01-25 15:17:33] json_rpc_call failed, retry after 30 seconds
[2014-01-25 15:18:05] HTTP request failed: Failed connect to 127.0.0.1:9327; No error
[2014-01-25 15:18:05] json_rpc_call failed, retry after 30 seconds
[2014-01-25 15:18:37] HTTP request failed: Failed connect to 127.0.0.1:9327; No error
[2014-01-25 15:18:37] json_rpc_call failed, retry after 30 seconds
PLEASE HELP