diff --git a/index.html b/index.html
index 6382360..c147429 100644
--- a/index.html
+++ b/index.html
@@ -10078,6 +10078,11 @@ h1 { margin: 0px; height: 91px; }
Release notes
+ 06.2014 --
+
+ - Add support for GlobalBoost, Fluttercoin, Guncoin, Birdcoin and Vikingcoin
+
+
06.2014 --
- Add support for Monocle, TreasureHuntCoin and GoodCoin.
@@ -10297,6 +10302,7 @@ janin.currencies = [
janin.currency.createCurrency ("Anoncoin", 0x17, 0x97, "6", "P" , "AS3BvkE4wvsXJpn1bGhQni5vZajthnrWQE"),
janin.currency.createCurrency ("Auroracoin", 0x17, 0x97, "6", "T" , "AVWH1ZutLd4Y5LPDDj5FkBjbm2Gci4iFx3"),
janin.currency.createCurrency ("Bitcoin", 0x00, 0x80, "5", "[LK]" , "15DHZzv7eBUwss77qczZiL3DUEZLjDYhbM"),
+ janin.currency.createCurrency ("Birdcoin", 0x2f, 0xaf, "6", "[ST]" , "L97vGT4wRnyyiugHpLXzZzjqueN8YWRdRJ"),
janin.currency.createCurrency ("Blackcoin", 0x19, 0x99, "6", "P" , "BFeJrZGyJ6bntd7RLXoNGvdn1HB5AQeiz4"),
janin.currency.createCurrency ("BBQcoin", 0x55, 0xd5, "6", "T" , "bTFFC3Gg2XzQygLxxakHkNM3ravBZby1y9"),
janin.currency.createCurrency ("Catcoin", 0x15, 0x95, "[56]", "P" , "9rEXDemG6S3k2ddAsKFzRpnMVz3bVryYXZ"),
@@ -10307,10 +10313,11 @@ janin.currencies = [
janin.currency.createCurrency ("Dogecoin", 0x1e, 0x9e, "6", "Q" , "D74Npoqhwhjw9fShkm5wbj6DD2BJXpmzPj"),
janin.currency.createCurrency ("Fastcoin", 0x60, 0xe0, "8", "a" , "frxe8F7gQdiAVgy4mRXjpXH5vN1wyta1db"),
janin.currency.createCurrency ("Feathercoin",0x0e, 0x8e, "5", "N" , "6dxAP6oacHsove5X2kZPpddcT1Am167YzC"),
- janin.currency.createCurrency ("GlobalBoost",0x26, 0xa6, "6", "R" , ""),
+ janin.currency.createCurrency ("Fluttercoin",0x23, 0xa3, "6", "R" , "FJioRLt3gLtqk3tUdMhwjAVo1sdWjRuwqt"),
+ janin.currency.createCurrency ("GlobalBoost",0x26, 0xa6, "6", "R" , "GeXdH1WhzA7ayYim9sdCCQKcVukUq1W8LJ"),
janin.currency.createCurrency ("Goodcoin", 0x26, 0xa6, "6", "R" , "GM3kAbQGaMVAYk8U3CrVGhSwz1hZaF6gVM"),
janin.currency.createCurrency ("Gridcoin", 0x25, 0xa5, "6", "R" , "FyYkg3xhJVcVzMMw8JKfQaBxA9DAVhivq4"),
- janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , ""),
+ janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , "GwVej6c3tF9GqEdSKmwJiUDWtQVK2wY9fP"),
janin.currency.createCurrency ("HTMLCoin", 0x1e, 0x9e, "6", "Q" , "DP4AVuekGEatNmpCL99m46k8THwS9yNVqy"),
janin.currency.createCurrency ("Litecoin", 0x30, 0xb0, "6", "T" , "LiScnsyPcqsyxn1fx92BcFguryXcw4DgCy"),
janin.currency.createCurrency ("MagicInternetMoney", 0x30, 0xb0,"6", "T", "LPRqCTYEy53FkEzhRTCauLc7Qq23Z5mxZU"),
@@ -10325,6 +10332,7 @@ janin.currencies = [
janin.currency.createCurrency ("Topcoin", 0x42, 0xc2, "7", "V" , "TmDTsQqqv1LWGw4xjGNiJ7ABwdCenf2BFF"),
janin.currency.createCurrency ("TreasureHuntCoin",0x32,0xb2,"6", "T" , "MKnC2upgCNfVMS2phkV8SqGaXUGkn39EaX"),
janin.currency.createCurrency ("Vertcoin", 0x47, 0xc7, "7", "W" , "VkmBz8JJWLP1sVH9sGwc1Fz7o5RtXLW4J5"),
+ janin.currency.createCurrency ("Vikingcoin", 0x46, 0xc6, "7", "W" , "VETiNM9He1eDPvZM4KVyEu2dSkHEKSp4FR"),
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null)
];
diff --git a/logos/birdcoin.png b/logos/birdcoin.png
new file mode 100644
index 0000000..e3976ed
Binary files /dev/null and b/logos/birdcoin.png differ
diff --git a/logos/fluttercoin.png b/logos/fluttercoin.png
new file mode 100644
index 0000000..903b4a0
Binary files /dev/null and b/logos/fluttercoin.png differ
diff --git a/logos/guncoin.png b/logos/guncoin.png
index 99e1b37..46491d9 100644
Binary files a/logos/guncoin.png and b/logos/guncoin.png differ
diff --git a/logos/vikingcoin.png b/logos/vikingcoin.png
new file mode 100644
index 0000000..d9c9bfc
Binary files /dev/null and b/logos/vikingcoin.png differ
diff --git a/src/index.html b/src/index.html
index b1ecf32..965ae1e 100644
--- a/src/index.html
+++ b/src/index.html
@@ -547,6 +547,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Release notes
+ 06.2014 --
+
+ - Add support for GlobalBoost, Fluttercoin, Guncoin, Birdcoin and Vikingcoin
+
+
06.2014 --
- Add support for Monocle, TreasureHuntCoin and GoodCoin.
diff --git a/src/janin.currency.js b/src/janin.currency.js
index 9c9c7c3..02eff92 100644
--- a/src/janin.currency.js
+++ b/src/janin.currency.js
@@ -82,6 +82,7 @@ janin.currencies = [
janin.currency.createCurrency ("Anoncoin", 0x17, 0x97, "6", "P" , "AS3BvkE4wvsXJpn1bGhQni5vZajthnrWQE"),
janin.currency.createCurrency ("Auroracoin", 0x17, 0x97, "6", "T" , "AVWH1ZutLd4Y5LPDDj5FkBjbm2Gci4iFx3"),
janin.currency.createCurrency ("Bitcoin", 0x00, 0x80, "5", "[LK]" , "15DHZzv7eBUwss77qczZiL3DUEZLjDYhbM"),
+ janin.currency.createCurrency ("Birdcoin", 0x2f, 0xaf, "6", "[ST]" , "L97vGT4wRnyyiugHpLXzZzjqueN8YWRdRJ"),
janin.currency.createCurrency ("Blackcoin", 0x19, 0x99, "6", "P" , "BFeJrZGyJ6bntd7RLXoNGvdn1HB5AQeiz4"),
janin.currency.createCurrency ("BBQcoin", 0x55, 0xd5, "6", "T" , "bTFFC3Gg2XzQygLxxakHkNM3ravBZby1y9"),
janin.currency.createCurrency ("Catcoin", 0x15, 0x95, "[56]", "P" , "9rEXDemG6S3k2ddAsKFzRpnMVz3bVryYXZ"),
@@ -92,10 +93,11 @@ janin.currencies = [
janin.currency.createCurrency ("Dogecoin", 0x1e, 0x9e, "6", "Q" , "D74Npoqhwhjw9fShkm5wbj6DD2BJXpmzPj"),
janin.currency.createCurrency ("Fastcoin", 0x60, 0xe0, "8", "a" , "frxe8F7gQdiAVgy4mRXjpXH5vN1wyta1db"),
janin.currency.createCurrency ("Feathercoin",0x0e, 0x8e, "5", "N" , "6dxAP6oacHsove5X2kZPpddcT1Am167YzC"),
- janin.currency.createCurrency ("GlobalBoost",0x26, 0xa6, "6", "R" , ""),
+ janin.currency.createCurrency ("Fluttercoin",0x23, 0xa3, "6", "R" , "FJioRLt3gLtqk3tUdMhwjAVo1sdWjRuwqt"),
+ janin.currency.createCurrency ("GlobalBoost",0x26, 0xa6, "6", "R" , "GeXdH1WhzA7ayYim9sdCCQKcVukUq1W8LJ"),
janin.currency.createCurrency ("Goodcoin", 0x26, 0xa6, "6", "R" , "GM3kAbQGaMVAYk8U3CrVGhSwz1hZaF6gVM"),
janin.currency.createCurrency ("Gridcoin", 0x25, 0xa5, "6", "R" , "FyYkg3xhJVcVzMMw8JKfQaBxA9DAVhivq4"),
- janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , ""),
+ janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , "GwVej6c3tF9GqEdSKmwJiUDWtQVK2wY9fP"),
janin.currency.createCurrency ("HTMLCoin", 0x1e, 0x9e, "6", "Q" , "DP4AVuekGEatNmpCL99m46k8THwS9yNVqy"),
janin.currency.createCurrency ("Litecoin", 0x30, 0xb0, "6", "T" , "LiScnsyPcqsyxn1fx92BcFguryXcw4DgCy"),
janin.currency.createCurrency ("MagicInternetMoney", 0x30, 0xb0,"6", "T", "LPRqCTYEy53FkEzhRTCauLc7Qq23Z5mxZU"),
@@ -110,6 +112,7 @@ janin.currencies = [
janin.currency.createCurrency ("Topcoin", 0x42, 0xc2, "7", "V" , "TmDTsQqqv1LWGw4xjGNiJ7ABwdCenf2BFF"),
janin.currency.createCurrency ("TreasureHuntCoin",0x32,0xb2,"6", "T" , "MKnC2upgCNfVMS2phkV8SqGaXUGkn39EaX"),
janin.currency.createCurrency ("Vertcoin", 0x47, 0xc7, "7", "W" , "VkmBz8JJWLP1sVH9sGwc1Fz7o5RtXLW4J5"),
+ janin.currency.createCurrency ("Vikingcoin", 0x46, 0xc6, "7", "W" , "VETiNM9He1eDPvZM4KVyEu2dSkHEKSp4FR"),
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null)
];
diff --git a/wallets/birdcoin.png b/wallets/birdcoin.png
new file mode 100644
index 0000000..3ddd77d
Binary files /dev/null and b/wallets/birdcoin.png differ
diff --git a/wallets/fluttercoin.png b/wallets/fluttercoin.png
new file mode 100644
index 0000000..4a33272
Binary files /dev/null and b/wallets/fluttercoin.png differ
diff --git a/wallets/vikingcoin.png b/wallets/vikingcoin.png
new file mode 100644
index 0000000..f35f18e
Binary files /dev/null and b/wallets/vikingcoin.png differ