Bitcoin Forum
June 15, 2024, 06:45:04 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What's a good way to accept Bitcoins in an Online Store?  (Read 1159 times)
Tacticat (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
January 01, 2013, 11:45:27 PM
 #1

I know about Bitpay merchant solution and other merchant solution providers... but what if I want to host my own Point of Sale / electronic shopping cart software?

What software could I install on my server that communicates with my Bitcoin wallet, creates new addresses and requests payments from my online shop?

Thanks!

Tips and donations:

15nqQGfkgoxrBnsshD6vCuMWuz71MK51Ug
casascius
Mike Caldwell
VIP
Legendary
*
Offline Offline

Activity: 1386
Merit: 1136


The Casascius 1oz 10BTC Silver Round (w/ Gold B)


View Profile WWW
January 01, 2013, 11:48:44 PM
 #2

BitPay does a good job of what they do, but if you want to avoid a third party service, I would recommend you pre-generate a large number of addresses, don't put the private keys on the server (for safety), and have your site dispense a single address for each order.

This is what I'm doing, and I don't even bother with any bitcoin software.  There's really no need.  I just make sure there's an easy link to look up the payment on blockchain.info when I go to actually ship the orders, and I click the link, and if they paid, I ship.

Companies claiming they got hacked and lost your coins sounds like fraud so perfect it could be called fashionable.  I never believe them.  If I ever experience the misfortune of a real intrusion, I declare I have been honest about the way I have managed the keys in Casascius Coins.  I maintain no ability to recover or reproduce the keys, not even under limitless duress or total intrusion.  Remember that trusting strangers with your coins without any recourse is, as a matter of principle, not a best practice.  Don't keep coins online. Use paper or hardware wallets instead.
Yankee (BitInstant)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1000


Charlie 'Van Bitcoin' Shrem


View Profile WWW
January 01, 2013, 11:51:13 PM
 #3

I know about Bitpay merchant solution and other merchant solution providers... but what if I want to host my own Point of Sale / electronic shopping cart software?

What software could I install on my server that communicates with my Bitcoin wallet, creates new addresses and requests payments from my online shop?

Thanks!

I just heard about this today, I think its awesome

http://acceptbit.com/ (Its run by Jeremias Kangas and Stefan Thomas from WeUseCoins and other projects, but be careful before giving them your master key)

Quote
AcceptBit.com is the safest and easiest way to accept bitcoin payments. In the whole Universe.

AcceptBit me! Merchants accept payments using this website. No keys are stored by us. We simply provide a convenient overview. And your Electrum client remains synchronised through cryptographic magic.


Bitcoin pioneer. An apostle of Satoshi Nakamoto. A crusader for a new, better, tech-driven society. A dreamer.

More about me: http://CharlieShrem.com
franky1
Legendary
*
Offline Offline

Activity: 4256
Merit: 4523



View Profile
January 02, 2013, 12:05:51 AM
Last edit: January 02, 2013, 01:12:36 AM by franky1
 #4

create a whole bunch of addresses on a home computer that is not a server.

put ONLY the public addresses into a database on the server. and use the blockexplorer or blockchain.info api's to do your balance checks.

then use the home computer to sweep all the funds into your master address frequently. for you to be able to re-use those addresses

ensure your server only has public addresses. do not have a bitcoin client on your server. an EPOS is meant for receiving money, not sending it. so there is no requirement to be sending funds to customers.

if a transaction needed to be refunded due to customer relations issues or a problem with the product sold. then the shop manager would use their home computer/another office/customer service department computer for sending the funds. not the main servers computer.

again do not have a bitcoin client on your server

api's you can easily use
show QR Code on html webpage
<img src="https://blockchain.info/qr?data=putaddresshere">

get the balance of an address
http://blockchain.info/q/addressbalance/putaddresshere?confirmations=0


I DO NOT TRADE OR ACT AS ESCROW ON THIS FORUM EVER.
Please do your own research & respect what is written here as both opinion & information gleaned from experience. many people replying with insults but no on-topic content substance, automatically are 'facepalmed' and yawned at
bzzard
Sr. Member
****
Offline Offline

Activity: 398
Merit: 250


View Profile WWW
January 02, 2013, 12:22:18 AM
 #5

I'm using http://bitcoinpayflow.com/ - it's exactly what I wanted, works with 0 problems so far (4 months)

BTCCharts.com - still for free!
mrvision
Sr. Member
****
Offline Offline

Activity: 527
Merit: 250



View Profile
January 02, 2013, 03:57:02 AM
 #6

I like blockchain.info's solution.
Check:
http://blockchain.info/es/api/api_receive

Blockchain.info will generate addresses and forward the bitcoins to your address. Very neat solution in my opinion.
Tacticat (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
January 02, 2013, 11:29:02 AM
 #7

Hello there again!

From all the possible solutions, Acceptbit seems the easiests to setup and use. Mainly because it auto-generates the addresses as you need them and there is absolutely no risk since the addresses are generated from a public master key. It is also very convenients since they keys are automatically syncd with my electrum wallet.

The only problem is that I don't see how I could use it on a website? Is there any command or API to call for a new address to be generated and displayed?

Other options such as the Blockchain API, bitcoinpayflow and pre-generating addresses also seem interesting, but I'd like to explore Acceptbit first :3

Thanks!

Tips and donations:

15nqQGfkgoxrBnsshD6vCuMWuz71MK51Ug
Technomage
Legendary
*
Offline Offline

Activity: 2184
Merit: 1056


Affordable Physical Bitcoins - Denarium.com


View Profile WWW
January 02, 2013, 12:35:29 PM
 #8

If you want a semi-do-it-yourself solution and you don't need extensive shopping cart integration or something like that, I would definitely recommend AcceptBit. If you want the whole package with integrations, invoices, support etc, then BitPay or similar services are the way to go. Also the conversion to local currencies is something BitPay provides and AcceptBit doesn't, but if you're fine with just getting bitcoins then it doesn't matter.

Denarium closing sale discounts now up to 43%! Check out our products from here!
franky1
Legendary
*
Offline Offline

Activity: 4256
Merit: 4523



View Profile
January 02, 2013, 04:23:48 PM
 #9

blockchain.info also has this simple api

https://blockchain.info/es/api/receive?method=create&address=<your address>&anonymous=false&callback=<your calback url>

it does these key things:
*creates a unique payment address
*informs you when you receive a payment to that address via <your callback url>
*links the payment address to <your address> so that your master address receives payment once confirmation has been done

all without needing a client on the server or telling blockchain any private keys


I DO NOT TRADE OR ACT AS ESCROW ON THIS FORUM EVER.
Please do your own research & respect what is written here as both opinion & information gleaned from experience. many people replying with insults but no on-topic content substance, automatically are 'facepalmed' and yawned at
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!