// generated by xmr-stak-rx/1.0.5-rx/af03d89/xmr-stak-rx/lin/cpu

/*
 * pool_address    - Pool address should be entered as "pool_address:port" (e.g "pool.ryo-currency.com:4444"). Only stratum pools are supported.
 * wallet_address  - Your wallet, or pool login.
 * rig_id          - Rig identifier for pool-side statistics (needs pool support).
 * pool_password   - Can be empty in most cases or "x".
 * use_nicehash    - Limit the nonce to 3 bytes as required by nicehash.
 * use_tls         - This option will make us connect using Transport Layer Security.
 * tls_fingerprint - Server's SHA256 fingerprint. If this string is non-empty then we will check the server's cert against it.
 * pool_weight     - Pool weight is a number telling the miner how important the pool is. Miner will mine mostly at the pool
 *                   with the highest weight, unless the pool fails. Weight must be an integer larger than 0.
 */

"pool_list" :
[
	{
		"pool_address" : "gulf.moneroocean.stream:20128",
		"wallet_address" : "8AJQsrynn4x1LswKw8Yk1Y8gjbSZ2YmFa5pLeB7vz6AkLytCfgoNZPmZr827bVgNrHTuhq9chcwTU339uy8E68gj2P4Xhdq",
		"rig_id" : "WillyCluster",
		"pool_password" : "x",
		"use_nicehash" : false,
		"use_tls" : true,
		"tls_fingerprint" : "",
		"pool_weight" : 2
	},
	{
		"pool_address" : "xmr.2miners.com:12222",
		"wallet_address" : "8AJQsrynn4x1LswKw8Yk1Y8gjbSZ2YmFa5pLeB7vz6AkLytCfgoNZPmZr827bVgNrHTuhq9chcwTU339uy8E68gj2P4Xhdq",
		"rig_id" : "WillyClusterBackup",
		"pool_password" : "x",
		"use_nicehash" : false,
		"use_tls" : true,
		"tls_fingerprint" : "",
		"pool_weight" : 1
	},
],

/*
 * Currency to mine. Supported values:
 *
 *    arqma
 *    keva
 *    loki
 *    monero
 *    safex
 *    wownero
 *
 * Native algorithms which do not depend on any block versions:
 *
 *    # 256KiB scratchpad memory
 *    randomx_arqma
 *    # 512KiB scratchpad memory
 *    randomx_keva
 *    # 1MiB scratchpad memory
 *    randomx_wow
 *    # 2MiB scratchpad memory
 *    randomx
 *    randomx_loki
 *    randomx_safex
 */

"currency" : "monero",