I want to automate some transactions and need to do it within an app on Heroku.

link|improve this question
You want to accept bitcoins as payment? – Devin M Jun 14 '11 at 15:09
Actually, it looks like you can generate bitcoins with bitcoind and I dont think Heroku would want you abusing the service like that. – Devin M Jun 14 '11 at 15:10
feedback

1 Answer

I'm not aware of any method for running bitcoind on Heroku but it's probably a moot point anyway. Bitcoind doesn't necessarily have to live on the same system as the code that accesses it. Choose a non-default port and a strong username/password combo in your bitcoin.conf and you can run it anywhere. If you feel like taking it that far there should be an option for SSL.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.