Prepare for release of Jumbucks support

This commit is contained in:
Michael Muré 2014-10-29 20:00:29 +01:00
parent 0975d7cca5
commit 2feaf7cac5
4 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
node_modules
not_versioned
Thumbs.db
*~

View file

@ -10050,6 +10050,11 @@ Walletgenerator.net use the same security measures as the original project. All-
<hr/>
<h3>Release notes</h3>
<p>
10.2014 --
<ul>
<li>Add support for Jumbucks. Contribution from Julian Yap.</li>
</ul>
<p>
10.2014 --
<ul>
<li>Add support for HTML5Coin, W2Coin, PandaCoin, ACoin, Fibre, and Titcoin.</li>
@ -10337,7 +10342,7 @@ janin.currencies = [
janin.currency.createCurrency ("HTML5Coin", 0x28, 0xa8, "6", "R" , "HBUk5NzWyemrwLffC8pLFXabbJuMRKbkc7"),
janin.currency.createCurrency ("iXcoin", 0x8a, 0x80, "5", "[LK]" , "xnF1nshqFLaVdDGBmQ4k2jBQkr8nbuCkLz"),
janin.currency.createCurrency ("Judgecoin", 0x2b, 0xab, "6", "S" , "JbF9ZnvoFkBdasPEq21jCCTnTUDSiyWrAQ"),
janin.currency.createCurrency ("Jumbucks", 0x2b, 0xab, "6", "S" , ""),
janin.currency.createCurrency ("Jumbucks", 0x2b, 0xab, "6", "S" , "Jg1cc9v6GbyDLt9YfuVHbkrrUEzmUeY4iY"),
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"),

View file

@ -515,6 +515,11 @@ Walletgenerator.net use the same security measures as the original project. All-
<hr/>
<h3>Release notes</h3>
<p>
10.2014 --
<ul>
<li>Add support for Jumbucks. Contribution from Julian Yap.</li>
</ul>
<p>
10.2014 --
<ul>
<li>Add support for HTML5Coin, W2Coin, PandaCoin, ACoin, Fibre, and Titcoin.</li>

View file

@ -109,7 +109,7 @@ janin.currencies = [
janin.currency.createCurrency ("HTML5Coin", 0x28, 0xa8, "6", "R" , "HBUk5NzWyemrwLffC8pLFXabbJuMRKbkc7"),
janin.currency.createCurrency ("iXcoin", 0x8a, 0x80, "5", "[LK]" , "xnF1nshqFLaVdDGBmQ4k2jBQkr8nbuCkLz"),
janin.currency.createCurrency ("Judgecoin", 0x2b, 0xab, "6", "S" , "JbF9ZnvoFkBdasPEq21jCCTnTUDSiyWrAQ"),
janin.currency.createCurrency ("Jumbucks", 0x2b, 0xab, "6", "S" , ""),
janin.currency.createCurrency ("Jumbucks", 0x2b, 0xab, "6", "S" , "Jg1cc9v6GbyDLt9YfuVHbkrrUEzmUeY4iY"),
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"),