Author

Topic: How to accept bitcoins on Heroku? (Read 2332 times)

sr. member
Activity: 262
Merit: 250
August 26, 2012, 05:08:34 AM
#5
Given that the Heroku platform has only a read filesystem how does one generate bitcoin address for each sale on a site running on Heroku. Is there a simple solution to using bitcoin on Heroku?

Heroku supports Java so you could deploy BitcoinJ to a heroku server. I have done this in the past but it's non-trivial.

Your probably better off connecting to a Bitcoin payments provider, i.e. http://bitcoinpayflow.com/
hero member
Activity: 938
Merit: 1000
August 24, 2012, 07:24:50 PM
#4
BitcoinPayflow should work. They host the bitcoind, you just request addresses over an API and they forward the funds. It's just a matter of trusting a third party with your payments.

For what it's worth, I've been using them for quite some time and so far, so good.
legendary
Activity: 905
Merit: 1012
August 24, 2012, 06:51:43 PM
#3
pynode?
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
August 24, 2012, 05:06:49 PM
#2
Given that the Heroku platform has only a read filesystem how does one generate bitcoin address for each sale on a site running on Heroku. Is there a simple solution to using bitcoin on Heroku?

No, not really. You will have to build your app so it can connect to a bitcoin daemon hosted on a normal VPS, using SSL off course.
newbie
Activity: 14
Merit: 0
August 24, 2012, 04:46:34 PM
#1
Given that the Heroku platform has only a read filesystem how does one generate bitcoin address for each sale on a site running on Heroku. Is there a simple solution to using bitcoin on Heroku?
Jump to: