Bitcoin Forum
April 18, 2024, 08:09:04 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Pushpool Litecoin Help  (Read 1087 times)
ebildude123 (OP)
Full Member
***
Offline Offline

Activity: 223
Merit: 100


View Profile
April 26, 2013, 04:27:43 AM
 #1

http://ltchashers.com/ > Won't load.
Here is my pushpool config.
Code:
{
# network ports
"listen" : [
# binary protocol (default), port 8342
{ "port" : 8342 },

# HTTP JSON-RPC protocol, port 8341
{ "port" : 8341, "protocol" : "http-json" },

# HTTP JSON-RPC protocol, port 8344,
# with trusted proxy appserver.example.com forwarding
# requests to us
{ "port" : 7332, "protocol" : "http-json",
  "proxy" : "127.0.0.1" },

# binary protocol, localhost-only port 8338
{ "host" : "127.0.0.1", "port" : 9338, "protocol" : "binary" }
],

# database settings
"database" : {
"engine" : "mysql",
"host" : "localhost",
"port" : 3306,
"name" : "snipped",
"username" : "snipped",
"password" : "snipped",
"sharelog" : true,
"stmt.pwdb":"SELECT `password` FROM `pool_worker` WHERE `username` = ?",
"stmt.sharelog":"INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution) VALUES (?, ?, ?, ?, ?, ?)"

},

# cache settings
"memcached" : {
"servers" : [
{ "host" : "127.0.0.1", "port" : 11211 }
]
},

"pid" : "/tmp/pushpoold.pid",

# overrides local hostname detection
"forcehost" : "localhost.localdomain",

"log.requests" : "/tmp/request.log",
"log.shares" : "/tmp/shares.log",

# the server assumes longpolling (w/ SIGUSR1 called for each blk)
"longpoll.disable" : false,

# length of time to cache username/password credentials, in seconds
"auth.cred_cache.expire" : 75,

# RPC settings | Notice how this ISN'T port number 8332 this is becuase the same port number should not becuase inconjunction with the JSON RPC port other wise you'll get 500 errors
"rpc.url" : "http://127.0.0.1:9333/",
"rpc.user" : "snipped",
"rpc.pass" : "snipped",

# rewrite returned 'target' to difficulty-1?
"rpc.target.rewrite" : true
}

I am using simplecoin:
The page won't load: http://ltchashers.com/
http://ltchashers.com:7332 however, asks for user/pass.

Litecoin daemon should be up:
Code:
root@ltcpool:/home/pushpool/sbin# litecoind -daemon
Litecoin server starting

Anyone wanna pitch in and help me out  Tongue

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!