nodejs-pool
nodejs-pool copied to clipboard
Configuration Of APIs
Does Automatic installer setup correct IPs for the APIs ?
You need to setup API in database and config.json file in nodejs-pool folder
{ "pool_id": 0, "bind_ip": "EXTERNAL IP OF SERVER", "hostname": "HOSTNAME OF SERVER", "db_storage_path": "/home/pooldaemon/pool_db/", "coin": "COIN NAME EG aeon", "mysql": { "connectionLimit": 20, "host": "127.0.0.1", "database": "pool", "user": "pool", "password": "PASSWORD ON TUTORIAL" } }
share host in pool database can access with mysql workbench for shareHost http://127.0.0.1:8000/leafApi
how can i setup api in database ?