Bitcoin Forum

Economy => Service Discussion => Topic started by: RoooooR on December 11, 2013, 11:39:06 AM



Title: Integrating Bitcoin to the php browser game
Post by: RoooooR on December 11, 2013, 11:39:06 AM
Hey
I want to create a really basic dice game for bitcoin. Here is the simple sheme :

Quote
(user)signup for game -> generate his wallet-> send bitcoin
(server)save database everyting[deposit/wins/loses]
(user)if withdraw -> [from my wallet(his balance in db) -> to a wallet]

How can I do this ? I know php.
But I don't want to implement bitcoind because it looks so complicated for me. Any advice can be help me.


Thank you.


Title: Re: Integrating Bitcoin to the php browser game
Post by: ZeWaren on December 11, 2013, 11:46:14 AM
First, read the PHP developer intro on the bitcoin wiki:
https://en.bitcoin.it/wiki/PHP_developer_intro

If you don't want to write a library yourself, you can find several of them on GitHub. Example:
https://github.com/mikegogulski/bitcoin-php


Title: Re: Integrating Bitcoin to the php browser game
Post by: RoooooR on December 11, 2013, 11:55:18 AM
Thank you @ZeWaren


Title: Re: Integrating Bitcoin to the php browser game
Post by: MPOE-PR on December 11, 2013, 04:45:28 PM
You might try asking in the project development subforum, OP.