diff --git a/README.md b/README.md
index 83e19e2..864ce1a 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,3 @@ Any support for continued development of this tool is appreciated!
 
 ![Bitcoin Donation QR Code](/public/img/qr-btc.png)
 
-* [Litecoin](litecoin:ME4pXiXuWfEi1ANBDo9irUJVcZBhsTx14i): ME4pXiXuWfEi1ANBDo9irUJVcZBhsTx14i
-
-![Litecoin Donation QR Code](/public/img/qr-ltc.png)
-
diff --git a/app/config.js b/app/config.js
index 114b0d5..290ca9b 100644
--- a/app/config.js
+++ b/app/config.js
@@ -149,11 +149,10 @@ module.exports = {
 
 	donations:{
 		addresses:{
-			coins:["BTC", "LTC"],
-			sites:{"BTC":"https://btc.chaintools.io", "LTC":"https://ltc.chaintools.io"},
+			coins:["BTC"],
+			sites:{"BTC":"https://btc.chaintools.io"},
 
-			"BTC":{address:"3NPGpNyLLmVKCEcuipBs7G4KpQJoJXjDGe"},
-			"LTC":{address:"ME4pXiXuWfEi1ANBDo9irUJVcZBhsTx14i"}
+			"BTC":{address:"3NPGpNyLLmVKCEcuipBs7G4KpQJoJXjDGe"}
 		},
 		btcpayserver:{
 			host:"https://btcpay.chaintools.io",