- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-09-2018 12:51 PM - edited 04-09-2018 12:51 PM
I have been working on syncing a manual localDB miner list via this Python script (https://gist.github.com/jtschichold/95f3906566b18b50cf2e3e1a44f1e785) When I use it, I get 'Unauthorized' when trying to access /status/minemeld. If I manually authenticate via browser first then attempt access, it works.
My question is do you have to change a setting to allow API beyond just creating a feed user account?
04-09-2018 12:55 PM
Hi @hbiglin,
the localDB miner API uses basic authentication (user:password) and credentials are validated against the list of MineMeld administrators list (not feed user list)
04-09-2018 12:55 PM
Hi @hbiglin,
the localDB miner API uses basic authentication (user:password) and credentials are validated against the list of MineMeld administrators list (not feed user list)
04-09-2018 02:16 PM
Thanks! Now I am able to CURL against it. Just need to figure out why it won't work via Python.
04-09-2018 02:19 PM
Hi @hbiglin,
please could share the command line you are using with the script? (redacted to hide confidential details :-))
Thanks,
luigi
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!