Bitcoin Forum
July 16, 2024, 02:42:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Need help with setup P2Pool for litecoin  (Read 2812 times)
apple_talk (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


"Proof-of-Asset Protocol"


View Profile
January 25, 2014, 11:21:45 PM
 #1

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

|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
roy7
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
January 26, 2014, 02:18:43 AM
 #2

Run p2pool with --bitcoind-p2p-port 10332
apple_talk (OP)
Sr. Member
****
Offline Offline

Activity: 473
Merit: 250


"Proof-of-Asset Protocol"


View Profile
January 26, 2014, 06:10:02 AM
 #3

Thanks a lot.

|
 
 
50
|
 




                       ▄
           ▄▄▄▄▄▄███████
▄▄▄▄█████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████

█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
█████████  █████████████
▀▀▀▀█████  █████████████
           ▀▀▀▀▀▀███████
                       ▀
|
 
 
$1,5 M
|



        ▄▄▄█████████▄▄▄
      ▄█████▀▀███▀▀█████▄
    ▄███▀     ███     ▀███▄
   ████       ███       ████
  ███▀                   ▀███
 ███▀                     ▀███
▄██▀       █████████       ▀██▄
███                         ███
███        █████████        ███
███                         ███
▀██▄       █████████       ▄██▀
 ███▄                     ▄███
  ███▄                   ▄███
   ████       ███       ████
    ▀███▄     ███     ▄███▀
      ▀█████▄▄███▄▄█████▀
        ▀▀▀█████████▀▀▀
|
 
|
 
<>
<>
<>
<>
 
GITHUB
TWITTER
YOUTUBE
FACEBOOK
infernoman
Legendary
*
Offline Offline

Activity: 964
Merit: 1000



View Profile
June 20, 2014, 12:21:43 AM
 #4

having similar problems in my configuration for fuelcoin. some help would be greatly appreciated.
https://bitcointalk.org/index.php?topic=657662.new#new
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!