Bitcoin Forum
April 19, 2024, 12:14:14 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin PHP Class - Facilitating Bitcoin Integration without Third Parties  (Read 3836 times)
fabianhjr (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Do The Evolution


View Profile
April 25, 2011, 02:36:12 AM
Last edit: April 28, 2011, 08:52:41 PM by fabianhjr
 #1

Well, I am doing some graphics and now moving to coding.
https://github.com/fabianhjr/bitcoinClient/
Please test and send your feedback. <3

"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
fabianhjr (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Do The Evolution


View Profile
April 25, 2011, 04:13:41 AM
Last edit: April 28, 2011, 09:14:49 PM by fabianhjr
 #2

Ok, debuged and almost ready for the 0.1alpha release. Yeah, going to sleep and continue in the morning.

Got it done release and up to date code in the github page! Cheesy

fabianhjr (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Do The Evolution


View Profile
April 25, 2011, 02:20:12 PM
 #3

The repository is ready: https://github.com/fabianhjr/bitcoinClient/

I have debugged it as far as I could and left a "test.php". Feel free to make experiments, though it is enduring some rapid dev.

All suggestions welcomed, I am going to make an example MyBitcoin FOSS alternative next.

Raize
Donator
Legendary
*
Offline Offline

Activity: 1419
Merit: 1015


View Profile
April 26, 2011, 04:14:35 PM
 #4

Seems like this cuts a little bit of extra work out of doing the transactions using just straight JSON.
fabianhjr (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Do The Evolution


View Profile
April 28, 2011, 09:15:29 PM
 #5

Yes it does, it even removes the hassle of choosing between move, sendfrom and sendtoaddress. God, why are there many calls for the same. D:

BitcoinBonus
Newbie
*
Offline Offline

Activity: 46
Merit: 0



View Profile WWW
May 02, 2011, 07:00:25 PM
 #6

How is this different from the work that mike gogolski and also that m0ray did in making php libraries for bitcoin?
fabianhjr (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Do The Evolution


View Profile
May 03, 2011, 12:40:30 AM
 #7

I beg your pardon, I am not familiar with their efforts.

Though, after some quick reading it looks like m0Ray is limited to account management instead of full API access and that Mike's is a bit outdated of the new calls that have been integrated into BitcoinD.

lebish
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
May 31, 2011, 05:06:03 PM
 #8

Giving this a shot now on the Namecoin.us project, will let you know how it goes!
Xenland
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
June 01, 2011, 06:48:58 AM
 #9

I beg your pardon, I am not familiar with their efforts.

Though, after some quick reading it looks like m0Ray is limited to account management instead of full API access and that Mike's is a bit outdated of the new calls that have been integrated into BitcoinD.


I agree there is some functionality that should be integrated that i dont see in other software
fabianhjr (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Do The Evolution


View Profile
June 01, 2011, 12:53:26 PM
 #10

Good to know someone is using it. I can give you some support if you want. Smiley

spleeder
Newbie
*
Offline Offline

Activity: 51
Merit: 0



View Profile WWW
June 01, 2011, 02:15:12 PM
 #11

Just took a quick look at the class.

On line 77 instead of "sendtoaddress()" shouldn't it be "$this->client->sendtoaddress()"?
fabianhjr (OP)
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Do The Evolution


View Profile
June 02, 2011, 01:29:15 AM
 #12

Yep, thanks for the bug report! Pushing the change.

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!