Author

Topic: How to create wallet through PHP code? (Read 656 times)

sr. member
Activity: 330
Merit: 255
July 02, 2013, 09:54:00 AM
#8
I am trying to create a wallet for bitcoin using PHP. Can anyone let me know the steps to create wallet using PHP Code?

If you first get the canonical Bitcoin daemon running, you can then interact with it via PHP. The main Bitcoin wiki includes a page specifically for PHP developers here:

https://en.bitcoin.it/wiki/PHP_developer_intro

No need to reinvent the wheel.  Wink
full member
Activity: 168
Merit: 100
June 21, 2013, 03:05:40 AM
#7
Well good luck, we need more exchanges, I wish you the best.

EDIT-

What many of those sites seem to do is have a shared community wallet and the database takes care of who owns how many.
I'm not sure I personally like that concept but it has the nice side effect of mixing transactions if you leave your coins there long enough.
hero member
Activity: 686
Merit: 504
always the student, never the master.
June 21, 2013, 03:03:06 AM
#6
Here's what i know. you have to create a script to interface with bitcoind via json. its pretty complex especially if you aren't a programmer
Thanks for your reply. Is there any sample code available for this OR from where I can get some information on bitcoind via json?

no there is not. you would have to hire someone to either teach you or do it for you. i say that because i can't imagine anyone helping you build a wallet client for free. i might help you but a) i'm not willing to take on the amount of responsibility involved with such a venture b) im far to inexperienced to be embarking on such a venture without a lead programmer monitoring my involvement.
newbie
Activity: 8
Merit: 0
June 21, 2013, 03:02:46 AM
#5
What are you trying to do?

I would be very cautious about having private keys on a web server.

I am trying to create a website in PHP like http://www.coinbase.com where user can buy or sell bitcoins. So very first step in this is to allow users to create wallet.
full member
Activity: 168
Merit: 100
June 21, 2013, 02:59:30 AM
#4
What are you trying to do?

I would be very cautious about having private keys on a web server.
newbie
Activity: 8
Merit: 0
June 21, 2013, 02:58:34 AM
#3
Here's what i know. you have to create a script to interface with bitcoind via json. its pretty complex especially if you aren't a programmer
Thanks for your reply. Is there any sample code available for this OR from where I can get some information on bitcoind via json?
hero member
Activity: 686
Merit: 504
always the student, never the master.
June 21, 2013, 02:49:06 AM
#2
Here's what i know. you have to create a script to interface with bitcoind via json. its pretty complex especially if you aren't a programmer
newbie
Activity: 8
Merit: 0
June 21, 2013, 02:45:34 AM
#1
I am trying to create a wallet for bitcoin using PHP. Can anyone let me know the steps to create wallet using PHP Code?
Jump to: