I want to automate some transactions and need to do it within an app on Heroku.
feedback
|
|
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. | |||
|
feedback
|