diff --git a/index.html b/index.html
index 20a28eb..6382360 100644
--- a/index.html
+++ b/index.html
@@ -10307,8 +10307,10 @@ 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 ("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 ("HTMLCoin", 0x1e, 0x9e, "6", "Q" , "DP4AVuekGEatNmpCL99m46k8THwS9yNVqy"),
janin.currency.createCurrency ("Litecoin", 0x30, 0xb0, "6", "T" , "LiScnsyPcqsyxn1fx92BcFguryXcw4DgCy"),
janin.currency.createCurrency ("MagicInternetMoney", 0x30, 0xb0,"6", "T", "LPRqCTYEy53FkEzhRTCauLc7Qq23Z5mxZU"),
diff --git a/logos/globalboost.png b/logos/globalboost.png
new file mode 100644
index 0000000..9ed4c05
Binary files /dev/null and b/logos/globalboost.png differ
diff --git a/logos/guncoin.png b/logos/guncoin.png
new file mode 100644
index 0000000..99e1b37
Binary files /dev/null and b/logos/guncoin.png differ
diff --git a/src/janin.currency.js b/src/janin.currency.js
index 8d5f410..9c9c7c3 100644
--- a/src/janin.currency.js
+++ b/src/janin.currency.js
@@ -92,8 +92,10 @@ 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 ("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 ("HTMLCoin", 0x1e, 0x9e, "6", "Q" , "DP4AVuekGEatNmpCL99m46k8THwS9yNVqy"),
janin.currency.createCurrency ("Litecoin", 0x30, 0xb0, "6", "T" , "LiScnsyPcqsyxn1fx92BcFguryXcw4DgCy"),
janin.currency.createCurrency ("MagicInternetMoney", 0x30, 0xb0,"6", "T", "LPRqCTYEy53FkEzhRTCauLc7Qq23Z5mxZU"),
diff --git a/wallets/globalboost.png b/wallets/globalboost.png
new file mode 100644
index 0000000..c5371ed
Binary files /dev/null and b/wallets/globalboost.png differ
diff --git a/wallets/guncoin.png b/wallets/guncoin.png
new file mode 100644
index 0000000..4a33272
Binary files /dev/null and b/wallets/guncoin.png differ