-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
access denied #1
Comments
Make sure you have API write access enabled when you start cgminer. You should have these arguments when you start it: --api-listen --api-network --api-allow W:192.168.1.*/24 Can you post how you're running cgminer? Just remove anything personally identifiable. |
cgminer --api-listen --api-network --api-allow 192.168.1.### -o http://bitcoins.com -u testing.worker1 -p password -I 0 |
What happens if you hit http://SERVERURL/rpc_core.php?update ? It should show a big block of JSON. |
no json, all it shows is this: {"worker1":"error"} v\r Brandon Honeycutt On Sun, Aug 25, 2013 at 10:47 PM, bsharper notifications@github.com wrote:
|
What does your server-config.json file look like? |
It's the default with the ip of my worker
— v/r On Tue, Aug 27, 2013 at 9:47 PM, bsharper notifications@github.com
|
What version of CGminer are you using? |
the latest version on github v\r Brandon Honeycutt On Tue, Aug 27, 2013 at 10:21 PM, bsharper notifications@github.com wrote:
|
Try running cgminer unrestricted by removing the --api-allow option cgminer --api-listen --api-network ... Let me know if it still doesn't show up. |
same thing. no matter what i try to change i get an access denied option. v\r Brandon Honeycutt On Fri, Aug 30, 2013 at 9:34 PM, bsharper notifications@github.com wrote:
|
figured it out. you need to add the appropriate group access to the ip --api-allow 192.168.0.1 v\r Brandon Honeycutt On Mon, Sep 2, 2013 at 9:28 AM, H., Brandon bh@thehoneycuttz.com wrote:
|
Great! I'll update the readme to make sure to mention that. I'm experimenting with an updated version that should be much faster that uses Node.js. |
Sweet. I'm about to setup a mining farm and I am looking for something to remote monitor. This works great — v/r On Mon, Sep 2, 2013 at 2:58 PM, bsharper notifications@github.com wrote:
|
cannot add pools or change any of the commands. keep getting access denied.
The text was updated successfully, but these errors were encountered: