April 19, 2026

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

Test Network Genesis Block

I am using BitcoinJ for my java application which fetches the test network’s genesis block. I referred to the basics mentioned at JavaWorld and BitcoinJ’s Google Code wiki. I am able to get it running […]

Read More

How do I optimize my usage of oclvanitygen?

I’d like to extract the most performance possible from oclvanitygen. Can anyone tell me what the best practices are with this tool? Examples may include: Use operating system X, or video card Y Ensure that […]

Read More