Bitcoin Forum

Other => Beginners & Help => Topic started by: intrd on April 27, 2013, 10:22:06 AM



Title: PoolServerJ and 404 error when try to get work
Post by: intrd on April 27, 2013, 10:22:06 AM
Hello forum,
my bitcoind is working fine, i've tested to get work with a miner, but when i try to get works using pooserverj i'm stuck on the 404 error:

1302 [main] INFO org.eclipse.jetty.util.log - jetty-7.4.0.v20110414
1360 [main] INFO org.eclipse.jetty.util.log - started o.e.j.s.ServletContextHandler{/,null}
1383 [main] INFO org.eclipse.jetty.util.log - Started SelectChannelConnector@0.0.0.0:8999 STARTING
1387 [main] INFO org.eclipse.jetty.util.log - jetty-7.4.0.v20110414
1388 [main] INFO org.eclipse.jetty.util.log - started o.e.j.s.ServletContextHandler{/,null}
1392 [main] INFO org.eclipse.jetty.util.log - Started SelectChannelConnector@127.0.0.1:8997 STARTING
[07:20:22.176] Starting local work source proxy: local-bitcoin-daemon1
[07:20:22.512] RETRY
[07:20:22.523] RETRY
[07:20:22.523] RETRY
[07:20:22.532] getblocknumber response status: 404 for url: http://localhost:8332
[07:20:22.533] RETRY
[06:59:21.417] getblocknumber response status: 404 for url: http://localhost:8332
[06:59:21.517] getblocknumber response status: 404 for url: http://localhost:8332
[06:59:21.628] getblocknumber response status: 404 for url: http://localhost:8332
[06:59:21.737] getblocknumber response status: 404 for url: http://localhost:8332

And this 404 error repeats forever...

Whats wrong?


Title: Re: PoolServerJ and 404 error when try to get work
Post by: esmadja on December 03, 2013, 04:07:33 AM
I have the same problem.  Anyone get this resolved?

getblocknumber response status: 404 for url: http://localhost:8372/

bitcoin.conf version v0.8.5-beta
server=1
gen=0
rpcallowip=127.0.0.1
rpcport=8372
rpcuser=user
rpcpassword=password

local-daemon prooperties file for poolserverj version 0.4.0rc2
#################################################
#          Local Source 1                       #
#################################################

source.local.1.name=bitcoinmine
source.local.1.localWorkGeneration=true
source.local.1.localWorkGeneration.payoutAddress={my payout address from bitcoin-qt}
source.local.1.localWorkGeneration.txFeeChangeLongpollTrigger=0.1
source.local.1.localWorkGeneration.coinbaseMessage=hi from poolserverj
source.local.1.url=http://localhost:8372/
source.local.1.p2p.hostport=localhost:8373
source.local.1.username=user
source.local.1.password=password

Also trying to setup litecoin and it seems that poolserverj doesn't actually like litecoin payout addresses.