Trying to follow the guide, but I'm having issues. My site says
Stats API Temporarily Down
Usually it's just a temporal issue and mining is not affected.
My geth blockchain seems like it is fully synced.
I'm running:
./build/bin/open-ethereum-pool config.json
and:
./geth --fast --cache=2048 --rpc --rpcport=8545
and this is what it looks like, respectively:
INFO [06-03|19:44:03] Imported new block headers count=45 elapsed=115.564ms number=5728461 hash=3d60ae…ff07ca ignored=68
INFO [06-03|19:44:03] Imported new block receipts count=2 elapsed=8.941ms number=5728350 hash=bd399e…47032b size=199.36kB ignored=0
INFO [06-03|19:44:03] Imported new block receipts count=2 elapsed=8.137ms number=5728352 hash=5f3117…bf4035 size=165.29kB ignored=0
INFO [06-03|19:44:05] Imported new block receipts count=23 elapsed=48.591ms number=5728375 hash=174aa9…3ea81a size=2.21mB ignored=0
INFO [06-03|19:44:13] Imported new block receipts count=21 elapsed=44.066ms number=5728396 hash=13a769…38b541 size=1.80mB ignored=0
INFO [06-03|19:44:18] Imported new state entries count=0 elapsed=247.633µs processed=58166343 pending=1 retry=1 duplicate=0 unexpected=31
INFO [06-03|19:44:18] Imported new block headers count=1 elapsed=7.395ms number=5728462 hash=691de0…b07980 ignored=0
2018/06/03 19:31:20 Policy state refresh complete
2018/06/03 19:31:21 Stats collection finished 529.945µs
2018/06/03 19:31:26 Stats collection finished 572.791µs
2018/06/03 19:31:31 Stats collection finished 434.231µs
2018/06/03 19:31:36 Stats collection finished 483.334µs
2018/06/03 19:31:41 Stats collection finished 605.187µs
2018/06/03 19:31:46 Stats collection finished 496.801µs
2018/06/03 19:31:51 Stats collection finished 479.794µs
2018/06/03 19:31:56 Stats collection finished 545.559µs
2018/06/03 19:32:01 Stats collection finished 367.737µs
2018/06/03 19:32:06 Stats collection finished 650.501µs
2018/06/03 19:32:11 Stats collection finished 477.651µs
2018/06/03 19:32:16 Stats collection finished 502.904µs
2018/06/03 19:32:20 Policy state refresh complete
2018/06/03 19:32:21 Stats collection finished 557.132µs
2018/06/03 19:32:26 Stats collection finished 588.987µs
2018/06/03 19:32:31 Stats collection finished 532.213µs
2018/06/03 19:32:36 Stats collection finished 726.653µs
2018/06/03 19:32:41 Stats collection finished 698.799µs
2018/06/03 19:32:46 Stats collection finished 490.79µs
2018/06/03 19:32:51 Stats collection finished 580.612µs
2018/06/03 19:32:56 Stats collection finished 489.052µs
2018/06/03 19:33:01 Stats collection finished 605.274µs
2018/06/03 19:33:06 Stats collection finished 549.786µs
So it seems the ./build is talking to geth. I just can't figure out why the website still says "api down." I've looked at the previous reply posts that have to do with this and copied the config.json file, nginx config, and environment.js file, and it won't work. Then I tried changing a few things, and still won't work. I can't seem to get this resolved. Any help would be great.