Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOLS] CryptoNote Universal Pool Solution
by
magicTurtle
on 08/11/2017, 15:55:54 UTC
API This way.
####################
   "api": {
        "enabled": true,
        "hashrateWindow": 600,
        "updateInterval": 5,
        "port": 8117,
        "blocks": 30,
        "payments": 30,
        "password": "xxxxxxx"
    },
#########################
Do I have to change anything in " init.js "?



it is okay.
No, you don't have to change anything in init.js (it is the "pool" itself).
If you run node init.js -config=your_config.json, doest the pool start?
Can you share the log after you start the pool?

Also... did you configure the daemon and wallet sections in your your_config.json. That config tells the pool how and where to connect to the daemon of your coin.
You should specify IP and PORT.

Also, is the port 8117 open in your your linux?

If I run node init.js -config=config.json, I get only errors!
config.json is filled in properly, I think.
Port 8117 is open in firewall

Can someone please help me