Last active
August 12, 2017 18:09
-
-
Save robdyke/d93b5ccaf3bb2cd35bf166b22498f6d3 to your computer and use it in GitHub Desktop.
xmr-stak-cpu - config elements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "pool_address" : "$POOL_ADDR", | |
| "wallet_address" : "$WALLET", | |
| "pool_password" : "$POOL_PWD", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use_slow_memory" : "warn", | |
| "nicehash_nonce" : false, | |
| "aes_override" : null, | |
| "use_tls" : false, | |
| "tls_secure_algo" : true, | |
| "tls_fingerprint" : "", | |
| "call_timeout" : 10, | |
| "retry_time" : 10, | |
| "giveup_limit" : 0, | |
| "verbose_level" : 3, | |
| "h_print_time" : 60, | |
| "daemon_mode" : false, | |
| "output_file" : "", | |
| "httpd_port" : 0, | |
| "prefer_ipv4" : true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "cpu_threads_conf" : | |
| [ | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 0 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 2 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 4 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 6 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 8 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 10 }, | |
| ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "cpu_threads_conf" : | |
| [ | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 0 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 1 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 2 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 3 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 4 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 5 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 6 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 7 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 8 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 9 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 10 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 11 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 12 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 13 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 14 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 15 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 16 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 17 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 18 }, | |
| { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 19 }, | |
| ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "cpu_threads_conf" : | |
| [ | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 0 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 1 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 2 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 3 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 4 }, | |
| { "low_power_mode" : true, "no_prefetch" : true, "affine_to_cpu" : 5 }, | |
| ], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment