Updated MonetaryUnit setup

This commit is contained in:
BBoBBG 2017-10-12 19:01:01 +03:00 committed by Michael Muré
parent 101a8cd577
commit 50659e963d
No known key found for this signature in database
GPG key ID: A4457C029293126F
4 changed files with 11 additions and 9 deletions

View file

@ -10537,7 +10537,7 @@ janin.currencies = [
janin.currency.createCurrency ("Megacoin", 0x32, 0xb2, "6", "T" , "MPeVmJHvkXN3caneWCB5zGgtGHRRBSLmWd"),
janin.currency.createCurrency ("MintCoin", 0x33, 0xb3, "[67]", "T" , "MdT7t7MhbgQLSdMhHJCyoGHUuniqZDrj4h"),
janin.currency.createCurrency ("MobiusCoin", 0x00, 0x80, "5", "[LK]" , "1HKNrUR3BaFC8u4VMfnjCuXDPrYGh7jU8S"),
janin.currency.createCurrency ("MonetaryUnit", 0x0f, 0x8f, "5", "N" , "7R6jCc1h3frSuCrmY87B4iVPzLsZKmkwV5"),
janin.currency.createCurrency ("MonetaryUnit", 0x10, 0x7e, "5", "K" , "7gzstwRu4owvwk7Se5pPVG8A5pgdgsDzUV"),
janin.currency.createCurrency ("Monocle", 0x32, 0xb2, "6", "T" , "M9CFHZjyCipuKqByD5K1sCHmt7etuCFGsc"),
janin.currency.createCurrency ("MoonCoin", 0x03, 0x83, "5", "L" , "2P2V9npcK7apbUFsWN3zL7R6ARBMwTJ4hA"),
janin.currency.createCurrency ("Myriadcoin", 0x32, 0xb2, "6", "T" , "MWGDtjDw9c8C6zicDQF22yZBWbEX53v4o9"),
@ -10598,8 +10598,9 @@ janin.currencies = [
janin.currency.createCurrency ("WorldCoin", 0x49, 0xc9, "7", "W" , "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"),
janin.currency.createCurrency ("Zetacoin", 0x50, 0xE0, "8", "a" , "ZRU6TP8NLzoyey4DPPaa3uCCgDNDc96PXJ"),
janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c" , null),
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c" , null),
janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c" , null),
janin.currency.createCurrency ("Testnet MonetaryUnit",0x26, 0x40, "3", "A" , null),
janin.currency.createCurrency ("Testnet PIVX", 0x8b, 0xef, "9", "c" , null),
janin.currency.createCurrency ("Testnet WACoins", 0x51, 0xd1, "8", "[XY]" , null)
];

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View file

@ -175,7 +175,7 @@ janin.currencies = [
janin.currency.createCurrency ("Megacoin", 0x32, 0xb2, "6", "T" , "MPeVmJHvkXN3caneWCB5zGgtGHRRBSLmWd"),
janin.currency.createCurrency ("MintCoin", 0x33, 0xb3, "[67]", "T" , "MdT7t7MhbgQLSdMhHJCyoGHUuniqZDrj4h"),
janin.currency.createCurrency ("MobiusCoin", 0x00, 0x80, "5", "[LK]" , "1HKNrUR3BaFC8u4VMfnjCuXDPrYGh7jU8S"),
janin.currency.createCurrency ("MonetaryUnit", 0x0f, 0x8f, "5", "N" , "7R6jCc1h3frSuCrmY87B4iVPzLsZKmkwV5"),
janin.currency.createCurrency ("MonetaryUnit", 0x10, 0x7e, "5", "K" , "7gzstwRu4owvwk7Se5pPVG8A5pgdgsDzUV"),
janin.currency.createCurrency ("Monocle", 0x32, 0xb2, "6", "T" , "M9CFHZjyCipuKqByD5K1sCHmt7etuCFGsc"),
janin.currency.createCurrency ("MoonCoin", 0x03, 0x83, "5", "L" , "2P2V9npcK7apbUFsWN3zL7R6ARBMwTJ4hA"),
janin.currency.createCurrency ("Myriadcoin", 0x32, 0xb2, "6", "T" , "MWGDtjDw9c8C6zicDQF22yZBWbEX53v4o9"),
@ -236,8 +236,9 @@ janin.currencies = [
janin.currency.createCurrency ("WorldCoin", 0x49, 0xc9, "7", "W" , "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"),
janin.currency.createCurrency ("Zetacoin", 0x50, 0xE0, "8", "a" , "ZRU6TP8NLzoyey4DPPaa3uCCgDNDc96PXJ"),
janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c" , null),
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c" , null),
janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c" , null),
janin.currency.createCurrency ("Testnet MonetaryUnit",0x26, 0x40, "3", "A" , null),
janin.currency.createCurrency ("Testnet PIVX", 0x8b, 0xef, "9", "c" , null),
janin.currency.createCurrency ("Testnet WACoins", 0x51, 0xd1, "8", "[XY]" , null)
];