Bitcoin Forum
May 07, 2024, 10:32:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Automation  (Read 1594 times)
BitcoinDealer (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 21, 2011, 06:53:11 PM
 #1

Hi,

What's the best way to catch transaction information for automated handling of purchases on a website. For example, the instawallet site, is it open source?
1715077964
Hero Member
*
Offline Offline

Posts: 1715077964

View Profile Personal Message (Offline)

Ignore
1715077964
Reply with quote  #2

1715077964
Report to moderator
1715077964
Hero Member
*
Offline Offline

Posts: 1715077964

View Profile Personal Message (Offline)

Ignore
1715077964
Reply with quote  #2

1715077964
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715077964
Hero Member
*
Offline Offline

Posts: 1715077964

View Profile Personal Message (Offline)

Ignore
1715077964
Reply with quote  #2

1715077964
Report to moderator
1715077964
Hero Member
*
Offline Offline

Posts: 1715077964

View Profile Personal Message (Offline)

Ignore
1715077964
Reply with quote  #2

1715077964
Report to moderator
BitcoinDealer (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 21, 2011, 07:06:07 PM
 #2

Bitcoin seems to lack this feature yet
MBH
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile WWW
June 21, 2011, 07:19:58 PM
 #3

You could use blockexplorer.com to track the transactions. The client shows how many confirmations the transactions have received; you could make use of that.
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
June 21, 2011, 08:39:02 PM
 #4

The listtransactions command will do it, or listreceivedbyaddress.  Most sites use JSON RPC to communicate with a bitcoind daemon, either running on the webserver or elsewhere.

You can play with it a bit on the command line to see how it all works.  Normally, you use getnewaddress to create a new address, then setaccount to associate the address with an account (just a name), then "listtransactions" to see if it has arrived yet.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
bbjansen
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
June 21, 2011, 08:41:07 PM
 #5

I will look into this soon too and would love to see or else develop a WHMCS plugin that will support payments and invoices via Bitcoins. It will probably be a bit more tricky than a standard PayPal transaction/invoice but should be possible.
BitcoinDealer (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 21, 2011, 09:18:56 PM
 #6

Yeah I guess it requires some modified Bitcoin client.
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
June 21, 2011, 11:18:09 PM
 #7

No, it works just fine with the stock client.  You may need to create or edit a bitcoin.conf file to tell the software to listen for API requests.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
BitcoinDealer (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
June 21, 2011, 11:29:45 PM
 #8

Whats the stock client?
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
June 21, 2011, 11:31:52 PM
 #9

The stock client is the one you can download from here.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
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!