Post
Topic
Board Mining support
Re: S9 Solo troubleshooting
by
Danthepermanentman
on 11/01/2018, 16:10:21 UTC
Sorry, the command should be:

bfgminer -o http://127.0.0.1:8332 -u username -p USerpass1 --stratum-port 3333


Then your S9 should connect. I just tested it with my S9 and it works as expected.

Post a pic of your miner config page (you can blur or black out the secret stuff)

I believe the 3 proxies are the one S9 testing if the backup pools are live.

You could check to make sure the port is open and forwarding correctly, and nothing is blocking it. For example, a firewall isn't dropping the connections


Cool..

Here's the config:
https://i.imgur.com/uTXYAGd.png

Miner status *before* running BFGMiner  (slushpool - hashing no prob)
https://i.imgur.com/uRSqsHP.png

Console with BFGMiner running
https://i.imgur.com/RCY2BCY.png


Miner status *after* running BFGMiner  
https://i.imgur.com/r3jqucz.png


and after "q", here's the summary of runtime statistics:
Code:
[2018-01-11 10:41:44]
Summary of runtime statistics:

 [2018-01-11 10:41:44] Started at [2018-01-11 10:31:47]
 [2018-01-11 10:41:44] Runtime: 0 hrs : 9 mins : 56 secs
 [2018-01-11 10:41:44] Average hashrate: 0.0 Megahash/s
 [2018-01-11 10:41:44] Solved blocks: 0
 [2018-01-11 10:41:44] Best share difficulty: 0
 [2018-01-11 10:41:44] Share submissions: 0
 [2018-01-11 10:41:44] Accepted shares: 0
 [2018-01-11 10:41:44] Rejected shares: 0 + 0 stale (-1.#J%)
 [2018-01-11 10:41:44] Accepted difficulty shares: 0
 [2018-01-11 10:41:44] Rejected difficulty shares: 0
 [2018-01-11 10:41:44] Hardware errors: 0
 [2018-01-11 10:41:44] Network transfer: 29.42 /  0.02 MB  ( 49.4 /   0.0 kB/s)
 [2018-01-11 10:41:44] Efficiency (accepted shares * difficulty / 2 KB): 0.00
 [2018-01-11 10:41:44] Utility (accepted shares / min): 0.00/min

 [2018-01-11 10:41:44] Unable to get work from server occasions: 0
 [2018-01-11 10:41:44] Work items generated locally: 49
 [2018-01-11 10:41:44] Submitting work remotely delay occasions: 0
 [2018-01-11 10:41:44] New blocks detected on network: 2

 [2018-01-11 10:41:44] Pool: http://localhost:8332
 [2018-01-11 10:41:44]  Share submissions: 0
 [2018-01-11 10:41:44]  Accepted shares: 0
 [2018-01-11 10:41:44]  Rejected shares: 0 + 0 stale (-1.#J%)
 [2018-01-11 10:41:44]  Accepted difficulty shares: 0
 [2018-01-11 10:41:44]  Rejected difficulty shares: 0
 [2018-01-11 10:41:44]  Network transfer: 14.63 /  0.01 MB  ( 23.7 /   0.0 kB/s)
 [2018-01-11 10:41:44]  Efficiency (accepted * difficulty / 2 KB): 0.00
 [2018-01-11 10:41:44]  Items worked on: 22
 [2018-01-11 10:41:44]  Unable to get work from server occasions: 0
 [2018-01-11 10:41:44]  Submitting work remotely delay occasions: 0

 [2018-01-11 10:41:44] Pool: http://127.0.0.1:8332/#getcbaddr#allblocks
 [2018-01-11 10:41:44]  Share submissions: 0
 [2018-01-11 10:41:44]  Accepted shares: 0
 [2018-01-11 10:41:44]  Rejected shares: 0 + 0 stale (-1.#J%)
 [2018-01-11 10:41:44]  Accepted difficulty shares: 0
 [2018-01-11 10:41:44]  Rejected difficulty shares: 0
 [2018-01-11 10:41:44]  Network transfer: 14.80 /  0.01 MB  ( 24.0 /   0.0 kB/s)
 [2018-01-11 10:41:44]  Efficiency (accepted * difficulty / 2 KB): 0.00
 [2018-01-11 10:41:44]  Items worked on: 1
 [2018-01-11 10:41:44]  Unable to get work from server occasions: 0
 [2018-01-11 10:41:44]  Submitting work remotely delay occasions: 0

 [2018-01-11 10:41:44] Summary of per device statistics:

 [2018-01-11 10:41:44] PXY0        | 20s:  0.0 avg:  0.0 u:  0.0  h/s | A:0 R:0+0(none) HW:0/none
 [2018-01-11 10:41:44] PXY1        | 20s:  0.0 avg:  0.0 u:  0.0  h/s | A:0 R:0+0(none) HW:0/none
 [2018-01-11 10:41:44]
Shutdown signal received.

C:\bfgminer-5.4.2-win64>


Thanks..