Bitcoin Forum
May 09, 2024, 10:08:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: HTTP request failed: The requested URL returned error: 500  (Read 6240 times)
Kvist1987 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
November 23, 2011, 08:37:55 AM
 #1

Hey i try to setup a bitcoin pool, but, i have som problem with my puspool or bitcoind, i keep getting
HTTP request failed: The requested URL returned error: 500

hope for help,

i run it on a debian 6

My bitcoin.conf

#testnet=1
server=1
rpcuser=*****
rpcpassword=****
rpctimeout=30
rpcallowip=127.0.0.1
rpcport=8555
gen=0
# Use SSE instructions to try to generate bitcoins faster.
#4way=1
allowreceivebyip=1

and my server.json

{
        # network ports
        "listen" : [
                { "port" : 8342 },

                { "port" : 8341, "protocol" : "http-json" },

                { "port" : 8344, "protocol" : "http-json",
                  "proxy" : "pool.diskokvist.dk" },

                { "host" : "127.0.0.1", "port" : 8338, "protocol" : "binary" }
        ],

        # database settings
        "database" : {
                "engine" : "mysql",
                "host" : "localhost",
                "port" : 3306,
                "name" : "****",
                "username" : "******",
                "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) VALU$

        },

        # 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 inco$
        "rpc.url" : "http://127.0.0.1:8555",
        "rpc.user" : "****",
        "rpc.pass" : "***",

        # rewrite returned 'target' to difficulty-1?
        "rpc.target.rewrite" : true
}
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
carlosgarciaq
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 17, 2012, 01:33:43 PM
 #2

Any update on this? I am having the same problem Sad
arruah
Legendary
*
Offline Offline

Activity: 1357
Merit: 1004



View Profile WWW
April 10, 2012, 05:10:23 PM
 #3

I have same problem too.

BCH
bitsforcoins.com
Donator
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile WWW
April 10, 2012, 07:26:34 PM
 #4

I believe the problem in the original post is that the line that reads:

Code:
              { "host" : "127.0.0.1", "port" : 8338, "protocol" : "binary" }

should be using port 8555 instead, since that's the assigned rpc port according to the original poster's bitcoin.conf.

Setting up a pool isn't for the faint of heart Smiley

Bits For Coins . com - hosting services for the Bitcoin community
Quality Bitcoin Dedicated Servers
arruah
Legendary
*
Offline Offline

Activity: 1357
Merit: 1004



View Profile WWW
May 08, 2012, 04:48:42 AM
 #5

It is finished Smiley I started my pool in Kazakhstan alvarez.sfek.kz:8332

BCH
serg771
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
April 22, 2013, 08:09:25 AM
 #6

guys,  how did you resolve this problem?   i have the same issue   and absolutely have no any idea what to do.
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!