I want to automate some transactions and need to do it within an app on Heroku.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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. |
|||
|