diff --git a/coins/komodo.json b/coins/komodo.json index f9a4ee14..78bcc02c 100644 --- a/coins/komodo.json +++ b/coins/komodo.json @@ -1,6 +1,6 @@ { "name": "komodo", "symbol": "kmd", - "algorithm": "equihash", + "algorithm": "equihash200_9", "txfee": 0.00005 } diff --git a/coins/litecoinz.json b/coins/litecoinz.json new file mode 100644 index 00000000..65cdcf44 --- /dev/null +++ b/coins/litecoinz.json @@ -0,0 +1,8 @@ +{ + "name": "LitecoinZ", + "symbol": "LTZ", + "algorithm": "equihash144_5", + "requireShielding": true, + "peerMagic": "d8cfcd93", + "txfee": 0.0004 +} diff --git a/coins/litecoinz_testnet.json b/coins/litecoinz_testnet.json new file mode 100644 index 00000000..0f0f54ae --- /dev/null +++ b/coins/litecoinz_testnet.json @@ -0,0 +1,8 @@ +{ + "name": "LitecoinZ_Testnet", + "symbol": "TLZ", + "algorithm": "equihash144_5", + "requireShielding": true, + "peerMagic": "fe90865d", + "txfee": 0.0004 +} diff --git a/coins/zcash.json b/coins/zcash.json index c65158e6..79c73716 100644 --- a/coins/zcash.json +++ b/coins/zcash.json @@ -1,7 +1,7 @@ { "name": "zcash", "symbol": "zec", - "algorithm": "equihash", + "algorithm": "equihash200_9", "requireShielding": true, "payFoundersReward": true, "percentFoundersReward": 20, diff --git a/coins/zcash_testnet.json b/coins/zcash_testnet.json index 0c0c6ec6..68408d4d 100644 --- a/coins/zcash_testnet.json +++ b/coins/zcash_testnet.json @@ -1,7 +1,7 @@ { "name": "zcash_testnet", "symbol": "taz", - "algorithm": "equihash", + "algorithm": "equihash200_9", "requireShielding": true, "payFoundersReward": true, "percentFoundersReward": 20, diff --git a/coins/zclassic.json b/coins/zclassic.json index d6cfde27..4c4c4f12 100644 --- a/coins/zclassic.json +++ b/coins/zclassic.json @@ -1,7 +1,7 @@ { "name": "zclassic", "symbol": "zcl", - "algorithm": "equihash", + "algorithm": "equihash200_9", "requireShielding": true, "peerMagic": "24e92764", "txfee": 0.0004 diff --git a/coins/zdash.json b/coins/zdash.json index f08eaf69..20e4a62f 100644 --- a/coins/zdash.json +++ b/coins/zdash.json @@ -1,7 +1,7 @@ { "name": "zdash", "symbol": "zdash", - "algorithm": "equihash", + "algorithm": "equihash200_9", "requireShielding": true, "txfee": 0.0004 } diff --git a/coins/zen.json b/coins/zen.json index 0af00ff8..b497a00f 100644 --- a/coins/zen.json +++ b/coins/zen.json @@ -1,7 +1,7 @@ { "name": "zen", "symbol": "zen", - "algorithm": "equihash", + "algorithm": "equihash200_9", "requireShielding": true, "payFoundersReward": true, "percentFoundersReward": 8.5, diff --git a/coins/zen_testnet.json b/coins/zen_testnet.json index 374c8ac2..91cfc003 100644 --- a/coins/zen_testnet.json +++ b/coins/zen_testnet.json @@ -1,7 +1,7 @@ { "name": "zen_testnet", "symbol": "znt", - "algorithm": "equihash", + "algorithm": "equihash200_9", "requireShielding": true, "payFoundersReward": true, "percentFoundersReward": 8.5, diff --git a/pool_configs/litecoinz.json b/pool_configs/litecoinz.json new file mode 100644 index 00000000..79e9aa4e --- /dev/null +++ b/pool_configs/litecoinz.json @@ -0,0 +1,83 @@ +{ + "enabled": false, + "coin": "litecoinz.json", + + "address": "", + "_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.", + + "zAddress": "", + "_comment_zAddress": "a private address used to send coins to tAddress.", + + "tAddress": "", + "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send", + + "walletInterval": 2.5, + + "rewardRecipients": { + }, + + "tlsOptions": { + "enabled": false, + "serverKey":"", + "serverCert":"", + "ca":"" + }, + + "paymentProcessing": { + "minConf": 10, + "enabled": true, + "paymentMode": "prop", + "_comment_paymentMode":"prop, pplnt", + "paymentInterval": 20, + "minimumPayment": 0.1, + "maxBlocksPerPayment": 3, + "daemon": { + "host": "127.0.0.1", + "port": 29332, + "user": "rpcuser", + "password": "rpcpassword" + } + }, + + "ports": { + "3032": { + "tls":false, + "diff": 0.05, + "varDiff": { + "minDiff": 0.04, + "maxDiff": 16, + "targetTime": 15, + "retargetTime": 60, + "variancePercent": 30 + } + } + }, + + "daemons": [ + { + "host": "127.0.0.1", + "port": 29332, + "user": "rpcuser", + "password": "rpcpassword" + } + ], + + "p2p": { + "enabled": false, + "host": "127.0.0.1", + "port": 19333, + "disableTransactions": true + }, + + "mposMode": { + "enabled": false, + "host": "127.0.0.1", + "port": 3306, + "user": "me", + "password": "mypass", + "database": "ltz", + "checkPassword": true, + "autoCreateWorker": false + } + +} diff --git a/pool_configs/litecoinz_testnet.json b/pool_configs/litecoinz_testnet.json new file mode 100644 index 00000000..276b84a8 --- /dev/null +++ b/pool_configs/litecoinz_testnet.json @@ -0,0 +1,83 @@ +{ + "enabled": false, + "coin": "litecoinz_testnet.json", + + "address": "", + "_comment_address": "a transparent address to send coinbase rewards to and to transfer to zAddress.", + + "zAddress": "", + "_comment_zAddress": "a private address used to send coins to tAddress.", + + "tAddress": "", + "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send", + + "walletInterval": 2.5, + + "rewardRecipients": { + }, + + "tlsOptions": { + "enabled": false, + "serverKey":"", + "serverCert":"", + "ca":"" + }, + + "paymentProcessing": { + "minConf": 10, + "enabled": true, + "paymentMode": "prop", + "_comment_paymentMode":"prop, pplnt", + "paymentInterval": 20, + "minimumPayment": 0.1, + "maxBlocksPerPayment": 3, + "daemon": { + "host": "127.0.0.1", + "port": 39332, + "user": "rpcuser", + "password": "rpcpassword" + } + }, + + "ports": { + "3032": { + "tls":false, + "diff": 0.05, + "varDiff": { + "minDiff": 0.04, + "maxDiff": 16, + "targetTime": 15, + "retargetTime": 60, + "variancePercent": 30 + } + } + }, + + "daemons": [ + { + "host": "127.0.0.1", + "port": 39332, + "user": "rpcuser", + "password": "rpcpassword" + } + ], + + "p2p": { + "enabled": false, + "host": "127.0.0.1", + "port": 19333, + "disableTransactions": true + }, + + "mposMode": { + "enabled": false, + "host": "127.0.0.1", + "port": 3306, + "user": "me", + "password": "mypass", + "database": "tlz", + "checkPassword": true, + "autoCreateWorker": false + } + +}