Bitcoin Forum
May 05, 2024, 05:59:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6]  All
  Print  
Author Topic: PHP Bitcoin Development Kit | v0.0.46_pre15 | Alpha | BitcoinDevKit.com  (Read 16210 times)
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
April 17, 2013, 10:39:02 PM
 #101

The first sync is almost done I say one more day it needs about 10,000 more blocks to finish.
1714888751
Hero Member
*
Offline Offline

Posts: 1714888751

View Profile Personal Message (Offline)

Ignore
1714888751
Reply with quote  #2

1714888751
Report to moderator
1714888751
Hero Member
*
Offline Offline

Posts: 1714888751

View Profile Personal Message (Offline)

Ignore
1714888751
Reply with quote  #2

1714888751
Report to moderator
1714888751
Hero Member
*
Offline Offline

Posts: 1714888751

View Profile Personal Message (Offline)

Ignore
1714888751
Reply with quote  #2

1714888751
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
April 18, 2013, 11:55:35 AM
 #102

Okay full sync has occurred, Bitcoin should be fully accessable including the example pages and the "unlock practical code" page you my now purchase your first script at http://bitcoindevkit.com/examples/example1.php
and scrolling down and clicking "Show Practical Source Code" under the "Unlock Practical Source Code" pages.
otter
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 18, 2013, 11:01:51 PM
 #103

Cool man lots of features it's missing but it's looking great so far.

It's true it's not hard to develop with bitcoin without a dev kit but it's nice to see that someone is taking the time to properly handle all possible requests and responses.  Once every API call is added it won't be "why do I need this?" it will be "why wouldn't you use this?"

Once every API call is added I could see the higher level functions growing into something very useful as well.

You can count on a donation from me once it hits version one.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
April 19, 2013, 03:30:18 AM
 #104

Cool man lots of features it's missing but it's looking great so far.

It's true it's not hard to develop with bitcoin without a dev kit but it's nice to see that someone is taking the time to properly handle all possible requests and responses.  Once every API call is added it won't be "why do I need this?" it will be "why wouldn't you use this?"

Once every API call is added I could see the higher level functions growing into something very useful as well.

You can count on a donation from me once it hits version one.

Great to hear these inspiring words Keeps me going!!


I'd also like to announce that I've been working on a project/contract that involves BTC and LTC and utilizes a variant of the BDK for php well it seems its difficult to use multiple coins with the BDK even if they are the same API so I'm working out the details but the next updates should expect to have concurrency built into it some how.
otter
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 19, 2013, 01:17:37 PM
 #105

Great to hear these inspiring words Keeps me going!!


I'd also like to announce that I've been working on a project/contract that involves BTC and LTC and utilizes a variant of the BDK for php well it seems its difficult to use multiple coins with the BDK even if they are the same API so I'm working out the details but the next updates should expect to have concurrency built into it some how.

That's great news!  Easy LTC integration to existing BTC applications is the way to go at the moment.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
April 23, 2013, 10:01:57 AM
 #106

Okay so finally i got bitcoin client to run stable in the background so now you should be able to purchase the scripts the url again is
http://www.bitcoindevkit.com/examples/example1.php
scroll down and click "show practical code" only costs you 0.05 BTC for 3 scripts (alt versions of with out comments so you don't need to waste time to delete the comments everytime you need to copy and paste and we also give you "with comments" too so its like about 6 scripts)
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
April 26, 2013, 03:56:32 AM
 #107

I want to get my scripts shop tested more and post up more script examples so I lowered the cost to 0.01 Bitcoins for 3 scripts (6 scripts total) in one download. Heck if you don't need the scripts and want to donate just purchase the scripts and delete'em. All purchases help me collect data about using Bitcoin with websites, It shows that you want to support the project, and all data compiled together helps me produce a better library.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
May 05, 2013, 02:14:11 PM
 #108

SPOTLIGHT Looks like someone generously added the bitcoin_get_balance function Cheesy
which i have added to the official library after review.

https://github.com/SteButler/Bitcoin-Development-Kit/commit/0e8e4857857193ff3662bc1bb1acebfae86c977f

Thanks mate!
SgtSpike
Legendary
*
Offline Offline

Activity: 1400
Merit: 1005



View Profile
June 10, 2013, 10:17:22 PM
 #109

Question Xenland...  Is the data from the blockchain stored in SQL tables of any kind from this?  Or does it just directly interact with the bitcoind process via RPC commands?  Specifically, I am wondering if the Bitcoin transactions for each block would be available to query from a SQL database or not.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
June 11, 2013, 06:19:10 PM
Last edit: July 01, 2013, 05:46:16 AM by Xenland
 #110

Question Xenland...  Is the data from the blockchain stored in SQL tables of any kind from this?  Or does it just directly interact with the bitcoind process via RPC commands?  Specifically, I am wondering if the Bitcoin transactions for each block would be available to query from a SQL database or not.

The BDK for php currently does not have any plans to integrate any type of databases of anykind until a non-db working BDk version has been tested and debugged. Then once officially stable, we look towards options of integration of databases and properly informing the user on some security implications that could be involved with using a db with the BDK. As of now the only storate there is for the BDK is receipts and that uses BTC address labels in json format (with sha256/checksums for data verification)
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
July 01, 2013, 05:48:22 AM
 #111

Just pinging in for the lurkers, I will be resuming progress for the BDK website and library improvements in Aug 2013. Along with kicking the preorder page back into gear.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
July 01, 2013, 08:41:49 PM
 #112

While you wait for updates and further progress of the BDK library: I have started the scripts for sale back up again go to the following link and then scroll down and click "Show practical source" and you will be able to purchase some scripts for 0.01 BTC Cheesy enjoy http://bitcoindevkit.com/examples/example1.php
Pages: « 1 2 3 4 5 [6]  All
  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!