<<  >> (p.29)
    Author Topic: **US** BitFury Setup Guide  (Read 53276 times)
    Keefe
    Hero Member
    *****
    Offline Offline

    Activity: 681
    Merit: 500


    View Profile
    December 01, 2013, 09:43:48 AM
     #561

    2) modify the miner.h file. to do this, SSH in and type:
    "cdopt/bitfury/chainminer
    sudo pico miner.h"
    and then modify:

    max_error : from 5 to 6 (increases tolerance to errors slightly)
    min_good : from 50 to 40 (increases tolerance to low-performance slightly)
    max_speed : from 57 to 55
    def_speed : from 55 to 53
    min_speed : 52
    [these options help prevent the system from switching chips off if they are borderline working]

    Don't forget to recompile chainminer after editing miner.h or nothing will change. Just running 'make' should do that.

    Do I need to be in a particular directory when I run "make"?

    Yes:opt/bitfury/chainminer

    And you don't need to use sudo when working in that directory, as those files (miner.h, etc) are owned by user pi, not root.

Page 28
Viewing Page: 29