Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: kira4wwz on January 28, 2014, 06:10:57 PM



Title: How can i transfer bitcoin among wallet via php script?
Post by: kira4wwz on January 28, 2014, 06:10:57 PM
How can i transfer bitcoin among wallet via php script?

Can anyone help me ?


Title: Re: i want php script (API) to transfer bitcoin
Post by: kira4wwz on January 29, 2014, 03:40:38 AM
No Reply !!!


Title: Re: How can i transfer bitcoin among wallet via php script?
Post by: empoweoqwj on January 29, 2014, 05:09:01 AM
Why are you so upset? You want someone to write a .php script for you free? :)


Title: Re: How can i transfer bitcoin among wallet via php script?
Post by: kira4wwz on January 29, 2014, 07:27:43 AM
Why are you so upset? You want someone to write a .php script for you free? :)

there exist open source php script do that like blockchain api but i want local api ?

this is my question


Title: Re: How can i transfer bitcoin among wallet via php script?
Post by: empoweoqwj on January 29, 2014, 09:55:41 AM
Why are you so upset? You want someone to write a .php script for you free? :)

there exist open source php script do that like blockchain api but i want local api ?

this is my question

What do you mean "local API?"

If you want a custom script written, then you will have to pay a programmer to write it - that's how the world works :)


Title: Re: How can i transfer bitcoin among wallet via php script?
Post by: kira4wwz on January 29, 2014, 06:41:13 PM
Why are you so upset? You want someone to write a .php script for you free? :)

there exist open source php script do that like blockchain api but i want local api ?

this is my question

What do you mean "local API?"

If you want a custom script written, then you will have to pay a programmer to write it - that's how the world works :)

I means like JSON-RPC connect to bitcoind, if anyone can explain how to transfer bitcoins from address to address and what is best security for encrypt bitcoin, daemon bitcoind or web bitcoin api like blockchain

thanks


Title: Re: How can i transfer bitcoin among wallet via php script?
Post by: XBladeRunner on February 04, 2014, 01:34:16 AM
See https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29#PHP (https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29#PHP)

 $bitcoin = new jsonRPCClient('http://user:password@127.0.0.1:PPPP/');
 print_r($bitcoin->sendtoaddress('toaddress', 10000));