{
    "pool_configs": [
        {
            "algorithm": "capstash",
            "wallet": "YOUR_CAP_ADDRESS",
            "url": ["stratum+tcp://1miner.net:3691"],
            "username": "rig1",
            "password": "x",
            "_comment_cpu_limit": "Optional CPU pinning for GPU algos: either cpu_cores or cpu_affinity",
            "cpu_cores": 2
        }
    ],

    "_comment_algorithms": "Supported algorithms for v1.4.0:",
    "_algo_capstash":  "capstash | whirlpool | caps  — CapStash (Whirlpool-512 XOR-fold)",
    "_algo_xelis":     "xelis | xelishash | xel      — Xelis (XelisHash V3)",
    "_algo_fishhash":  "fishhash | ironfish | iron    — IronFish (FishHash, 6+ GB VRAM)",
    "_algo_kawpow":    "kawpow | progpow | epiccash   — Epic Cash (KawPow/ProgPow)",
    "_algo_janushash": "janushash | sha256t | warthog — Warthog (JanusHash GPU+CPU)",
    "_algo_xmr":       "xmr | monero | randomx       — Monero (RandomX rx/0, CPU only, ~2080 MiB)",

    "_example_ironfish": {
        "algorithm": "fishhash",
        "wallet": "YOUR_IRONFISH_ADDRESS",
        "url": ["stratum+tcp://pool.ironfish.network:9034"]
    },
    "_example_epiccash": {
        "algorithm": "kawpow",
        "wallet": "YOUR_EPIC_ADDRESS",
        "url": ["stratum+tcp://epicmine.org:3416"]
    },
    "_example_warthog": {
        "algorithm": "janushash",
        "wallet": "YOUR_WARTHOG_ADDRESS",
        "url": ["stratum+tcp://pool.warthog.network:3456"]
    },
    "_example_xmr": {
        "_comment": "Monero / RandomX rx/0. CPU only. cpu_threads tunes worker count (default: hw cores - 1). Dev fee: 2% to 1miner.net.",
        "algorithm": "xmr",
        "wallet": "YOUR_XMR_ADDRESS",
        "url": ["stratum+tcp://1miner.net:3333"],
        "username": "rig1",
        "password": "x",
        "cpu_threads": 14
    }
}
