Run pool through MM proxy with Salvium backend
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 37s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 37s
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user