Author

Topic: Integrating Bitcoin to the php browser game (Read 1311 times)

hero member
Activity: 756
Merit: 522
December 11, 2013, 12:45:28 PM
#4
You might try asking in the project development subforum, OP.
legendary
Activity: 1008
Merit: 1000
GigTricks.io | A CRYPTO ECOSYSTEM FOR ON-DEMAND EC
December 11, 2013, 07:55:18 AM
#3
Thank you @ZeWaren
member
Activity: 84
Merit: 10
There be komodo dragons
December 11, 2013, 07:46:14 AM
#2
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
legendary
Activity: 1008
Merit: 1000
GigTricks.io | A CRYPTO ECOSYSTEM FOR ON-DEMAND EC
December 11, 2013, 07:39:06 AM
#1
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.
Jump to: