Title: How to implement sending and receiving coins in web application? Post by: Green Lantern on April 09, 2014, 02:00:32 PM I gonna to create web app. Bitcoins will be game coins. So how to implement sending of won bitcoins from server (wallet on the server) to player's address?
Title: Re: How to implement sending and receiving coins in web application? Post by: jkandah on April 09, 2014, 06:24:08 PM Coinbase and Bitpay have nice APIs
Title: Re: How to implement sending and receiving coins in web application? Post by: Green Lantern on April 09, 2014, 10:57:18 PM Coinbase and Bitpay have nice APIs thanks. any other ideas? without coinbase or bitpay?Title: Re: How to implement sending and receiving coins in web application? Post by: someguy123 on April 09, 2014, 10:59:21 PM Coinbase and Bitpay have nice APIs thanks. any other ideas? without coinbase or bitpay?If you set up Bitcoin's Daemon on your server, you can use the JSONRPC: https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29 This way your coins stay in your own hands at all time. Title: Re: How to implement sending and receiving coins in web application? Post by: kingscrown on April 09, 2014, 11:38:56 PM Coinbase and Bitpay have nice APIs thanks. any other ideas? without coinbase or bitpay?If you set up Bitcoin's Daemon on your server, you can use the JSONRPC: https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29 This way your coins stay in your own hands at all time. and thats propably best and.. easiest also! Title: Re: How to implement sending and receiving coins in web application? Post by: someguy123 on April 10, 2014, 12:13:11 AM Coinbase and Bitpay have nice APIs thanks. any other ideas? without coinbase or bitpay?If you set up Bitcoin's Daemon on your server, you can use the JSONRPC: https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29 This way your coins stay in your own hands at all time. and thats propably best and.. easiest also! It's one of the best and easiest, but not necessarily the most secure. There are big flaws in the accounting system that can make it dangerous to use for newer developers who don't know the strange quirks of bitcoind. Read Up here before doing stuff: https://en.bitcoin.it/wiki/Accounts_explained Title: Re: How to implement sending and receiving coins in web application? Post by: b!z on April 10, 2014, 02:14:26 PM Blockchain.info api?
|