diff --git a/index.html b/index.html index 101498c..708ee26 100644 --- a/index.html +++ b/index.html @@ -10426,6 +10426,7 @@ janin.currencies = [ janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , "GwVej6c3tF9GqEdSKmwJiUDWtQVK2wY9fP"), janin.currency.createCurrency ("HamRadioCoin",0x00,0x80, "5", "LK" , "1JQVWKT1NQJUJbbq4UdJUY8DbWmgqrrHWz"), janin.currency.createCurrency ("HTML5Coin", 0x28, 0xa8, "6", "R" , "HBUk5NzWyemrwLffC8pLFXabbJuMRKbkc7"), + janin.currency.createCurrency ("HyperStake", 0x75, 0xf5, "9", "d" , "p71G6VRVxTTxg3Hqa9CbENeJY1PumBjtvL"), janin.currency.createCurrency ("ImperiumCoin",0x30,0xb0, "6", "T" , "LKcNNWGDyKyedwL8QNsCkg2122fBQyiDat"), janin.currency.createCurrency ("IncognitoCoin",0x00,0x80,"5", "LK" , "1BbRmhGKyKshFge9kBMdfJyQr3KZoh5K5t"), janin.currency.createCurrency ("Influxcoin", 0x66, 0xe6, "8", "b" , "i83eN9HxFvfsxSwjXiZQZaWf13cWF25K9Y"), @@ -10449,7 +10450,7 @@ janin.currencies = [ janin.currency.createCurrency ("MoonCoin", 0x03, 0x83, "5", "L" , "2P2V9npcK7apbUFsWN3zL7R6ARBMwTJ4hA"), janin.currency.createCurrency ("Myriadcoin", 0x32, 0xb2, "6", "T" , "MWGDtjDw9c8C6zicDQF22yZBWbEX53v4o9"), janin.currency.createCurrency ("NameCoin", 0x34, 0x80, "5", "[LK]" , "NASxLK4nt5hgX9wQEny5qPPJ2q4uSGCvT9"), - janin.currency.createCurrency ("NeosCoin"), 0x35, 0xb1, "", "" , "NZw6WJPiKYcXxua1VveieihiNJRYanHjrP"), + janin.currency.createCurrency ("Neoscoin", 0x35, 0xb1, "6", "T" , "NZw6WJPiKYcXxua1VveieihiNJRYanHjrP"), 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"), diff --git a/logos/hyperstake.png b/logos/hyperstake.png new file mode 100644 index 0000000..7ab7c0f Binary files /dev/null and b/logos/hyperstake.png differ diff --git a/logos/influxcoin.png b/logos/influxcoin.png new file mode 100644 index 0000000..bcb7c75 Binary files /dev/null and b/logos/influxcoin.png differ diff --git a/logos/neoscoin.png b/logos/neoscoin.png new file mode 100644 index 0000000..b5e8d05 Binary files /dev/null and b/logos/neoscoin.png differ diff --git a/logos/rubycoin.png b/logos/rubycoin.png new file mode 100755 index 0000000..ad93a94 Binary files /dev/null and b/logos/rubycoin.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index 46e3c75..68e7c71 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -125,6 +125,7 @@ janin.currencies = [ janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , "GwVej6c3tF9GqEdSKmwJiUDWtQVK2wY9fP"), janin.currency.createCurrency ("HamRadioCoin",0x00,0x80, "5", "LK" , "1JQVWKT1NQJUJbbq4UdJUY8DbWmgqrrHWz"), janin.currency.createCurrency ("HTML5Coin", 0x28, 0xa8, "6", "R" , "HBUk5NzWyemrwLffC8pLFXabbJuMRKbkc7"), + janin.currency.createCurrency ("HyperStake", 0x75, 0xf5, "9", "d" , "p71G6VRVxTTxg3Hqa9CbENeJY1PumBjtvL"), janin.currency.createCurrency ("ImperiumCoin",0x30,0xb0, "6", "T" , "LKcNNWGDyKyedwL8QNsCkg2122fBQyiDat"), janin.currency.createCurrency ("IncognitoCoin",0x00,0x80,"5", "LK" , "1BbRmhGKyKshFge9kBMdfJyQr3KZoh5K5t"), janin.currency.createCurrency ("Influxcoin", 0x66, 0xe6, "8", "b" , "i83eN9HxFvfsxSwjXiZQZaWf13cWF25K9Y"), @@ -148,7 +149,7 @@ janin.currencies = [ janin.currency.createCurrency ("MoonCoin", 0x03, 0x83, "5", "L" , "2P2V9npcK7apbUFsWN3zL7R6ARBMwTJ4hA"), janin.currency.createCurrency ("Myriadcoin", 0x32, 0xb2, "6", "T" , "MWGDtjDw9c8C6zicDQF22yZBWbEX53v4o9"), janin.currency.createCurrency ("NameCoin", 0x34, 0x80, "5", "[LK]" , "NASxLK4nt5hgX9wQEny5qPPJ2q4uSGCvT9"), - janin.currency.createCurrency ("NeosCoin"), 0x35, 0xb1, "", "" , "NZw6WJPiKYcXxua1VveieihiNJRYanHjrP"), + janin.currency.createCurrency ("Neoscoin", 0x35, 0xb1, "6", "T" , "NZw6WJPiKYcXxua1VveieihiNJRYanHjrP"), 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"), diff --git a/wallets/hyperstake.png b/wallets/hyperstake.png new file mode 100644 index 0000000..a673f59 Binary files /dev/null and b/wallets/hyperstake.png differ diff --git a/wallets/influxcoin.png b/wallets/influxcoin.png new file mode 100755 index 0000000..efa2044 Binary files /dev/null and b/wallets/influxcoin.png differ diff --git a/wallets/neoscoin.png b/wallets/neoscoin.png new file mode 100644 index 0000000..c5902ea Binary files /dev/null and b/wallets/neoscoin.png differ diff --git a/wallets/rubycoin.png b/wallets/rubycoin.png new file mode 100755 index 0000000..c5371ed Binary files /dev/null and b/wallets/rubycoin.png differ