Add selectable solo and MM mining backends
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 36s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 36s
This commit is contained in:
@@ -111,6 +111,42 @@
|
||||
"trustProxyIP": true
|
||||
},
|
||||
|
||||
"mining": {
|
||||
"active": "solo",
|
||||
"backends": {
|
||||
"solo": {
|
||||
"enabled": true,
|
||||
"type": "solo",
|
||||
"host": "127.0.0.1",
|
||||
"port": 17767
|
||||
},
|
||||
"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": 17767
|
||||
|
||||
Reference in New Issue
Block a user