Author

Topic: [SOLVED]Payment Proccessing On Own Server (Read 1135 times)

hero member
Activity: 714
Merit: 500
February 06, 2012, 12: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
newbie
Activity: 85
Merit: 0
February 05, 2012, 11:30:39 AM
#3
do u wait for confirmations??
hero member
Activity: 868
Merit: 1007
February 05, 2012, 11:12:58 AM
#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.
hero member
Activity: 714
Merit: 500
February 05, 2012, 10:07:23 AM
#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://bitcointalksearch.org/topic/sample-account-system-using-json-rpc-needed-417
(you guys should sticky the above link)

More info...
https://bitcointalksearch.org/topic/best-practice-for-accepting-bitcoin-payments-12275
"monitor-patch / monitortx"


Quote

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

Jump to: