Bitcoin Forum
April 23, 2024, 02:34:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How can i transfer bitcoin among wallet via php script?  (Read 2175 times)
kira4wwz (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 28, 2014, 06:10:57 PM
Last edit: January 29, 2014, 04:21:07 AM by kira4wwz
 #1

How can i transfer bitcoin among wallet via php script?

Can anyone help me ?
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713882878
Hero Member
*
Offline Offline

Posts: 1713882878

View Profile Personal Message (Offline)

Ignore
1713882878
Reply with quote  #2

1713882878
Report to moderator
1713882878
Hero Member
*
Offline Offline

Posts: 1713882878

View Profile Personal Message (Offline)

Ignore
1713882878
Reply with quote  #2

1713882878
Report to moderator
kira4wwz (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 29, 2014, 03:40:38 AM
 #2

No Reply !!!
empoweoqwj
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
January 29, 2014, 05:09:01 AM
 #3

Why are you so upset? You want someone to write a .php script for you free? Smiley
kira4wwz (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 29, 2014, 07:27:43 AM
 #4

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
empoweoqwj
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
January 29, 2014, 09:55:41 AM
 #5

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
kira4wwz (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 29, 2014, 06:41:13 PM
 #6

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
XBladeRunner
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
February 04, 2014, 01:34:16 AM
 #7

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));

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!