diff --git a/index.html b/index.html
index ab9eb7e..46fb978 100644
--- a/index.html
+++ b/index.html
@@ -10324,6 +10324,7 @@ janin.currencies = [
janin.currency.createCurrency ("Catcoin", 0x15, 0x95, "[56]", "P" , "9rEXDemG6S3k2ddAsKFzRpnMVz3bVryYXZ"),
janin.currency.createCurrency ("Corgicoin", 0x1c, 0x9c, "6", "Q" , "CNwV11TaKrfB3TnBS8vQjNbWT6CNxV8GBi"),
janin.currency.createCurrency ("Darkcoin", 0x4c, 0xcc, "7", "X" , "XdYX6AbDzjb3AVL1tAmWjuYMD28LD9fcWS"),
+ janin.currency.createCurrency ("DeafDollars",0x30, 0xb0, "6", "T" , ""),
janin.currency.createCurrency ("Devcoin", 0x00, 0x80, "5", "[LK]" , "1GUeBfpVhN7xySQej3HiSe5c8jQoVQPosv"),
janin.currency.createCurrency ("Digitalcoin",0x1e, 0x9e, "6", "Q" , "D7fJwPfW4dFSJNq4NHbMiYJhYnrZehMpqx"),
janin.currency.createCurrency ("Dogecoin", 0x1e, 0x9e, "6", "Q" , "D74Npoqhwhjw9fShkm5wbj6DD2BJXpmzPj"),
diff --git a/logos/deafdollars.png b/logos/deafdollars.png
new file mode 100644
index 0000000..dcbf3d6
Binary files /dev/null and b/logos/deafdollars.png differ
diff --git a/src/janin.currency.js b/src/janin.currency.js
index 536e209..47b149e 100644
--- a/src/janin.currency.js
+++ b/src/janin.currency.js
@@ -90,6 +90,7 @@ janin.currencies = [
janin.currency.createCurrency ("Catcoin", 0x15, 0x95, "[56]", "P" , "9rEXDemG6S3k2ddAsKFzRpnMVz3bVryYXZ"),
janin.currency.createCurrency ("Corgicoin", 0x1c, 0x9c, "6", "Q" , "CNwV11TaKrfB3TnBS8vQjNbWT6CNxV8GBi"),
janin.currency.createCurrency ("Darkcoin", 0x4c, 0xcc, "7", "X" , "XdYX6AbDzjb3AVL1tAmWjuYMD28LD9fcWS"),
+ janin.currency.createCurrency ("DeafDollars",0x30, 0xb0, "6", "T" , ""),
janin.currency.createCurrency ("Devcoin", 0x00, 0x80, "5", "[LK]" , "1GUeBfpVhN7xySQej3HiSe5c8jQoVQPosv"),
janin.currency.createCurrency ("Digitalcoin",0x1e, 0x9e, "6", "Q" , "D7fJwPfW4dFSJNq4NHbMiYJhYnrZehMpqx"),
janin.currency.createCurrency ("Dogecoin", 0x1e, 0x9e, "6", "Q" , "D74Npoqhwhjw9fShkm5wbj6DD2BJXpmzPj"),
diff --git a/wallets/deafdollars.png b/wallets/deafdollars.png
new file mode 100644
index 0000000..943d234
Binary files /dev/null and b/wallets/deafdollars.png differ