Missing http server
bpsvpn opened this issue · 1 comments
bpsvpn commented
Hi,
I am trying to setup this pool server for my home miner and I can't manage to get it working. I am missing "blockmaster_url": "http://127.0.0.1/blockmaster"
.
Is it jsonrpc exposed from bitcoind?
bitcoin-cli help
== Blockchain ==
Or maybe a service I did not find in this project?
Thank you and I hope you can help with this.
jasonbcox commented
I've found you can get a minimal setup working with just mineragent + gateway + jobmaster + a node. The blockmaster_url
does not appear to be strictly necessary, however jobmaster does spit out error logs regarding a missing blockmaster every few seconds.
It would be nice to know how to configure blockmaster correctly.