April 19, 2026

When I exit SSH session bitcoind goes down

I’m using Ubuntu 12.04. I’ve tested several scripts that try to get bitcoind running on startup but none have worked out for me. I’m getting a little bit desperate because I can’t even get bitcoind […]

Read More

How to safely shutdown bitcoind ?

Surprised this one hasn’t been asked yet. But how / what is the recommended best practice for shutting down bitcoind ? Right now I’m manually killing the process with either sudo kill {pid} or if […]

Read More

jsonRPCClient Error with php variables

I am trying to run the following code $betamount=$_POST[‘bet’]; $litecoin->move($myusername,Admin,$betamount); but it will not work. it does however work when i replace $betamount with an actual number ie $litecoin->move($myusername,Admin,0.2); or $betamount=0.1; $litecoin->move($myusername,Admin,$betamount); any ideas on […]

Read More

How can create individual wallet for each user

I am going to develop an exchange website in PHP something like http://coinbase.com, Now, I have setup the http://bitcoindevkit.com/ for it and its running fine generating new addresses in the same wallet, but now I […]

Read More

Get transaction that spent a transaction id

The blockchain.info API allows for querying information about a particular Transaction by its ID. But if you want to follow the coins to the next transaction, I’m not seeing what the next query should be. […]

Read More