viabtc / viabtc_mining_server

A high-performance distributed Bitcoin mining pool server.

Home Page:https://www.viabtc.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing http server

bpsvpn opened this issue · comments

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.

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.