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