Have it working now thx for your hints!
Thinking about setting this up on one of my hosts.
Any more adjusted you did after your first experience?
not really ... this should work ok for you ... there are some adjustments done to the coin's config file .... "~/.votecoin/votecoin.conf" .. just add the following line to give more room for rpc calls:
rpcworkqueue=128
and also adjust some settings in the pool's config files increase the "blockRefreshInterval":
- in the config.json
"defaultPoolConfigs": {
"blockRefreshInterval": 60,
- and in the pool_confis/votecoin.json :
...
"walletInterval": 10,
....
"paymentProcessing": {
....
"paymentInterval": 600,
and that should stop the rpc errors that might show up in znomp daemon ... they won't stop the running of the pool , but obviously the default rpc queue values somehow flood the rpc and need to be increased!