From 7fdba6464fecf3a57ecba65624acf3028f8b0c30 Mon Sep 17 00:00:00 2001 From: Mark LTZ <43173987+MarkLTZ@users.noreply.github.com> Date: Mon, 26 Oct 2020 20:36:05 +0100 Subject: [PATCH] LitecoinZ, requireShielding is now optional (#168) --- coins/ltz.json | 2 +- pool_configs/examples/ltz.json | 4 ++-- pool_configs/examples/ltz_testnet.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/coins/ltz.json b/coins/ltz.json index f7c361d..57ebe0d 100644 --- a/coins/ltz.json +++ b/coins/ltz.json @@ -8,7 +8,7 @@ "K": 5, "personalization": "ZcashPoW" }, - "requireShielding": true, + "requireShielding": false, "txfee": 0.0001, "peerMagic": "d8cfcd93", "explorer": { diff --git a/pool_configs/examples/ltz.json b/pool_configs/examples/ltz.json index 075a743..875bbe0 100644 --- a/pool_configs/examples/ltz.json +++ b/pool_configs/examples/ltz.json @@ -6,10 +6,10 @@ "_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.", + "_comment_zAddress": "a private address used to send coins to tAddress. Staring from v3.0.0 this is optional.", "tAddress": "", - "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send", + "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send. Staring from v3.0.0 this is optional.", "invalidAddress": "", "_comment_invalidAddress": "Invalid addresses will be converted to the above", diff --git a/pool_configs/examples/ltz_testnet.json b/pool_configs/examples/ltz_testnet.json index 40260b0..fbd2811 100644 --- a/pool_configs/examples/ltz_testnet.json +++ b/pool_configs/examples/ltz_testnet.json @@ -6,10 +6,10 @@ "_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.", + "_comment_zAddress": "a private address used to send coins to tAddress. Staring from v3.0.0 this is optional.", "tAddress": "", - "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send", + "_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send. Staring from v3.0.0 this is optional.", "invalidAddress": "", "_comment_invalidAddress": "Invalid addresses will be converted to the above",