Bitcoin Forum
May 24, 2024, 09:51:32 PM *
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 16218 times)
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
December 13, 2012, 03:34:49 AM
 #41

Updates:

Added the following wiki page(completed): https://github.com/Xenland/Bitcoin-Development-Kit/wiki/BDK-Generate-Random-String
SgtSpike
Legendary
*
Offline Offline

Activity: 1400
Merit: 1005



View Profile
December 13, 2012, 06:01:49 AM
 #42

Sorry Xenland, I just haven't had the time to devote to giving this a try yet.  Will try to do so soon!
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
December 13, 2012, 08:01:40 AM
 #43

Sorry Xenland, I just haven't had the time to devote to giving this a try yet.  Will try to do so soon!

Do what you can Cheesy No rush, its the holidays mate!
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
December 18, 2012, 04:58:30 AM
 #44

Selling my "BDKp Donation Package" on BitcoinMall.net for 0.5 Bitcoins (If you want to donate more just send more Bitcoins to the receipt address and much will be appreciated!)
Here is the link to the donation page: http://cheaperinbitcoins.com/product.php?id=64
The check out page will ask for your email and I will send you a download link just for you thanks Smiley
SgtSpike
Legendary
*
Offline Offline

Activity: 1400
Merit: 1005



View Profile
December 18, 2012, 08:07:25 AM
 #45

Selling my "BDKp Donation Package" on BitcoinMall.net for 0.5 Bitcoins (If you want to donate more just send more Bitcoins to the receipt address and much will be appreciated!)
Here is the link to the donation page: http://cheaperinbitcoins.com/product.php?id=64
The check out page will ask for your email and I will send you a download link just for you thanks Smiley
I tried... get a page not found error when I tried to click "Generate Receipt" to pay.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
December 19, 2012, 09:03:54 AM
Last edit: December 21, 2012, 12:32:08 AM by Xenland
 #46

Looks like the error is fixed. The problem was that the check out page was redirecting you to the reciept.php page when the correct page is receipt.php
Let me know if you have any issues now.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
December 22, 2012, 07:21:19 AM
 #47

The official website is undergoing a facelift should be less then 24 hours till completed (I will post noticed when functional)
http://bitcoindevkit.com
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
December 27, 2012, 06:45:54 AM
 #48

The website is taking longer then I thought but only because I require quality, The first tutorial is up for generating a bitcoin address, they are not too in-depth as its ment to intice developers to purchase the packages that come with tutorial videos and example scripts.
(Clear your cache if you've been to our site before it seems cache is sticking on some users browsers)
Tutorial Link: http://xenland.github.com/Bitcoin-Development-Kit/documentation/tutorials.html
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
December 27, 2012, 04:47:50 PM
 #49

First bug fix
*Login with Coin Address never returns successful even upon a successful run. This has been fixed and published in v0.0.32

Wiki Update
Login with Coin Address Wiki page is completed
https://github.com/Xenland/Bitcoin-Development-Kit/wiki/BDK-Login-With-Coin-Address
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
December 27, 2012, 06:40:48 PM
 #50

Function Added
Bitcoin Get Transaction function has been added.

Wiki page is under construction: https://github.com/Xenland/Bitcoin-Development-Kit/wiki/Bitcoin-Get-Transaction
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
December 28, 2012, 07:46:32 PM
 #51

The domain seems to not be redirecting properly and hasn’t been for the past 24+ hours I'm not sure why yet I'm looking into the issue for now just go to the following link to view the website: http://xenland.github.com/Bitcoin-Development-Kit/
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
December 29, 2012, 07:54:01 PM
 #52

Domain seems to be working again.

Also I switched to PHP hosting so I will start posting up the most up to date references on the website and then periodically sync the updates to git-hub for historical purposes.

http://BitcoinDevKit.com
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
December 31, 2012, 07:32:54 PM
 #53

BDK_login_with_coin_address() Fix: The return status code for Bitcoin client connection failed was missing and has replaced return status 100. Return_status 100 has been moved to 104. The wiki page has been updated accordingly: https://github.com/Xenland/Bitcoin-Development-Kit/wiki/BDK-Login-With-Coin-Address
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
January 03, 2013, 04:19:03 PM
 #54

BDK_login_with_coin_address() fix: In step one there is a return status of 101 and in step two there is a return status of 101 so to keep them seperate I have renamed return status of step 2 from 101 to 106.

Updates have been pushed to github and the wiki page is updated as well.

Wiki page: https://github.com/Xenland/Bitcoin-Development-Kit/wiki/BDK-Login-With-Coin-Address
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
January 04, 2013, 02:30:19 AM
 #55

BDK login with coin address will not only display an encoded string it will look like the following...
Quote
The following is to verify proof of coin address ownership and in no way is a legally binding contract. |1357265407|b3b25bb40f27aa744c57f6d9ff1927f96217e42eb5ae40433cc011bc2c62ea59|455a2776a68285f1c5d48eed957a8b772cf060df914ac049335afd97a352cec135b2dcf73f8ef6b4cddbe4abf6a542c13c3d96035185d608de16b83465f518652eb63bb45a57d5a375394e1e1d789556586ab481d307722d226a1fd71fbb177d6608984e94eb0b0d972b337e176d45a22b77f094314290430a7169329c2e14be|15TraoPG7GFq6omJ7THJ3Zfyxz56uzzD2D
This is to prevent any ambiguities and to promote users to sign only Clear and concise messages.

This update will be included in version number 0.0.40
DPony13
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
January 04, 2013, 03:00:35 AM
 #56

Can we have a test site using the script?

EndTheFed123, if you had just taken the money it wouldn't have ended like this Sad
BTW this hasn't been the real DPony13 since he "came back", I just hacked this account, SirLolicon is the real DPony13 I think.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
January 05, 2013, 07:13:16 PM
Last edit: January 05, 2013, 10:40:17 PM by Xenland
 #57


Actually I think I found a VPS I could use to feature this library (and get it off the ground). Sit tight everyone examples on the wayyyyy!!

UPDATES
While setting up my VPS for the BDK library I noticed that the includes doesn’t work so smoothly (compared to my local dev computer), I changed it thinking others might have had the same issues.
Changes have been updated to version 0.0.39 and are already published



UPDATES:
*(Soon to be added in 0.0.40) Added function bdk_start_session_receipt() (To help assist users with a consistent proven state full method for storing product ids with out a database.)
*(Soon to be added in 0.0.40)  bdk_get_session_receipt_information() (Retrieve information based on the given information -- Mostly used for displaying items in the shopping cart)
*(Soon to be added in 0.0.40)  bdk_add_to_session_receipt() (To add product ids to the state full function)
*(Soon to be added in 0.0.40) bdk_remove_from_session_receipt() (To remove product ids from the state full function)
*(Soon to be added in 0.0.40) bdk_checkout_session_receipt() (To convert the session receipt information to be processed into the bdk_generate_receipt() function
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
January 06, 2013, 05:49:15 AM
 #58

NOTE TO SELF AND OTHERS: it seems that Bitcoin wasn’t accepting credentials from 127.0.0.1 form xenlands VPS and the solution was to set the ip address to the external address, but also to config Bitcoin to ONLY allow from that external address.... Odd.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


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


View Profile
January 06, 2013, 06:17:48 AM
 #59

Note: I've included the time it took me to make the entire page for that particular example (including start to finish with testing and lite pen-testing)

Entire Examples List: http://www.bitcoindevkit.com/examples.php

EXAMPLES LIST DESCRIPTIONS (More to come as I make more examples)
I tested the script with out the 5 second sleep on it and its almost instantly pops up the address.
(Total Hours Accumulated: 1) Example1: Generate a new address: http://www.bitcoindevkit.com/examples/example1.php

(Total Hours Accumulated: 2.5) Example2: validate an address: http://www.bitcoindevkit.com/examples/example2.php


Coming Soon
*Shopping Cart Example (Total Hours Accumulated: 3)
*Login With Bitcoin Address/Verify Address/Edit account with address verification/etc
*
Darkneo
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
January 06, 2013, 09:06:32 AM
 #60

I was getting ready to build my own function set because yours wasn't connecting to bitcoind for some odd reason while my personal test connection was having no problem, but I'm gonna try your updated script first

Tips are always appreciated 1Gr1MZuqpSZJbApsgpMnHFhKHkXUdHqYRe
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!