Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Xenland on July 06, 2011, 02:10:35 PM



Title: PushPool Json config Tech Support
Post by: Xenland on July 06, 2011, 02:10:35 PM
I hope this isn't getting ridiculous with all the Tech support threads I've started but I thought it was neccesary to have the json file its own section so anybody could quickly look through all the problems in one area. Anyways this is the official Pushpool .json config Tech Support thread were you can get in-depth information and setting/config support.

Enjoy!


Title: Re: PushPool Json config Tech Support
Post by: sareea on August 07, 2011, 03:55:39 PM
Hello,
Can you please validate for me if the ports and ips are right and if it will work successfully together ?
Server.json
http://pastebin.com/LEtg7

bitcoin.conf
http://pastebin.com/bA2XtaBy

blkmond.conf
Code:
host=127.0.0.1
port=8333
pid=/tmp/pushpoold.pid

is it right to do ?
rpcallowip=*.*.*.*
or is it
rpcallowip=* ?


Are my config files right ?
The only problem i get is :
HTTP request failed: empty response from server
Edit: i fixed the problem , by making the same rpc port for the 3 files . ( the rpc url , the port in the bitcoin.conf and in blkmond.conf )
Thanks !!