Post
Topic
Board Mining (Altcoins)
Re: [VOT] Temp Pool Status
by
megacrypto
on 15/09/2017, 15:24:55 UTC
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:

Code:
rpcworkqueue=128

and also adjust some settings in the pool's config files increase the "blockRefreshInterval":

- in the config.json

Code:
    "defaultPoolConfigs": {
        "blockRefreshInterval": 60,


- and in the pool_confis/votecoin.json :

Code:
...
    "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!