Bitcoin Forum
September 29, 2025, 01:05:22 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Discussion / Bitcoin's real-time Buy and Sell price API on: June 25, 2013, 10:50:11 AM
What is the API to get Bitcoin's real-time Buy price and sell price on my site? and how can get it from to implement in my website developed in PHP.
2  Bitcoin / Development & Technical Discussion / Re: How can get Bitcoin client API account(<account>) parameter value on: June 24, 2013, 12:10:17 PM
You can usually use either "*" or an empty string in calls that need an account name.
I tried with "*" but get error, and when tried with empty string then its returns only no label addresses instead of all addresses.
So, here account name is the address Label?
3  Bitcoin / Development & Technical Discussion / Re: How can get Bitcoin client API account(<account>) parameter value on: June 24, 2013, 11:45:48 AM
You can usually use either "*" or an empty string in calls that need an account name.
Thanks for your Reply!

But how can get account name? because in some functions its a mandatory parameter.
As well as how can create new account to assign Bitcoin addresses?
   
4  Bitcoin / Development & Technical Discussion / How can get Bitcoin client API account(<account>) parameter value on: June 24, 2013, 10:43:31 AM
I have setup the BIK_php API of  http://bitcoindevkit.com/  in PHP.
Now, I am able to connect and generate new addresses, but when I am going to call some functions like getaddressesbyaccount, sendfrom etc as given in Bitcoin API call list at https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list , these functions requires "account" parameter as <account>, but I could not understand where from I can get the account value?
So, Please let me know what will be the value of <account>, and how can I get the <account>  value from?



5  Bitcoin / Bitcoin Discussion / How can create individual wallet for each user on: June 24, 2013, 05:34:40 AM
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 need to create a individual wallet for each user, so how can create individual wallet for each user and then I can able to create address on that wallet.
6  Other / Beginners & Help / Re: How to create wallet through PHP code? on: June 21, 2013, 07:02:46 AM
What are you trying to do?

I would be very cautious about having private keys on a web server.

I am trying to create a website in PHP like http://www.coinbase.com where user can buy or sell bitcoins. So very first step in this is to allow users to create wallet.
7  Other / Beginners & Help / Re: How to create wallet through PHP code? on: June 21, 2013, 06:58:34 AM
Here's what i know. you have to create a script to interface with bitcoind via json. its pretty complex especially if you aren't a programmer
Thanks for your reply. Is there any sample code available for this OR from where I can get some information on bitcoind via json?
8  Other / Beginners & Help / How to create wallet through PHP code? on: June 21, 2013, 06:45:34 AM
I am trying to create a wallet for bitcoin using PHP. Can anyone let me know the steps to create wallet using PHP Code?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!