Bitcoin Forum

Bitcoin => Project Development => Topic started by: pixskull on March 19, 2014, 11:31:31 PM



Title: Use BTC/LTC in Java Game Source Code Help
Post by: pixskull on March 19, 2014, 11:31:31 PM
Hey everyone,

So if I have a Java game and I want to impliment the use of depositing and withdrawing coins into this game, could anyone lead me in the right direction?  And is it different for other Altcoins then for bitcoin?

Thanks for any help!


Title: Re: Use BTC/LTC in Java Game Source Code Help
Post by: mintodev on March 20, 2014, 07:52:08 AM
Just integrate the API Function for Depositing and Withdrawls of Bitcoins. You can find the documentation at https://en.bitcoin.it/wiki/API_reference_(JSON-RPC).



Title: Re: Use BTC/LTC in Java Game Source Code Help
Post by: elrapido80 on March 20, 2014, 09:06:16 AM
Interesting idea! What do you plan to do in terms of security? Giving the game access to the API opens it up to reverse engineering and such abuse right?


Title: Re: Use BTC/LTC in Java Game Source Code Help
Post by: erono on March 20, 2014, 11:25:05 AM
Security is key to bitcoin gains.


Title: Re: Use BTC/LTC in Java Game Source Code Help
Post by: pixskull on March 20, 2014, 03:44:11 PM
That's what I was going to work on once I get the code and see what the problems are.