Author

Topic: Simple php ewallet (Read 2670 times)

legendary
Activity: 1498
Merit: 1000
August 23, 2012, 09:56:26 PM
#8
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?

sounds like he wants to build it himself.
member
Activity: 78
Merit: 10
August 24, 2012, 05:28:07 AM
#6
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 Smiley
Exactly!
There is a WP plugin but it's intended for shopping (not accounts with balances) and it's not what i need.
legendary
Activity: 906
Merit: 1002
August 23, 2012, 09:50:42 PM
#5
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 Smiley
member
Activity: 78
Merit: 10
August 23, 2012, 07:38:52 PM
#4
I was looking for something more high level, if i won't find anything better I'll use the json rpc directly.
member
Activity: 78
Merit: 10
August 23, 2012, 06:55:56 PM
#3
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
legendary
Activity: 1498
Merit: 1000
August 23, 2012, 04:25:43 PM
#2
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
member
Activity: 78
Merit: 10
August 23, 2012, 01:43:12 PM
#1
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
Jump to: