Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: illiki23 on April 13, 2014, 05:07:28 AM



Title: Looking for help setting up a faucet. (cannot interact with RPC port)
Post by: illiki23 on April 13, 2014, 05:07:28 AM
I have been trying to set up a faucet but am having problems interacting with the blockchain using RPC.

It will not let me query the rpc port the coin is using.  I have tried a simple getInfo query.

I don't know if the port is even open, ss it normal for it to say page unavailable when trying to access the rpc port via a web browser?

I am just running the wallet for the coin, which I thought was enough.  Do I need to do anything else?






Title: Re: Looking for help setting up a faucet. (cannot interact with RPC port)
Post by: gweedo on April 13, 2014, 05:17:15 AM
Did you setup the rpcusername, rpcpassword, and make sure you have server=1 in your ~/.bitcoin/bitcoin.conf file. Also you will not be able to query RPC via a web browser.


Title: Re: Looking for help setting up a faucet. (cannot interact with RPC port)
Post by: somic on April 13, 2014, 11:08:48 AM
use "netstat -natp" to check if the port is open


Title: Re: Looking for help setting up a faucet. (cannot interact with RPC port)
Post by: illiki23 on April 13, 2014, 04:42:52 PM
Thanks to both of you, that was very helpful.

I think I have it working.  :)