Bitcoin Forum
April 24, 2024, 01:53:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Accepting bitcoin payments automatically  (Read 985 times)
SgtSpike (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1005



View Profile
July 07, 2011, 07:29:14 PM
 #1

What options are out there for accepting bitcoin payments automatically?  What I mean is, without me having to hand over a new address to each individual manually?

I'd like to be able to just point them to a URL that gives them a bitcoin address to make a payment to, and then, as part of filling out a form, enter in the address that they sent payment to.

I don't want to use mybitcoin either.  They've been scamming people left and right, and I want no part of that.  Any other options?
1713923593
Hero Member
*
Offline Offline

Posts: 1713923593

View Profile Personal Message (Offline)

Ignore
1713923593
Reply with quote  #2

1713923593
Report to moderator
1713923593
Hero Member
*
Offline Offline

Posts: 1713923593

View Profile Personal Message (Offline)

Ignore
1713923593
Reply with quote  #2

1713923593
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
semyazza
Sr. Member
****
Offline Offline

Activity: 339
Merit: 250


View Profile
July 07, 2011, 07:38:45 PM
 #2

What options are out there for accepting bitcoin payments automatically?  What I mean is, without me having to hand over a new address to each individual manually?

I'd like to be able to just point them to a URL that gives them a bitcoin address to make a payment to, and then, as part of filling out a form, enter in the address that they sent payment to.

I don't want to use mybitcoin either.  They've been scamming people left and right, and I want no part of that.  Any other options?

Run bitcoind on your server and use JSON-RPC calls from a program to generate a unique address for each transaction.  Store addresses in a database and check for payment using calls to bitcoind to see how many confirmations are on that address.  After the set amount of confirmations release the item you are selling.
Belkaar
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile WWW
July 07, 2011, 07:40:52 PM
 #3

If you want to I can share some code that I wrote for bitcoincodes.com . PM me

bitcoinCodes.com: Get XBox live, PSN and WoW game time codes fast and anonymously
Android RPC client: Bitcoiner
Bitmessage: BM-GtcxVju35PGuD6es9vrF1SXtCVxScbjB
SgtSpike (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1005



View Profile
July 07, 2011, 07:46:08 PM
 #4

What options are out there for accepting bitcoin payments automatically?  What I mean is, without me having to hand over a new address to each individual manually?

I'd like to be able to just point them to a URL that gives them a bitcoin address to make a payment to, and then, as part of filling out a form, enter in the address that they sent payment to.

I don't want to use mybitcoin either.  They've been scamming people left and right, and I want no part of that.  Any other options?

Run bitcoind on your server and use JSON-RPC calls from a program to generate a unique address for each transaction.  Store addresses in a database and check for payment using calls to bitcoind to see how many confirmations are on that address.  After the set amount of confirmations release the item you are selling.
I was hoping for an established solution... I didn't really want to spend a bunch of time programming for this particular project.

Is there nothing else besides mybitcoin?
error
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500



View Profile
July 07, 2011, 08:01:49 PM
 #5

https://en.bitcoin.it/wiki/Category:Shopping_Cart_Interfaces

3KzNGwzRZ6SimWuFAgh4TnXzHpruHMZmV8
SgtSpike (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1005



View Profile
July 07, 2011, 08:07:06 PM
 #6

Mmmmm, lots of choices, thanks for pointing out that list!

If anyone has any recommendations from that list (or elsewhere), please do post in this thread!  But it looks like this will give me a good place to start at the very least.
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!