diff --git a/README b/README
index f13af880..f0d0f37f 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
**** LOOKING FOR THE ZIP FILE TO DOWNLOAD ? ***********************************
-It's here: https://github.com/MichaelMure/WalletGenerator.net/archive/master.zip
+It's here: https://github.com/bespike/WalletGenerator/archive/master.zip
*******************************************************************************
-WalletGenerator.net
+WalletGenerator
Universal Client-Side Wallet Generator
Now crypto-currency wallets addresses and their corresponding private key can be conveniently generated in a web browser.
@@ -12,7 +12,7 @@ The WalletGenerator.net project provides an all-in-one HTML document with embedd
Please send DONATIONS for this project using the crypto-currency addresses available on the 'Donate' tab of the website.
-You can help us support more currency by following this non-developer How-To: https://github.com/MichaelMure/WalletGenerator.net/wiki/How-to-add-a-new-currency
+You can help us support more currency by following this non-developer How-To: https://github.com/bespike/WalletGenerator/wiki/How-to-add-a-new-currency
Notice of Copyrights and Licenses:
---------------------------------------
diff --git a/index.html b/index.html
index cc268108..fe41d4fd 100755
--- a/index.html
+++ b/index.html
@@ -10545,6 +10545,7 @@
Release notes
janin.currency.createCurrency ("Auroracoin", 0x17, 0x97, "6", "T" , "AVWH1ZutLd4Y5LPDDj5FkBjbm2Gci4iFx3"),
janin.currency.createCurrency ("Aquariuscoin", 0x17, 0x97, "6", "P" , "ARk4VoaCHDoPDn2dctGizJaHFvXNRiDUDr"),
janin.currency.createCurrency ("Axe", 0x4B, 0xCB, "7", "X" , ""),
+ janin.currency.createCurrency ("Badcoin", 0x19, 0x50, "3", "C" , "BTZ3pYDjTNF8PJytQnpkuZvGewXVuktFGY"),
janin.currency.createCurrency ("BBQcoin", 0x55, 0xd5, "6", "T" , "bTFFC3Gg2XzQygLxxakHkNM3ravBZby1y9"),
janin.currency.createCurrency ("Biblepay", 0x19, 0xb6, "7", "[TU]" , "BDvP86n4oVsLnFh1tCRXWLgBPK6ZtKrJQa"),
janin.currency.createCurrency ("Bitcoin", 0x00, 0x80, "5", "[LK]" , "15DHZzv7eBUwss77qczZiL3DUEZLjDYhbM"),
@@ -10601,6 +10602,7 @@ Release notes
janin.currency.createCurrency ("Emercoin", 0x21, 0x80, "5", "[LK]" , "EN5nVyEbLrhYfcjoyGgQFtD3QHETyj1dy1"),
janin.currency.createCurrency ("EnergyCoin", 0x5c, 0xdc, "8", "Z" , "eD2P3q5PdyHYNwT94Dg6Wt4pBz64k8gwGf"),
janin.currency.createCurrency ("Espers", 0x21, 0x90, "5", "N" , "EVB5z1zoYYZrjUnGw3fekn1aMjfVhMUKHW"),
+ janin.currency.createCurrency ("Ethros", 0x21, 0xb0, "6", "T" , "EL8BVcPpt8nLi56p9dFKRwTuZ6teBUKDeD"),
janin.currency.createCurrency ("Fastcoin", 0x60, 0xe0, "8", "a" , "frxe8F7gQdiAVgy4mRXjpXH5vN1wyta1db"),
janin.currency.createCurrency ("Feathercoin", 0x0e, 0x8e, "5", "N" , "6dxAP6oacHsove5X2kZPpddcT1Am167YzC"),
janin.currency.createCurrency ("Fedoracoin", 0x21, 0x80, "5", "[KL]" , "ENRPj6iEh14Xky2hv4B7zTJGMe5Kchjeo8"),
diff --git a/logos/badcoin.png b/logos/badcoin.png
new file mode 100644
index 00000000..51624519
Binary files /dev/null and b/logos/badcoin.png differ
diff --git a/logos/ethros.png b/logos/ethros.png
new file mode 100644
index 00000000..3741622c
Binary files /dev/null and b/logos/ethros.png differ
diff --git a/src/janin.currency.js b/src/janin.currency.js
index 5b774d2a..bcc535e7 100644
--- a/src/janin.currency.js
+++ b/src/janin.currency.js
@@ -98,6 +98,7 @@ janin.currencies = [
janin.currency.createCurrency ("Auroracoin", 0x17, 0x97, "6", "T" , "AVWH1ZutLd4Y5LPDDj5FkBjbm2Gci4iFx3"),
janin.currency.createCurrency ("Aquariuscoin", 0x17, 0x97, "6", "P" , "ARk4VoaCHDoPDn2dctGizJaHFvXNRiDUDr"),
janin.currency.createCurrency ("Axe", 0x4B, 0xCB, "7", "X" , ""),
+ janin.currency.createCurrency ("Badcoin", 0x19, 0x50, "3", "C" , "BTZ3pYDjTNF8PJytQnpkuZvGewXVuktFGY"),
janin.currency.createCurrency ("BBQcoin", 0x55, 0xd5, "6", "T" , "bTFFC3Gg2XzQygLxxakHkNM3ravBZby1y9"),
janin.currency.createCurrency ("Biblepay", 0x19, 0xb6, "7", "[TU]" , "BDvP86n4oVsLnFh1tCRXWLgBPK6ZtKrJQa"),
janin.currency.createCurrency ("Bitcoin", 0x00, 0x80, "5", "[LK]" , "15DHZzv7eBUwss77qczZiL3DUEZLjDYhbM"),
@@ -154,6 +155,7 @@ janin.currencies = [
janin.currency.createCurrency ("Emercoin", 0x21, 0x80, "5", "[LK]" , "EN5nVyEbLrhYfcjoyGgQFtD3QHETyj1dy1"),
janin.currency.createCurrency ("EnergyCoin", 0x5c, 0xdc, "8", "Z" , "eD2P3q5PdyHYNwT94Dg6Wt4pBz64k8gwGf"),
janin.currency.createCurrency ("Espers", 0x21, 0x90, "5", "N" , "EVB5z1zoYYZrjUnGw3fekn1aMjfVhMUKHW"),
+ janin.currency.createCurrency ("Ethros", 0x21, 0xb0, "6", "T" , "EL8BVcPpt8nLi56p9dFKRwTuZ6teBUKDeD"),
janin.currency.createCurrency ("Fastcoin", 0x60, 0xe0, "8", "a" , "frxe8F7gQdiAVgy4mRXjpXH5vN1wyta1db"),
janin.currency.createCurrency ("Feathercoin", 0x0e, 0x8e, "5", "N" , "6dxAP6oacHsove5X2kZPpddcT1Am167YzC"),
janin.currency.createCurrency ("Fedoracoin", 0x21, 0x80, "5", "[KL]" , "ENRPj6iEh14Xky2hv4B7zTJGMe5Kchjeo8"),
diff --git a/wallets/badcoin.png b/wallets/badcoin.png
new file mode 100644
index 00000000..3c521d4c
Binary files /dev/null and b/wallets/badcoin.png differ
diff --git a/wallets/ethros.png b/wallets/ethros.png
new file mode 100644
index 00000000..3c521d4c
Binary files /dev/null and b/wallets/ethros.png differ