monero-miner/xmr-stak-rx/pools.txt

52 lines
1.7 KiB
Plaintext
Raw Normal View History

2021-03-02 19:01:04 +00:00
// 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" :
[
2021-04-19 14:43:31 +00:00
{"pool_address" : "gulf.moneroocean.stream:20128",
2021-03-05 17:03:24 +00:00
"wallet_address" : "8AJQsrynn4x1LswKw8Yk1Y8gjbSZ2YmFa5pLeB7vz6AkLytCfgoNZPmZr827bVgNrHTuhq9chcwTU339uy8E68gj2P4Xhdq",
2021-03-02 20:42:39 +00:00
"rig_id" : "WillyCluster",
2021-03-02 19:01:04 +00:00
"pool_password" : "x",
"use_nicehash" : false,
2021-03-03 10:38:32 +00:00
"use_tls" : true,
2021-03-02 19:01:04 +00:00
"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",