Bitcoin Forum
May 28, 2024, 02:24:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to implement sending and receiving coins in web application?  (Read 647 times)
Green Lantern (OP)
Newbie
*
Offline Offline

Activity: 322
Merit: 0


View Profile
April 09, 2014, 02:00:32 PM
 #1

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?
jkandah
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 09, 2014, 06:24:08 PM
 #2

Coinbase and Bitpay have nice APIs
Green Lantern (OP)
Newbie
*
Offline Offline

Activity: 322
Merit: 0


View Profile
April 09, 2014, 10:57:18 PM
 #3

Coinbase and Bitpay have nice APIs
thanks. any other ideas? without coinbase or bitpay?
someguy123
Sr. Member
****
Offline Offline

Activity: 336
Merit: 254


CEO of Privex Inc. (www.privex.io)


View Profile WWW
April 09, 2014, 10:59:21 PM
 #4

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.

kingscrown
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


http://fuk.io - check it out!


View Profile WWW
April 09, 2014, 11:38:56 PM
 #5

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!

someguy123
Sr. Member
****
Offline Offline

Activity: 336
Merit: 254


CEO of Privex Inc. (www.privex.io)


View Profile WWW
April 10, 2014, 12:13:11 AM
 #6

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

b!z
Legendary
*
Offline Offline

Activity: 1582
Merit: 1010



View Profile
April 10, 2014, 02:14:26 PM
 #7

Blockchain.info api?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!