diff --git a/index.html b/index.html
index a98e523..7df9bf0 100644
--- a/index.html
+++ b/index.html
@@ -10583,6 +10583,7 @@ janin.currencies = [
janin.currency.createCurrency ("Nevacoin", 0x35, 0xb1, "6", "T" , "NQDJrKGP3TNhKhKzaHMdg1Wk9FWCT4Nx3q"),
janin.currency.createCurrency ("Novacoin", 0x08, 0x88, "5", "M" , "4EZMrEA5LnmwtcK5b2JfCq9k5YS4ZVZrtT"),
janin.currency.createCurrency ("Nubits", 0x19, 0xbf, "7", "V" , "BPWCkyaVqWdaf3uqahrgdTjB2QTnRZzPMM"),
+ janin.currency.createCurrency ("Nyancoin", 0x2d, 0xad, "6", "S" , "KHRsf8ofFYqGm4XoeHuFakKPLs5CH2dhK3"),
janin.currency.createCurrency ("Ocupy", 0x73, 0xf3, "9", "[cd]" , "ocLKVPkQRFtKn5mFygrd4QJG9eZd1sKTyi"),
janin.currency.createCurrency ("Omnicoin", 0x73, 0xf3, "9", "[cd]" , "oMesh62joeab2yMoJUH28mGE8h2suDzcYc"),
janin.currency.createCurrency ("Onyxcoin", 0x73, 0xf3, "9", "[cd]" , "odRRCGXooJvKs7cn7sax1bJv9EJwwEy94Z"),
diff --git a/logos/nyancoin.png b/logos/nyancoin.png
new file mode 100644
index 0000000..895cfb8
Binary files /dev/null and b/logos/nyancoin.png differ
diff --git a/src/janin.currency.js b/src/janin.currency.js
index 3881318..2eb9b5c 100644
--- a/src/janin.currency.js
+++ b/src/janin.currency.js
@@ -197,6 +197,7 @@ janin.currencies = [
janin.currency.createCurrency ("Nevacoin", 0x35, 0xb1, "6", "T" , "NQDJrKGP3TNhKhKzaHMdg1Wk9FWCT4Nx3q"),
janin.currency.createCurrency ("Novacoin", 0x08, 0x88, "5", "M" , "4EZMrEA5LnmwtcK5b2JfCq9k5YS4ZVZrtT"),
janin.currency.createCurrency ("Nubits", 0x19, 0xbf, "7", "V" , "BPWCkyaVqWdaf3uqahrgdTjB2QTnRZzPMM"),
+ janin.currency.createCurrency ("Nyancoin", 0x2d, 0xad, "6", "S" , "KHRsf8ofFYqGm4XoeHuFakKPLs5CH2dhK3"),
janin.currency.createCurrency ("Ocupy", 0x73, 0xf3, "9", "[cd]" , "ocLKVPkQRFtKn5mFygrd4QJG9eZd1sKTyi"),
janin.currency.createCurrency ("Omnicoin", 0x73, 0xf3, "9", "[cd]" , "oMesh62joeab2yMoJUH28mGE8h2suDzcYc"),
janin.currency.createCurrency ("Onyxcoin", 0x73, 0xf3, "9", "[cd]" , "odRRCGXooJvKs7cn7sax1bJv9EJwwEy94Z"),
diff --git a/wallets/nyancoin.png b/wallets/nyancoin.png
new file mode 100644
index 0000000..795b4a0
Binary files /dev/null and b/wallets/nyancoin.png differ