Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "listen":[
- {
- "port":8342
- },
- {
- "port":8341,
- "protocol":"http-json"
- },
- {
- "port":8332,
- "protocol":"http-json",
- "proxy":"127.0.0.1"
- },
- {
- "host":"127.0.0.1",
- "port":8338,
- "protocol":"binary"
- }
- ],
- "database":{
- "engine":"mysql",
- "host":"localhost",
- "port":3306,
- "name":"name",
- "username":"user",
- "password":"password",
- "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 (?, ?, ?, ?, ?, ?)"
- },
- "memcached":{
- "servers":[
- {
- "host":"127.0.0.1",
- "port":11211
- }
- ]
- },
- "pid":"/tmp/pushpoold.pid",
- "forcehost":"localhost.localdomain",
- "log.requests":"/tmp/request.log",
- "log.shares":"/tmp/shares.log",
- "longpoll.disable":false,
- "auth.cred_cache.expire":75,
- "rpc.url":"http://127.0.0.1:8333/",
- "rpc.user":"user",
- "rpc.pass":"pass",
- "rpc.target.rewrite":true
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement