Add selectable solo and MM mining backends
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 36s

This commit is contained in:
Codex Bot
2026-03-21 19:43:12 +01:00
parent cc1c288f52
commit 4d43f4efb0
7 changed files with 246 additions and 5 deletions

View File

@@ -145,6 +145,42 @@
"trustProxyIP": true
},
"mining": {
"active": "solo",
"backends": {
"solo": {
"enabled": true,
"type": "solo",
"host": "127.0.0.1",
"port": 11812
},
"salvium": {
"enabled": false,
"type": "merge-mining",
"parentCoin": "salvium",
"host": "127.0.0.1",
"port": 37777,
"walletAddress": "SC1T_PARENT_POOL_ADDRESS_HERE"
},
"monero": {
"enabled": false,
"type": "merge-mining",
"parentCoin": "monero",
"host": "127.0.0.1",
"port": 37777,
"walletAddress": "42_PARENT_POOL_ADDRESS_HERE"
},
"zephyr": {
"enabled": false,
"type": "merge-mining",
"parentCoin": "zephyr",
"host": "127.0.0.1",
"port": 37777,
"walletAddress": "ZEPH_PARENT_POOL_ADDRESS_HERE"
}
}
},
"miningSource": {
"host": "127.0.0.1",
"port": 11812