Run pool through MM proxy with Salvium backend
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 37s

This commit is contained in:
Codex Bot
2026-03-21 20:00:18 +01:00
parent 4d43f4efb0
commit d8a3c32ff5
4 changed files with 127 additions and 40 deletions

View File

@@ -125,32 +125,60 @@
"solo": {
"enabled": true,
"type": "solo",
"coin": "Peya",
"symbol": "PEY",
"host": "127.0.0.1",
"port": 37777
"port": 37777,
"cnAlgorithm": "randomx",
"cnVariant": 0,
"cnBlobType": 15,
"includeHeight": true,
"isRandomX": true
},
"salvium": {
"enabled": false,
"type": "merge-mining",
"parentCoin": "salvium",
"coin": "Salvium",
"symbol": "SAL",
"host": "127.0.0.1",
"port": 37777,
"walletAddress": "SC1T_PARENT_POOL_ADDRESS_HERE"
"walletAddress": "SC1T_PARENT_POOL_ADDRESS_HERE",
"cnAlgorithm": "randomx",
"cnVariant": 0,
"cnBlobType": 0,
"includeHeight": true,
"isRandomX": true
},
"monero": {
"enabled": false,
"type": "merge-mining",
"parentCoin": "monero",
"coin": "Monero",
"symbol": "XMR",
"host": "127.0.0.1",
"port": 37777,
"walletAddress": "42_PARENT_POOL_ADDRESS_HERE"
"walletAddress": "42_PARENT_POOL_ADDRESS_HERE",
"cnAlgorithm": "randomx",
"cnVariant": 0,
"cnBlobType": 0,
"includeHeight": true,
"isRandomX": true
},
"zephyr": {
"enabled": false,
"type": "merge-mining",
"parentCoin": "zephyr",
"coin": "Zephyr",
"symbol": "ZEPH",
"host": "127.0.0.1",
"port": 37777,
"walletAddress": "ZEPH_PARENT_POOL_ADDRESS_HERE"
"walletAddress": "ZEPH_PARENT_POOL_ADDRESS_HERE",
"cnAlgorithm": "randomx",
"cnVariant": 0,
"cnBlobType": 13,
"includeHeight": true,
"isRandomX": true
}
}
},