Hey, I'm a little confused about what you mean in the instructions when you say
"Edit config/application.rb and configure your bitcoind connection."
I've done everything else and when i launch the rails server i get this error message and I'm wondering if it has anything to do with the above? ^
Errno::ECONNREFUSED in Accounts#index
Showing /Users/jasonravel/Downloads/webtc-master/app/views/layouts/application.html.haml where line #9 raised:
Connection refused - connect(2)
Extracted source (around line #9):
6: = stylesheet_link_tag "webtc", "autocomplete"
7:
8: %body
9: - @info = BITCOIN.getinfo
10: #header
11: .title
12: = link_to t('header.site_name'), root_path