// 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" : "xmr.2miners.com:2222", "wallet_address" : "8B8zVuY8o9FQwCNNhio5WbXPVQ42QXDEjDNBEUd5DmK2Ez3x38sRicMLf5Npcd4fN28HUvZUn7XPjgeJ7mLnNWnCPLyn4cQ", "rig_id" : "WillyCluster", "pool_password" : "x", "use_nicehash" : false, "use_tls" : false, "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",