Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: luke.watson on September 02, 2013, 12:04:57 PM



Title: done
Post by: luke.watson on September 02, 2013, 12:04:57 PM
Hi I have a free Bitcoin directory script which I have built and is near completion.

Because I am a noob and cannot use APIs I am looking for a little help

I would like to implement the BitPay payment system (not too important which payment system makes the cut, however) but if anyone could help me to implement at least 1 payment system it would be really appreciated!

The full source can be found here http://ge.tt/25diTsq?c

You will need to fill in the information in lib/config with server and sql database info as well as importing the sql file to your database

Let me know if you need any help with the setup but it should be rather simple. All I need is a IPN so I know if a listing has been paid for

Thanks in advance

Luke


Title: Re: Help to implement Bitcoin payments
Post by: luke.watson on September 06, 2013, 11:37:35 AM
I'd love to get this finished asap, anyone able to lend a hand?


Title: Re: Help to implement Bitcoin payments
Post by: grue on September 06, 2013, 01:27:07 PM
I'd love to get this finished asap, anyone able to lend a hand?
You won't have much luck asking people to code this much for free. Try putting a bounty on it to compensate coders for their time.


Title: Re: Help to implement Bitcoin payments
Post by: luke.watson on September 07, 2013, 05:26:49 PM
I'd love to get this finished asap, anyone able to lend a hand?
You won't have much luck asking people to code this much for free. Try putting a bounty on it to compensate coders for their time.

Fair point, added a .2 bounty


Title: Re: Help to implement Bitcoin payments [0.2 BTC Bounty]
Post by: luke.watson on September 13, 2013, 02:37:46 PM
Bump?


Title: Re: Help to implement Bitcoin payments [0.2 BTC Bounty]
Post by: Dabs on September 14, 2013, 11:44:10 AM
Interesting. Is this like PHP Link Directory? or phpLD? I've always wanted to put up my own directory that can accept bitcoins, and I think it's easier to just have it grab addresses and/or monitor those. Also allows you to use cold wallets.


Title: Re: Help to implement Bitcoin payments [0.2 BTC Bounty]
Post by: luke.watson on September 14, 2013, 03:27:44 PM
Interesting. Is this like PHP Link Directory? or phpLD? I've always wanted to put up my own directory that can accept bitcoins, and I think it's easier to just have it grab addresses and/or monitor those. Also allows you to use cold wallets.

Yes it's very similar. I have thought about a standard address that all payments to go to but I think a semi automated system would be better. The admin would have to approve the listings first, the listing will be set as 'paid' when it has been paid and 'pending' before hand

You can checkout the directory here : http://cdkey-hut.com/Directory/





Title: Re: Help to implement Bitcoin payments [0.2 BTC Bounty]
Post by: luke.watson on September 16, 2013, 09:12:20 PM
I can do this but I don't do bounties, they force bad coding and racing which means that people don't test. Also $20 is too cheap. PM me if you want to hire me.

I can do all the testing. All you need to do is setup an IPN which shouldn't be hard. You don't need to make it do anything (I can do that) it just needs to hit the server back when a payment has been made successfully