I just switched over from Minepeon. I managed to get Minera v0.4.0 installed and up and running with no issues however I am having a problem mining...
I am using the donation pool for testing.
I have selected
BFGminer 4.X (Official) as my miner.
I have the following extra options:
--log-file -S antminer:all --set-device antminer:clock=x0981Everything starts up properly and begins mining, but all my shares are getting rejected with the message
Low Difficulty Share.
Here is a snippet from the log:
[2014-12-30 08:35:36] Started bfgminer 5.0.0-6-gdd419cd
[2014-12-30 08:35:36] Loaded configuration file /var/www/minera/conf/miner_conf.json
[2014-12-30 08:35:36] Found AMU 0 at /dev/ttyUSB0
[2014-12-30 08:35:36] Found AMU 1 at /dev/ttyUSB3
[2014-12-30 08:35:36] Found AMU 2 at /dev/ttyUSB2
[2014-12-30 08:35:36] Found AMU 3 at /dev/ttyUSB1
[2014-12-30 08:35:36] Probing for an alive pool
[2014-12-30 08:35:36] Testing pool stratum+tcp://multi.ghash.io:3333
[2014-12-30 08:35:36] HTTP request failed: Protocol stratum+tcp not supported or disabled in libcurl
[2014-12-30 08:35:37] Stratum authorisation success for pool 0
[2014-12-30 08:35:37] Pool 0 stratum+tcp://multi.ghash.io:3333 alive
[2014-12-30 08:35:37] Network difficulty changed to 381 ( 2.73G)
[2014-12-30 08:35:37] New block: ...8101f5c438836000 diff 381 ( 2.73G)
[2014-12-30 08:35:37] Stratum from pool 0 detected new block
[2014-12-30 08:35:37] API running in IP access mode on port 4028
[2014-12-30 08:35:37] AMU 3: Opened /dev/ttyUSB1
[2014-12-30 08:35:37] AMU 2: Opened /dev/ttyUSB2
[2014-12-30 08:35:37] AMU 1: Opened /dev/ttyUSB3
[2014-12-30 08:35:37] AMU 0: Opened /dev/ttyUSB0
[2014-12-30 08:35:39] New best share: 5
[2014-12-30 08:35:40] New best share: 8
[2014-12-30 08:35:41] New best share: 20
[2014-12-30 08:35:41] Rejected 0c3a98a9 AMU 0 Diff 20/16 (Low difficulty share)
[2014-12-30 08:35:41] Rejected untracked stratum share from pool 0
[2014-12-30 08:35:41] Unknown stratum msg: {"id":1,"error":[23,"Low difficulty share",null]}
[2014-12-30 08:35:41] New best share: 182
[2014-12-30 08:35:41] Rejected 01678c5a AMU 2 Diff 182/16 (Low difficulty share)
[2014-12-30 08:35:41] Rejected untracked stratum share from pool 0
[2014-12-30 08:35:41] Unknown stratum msg: {"id":2,"error":[23,"Low difficulty share",null]}
[2014-12-30 08:35:52] New best share: 369
[2014-12-30 08:35:52] Rejected 00b13c4e AMU 0 Diff 369/16 (Low difficulty share)
[2014-12-30 08:35:52] Rejected untracked stratum share from pool 0
[2014-12-30 08:35:52] Unknown stratum msg: {"id":3,"error":[23,"Low difficulty share",null]}
What am I doing wrong?
Thanks!