I still cannot figure out delegated harvesting. I have followed the guide, but I don't know what to enter as "host" in the remote server menu. I have localhost by default but that brings up the error 699 maximum number of harvesters reached.
I have waited the 6 hours.
I had same problem earlier today. It seems one of the accounts are set to "unlocked" which means "harvesting" and now the GUI is not showing you any option to stop the account from harvesting "as you probably started harvesting with this account as LOCAL harvesting".
Now once your account turned active for delegate harvesting, you now have the option to start delicate harvesting but you don't have the option to stop local harvesting "as the GUI harvesting button been replace/switched to delegate".
If you wanna confirm that you indeed have one of your accounts unlocked/harvesting locally where you can't see that in the GUI, you can simply confirm that by performing the following steps:
- Open your browser
- Open this url:
http://127.0.0.1:7890/account/status?address=PASTE_YOUR_ACCOUNT_ADDRESS_HERE- Replace "PASTE_YOUR_ACCOUNT_ADDRESS_HERE" above with your account address
- You should receive a text/json response. Check the Status field. If it is set to locked the account is not harvesting, and if the status is set to unlocked so the account is harvesting.
- Do the same with all your accounts, you should find at least one account set to unlocked.
In my case I found one of my accounts status set to unlocked "though the GUI/client is not informing me about that nor allowing me an option to lock/stop local harvesting". So I wrote a python script around the lock api call, to lock the account. I can send you the script if you need it.
On the other hand an easy fast solution would be setting the maximum allowed number of harvesting accounts. You can set that in the configuration file:nis/config.properties the default value is 1, change it to 2 and restart NIS. That should fix your problem.
Feel free to PM me if you need more help.