Add support for HamRadioCoin, ImperiumCoin and IncognitoCoin

This commit is contained in:
Michael Muré 2014-11-16 19:12:58 +01:00
parent 22e851c48f
commit fc78ebfa45
8 changed files with 16 additions and 10 deletions

View file

@ -10334,7 +10334,10 @@ janin.currencies = [
janin.currency.createCurrency ("Gridcoin", 0x25, 0xa5, "6", "R" , "FyYkg3xhJVcVzMMw8JKfQaBxA9DAVhivq4"),
janin.currency.createCurrency ("Guldencoin", 0x26, 0xa6, "6", "R" , "GLD7BDBYyddx6Sr72zGfreRG21dJAe74j8"),
janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , "GwVej6c3tF9GqEdSKmwJiUDWtQVK2wY9fP"),
janin.currency.createCurrency ("HamRadioCoin",0x00,0x80, "5", "LK" , ""),
janin.currency.createCurrency ("HTML5Coin", 0x28, 0xa8, "6", "R" , "HBUk5NzWyemrwLffC8pLFXabbJuMRKbkc7"),
janin.currency.createCurrency ("ImperiumCoin",0x30,0xb0, "6", "T" , ""),
janin.currency.createCurrency ("IncognitoCoin",0x00,0x80,"5", "LK" , ""),
janin.currency.createCurrency ("IridiumCoin",0x30, 0xb0, "6", "T" , ""),
janin.currency.createCurrency ("iXcoin", 0x8a, 0x80, "5", "[LK]" , "xnF1nshqFLaVdDGBmQ4k2jBQkr8nbuCkLz"),
janin.currency.createCurrency ("Judgecoin", 0x2b, 0xab, "6", "S" , "JbF9ZnvoFkBdasPEq21jCCTnTUDSiyWrAQ"),

BIN
logos/hamradiocoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
logos/imperiumcoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

BIN
logos/incognitocoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -106,7 +106,10 @@ janin.currencies = [
janin.currency.createCurrency ("Gridcoin", 0x25, 0xa5, "6", "R" , "FyYkg3xhJVcVzMMw8JKfQaBxA9DAVhivq4"),
janin.currency.createCurrency ("Guldencoin", 0x26, 0xa6, "6", "R" , "GLD7BDBYyddx6Sr72zGfreRG21dJAe74j8"),
janin.currency.createCurrency ("Guncoin", 0x27, 0xa7, "6", "R" , "GwVej6c3tF9GqEdSKmwJiUDWtQVK2wY9fP"),
janin.currency.createCurrency ("HamRadioCoin",0x00,0x80, "5", "LK" , ""),
janin.currency.createCurrency ("HTML5Coin", 0x28, 0xa8, "6", "R" , "HBUk5NzWyemrwLffC8pLFXabbJuMRKbkc7"),
janin.currency.createCurrency ("ImperiumCoin",0x30,0xb0, "6", "T" , ""),
janin.currency.createCurrency ("IncognitoCoin",0x00,0x80,"5", "LK" , ""),
janin.currency.createCurrency ("IridiumCoin",0x30, 0xb0, "6", "T" , ""),
janin.currency.createCurrency ("iXcoin", 0x8a, 0x80, "5", "[LK]" , "xnF1nshqFLaVdDGBmQ4k2jBQkr8nbuCkLz"),
janin.currency.createCurrency ("Judgecoin", 0x2b, 0xab, "6", "S" , "JbF9ZnvoFkBdasPEq21jCCTnTUDSiyWrAQ"),

BIN
wallets/hamradiocoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 KiB

BIN
wallets/imperiumcoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 KiB

BIN
wallets/incognitocoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB