diff --git a/Gruntfile.js b/Gruntfile.js
index df6a252..5d4f5ec 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,7 +1,6 @@
module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({
- pkg: grunt.file.readJSON('package.json'),
combine: {
single: {
input: "./src/index.html",
diff --git a/index.html b/index.html
index f69181c..ae0d00f 100644
--- a/index.html
+++ b/index.html
@@ -9730,18 +9730,21 @@ h1 { margin: 0px; height: 91px; }
Dogecoin
Fastcoin
Feathercoin
+ Goodcoin
Gridcoin
HTMLcoin
Litecoin
MagicInternetMoney
Marscoin
Megacoin
+ Monocle
Namecoin
Novacoin
Peercoin
Primecoin
Reddcoin
Topcoin
+ TreasureHuntCoin
Vertcoin
@@ -10107,6 +10110,11 @@ h1 { margin: 0px; height: 91px; }
Release notes
+ 06.2014 --
+
+ - Add support for Monocle, TreasureHuntCoin and GoodCoin.
+
+
05.2014 --
- Add support for Gridcoin and Fastcoin.
@@ -10331,20 +10339,21 @@ 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 ("Goodcoin", 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 ("HTMLCoin", 0x1e, 0x9e, "6", "Q" , "DP4AVuekGEatNmpCL99m46k8THwS9yNVqy"),
+ 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"),
janin.currency.createCurrency ("Marscoin", 0x32, 0xb2, "6", "T" , "M8caDttyKt2r7V7WHMMkRZ1jEzxj16fgCn"),
janin.currency.createCurrency ("Megacoin", 0x32, 0xb2, "6", "T" , "MPeVmJHvkXN3caneWCB5zGgtGHRRBSLmWd"),
+ janin.currency.createCurrency ("Monocle", 0x32, 0xb2, "6", "T" , "M9CFHZjyCipuKqByD5K1sCHmt7etuCFGsc"),
janin.currency.createCurrency ("NameCoin", 0x34, 0x80, "5", "[LK]" , "NASxLK4nt5hgX9wQEny5qPPJ2q4uSGCvT9"),
janin.currency.createCurrency ("Novacoin", 0x08, 0x88, "5", "M" , "4EZMrEA5LnmwtcK5b2JfCq9k5YS4ZVZrtT"),
janin.currency.createCurrency ("Peercoin", 0x37, 0xb7, "7", "[LK]" , "PSnwUwknbmqUU1GCcM1DNxcANqihpdt3tW"),
janin.currency.createCurrency ("Primecoin", 0x17, 0x97, "6", "P" , "AbXChfoHyFESePFuVh1xLZdn7Rj1mfD2a4"),
janin.currency.createCurrency ("Reddcoin", 0x3d, 0xbd, "7", "[UV]" , "RmAB99NsX6Wbjk5WdqNeEab83y72d7zkqZ"),
janin.currency.createCurrency ("Topcoin", 0x42, 0xc2, "7", "V" , "TmDTsQqqv1LWGw4xjGNiJ7ABwdCenf2BFF"),
- janin.currency.createCurrency ("TreasureHuntCoin", 0x32, 0xb2, "6", "T" , ""),
+ janin.currency.createCurrency ("TreasureHuntCoin",0x32,0xb2,"6", "T" , "MKnC2upgCNfVMS2phkV8SqGaXUGkn39EaX"),
janin.currency.createCurrency ("Vertcoin", 0x47, 0xc7, "7", "W" , "VkmBz8JJWLP1sVH9sGwc1Fz7o5RtXLW4J5"),
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null)
diff --git a/logos/monocle.png b/logos/monocle.png
new file mode 100644
index 0000000..5b373c7
Binary files /dev/null and b/logos/monocle.png differ
diff --git a/package.json b/package.json
deleted file mode 100644
index 3e9b1f5..0000000
--- a/package.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "bitaddress.org",
- "version": "2.8.1",
- "description": "Open Source JavaScript Client-Side Bitcoin Wallet Generator",
- "main": "Gruntfile.js",
- "dependencies": {
- "grunt": "~0.4.1",
- "grunt-combine": "~0.8.3"
- },
- "devDependencies": {},
- "scripts": {
- "test": ""
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/pointbiz/bitaddress.org.git"
- },
- "keywords": [
- "bitcoin address wallet generator"
- ],
- "author": "pointbiz",
- "license": "MIT",
- "readmeFilename": "README",
- "gitHead": "d77aaf687fca1f0e28388b0a8de5eb3d89d4fad3",
- "bugs": {
- "url": "https://github.com/pointbiz/bitaddress.org/issues"
- }
-}
diff --git a/src/index.html b/src/index.html
index 2ed5156..8024e56 100644
--- a/src/index.html
+++ b/src/index.html
@@ -199,18 +199,21 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Dogecoin
Fastcoin
Feathercoin
+ Goodcoin
Gridcoin
HTMLcoin
Litecoin
MagicInternetMoney
Marscoin
Megacoin
+ Monocle
Namecoin
Novacoin
Peercoin
Primecoin
Reddcoin
Topcoin
+ TreasureHuntCoin
Vertcoin
@@ -576,6 +579,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Release notes
+ 06.2014 --
+
+ - Add support for Monocle, TreasureHuntCoin and GoodCoin.
+
+
05.2014 --
- Add support for Gridcoin and Fastcoin.
diff --git a/src/janin.currency.js b/src/janin.currency.js
index aae50e8..8d5f410 100644
--- a/src/janin.currency.js
+++ b/src/janin.currency.js
@@ -92,20 +92,21 @@ 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 ("Goodcoin", 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 ("HTMLCoin", 0x1e, 0x9e, "6", "Q" , "DP4AVuekGEatNmpCL99m46k8THwS9yNVqy"),
+ 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"),
janin.currency.createCurrency ("Marscoin", 0x32, 0xb2, "6", "T" , "M8caDttyKt2r7V7WHMMkRZ1jEzxj16fgCn"),
janin.currency.createCurrency ("Megacoin", 0x32, 0xb2, "6", "T" , "MPeVmJHvkXN3caneWCB5zGgtGHRRBSLmWd"),
+ janin.currency.createCurrency ("Monocle", 0x32, 0xb2, "6", "T" , "M9CFHZjyCipuKqByD5K1sCHmt7etuCFGsc"),
janin.currency.createCurrency ("NameCoin", 0x34, 0x80, "5", "[LK]" , "NASxLK4nt5hgX9wQEny5qPPJ2q4uSGCvT9"),
janin.currency.createCurrency ("Novacoin", 0x08, 0x88, "5", "M" , "4EZMrEA5LnmwtcK5b2JfCq9k5YS4ZVZrtT"),
janin.currency.createCurrency ("Peercoin", 0x37, 0xb7, "7", "[LK]" , "PSnwUwknbmqUU1GCcM1DNxcANqihpdt3tW"),
janin.currency.createCurrency ("Primecoin", 0x17, 0x97, "6", "P" , "AbXChfoHyFESePFuVh1xLZdn7Rj1mfD2a4"),
janin.currency.createCurrency ("Reddcoin", 0x3d, 0xbd, "7", "[UV]" , "RmAB99NsX6Wbjk5WdqNeEab83y72d7zkqZ"),
janin.currency.createCurrency ("Topcoin", 0x42, 0xc2, "7", "V" , "TmDTsQqqv1LWGw4xjGNiJ7ABwdCenf2BFF"),
- janin.currency.createCurrency ("TreasureHuntCoin", 0x32, 0xb2, "6", "T" , ""),
+ janin.currency.createCurrency ("TreasureHuntCoin",0x32,0xb2,"6", "T" , "MKnC2upgCNfVMS2phkV8SqGaXUGkn39EaX"),
janin.currency.createCurrency ("Vertcoin", 0x47, 0xc7, "7", "W" , "VkmBz8JJWLP1sVH9sGwc1Fz7o5RtXLW4J5"),
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null)
diff --git a/wallets/monocle.png b/wallets/monocle.png
new file mode 100644
index 0000000..0710ef3
Binary files /dev/null and b/wallets/monocle.png differ