Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 743 Bytes

config.md

File metadata and controls

46 lines (40 loc) · 743 Bytes

Config

Path "/config"

all available configs

[
    "/config/ports", "/config/coin", "/config/api"
]

Path "/config/ports"

GET

[
    {
        "host": "192.168.1.101",
        "port": 10086,
        "ssl": true,
        "algorithm": {
        "name": "scrypt",
        "variant": "ltc-origin",
        "blobType": ""
        },
        "difficulty": 0.02,
        "fee": 0,
        "desc": "Low-End Cpu and Gpu"
    },
    {
        "host": "192.168.1.102",
        "port": 10088,
        "ssl": true,
        "algorithm": {
        "name": "scrypt",
        "variant": "ltc-origin",
        "blobType": ""
        },
        "difficulty": 2,
        "fee": 0,
        "desc": "High-End rigs"
    }
]