From 7df98918e835f757e82f3996f99f21393dc48ef9 Mon Sep 17 00:00:00 2001 From: Dwerg <35254268+Dwerg@users.noreply.github.com> Date: Mon, 5 Mar 2018 01:27:10 +0100 Subject: [PATCH] Delete config.ini --- config.ini | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 config.ini diff --git a/config.ini b/config.ini deleted file mode 100644 index cf47ed3..0000000 --- a/config.ini +++ /dev/null @@ -1,24 +0,0 @@ -[settings] -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 -#Garlicoin: 26 -#Litecoin: 30 -#Reddcoin: 3d -#ZCash/ZClassic (only t addresses): 1cb8 - -#privkeyprefix list -#Bitcoin: 80 -#Dogecoin: 9e -#Garlicoin: b0 -#Litecoin: b0 -#Reddcoin: bd -#ZCash/ZClassic (only t addresses): 80 \ No newline at end of file