Bitcoin Forum
May 13, 2024, 07:07:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [SOLVED]Payment Proccessing On Own Server  (Read 1135 times)
vual (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
February 05, 2012, 02:07:23 PM
Last edit: February 06, 2012, 12:00:31 PM by vual
 #1

ANSWER FOR OTHERS:




Can someone share some light on payment processing with bitcoin, Not using a payment processor that's set up, i would like to use one of my own VPS, i assume i will need a python script to interact with the bitcoin daemon?

Maybe create a new bitcoin address for every user, have script check the address for change then credit user the change?

Whats the normal way to go about this? Any open source solutions for this?
I don't want to have to once again go back to a institute (ie: paypal).

How do the gambling sites and the coin flip sites on the onion web manage to do this, is it server side scripts obviously but does anyone have any starting point for me... some source that i can browse threw... etc

Any info would be much appreciated, i did a search first couldn't find much info.

Once again im sorry if there is a obvious answer to this on the forums i have tried to find it, any point in the right direction would be much appreciated.

I could probably whip something very primitive up myself but i am hoping the code is already here somewere....

Thanks in advance,
Vual

EDIT:
Found everything i need, anyway its worth a bump....
info for others:

GOLD MINE
https://bitcointalk.org/index.php?topic=417.0
(you guys should sticky the above link)

More info...
https://bitcointalk.org/index.php?topic=12275.0
"monitor-patch / monitortx"


Quote

We can still discuss it here, i would like to talk about it, if anyone likes.

1715584038
Hero Member
*
Offline Offline

Posts: 1715584038

View Profile Personal Message (Offline)

Ignore
1715584038
Reply with quote  #2

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

Posts: 1715584038

View Profile Personal Message (Offline)

Ignore
1715584038
Reply with quote  #2

1715584038
Report to moderator
Steve
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1007



View Profile WWW
February 05, 2012, 03:12:58 PM
 #2

Bitcoind has a JSPN RPC interface that you can interact with from virtually any language…there are a lot of different approaches you payments that you could use (a unique address for each payment, one address for repeated deposits, etc).  Bitcoin even has it's own account management capability, but it has some scalability issues.

(gasteve on IRC) Does your website accept cash? https://bitpay.com
kais3r
Newbie
*
Offline Offline

Activity: 85
Merit: 0


View Profile
February 05, 2012, 03:30:39 PM
 #3

do u wait for confirmations??
vual (OP)
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
February 06, 2012, 04:33:22 AM
 #4

yes the plan was to wait for confirmations.


found some services who will monitor the blocks for me and http post the resonse (bitping.net).


also this is great:
https://en.bitcoin.it/wiki/API_tutorial_%28JSON-RPC%29
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!