Author

Topic: How can i transfer bitcoin among wallet via php script? (Read 2200 times)

newbie
Activity: 34
Merit: 0
See 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));

newbie
Activity: 4
Merit: 0
Why are you so upset? You want someone to write a .php script for you free? Smiley

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 Smiley

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
hero member
Activity: 518
Merit: 500
Why are you so upset? You want someone to write a .php script for you free? Smiley

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 Smiley
newbie
Activity: 4
Merit: 0
Why are you so upset? You want someone to write a .php script for you free? Smiley

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

this is my question
hero member
Activity: 518
Merit: 500
Why are you so upset? You want someone to write a .php script for you free? Smiley
newbie
Activity: 4
Merit: 0
No Reply !!!
newbie
Activity: 4
Merit: 0
How can i transfer bitcoin among wallet via php script?

Can anyone help me ?
Jump to: