Author

Topic: How to implement sending and receiving coins in web application? (Read 647 times)

b!z
legendary
Activity: 1582
Merit: 1010
Blockchain.info api?
sr. member
Activity: 336
Merit: 254
CEO of Privex Inc. (www.privex.io)
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
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
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!
sr. member
Activity: 336
Merit: 254
CEO of Privex Inc. (www.privex.io)
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.
newbie
Activity: 322
Merit: 0
Coinbase and Bitpay have nice APIs
thanks. any other ideas? without coinbase or bitpay?
newbie
Activity: 3
Merit: 0
Coinbase and Bitpay have nice APIs
newbie
Activity: 322
Merit: 0
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?
Jump to: