Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coins/komodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "komodo",
"symbol": "kmd",
"algorithm": "equihash",
"algorithm": "equihash200_9",
"txfee": 0.00005
}
8 changes: 8 additions & 0 deletions coins/litecoinz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "LitecoinZ",
"symbol": "LTZ",
"algorithm": "equihash144_5",
"requireShielding": true,
"peerMagic": "d8cfcd93",
"txfee": 0.0004
}
8 changes: 8 additions & 0 deletions coins/litecoinz_testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "LitecoinZ_Testnet",
"symbol": "TLZ",
"algorithm": "equihash144_5",
"requireShielding": true,
"peerMagic": "fe90865d",
"txfee": 0.0004
}
2 changes: 1 addition & 1 deletion coins/zcash.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zcash",
"symbol": "zec",
"algorithm": "equihash",
"algorithm": "equihash200_9",
"requireShielding": true,
"payFoundersReward": true,
"percentFoundersReward": 20,
Expand Down
2 changes: 1 addition & 1 deletion coins/zcash_testnet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zcash_testnet",
"symbol": "taz",
"algorithm": "equihash",
"algorithm": "equihash200_9",
"requireShielding": true,
"payFoundersReward": true,
"percentFoundersReward": 20,
Expand Down
2 changes: 1 addition & 1 deletion coins/zclassic.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zclassic",
"symbol": "zcl",
"algorithm": "equihash",
"algorithm": "equihash200_9",
"requireShielding": true,
"peerMagic": "24e92764",
"txfee": 0.0004
Expand Down
2 changes: 1 addition & 1 deletion coins/zdash.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zdash",
"symbol": "zdash",
"algorithm": "equihash",
"algorithm": "equihash200_9",
"requireShielding": true,
"txfee": 0.0004
}
2 changes: 1 addition & 1 deletion coins/zen.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zen",
"symbol": "zen",
"algorithm": "equihash",
"algorithm": "equihash200_9",
"requireShielding": true,
"payFoundersReward": true,
"percentFoundersReward": 8.5,
Expand Down
2 changes: 1 addition & 1 deletion coins/zen_testnet.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zen_testnet",
"symbol": "znt",
"algorithm": "equihash",
"algorithm": "equihash200_9",
"requireShielding": true,
"payFoundersReward": true,
"percentFoundersReward": 8.5,
Expand Down
83 changes: 83 additions & 0 deletions pool_configs/litecoinz.json
Original file line number Diff line number Diff line change
@@ -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
}

}
83 changes: 83 additions & 0 deletions pool_configs/litecoinz_testnet.json
Original file line number Diff line number Diff line change
@@ -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
}

}