Bitcoin Forum

Bitcoin => Project Development => Topic started by: teslacoil404 on August 23, 2012, 05:43:12 PM



Title: Simple php ewallet
Post by: teslacoil404 on August 23, 2012, 05:43:12 PM
Hi everyone!
I would like to start a new simple bitcoin-based service (using on worpress or joomla). Every user should be able to deposit and withdraw coins obvioulsy. To keep it simple i would like to use some API (blockchain.info or blockexplorer). I don't need instant withdraw, I would like to manually confirm them once a day or something like that providing a password). So here is the question: there is something open source where i can start from? How should I design the system to keep it simple and safe? It looks that blockchain.info has vary interesting api


Title: Re: Simple php ewallet
Post by: gweedo on August 23, 2012, 08:25:43 PM
SECURITY! Number one, two and three, and look at hybird e-wallets, if you don't have a deep knowledge of php, javascript security this isn't for you


Title: Re: Simple php ewallet
Post by: teslacoil404 on August 23, 2012, 10:55:56 PM
Probably I wasn't clear. I don't want to build my own ewallet, I want to use some api to manage account balances on my own service. Like rugatu or sealswithclubs do (two random examples). By now I only found this https://github.com/mikegogulski/bitcoin-php but it's quite low level. I'm looking for something faster and easier to integrate.

http://blockchain.info/api looks promising but the documentation of "Receive Payments" is empty


Title: Re: Simple php ewallet
Post by: teslacoil404 on August 23, 2012, 11:38:52 PM
I was looking for something more high level, if i won't find anything better I'll use the json rpc directly.


Title: Re: Simple php ewallet
Post by: Eisenhower34 on August 24, 2012, 01:50:42 AM
He wants to say hat he wants a complete project / website / WP plugin ... with usermanagement / wallet system / withdraw / deposit function ... wich he can use as the basic for his project.

Yes, he could use bitcoind and JSON RPC but then he would have to code the rest himself and thats not what he wants :)


Title: Re: Simple php ewallet
Post by: teslacoil404 on August 24, 2012, 09:28:07 AM
He wants to say hat he wants a complete project / website / WP plugin ... with usermanagement / wallet system / withdraw / deposit function ... wich he can use as the basic for his project.

Yes, he could use bitcoind and JSON RPC but then he would have to code the rest himself and thats not what he wants :)
Exactly!
There is a WP plugin but it's intended for shopping (not accounts with balances) and it's not what i need.