Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
You want to accept bitcoins as payment? – Devin M Jun 14 '11 at 15:09
1  
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

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.

share|improve this answer
Yes. There is an easy way to setup the SSL: en.bitcoin.it/wiki/Enabling_SSL_on_original_client_daemon – ZenBalance Feb 21 at 19:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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