Bitcoin Forum
May 30, 2024, 05:59:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How do you accept Bitcoins on a website?  (Read 524 times)
phazon307 (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100

Don't fear Crypto Exchanges go with honest well kn


View Profile
February 15, 2014, 06:27:25 AM
 #1

I am curious as to how you would receive and people can withdraw bitcoins what programming does it require? I know a little JavaScript. For instance like how do gambling sites do it. How do they generate random addresses and how do they have it so people can withdraw bitcoins without you sitting in front of the pc all day and night?

Win up $200.00 usd in bitcoins every hour.
grifferz
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
February 15, 2014, 06:34:01 AM
 #2

The bitcoin-qt daemon has a JSON-RPC API which your own code can poke at in order to check for received funds, make transactions, etc.:

https://en.bitcoin.it/wiki/API_reference_%28JSON-RPC%29

Extremely high volume sites implement their own client, with varying success - see recent malleability issue that caught out some major players.

If you have little to no coding skill, consider using a third party service.

https://en.bitcoin.it/wiki/How_to_accept_Bitcoin,_for_small_businesses
https://en.bitcoin.it/wiki/Category:Shopping_Cart_Interfaces
gweedo
Legendary
*
Offline Offline

Activity: 1498
Merit: 1000


View Profile
February 15, 2014, 06:37:31 AM
 #3

If you know just javascript that isn't enough knowledge to do it. You would probably get it to work but you have a very insecure system, and be hacked.
gminds
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile WWW
February 15, 2014, 07:20:11 AM
 #4

3rd party payment processors allows easy integration with your website. Some processors offers REST APIs, building a custom deployment becomes less complex.
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!