Skip to content

Instantly share code, notes, and snippets.

@slinkyvagabond
Last active February 1, 2022 17:59
Show Gist options
  • Save slinkyvagabond/302a5469767f12685a9aebfc611fce1d to your computer and use it in GitHub Desktop.
Save slinkyvagabond/302a5469767f12685a9aebfc611fce1d to your computer and use it in GitHub Desktop.
Miner Config Template - ARMV8 - Android
{
"api": {
"id": null,
"worker-id": null
},
"http": {
"enabled": false,
"host": "127.0.0.1",
"port": 0,
"access-token": null,
"restricted": true
},
"autosave": false,
"background": false,
"colors": true,
"title": true,
"randomx": {
"init": -1,
"init-avx2": -1,
"mode": "auto",
"1gb-pages": false,
"rdmsr": false,
"wrmsr": false,
"cache_qos": true,
"numa": false,
"scratchpad_prefetch_mode": 1
},
"cpu": {
"enabled": true,
"huge-pages": false,
"huge-pages-jit": false,
"hw-aes": null,
"priority": -1,
"memory-pool": false,
"yield": true,
"asm": true,
"argon2-impl": null,
"astrobwt-max-size": 550,
"astrobwt-avx2": false,
"argon2": [0, 1, 2, 3, 4, 5, 6, 7],
"astrobwt": [0, 1, 2, 3, 4, 5, 6, 7],
"cn": [
[1, 0],
[1, 1],
[1, 2],
[1, 3],
[1, 4],
[1, 5],
[1, 6],
[1, 7],
],
"cn-heavy": [
[1, 0],
[1, 2],
[1, 4],
[1, 5],
[1, 6],
],
"cn-lite": [
[1, 0],
[1, 1],
[1, 2],
[1, 3],
[1, 4],
[1, 5],
[1, 6],
[1, 7],
],
"cn-pico": [
[2, 0],
[2, 1],
[2, 2],
[2, 3],
[2, 4],
[2, 5],
[2, 6],
[2, 7],
],
"cn/upx2": [
[2, 0],
[2, 1],
[2, 2],
[2, 3],
[2, 4],
[2, 5],
[2, 6],
[2, 7],
],
"ghostrider": [
[8, 0],
[8, 2],
[8, 4],
[8, 6],
],
"rx": [4, 5, 6, 7],
"rx/wow": [0, 1, 2, 3, 4, 5, 6, 7],
"cn-lite/0": false,
"cn/0": false,
"rx/arq": "rx/wow",
"rx/keva": "rx/wow"
},
"log-file": null,
"donate-level": 1,
"donate-over-proxy": 1,
"pools": [
{
"algo": null,
"coin": null,
"url": "xmr.2miners.com:2222",
"user": "49nYWnfGiE28QyWZ5CkWcyZrRmhhDChT2EmJVNAkgZiPbW9bakiHDg1PAppyubauJoJmhtUHsnNoDbfQQxceJwLeLxmYWQ6",
"pass": "x",
"rig-id": "Worker",
"nicehash": false,
"keepalive": true,
"enabled": true,
"tls": false,
"tls-fingerprint": null,
"daemon": false,
"socks5": null,
"self-select": null,
"submit-to-origin": false
}
],
"retries": 5,
"retry-pause": 5,
"print-time": 60,
"health-print-time": 30,
"dmi": true,
"syslog": false,
"tls": {
"enabled": false,
"protocols": null,
"cert": null,
"cert_key": null,
"ciphers": null,
"ciphersuites": null,
"dhparam": null
},
"dns": {
"ipv6": false,
"ttl": 30
},
"user-agent": null,
"verbose": 0,
"watch": true,
"pause-on-battery": false,
"pause-on-active": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment