Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Config wizard hangs on reboot #7

Closed
MaxDZ8 opened this issue Oct 3, 2014 · 2 comments
Closed

Config wizard hangs on reboot #7

MaxDZ8 opened this issue Oct 3, 2014 · 2 comments
Assignees
Labels

Comments

@MaxDZ8
Copy link
Owner

MaxDZ8 commented Oct 3, 2014

An user running r290x reported the config wizard hangs after "probing hardware...".

This bug will have to be investigated with care. Users experiencing this issue can use the following config file for v450 as a temporary fix

{
    "pools": [
        {
            "url": "XXXXXXXXXXXXXX",
            "user": "XXXXXXXXXXXX",
            "pass": "XXXXXXXXXXXXXX",
            "coinDiffMul": 256,
            "algo": "qubit",
            "protocol": "stratum",
            "name": "XXXXXXXXXXXXXXXXXX"
        }
    ],
    "driver": "OCL",
    "algo": "qubit",
    "impl": "fiveSteps",
    "checkNonces": false,
    "implParams": {
        "qubit": {
            "fiveSteps": {
                "linearIntensity": YYYY
            }
        }
    }
}

An appropriate value for linearIntensity on 290x is probably somewhere topping at 4096.

@MaxDZ8 MaxDZ8 added the bug label Oct 3, 2014
@MaxDZ8 MaxDZ8 self-assigned this Oct 3, 2014
@MaxDZ8
Copy link
Owner Author

MaxDZ8 commented Nov 4, 2014

admin_onload.js
modConfigSaveAndReboot()

It turns out this is still the previous format, with pools being in an object instead of an array. Fixed in private tree, hopefully to be released next week.

@MaxDZ8
Copy link
Owner Author

MaxDZ8 commented Nov 24, 2014

I'm pretty sure this has been fixed in 520.

@MaxDZ8 MaxDZ8 closed this as completed Nov 24, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant