From 9e94022af520f3449e1ecbfa27a41b591625926c Mon Sep 17 00:00:00 2001 From: Dwerg <35254268+Dwerg@users.noreply.github.com> Date: Tue, 6 Feb 2018 15:33:10 +0100 Subject: [PATCH] More detailed comments Add a few comments to avoid confusion to users. --- config.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config.ini b/config.ini index b9e9abc..cf47ed3 100644 --- a/config.ini +++ b/config.ini @@ -3,6 +3,10 @@ pubkeyprefix = 00 privkeyprefix = 80 compressed = yes +#Change the pubkeyprefix and privkeyprefix setting above +#to the values corresponding to the coin type the wallet.dat is for. +#Below are short lists of a few coins, works for coins not listed if prefixes are known. + #pubkeyprefix list #Bitcoin: 00 #Dogecoin: 1e @@ -11,10 +15,10 @@ compressed = yes #Reddcoin: 3d #ZCash/ZClassic (only t addresses): 1cb8 -#privkeyprefix list +#privkeyprefix list #Bitcoin: 80 #Dogecoin: 9e #Garlicoin: b0 #Litecoin: b0 #Reddcoin: bd -#ZCash/ZClassic (only t addresses): 80 +#ZCash/ZClassic (only t addresses): 80 \ No newline at end of file