Update Zephyr pool symbols and examples
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 39s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 39s
This commit is contained in:
@@ -181,7 +181,7 @@
|
|||||||
"parentCoin": "zephyr",
|
"parentCoin": "zephyr",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 37777,
|
"port": 37777,
|
||||||
"walletAddress": "ZEPH_PARENT_POOL_ADDRESS_HERE"
|
"walletAddress": "ZPH_PARENT_POOL_ADDRESS_HERE"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -170,10 +170,10 @@
|
|||||||
"type": "merge-mining",
|
"type": "merge-mining",
|
||||||
"parentCoin": "zephyr",
|
"parentCoin": "zephyr",
|
||||||
"coin": "Zephyr",
|
"coin": "Zephyr",
|
||||||
"symbol": "ZEPH",
|
"symbol": "ZPH",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 37777,
|
"port": 37777,
|
||||||
"walletAddress": "ZEPH_PARENT_POOL_ADDRESS_HERE",
|
"walletAddress": "ZPH_PARENT_POOL_ADDRESS_HERE",
|
||||||
"cnAlgorithm": "randomx",
|
"cnAlgorithm": "randomx",
|
||||||
"cnVariant": 0,
|
"cnVariant": 0,
|
||||||
"cnBlobType": 13,
|
"cnBlobType": 13,
|
||||||
|
|||||||
@@ -176,7 +176,7 @@
|
|||||||
"parentCoin": "zephyr",
|
"parentCoin": "zephyr",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 37777,
|
"port": 37777,
|
||||||
"walletAddress": "ZEPH_PARENT_POOL_ADDRESS_HERE"
|
"walletAddress": "ZPH_PARENT_POOL_ADDRESS_HERE"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"poolHost": "your.zephyr.pool.host",
|
"poolHost": "your.zephyr.pool.host",
|
||||||
|
|
||||||
"coin": "zephyr",
|
"coin": "zephyr",
|
||||||
"symbol": "ZEPH",
|
"symbol": "ZPH",
|
||||||
"coinUnits": 1000000000000,
|
"coinUnits": 1000000000000,
|
||||||
"coinDecimalPlaces": 12,
|
"coinDecimalPlaces": 12,
|
||||||
"coinDifficultyTarget": 120,
|
"coinDifficultyTarget": 120,
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
"parentCoin": "zephyr",
|
"parentCoin": "zephyr",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 37777,
|
"port": 37777,
|
||||||
"walletAddress": "ZEPH_PARENT_POOL_ADDRESS_HERE"
|
"walletAddress": "ZPH_PARENT_POOL_ADDRESS_HERE"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -110,6 +110,7 @@ function getCoinPaprikaId() {
|
|||||||
switch (poolSymbol) {
|
switch (poolSymbol) {
|
||||||
case 'XMR':
|
case 'XMR':
|
||||||
return 'xmr-monero';
|
return 'xmr-monero';
|
||||||
|
case 'ZPH':
|
||||||
case 'ZEPH':
|
case 'ZEPH':
|
||||||
return 'zeph-zephyr-protocol';
|
return 'zeph-zephyr-protocol';
|
||||||
case 'SAL':
|
case 'SAL':
|
||||||
|
|||||||
Reference in New Issue
Block a user