How to integrate a Bitcoin wallet service in my website

-2

I'm a new web programmer and I'm building a website if a Member sign-up he get a wallet, and I want to make this website like a bank .... so when he registers a wallet he can send bitcoin to the wallet and the Website tells him how much he have of bitcoin just like a bank I'm not creating a bank but the idea have the same concept

Mr-Msd

Posted 2014-10-31T22:04:42.170

Reputation: 1

Question was closed 2014-11-07T01:13:05.493

1What did you try so far?George Kimionis 2014-10-31T22:55:12.367

you have skype ? I have knowledge about that. and guide u step by step. – None – 2014-11-01T11:15:52.150

So, do you want to create a web wallet service or what exactly?Murch 2014-11-01T14:23:36.177

yes i want to create a website "electronic currencies Trader" and the problem is that i need to make a wellat to every user.Mr-Msd 2014-11-02T22:51:58.753

possible duplicate: What would it take to create my own Bitcoin exchange?

Murch 2014-11-03T12:22:05.107

Answers

1

I would suggest that if you really want to do this you utilise the blockchain.info API and their wallet service. This isn't a project for a novice programmer, if anybody actually trusted your site enough to send funds to it the chances are your site would be hacked repeatedly. You need to be a serious security expert and experienced programmer to store user's Bitcoin.

Start with something safer :)

George

Posted 2014-10-31T22:04:42.170

Reputation: 586