dashed-slug.net › Forums › General discussion › Bitcoin daemon error
- This topic has 6 replies, 2 voices, and was last updated 7 years, 4 months ago by alexg.
-
AuthorPosts
-
July 10, 2017 at 11:06 am #1578AnonymousInactive
Hi, I have install my bitcoind on my VPS (ubuntu lamp 13.04 x64) properly, but when I done the RPC setting and paste on bitcoin.conf, it shows “unable to bind to 0.0.0:833 on this computer, bitcoin is probably already running”, hot to fix this error?
July 10, 2017 at 11:22 am #1579alexgKeymasterHi,
Since your question is about the bitcoin daemon and not the WordPress plugin, you might have more luck asking at channels related to the Bitcoin wallet, such as https://bitcoin.stackexchange.com or https://bitcointalk.org . Having said this, here’s a few things that come to mind:
You will probably want to install
bitcoind
as a service, not just run it from the command line. Most installation guides tell you how to do this for your system. Perhaps the installation process that you performed has already done this? It could well be that bitcoin is running. Try abitcoin-cli getbalance
and see if you get a number as a response. You can also check to see if the daemon is running withps ax | grep bitcoind
. To see if that port is open donetstat -a | grep 8332
.Let me know what you find.
regards,
AlexJuly 26, 2017 at 6:56 pm #1667AnonymousInactiveI have found a way to fix my error, my previous VPS is from vpsserver can’t accept to run fullnode because they are not allowed to abuse the CPU. Bitcoin Mining uses allot of CPU performance and they not allowed.
I already using another VPS provider from bithost, all the installation is doing correctly & I was able to run
bitcoind
and otherbitcoin-cli
command, but after edit the bitcoin.conf file and append the following I found the error box still showing in my plugin page. I have following the instruction by replace the IP address from my server & change the rpc/rpcpasswordJuly 26, 2017 at 7:16 pm #1668alexgKeymasterWhile it is true that VPSs don’t allow you to constantly use 100% CPU, this should not be a problem, as you’re not supposed to CPU-mine anything. Not only is CPU mining bitcoins terribly inefficient as of 2017, but it has nothing to do with maintaining a wallet. It is true that while synchronizing the blockchain the wallet uses the CPU a bit more as it is confirming blocks, but after it synchronizes, CPU usage should be minimal.
If the box is still showing then that means that for whatever reason the wallet is still not connecting. Have a look at the adapters page, and specifically at the status column for your bitcoin adapter. There should be more information about why the plugin is not connecting.
July 26, 2017 at 7:17 pm #1669alexgKeymasterAlso, keep in mind that after editing the
.conf
file you should restart your daemon for the changes to take effect.July 28, 2017 at 3:24 pm #1676AnonymousInactiveI have my node running and I have updated my bitcoin.conf file accordindly and i still get:
Not Responding: Dashed_Slug_Wallets_Coin_Adapter_RPC->get_balance() failed with status=”0″ and error=”Failed to connect to xx.xx.xx.xx port 8332: Connection refused”
My wordpress hosting & node is in different server
July 28, 2017 at 6:42 pm #1677alexgKeymastermumiea, what have you tried? Did you check your firewall on the VPS site?
-
AuthorPosts
- You must be logged in to reply to this topic.