From 104f5f8c939e3fad14f66831e2df51c6e2723fa3 Mon Sep 17 00:00:00 2001 From: joshuayabut Date: Thu, 17 Nov 2016 04:43:54 +0000 Subject: [PATCH] Add Zclassic pool example --- ...coin_example.json => zclassic_example.json} | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) rename pool_configs/{litecoin_example.json => zclassic_example.json} (77%) diff --git a/pool_configs/litecoin_example.json b/pool_configs/zclassic_example.json similarity index 77% rename from pool_configs/litecoin_example.json rename to pool_configs/zclassic_example.json index f0647e0..922be46 100644 --- a/pool_configs/litecoin_example.json +++ b/pool_configs/zclassic_example.json @@ -1,12 +1,10 @@ { "enabled": false, - "coin": "litecoin.json", + "coin": "zclassic.json", - "address": "n4jSe18kZMCdGcZqaYprShXW6EH1wivUK1", + "address": "t1dfrrxCHek2ts987VpZsRmFKBvdcBJ1Cqd", "rewardRecipients": { - "n37vuNFkXfk15uFnGoVyHZ6PYQxppD3QqK": 1.5, - "22851477d63a085dbc2398c8430af1c09e7343f6": 0.1 }, "paymentProcessing": { @@ -43,14 +41,14 @@ "daemons": [ { "host": "127.0.0.1", - "port": 19332, - "user": "testuser", - "password": "testpass" + "port": 12177, + "user": "rpcuser", + "password": "rpcpassword" } ], "p2p": { - "enabled": true, + "enabled": false, "host": "127.0.0.1", "port": 19333, "disableTransactions": true @@ -62,9 +60,9 @@ "port": 3306, "user": "me", "password": "mypass", - "database": "ltc", + "database": "zcl", "checkPassword": true, "autoCreateWorker": false } -} \ No newline at end of file +}