1
1
I am working on a PokerGame where I need to implement BitCoins. For each registered user, I need a unique bitcoin address generated, toward which they can make payments and I make them show it when they access their game account. How can implement this? I am using Java.
Thanks
Does not help you a lot as it is not Java specific, but here you can look my (Python based) django_bitcoin tutorial for inspiration: http://opensourcehacker.com/2013/10/16/accepting-and-spending-bitcoins-in-a-django-application/
– Mikko Ohtamaa – 2013-11-12T11:06:01.243Nobody reads the frigging manual anymore… Java <-> bitcoind via RPC would just be one of many options. – e-sushi – 2015-03-27T23:09:40.747