diff --git a/index.html b/index.html
index 6fcfd2e..0dd0519 100644
--- a/index.html
+++ b/index.html
@@ -10046,6 +10046,11 @@ Walletgenerator.net use the same security measures as the original project. All-
Release notes
+ 04.2015 --
+
+ - Add support for Omnicoin. Contribution from MeshCollider.
+
+
03.2015 --
- Add support for PhoenixCoin. Contribution from rekkitcwts.
@@ -10390,6 +10395,7 @@ janin.currencies = [
janin.currency.createCurrency ("Novacoin", 0x08, 0x88, "5", "M" , "4EZMrEA5LnmwtcK5b2JfCq9k5YS4ZVZrtT"),
janin.currency.createCurrency ("Nubits", 0x19, 0xbf, "7", "V" , "BPWCkyaVqWdaf3uqahrgdTjB2QTnRZzPMM"),
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"),
janin.currency.createCurrency ("Paycoin", 0x37, 0xb7, "7", "U" , "PV2t9zzj9rQm81c9VJqqL8edj1ndpcW9HD"),
janin.currency.createCurrency ("Pandacoin", 0x37, 0xb7, "7", "U" , "PT6guZjCgsrBkqCUhTnG1NNBYBqgzo8gVv"),
diff --git a/logos/omnicoin.png b/logos/omnicoin.png
new file mode 100644
index 0000000..ca3351f
Binary files /dev/null and b/logos/omnicoin.png differ
diff --git a/src/index.html b/src/index.html
index 59fc975..173e466 100644
--- a/src/index.html
+++ b/src/index.html
@@ -511,6 +511,11 @@ Walletgenerator.net use the same security measures as the original project. All-
Release notes
+ 04.2015 --
+
+ - Add support for Omnicoin. Contribution from MeshCollider.
+
+
03.2015 --
- Add support for PhoenixCoin. Contribution from rekkitcwts.
diff --git a/src/janin.currency.js b/src/janin.currency.js
index 0ade00a..84c3336 100644
--- a/src/janin.currency.js
+++ b/src/janin.currency.js
@@ -135,6 +135,7 @@ janin.currencies = [
janin.currency.createCurrency ("Novacoin", 0x08, 0x88, "5", "M" , "4EZMrEA5LnmwtcK5b2JfCq9k5YS4ZVZrtT"),
janin.currency.createCurrency ("Nubits", 0x19, 0xbf, "7", "V" , "BPWCkyaVqWdaf3uqahrgdTjB2QTnRZzPMM"),
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"),
janin.currency.createCurrency ("Paycoin", 0x37, 0xb7, "7", "U" , "PV2t9zzj9rQm81c9VJqqL8edj1ndpcW9HD"),
janin.currency.createCurrency ("Pandacoin", 0x37, 0xb7, "7", "U" , "PT6guZjCgsrBkqCUhTnG1NNBYBqgzo8gVv"),
diff --git a/wallets/omnicoin.png b/wallets/omnicoin.png
new file mode 100644
index 0000000..d3623cc
Binary files /dev/null and b/wallets/omnicoin.png differ