diff --git a/index.html b/index.html index ec38c6b..7261359 100644 --- a/index.html +++ b/index.html @@ -10528,6 +10528,7 @@ janin.currencies = [ janin.currency.createCurrency ("Litecoin", 0x30, 0xb0, "6", "T" , "LiScnsyPcqsyxn1fx92BcFguryXcw4DgCy"), janin.currency.createCurrency ("LiteDoge", 0x5a, 0xab, "6", "S" , "daaV1gQ63HpHHn4Ny1fJZHMA7KCeUVE538"), janin.currency.createCurrency ("LoMoCoin", 0x30, 0xb0, "6", "T" , "LSdeGMxfMFX38GHCFQT65SJaU1E8ezT2og"), + janin.currency.createCurrency ("MadbyteCoin", 0x32, 0x6e, "4", "H" , "MCBdZDK326yhGM77nWjj3vHX96edd2PQW3"), janin.currency.createCurrency ("MagicInternetMoney", 0x30, 0xb0, "6", "T" , "LPRqCTYEy53FkEzhRTCauLc7Qq23Z5mxZU"), janin.currency.createCurrency ("Magicoin", 0x14, 0x94, "5", "[NP]" , "9H6ddyu9S9gyrEHxVrpMBTBZWrwAvdtehD"), janin.currency.createCurrency ("Marscoin", 0x32, 0xb2, "6", "T" , "M8caDttyKt2r7V7WHMMkRZ1jEzxj16fgCn"), diff --git a/logos/madbytecoin.png b/logos/madbytecoin.png new file mode 100644 index 0000000..9ca128b Binary files /dev/null and b/logos/madbytecoin.png differ diff --git a/src/janin.currency.js b/src/janin.currency.js index 57c31dd..da76c42 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -166,6 +166,7 @@ janin.currencies = [ janin.currency.createCurrency ("Litecoin", 0x30, 0xb0, "6", "T" , "LiScnsyPcqsyxn1fx92BcFguryXcw4DgCy"), janin.currency.createCurrency ("LiteDoge", 0x5a, 0xab, "6", "S" , "daaV1gQ63HpHHn4Ny1fJZHMA7KCeUVE538"), janin.currency.createCurrency ("LoMoCoin", 0x30, 0xb0, "6", "T" , "LSdeGMxfMFX38GHCFQT65SJaU1E8ezT2og"), + janin.currency.createCurrency ("MadbyteCoin", 0x32, 0x6e, "4", "H" , "MCBdZDK326yhGM77nWjj3vHX96edd2PQW3"), janin.currency.createCurrency ("MagicInternetMoney", 0x30, 0xb0, "6", "T" , "LPRqCTYEy53FkEzhRTCauLc7Qq23Z5mxZU"), janin.currency.createCurrency ("Magicoin", 0x14, 0x94, "5", "[NP]" , "9H6ddyu9S9gyrEHxVrpMBTBZWrwAvdtehD"), janin.currency.createCurrency ("Marscoin", 0x32, 0xb2, "6", "T" , "M8caDttyKt2r7V7WHMMkRZ1jEzxj16fgCn"), diff --git a/wallets/madbytecoin.png b/wallets/madbytecoin.png new file mode 100644 index 0000000..5d43d69 Binary files /dev/null and b/wallets/madbytecoin.png differ