Author

Topic: Litecoind: port 9332 closed for the network? (Read 5341 times)

full member
Activity: 147
Merit: 100
March 10, 2012, 10:35:32 PM
#5
oh yeah thanks!
member
Activity: 98
Merit: 10
I have it there. If I did not then I could not connect with a minerd even from a local host would I?

Code:
rpcuser=myusername
rpcpassword=mypassword

#Uncomment this if you want to have the client mine for you.
#gen=1

#Change this if you want to use a different rpc port for mining
#rpcport=9332

#Only uncomment this if you are running litecoind and want to run Litecoin in the background (not Litecoin QT)
daemon=1

You also need this, just change the subnet to whatever you use locally ...

rpcallowip=192.168.1.*
full member
Activity: 147
Merit: 100
I have it there. If I did not then I could not connect with a minerd even from a local host would I?

Code:
rpcuser=myusername
rpcpassword=mypassword

#Uncomment this if you want to have the client mine for you.
#gen=1

#Change this if you want to use a different rpc port for mining
#rpcport=9332

#Only uncomment this if you are running litecoind and want to run Litecoin in the background (not Litecoin QT)
daemon=1
member
Activity: 98
Merit: 10
Hello, I am trying to solo mine LTC, so I have started litecoind with
server=1 and daemon=1 in litecoin.conf
I can connect to it from localhost with pooler's minerd like this
minerd.exe --algo scrypt --s 6 --threads 2 --url http://127.0.0.1:9332 --userpass user:password
but cannot connect like this from another computer on the LAN! Neither hostname or ip address works in the --url field. I can ping it but the port scan shows 9332 to be closed while 9333 is open. But I believe 9333 is just for the litecoind upstream and not for incoming connections right? Firewall does not seem to be blocking anything. Do I understand it wrong?

You have to add the following to your litecoin.conf

rpcuser=rpcuser
rpcpassword=SOMERANDOMPASSWORD
full member
Activity: 147
Merit: 100
Hello, I am trying to solo mine LTC, so I have started litecoind with
server=1 and daemon=1 in litecoin.conf...and of course rpcuser and prcpassword set.
I can connect to it from localhost with pooler's minerd like this
minerd.exe --algo scrypt --s 6 --threads 2 --url http://127.0.0.1:9332 --userpass user:password
but cannot connect like this from another computer on the LAN! Neither hostname or ip address works in the --url field. I can ping it but the port scan shows 9332 to be closed while 9333 is open. But I believe 9333 is just for the litecoind upstream and not for incoming connections right? Firewall does not seem to be blocking anything. Do I understand it wrong?
Jump to: