Browse Source
remove never-used LTC donation address
fix-133-memory-crash
Dan Janosik
6 years ago
No known key found for this signature in database
GPG Key ID: C6F8CE9FFDB2CED2
2 changed files with
3 additions and
8 deletions
-
README.md
-
app/config.js
|
|
@ -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) |
|
|
|
|
|
|
|
|
|
@ -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", |
|
|
|