diff --git a/index.html b/index.html
index a9e7b30..157e247 100644
--- a/index.html
+++ b/index.html
@@ -10520,6 +10520,7 @@ janin.currencies = [
janin.currency.createCurrency ("Devcoin", 0x00, 0x80, "5", "[LK]" , "1GUeBfpVhN7xySQej3HiSe5c8jQoVQPosv"),
janin.currency.createCurrency ("DigiByte", 0x1e, 0x9e, "6", "Q" , "D9s71nQPBCEbM2SvGwHQcrhay6KrJaVo3Z"),
janin.currency.createCurrency ("Digitalcoin", 0x1e, 0x9e, "6", "Q" , "D7fJwPfW4dFSJNq4NHbMiYJhYnrZehMpqx"),
+ janin.currency.createCurrency ("DNotes", 0x1f, 0x9f, "6", "Q" , "DqmNyJd9xiaNpE65meAYX6EqJCFDwhsQoX"),
janin.currency.createCurrency ("Dogecoin", 0x1e, 0x9e, "6", "Q" , "D74Npoqhwhjw9fShkm5wbj6DD2BJXpmzPj"),
janin.currency.createCurrency ("DogecoinDark", 0x1e, 0x9e, "6", "Q" , "DLbjdRYsfiT62JZf5YxSAfNZJo1VKxDTNP"),
janin.currency.createCurrency ("eGulden", 0x30, 0xb0, "6", "T" , "LhBsKs2GUb24KBAzZfua5AsqfQF5uPdWXQ"),
diff --git a/logos/dnotes.png b/logos/dnotes.png
new file mode 100644
index 0000000..a5448da
Binary files /dev/null and b/logos/dnotes.png differ
diff --git a/src/janin.currency.js b/src/janin.currency.js
index 2982b20..964729f 100644
--- a/src/janin.currency.js
+++ b/src/janin.currency.js
@@ -134,6 +134,7 @@ janin.currencies = [
janin.currency.createCurrency ("Devcoin", 0x00, 0x80, "5", "[LK]" , "1GUeBfpVhN7xySQej3HiSe5c8jQoVQPosv"),
janin.currency.createCurrency ("DigiByte", 0x1e, 0x9e, "6", "Q" , "D9s71nQPBCEbM2SvGwHQcrhay6KrJaVo3Z"),
janin.currency.createCurrency ("Digitalcoin", 0x1e, 0x9e, "6", "Q" , "D7fJwPfW4dFSJNq4NHbMiYJhYnrZehMpqx"),
+ janin.currency.createCurrency ("DNotes", 0x1f, 0x9f, "6", "Q" , "DqmNyJd9xiaNpE65meAYX6EqJCFDwhsQoX"),
janin.currency.createCurrency ("Dogecoin", 0x1e, 0x9e, "6", "Q" , "D74Npoqhwhjw9fShkm5wbj6DD2BJXpmzPj"),
janin.currency.createCurrency ("DogecoinDark", 0x1e, 0x9e, "6", "Q" , "DLbjdRYsfiT62JZf5YxSAfNZJo1VKxDTNP"),
janin.currency.createCurrency ("eGulden", 0x30, 0xb0, "6", "T" , "LhBsKs2GUb24KBAzZfua5AsqfQF5uPdWXQ"),
diff --git a/wallets/dnotes.png b/wallets/dnotes.png
new file mode 100644
index 0000000..a673f59
Binary files /dev/null and b/wallets/dnotes.png differ