Complete rebranding of all components: - Core miner: xmrig -> miner (binary, version.h, CMakeLists.txt) - Proxy: xmrig-proxy -> miner-proxy - CUDA plugin: xmrig-cuda -> miner-cuda - Heatmap: xmrig-nonces-heatmap -> miner-nonces-heatmap - Go CLI wrapper: miner-cli -> miner-ctrl Vendored XMRig ecosystem into miner/ directory: - miner/core - XMRig CPU/GPU miner - miner/proxy - Stratum proxy - miner/cuda - NVIDIA CUDA plugin - miner/heatmap - Nonce visualization tool - miner/config - Configuration UI - miner/deps - Pre-built dependencies Updated dev fee to use project wallet with opt-out (kMinimumDonateLevel=0) Updated branding to Lethean (domain, copyright, version 0.1.0) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
75 lines
No EOL
1.6 KiB
JSON
75 lines
No EOL
1.6 KiB
JSON
{
|
|
"access-log-file": null,
|
|
"access-password": null,
|
|
"algo-ext": true,
|
|
"api": {
|
|
"id": null,
|
|
"worker-id": null
|
|
},
|
|
"http": {
|
|
"enabled": false,
|
|
"host": "127.0.0.1",
|
|
"port": 0,
|
|
"access-token": null,
|
|
"restricted": true
|
|
},
|
|
"background": false,
|
|
"bind": [
|
|
{
|
|
"host": "0.0.0.0",
|
|
"port": 3333,
|
|
"tls": false
|
|
},
|
|
{
|
|
"host": "::",
|
|
"port": 3333,
|
|
"tls": false
|
|
}
|
|
],
|
|
"colors": true,
|
|
"custom-diff": 0,
|
|
"custom-diff-stats": false,
|
|
"donate-level": 0,
|
|
"log-file": null,
|
|
"mode": "nicehash",
|
|
"pools": [
|
|
{
|
|
"algo": null,
|
|
"coin": null,
|
|
"url": "donate.v2.xmrig.com:5555",
|
|
"user": "YOUR_WALLET",
|
|
"pass": "x",
|
|
"rig-id": null,
|
|
"keepalive": false,
|
|
"enabled": true,
|
|
"tls": false,
|
|
"sni": false,
|
|
"tls-fingerprint": null,
|
|
"daemon": false,
|
|
"socks5": null,
|
|
"self-select": null,
|
|
"submit-to-origin": false
|
|
}
|
|
],
|
|
"retries": 2,
|
|
"retry-pause": 1,
|
|
"reuse-timeout": 0,
|
|
"tls": {
|
|
"enabled": true,
|
|
"protocols": null,
|
|
"cert": null,
|
|
"cert_key": null,
|
|
"ciphers": null,
|
|
"ciphersuites": null,
|
|
"dhparam": null
|
|
},
|
|
"dns": {
|
|
"ip_version": 0,
|
|
"ttl": 30
|
|
},
|
|
"user-agent": null,
|
|
"syslog": false,
|
|
"verbose": false,
|
|
"watch": true,
|
|
"workers": true
|
|
} |