Hello again all Bitcoin enthusiasts!
This is an update from the Bitcoin Cheque project.
The project hasn't died, but is rolling on. It has been almost a year since I posted a message here, so I guess it’s time to give you some news.
I have created a prototype system that hopefully can provide a initial demonstration of one-click instant payment using a cheque.
The system consists of the following:
- Demonstration bank that can issue Bitcoin Cheques,
www.bitcoindemobank.com- Banking App that will handle the payment for the user/visitor/customer. This is made as an plugin to bi installed in your browser. Currently only extension for Chrome/Chromium has been developed.
- A demonstration site offering some content and requesting the visitor to make a payment,
www.payperpageclick.comTo see a demonstration, the easiest way is to start at
www.payperpageclick.comClick on the demonstration pages. When no banking app has been installed, you will be re-directed to the bank. Here you can register for an account, and optionally install the banking app. The app is downloaded from the Chrome Marketplace.
If you don't have chrome, you can still pay from the bank, and then you will be redirected back to the paid page.
Help wanted!As time pass, I realize this is a quite enormous undertaking. One important thing that is still missing is bank functionality to actual make the Bitcoin transaction. The bank is implemented as a Wordpress plugin written in PHP. There exist some Bitcoin libraries out there that can make transaction. I have successfully tested BitWasp running localhost. However, none of my remote servers have GMP installed for PHP, which BitWast relies on. I have not decided what or how to overcome this, several options exist. For details, see the github issue list.
The whole project is organized around
bitcoincheque.org and code and specifications are stored on Github:
https://github.com/bitcoinchequeHelp is highly appreciated for coding, review, advisory, testing, or just blogging and discussing ideas. I will in the coming weeks prioritize to complete the specifications and protocols, and hopefully this will make it easier for other in the project to contribute.